mapbox / geojson-merge

Merge multiple GeoJSON files into one FeatureCollection.
ISC License
234 stars 33 forks source link

work with Tippecanoe GeoJSON extensions? #23

Open geospatialmapmashup opened 6 years ago

geospatialmapmashup commented 6 years ago

If you have zoom levels "tippecanoe" : { "maxzoom" : 9, "minzoom" : 4 }, or feature layers defined "tippecanoe" : { "layer" : "streets" },

will it include those in the merged file?

e-n-f commented 6 years ago

As far as I can tell, geojson-merge passes those extra Feature elements through into the output.