Erica Fischer
Erica Fischer
Could you please try https://github.com/mapbox/tippecanoe/pull/845 and see if it fixes the problem for you?
Hmm, so much for that idea. Any chance you could share your data file so I can try to reproduce the exact circumstances?
Thanks for the report. Nulls have been kind of neglected because they aren't supported by the vector tile format and therefore can't appear in tiles, but by now make it...
I think this is the change you are looking for: https://github.com/mapbox/tippecanoe/pull/825 I'm still not sure whether it is the right thing to do, when the nulls are not actually represented...
It is hard to say what to do without knowing more about your data, but if you can upload a copy of it, I can take a look and try...
Thanks @sfkeller. We recognize that the mbtiles and TileJSON specs have been long neglected and inconsistent and plan to get them straightened out soon. For tilesets served by Mapbox, I...
As far as I can tell, `geojson-merge` passes those extra Feature elements through into the output.
Sorry, it was easier to do it this way than to write something really generic and then use it for both writers. Does pmtiles use the same metadata format?
Thanks! Tippecanoe development is now taking place in https://github.com/felt/tippecanoe. Features like these should work with Tippecanoe. Tippecanoe can deal with points, LineStrings, and Polygons. Tippecanoe creates vector tiles; it is...
I am no expert on Leaflet, but apparently there is a [plugin](https://github.com/SpatialServer/Leaflet.MapboxVectorTile) to display vector tiles. The "pbf" refers to the format defined [here](https://github.com/mapbox/vector-tile-spec), which is based upon Protocol Buffers.