Skip to content

Stringify complex properties #94

Description

@nvkelso

We currently drop properties that are lists (or any complex property including nested properties like found in Who's On First features) on conversion from native GeoJSON like format to MVT format.

The convention that is generally followed is to stringify the complex properties.

The following Tilezen properties would be affected:

roads layer lists:

  • all_networks
  • all_shield_texts
  • all_walking_networks
  • all_walking_shield_texts
  • all_bicycle_networks
  • all_bicycle_shield_texts
  • all_bus_networks
  • all_bus_shield_texts

pois layer lists:

Each station has several (optional) lists of routes per transport type:

  • train_routes a list of train routes, generally above-ground and commuter or inter-city “heavy” rail.
  • subway_routes a list of subway or underground routes, generally underground commuter rail.
  • light_rail_routes a list of light rail or rapid-transit passenger train routes.
  • tram_routes a list of tram routes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions