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
Describe the bug
When planetiler processes a .osm.pbf file where bounds is not set (for example ones from http://download.openstreetmap.fr/extracts/) the output mbtiles file is empty.
For #2 the output mbtiles file will contain 10-20gb of ocean polygons since there's no bounding box to limit processing from the water polygon shapefile.
I'm leaning toward #3 - log a warning if osm.pbf bounds are empty and --bounds param is not specified then parse all of the nodes in the pbf file to determine the bounds. That should only take a few seconds to a minute, even on the planet.
Describe the bug
When planetiler processes a
.osm.pbf
file where bounds is not set (for example ones from http://download.openstreetmap.fr/extracts/) the output mbtiles file is empty.To Reproduce
Steps to reproduce the behavior:
In the logs you can see:
Expected behavior
This should either:
--bounds=...
)The text was updated successfully, but these errors were encountered: