We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10571b7 commit e144c48Copy full SHA for e144c48
README.md
@@ -67,10 +67,10 @@ By default the container will use openstreetmap-carto if it is not specified. Ho
67
docker run \
68
-e DOWNLOAD_PBF=https://download.geofabrik.de/europe/luxembourg-latest.osm.pbf \
69
-e DOWNLOAD_POLY=https://download.geofabrik.de/europe/luxembourg.poly \
70
- -e NAME_LUA=sample.lua
71
- -e NAME_STYLE=test.style
72
- -e NAME_MML=project.mml
73
- -e NAME_SQL=test.sql
+ -e NAME_LUA=sample.lua \
+ -e NAME_STYLE=test.style \
+ -e NAME_MML=project.mml \
+ -e NAME_SQL=test.sql \
74
-v /home/user/openstreetmap-carto-modified:/data/style/ \
75
-v osm-data:/data/database/ \
76
overv/openstreetmap-tile-server \
0 commit comments