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
Every time it finishes I go to look at the properties of the file and they show a minzoom of 8. I did a test of only a few countries at a time and the minzoom is as expected. Is this just the expected result of so many features across the whole map?
I added a bbox property to my GEOjson in hopes to affect it and no luck. Is there something I'm fundamentally misunderstanding about how this works?
I have a big set of all country borders and I want them to be seen from zoom 1 minimum, this is the command I used:
tippecanoe -o ../assets/countries.mbtiles -Z1 -Z8 --drop-densest-as-needed --simplification=1 --no-feature-limit --no-tile-size-limit --generate-ids --json-progress --force ./country_borders.geo.json
Every time it finishes I go to look at the properties of the file and they show a minzoom of 8. I did a test of only a few countries at a time and the minzoom is as expected. Is this just the expected result of so many features across the whole map?
I added a bbox property to my GEOjson in hopes to affect it and no luck. Is there something I'm fundamentally misunderstanding about how this works?
{ "type": "FeatureCollection", "bbox": [-180, -90, 180, 90], "features": [ { "type": "Feature", "properties": { "name": "Bahamas", "iso_a2": "BS", "iso_a3": "BHS", "iso_n3": "044" }, "geometry": { "type": "MultiPolygon", "coordinates": [
The text was updated successfully, but these errors were encountered: