Docker image includes the mod_tile/renderd using Mapnik stylesheet, carto and osm-bright styles
2.0K
Docker compose config incldues the following software stack for OpenStreetMap
The docker instances will build and servie tile based on the following stylesheets.
Start the server
$ docker-compose up
If this is your first time launch the instances, the renderd would not be ready before the osm data been imported into postgis. You need restart apache and renderd after the postgis is done.
$ docker exec -t -i osmtiles_web_1 supervisorctl restart renderd apache2
Once the database is inited, it will be saved in volume, and you don't need to restart the services manually.
After the server is ready, launch a browser to localhost:8080. You should able to switch to differnet style from the leaflet map controller.
Content type
Image
Digest
Size
4.5 GB
Last updated
about 8 years ago
docker pull osmtw/osm-tiles