You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this tutorial https://geovation.github.io/tippecanoe-directory-support to create pbf files in MVT format.
But when doing tippecanoe --no-feature-limit --no-tile-size-limit --no-tile-compression --output-to-directory NamedPlace NamedPlace.json
Mapbox wants to access x and mostly y files that were never produced.
What is the problem here?
The text was updated successfully, but these errors were encountered:
Its hard to completely understand from your description, but tippcanoe only creates tiles for where you have data. For example if all my data is located in the U.S. And then i will search for tiles in Europe, then i will search for z, x, y of tiles that were not created.
I found this tutorial https://geovation.github.io/tippecanoe-directory-support to create pbf files in MVT format.
But when doing
tippecanoe --no-feature-limit --no-tile-size-limit --no-tile-compression --output-to-directory NamedPlace NamedPlace.json
Mapbox wants to access x and mostly y files that were never produced.
What is the problem here?
The text was updated successfully, but these errors were encountered: