-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to encode vector tiles into pbfs #28
Comments
👍 Any hints on how the json should be turned into the pbf format? EDIT: I have seen the source of https://github.com/mapbox/vector-tile-js and realised that it is a lot more complicated. Hope this feature will land soon so I can convert my geojson into vector tiles and load them on mapbox-gl-native =) Thanks! |
A first cut at this is done here: https://github.com/anandthakker/vt-pbf |
Hi all, I just put this together, it builds a static tile pyramid of vector tiles from a geojson file, using geojson-vt and vt-pbf: https://github.com/NYCPlanning/geojson2mvt |
Closing here — I think having the tool for that in a separate repo makes sense. |
Related: mapbox/vector-tile-js#25
The text was updated successfully, but these errors were encountered: