-
Notifications
You must be signed in to change notification settings - Fork 12
Tutorial for generating the planet tiles? #65
Comments
Basically all you need is to import the osm planet file into postgres and launch the tiles generation. To run these 2 steps separately using the "local" configuration: docker-compose -f docker-compose.yml -f local-compose.yml run --rm -e INVOKE_OSM_URL=https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf load_db
docker-compose -f docker-compose.yml -f local-compose.yml run --rm -e INVOKE_TILES_PLANET=1 -e INVOKE_TILES_PARTS=80 load_db generate-tiles You can find more details about the The import part is mostly i/o bound, and takes between 36 and 48 hours to run. I hope that helps. Unfortunately there is no production-ready step-by-step tutorial at this point, as it would deeply depend on the infrastructure you are using, how databases are deployed, etc. |
The import part has spent over 2 days but it still doesn't finish. The PostgreSQL database has 8CPUs and 32G Memory. It seems to be stuck in the clustering process of basemap. Is that normal?
|
I want to generate the planet tiles and have several questions about this work:
The text was updated successfully, but these errors were encountered: