Open ajwittman opened 4 years ago
Are you suggesting that the Docker setup for this map style should be changed so that this option is included be default?
I think it would be nice to have the tile generation ability built in. It would probably make this project the easiest and quickest way by far to generate OSM tiles currently available. Up to you guys though, it’s not my project.
Expected behavior
Kosmtik should have ability to generate png tiles.
Actual behavior
Kosmtik does not have menu option to generate png tiles.
Temporary solution
Temporary solution is to install kosmtik-tiles-export and modify docker-startup.sh to automatically start tiles generation when called to do so. This can either be done by with the process outlined below:
1) Create Dockerfile.exportTiles:
2) Edit scripts/docker-startup.sh and add the following section in the case select statement:
3) Run commands: docker-compose up import docker-compose up exportTiles