mapbox / vector-tile-spec

Mapbox Vector Tile specification
https://www.mapbox.com/vector-tiles/specification/
Other
899 stars 212 forks source link

Support for single level GeoJSON GeometryCollection? #138

Closed chaeron closed 5 years ago

chaeron commented 5 years ago

Not having support for GeometryCollection in MapBox has caused me some headaches.

It's a standard part of GeoJSON, and as such, should be supported. Worth noting is that the GeoJSON standard does state that GeometryCollections should NOT be nested....so support of a single level of GeometryCollection should be a reasonable thing to implement. See: https://tools.ietf.org/html/rfc7946#section-3.1.8

joto commented 5 years ago

Duplicate of #110 .