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
New osm2pgsql-expire command that helps with debugging/visualizing
expire tiles issues.
The command can be used for two things:
1. To check what tiles some OSM data is in: If an OSM file is specified
osm2pgsql-expire will calculate the tiles covering the objects in that file.
Note that the file must not be a change file but a regular OSM data file!
Output is, by default, a tile file, but GeoJSON is also possible.
2. Visualize tile list: If a tile file (presumably generated by osm2pgsql)
is specified, a GeoJSON file is generated showing all mentioned tiles. In
this mode all command line options are ignored.
0 commit comments