Skip to content

need to handle multiple layers with the same name #18

@jfirebaugh

Description

@jfirebaugh

If you composite two VTs with the same layer name, the resulting vector tile will have two layers with that name.

Background:

Currently, vector-tile-js will drop all but the last encountered layer. Instead, it should either:

  • merge features from all layers with the same name, or
  • store layers in an array rather than a map

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions