Compare commits
2 Commits
96d4fe815d
...
4efa0b0ea1
Author | SHA1 | Date | |
---|---|---|---|
|
4efa0b0ea1 | ||
|
64b3940c5c |
@ -19,3 +19,19 @@ XML=/data/style/mapnik.xml
|
|||||||
HOST=localhost
|
HOST=localhost
|
||||||
TILESIZE=256
|
TILESIZE=256
|
||||||
MAXZOOM=20
|
MAXZOOM=20
|
||||||
|
|
||||||
|
[osmbe_nl]
|
||||||
|
URI=/tile_nl/
|
||||||
|
TILEDIR=/var/cache/renderd/tiles
|
||||||
|
XML=/data/style/mapnik-nl.xml
|
||||||
|
HOST=localhost
|
||||||
|
TILESIZE=256
|
||||||
|
MAXZOOM=20
|
||||||
|
|
||||||
|
[osmbe_fr]
|
||||||
|
URI=/tile_fr/
|
||||||
|
TILEDIR=/var/cache/renderd/tiles
|
||||||
|
XML=/data/style/mapnik-fr.xml
|
||||||
|
HOST=localhost
|
||||||
|
TILESIZE=256
|
||||||
|
MAXZOOM=20
|
2
run.sh
2
run.sh
@ -14,7 +14,7 @@ function setPostgresPassword() {
|
|||||||
|
|
||||||
function compileStyle() {
|
function compileStyle() {
|
||||||
cd /data/style/
|
cd /data/style/
|
||||||
git clone --single-branch --branch update-2024 https://github.com/nobohan/openstreetmap-carto-be --depth 1
|
git clone --single-branch --branch update-2025 https://github.com/nobohan/openstreetmap-carto-be --depth 1
|
||||||
mkdir /data/style/patterns/
|
mkdir /data/style/patterns/
|
||||||
mv /data/style/openstreetmap-carto-be/patterns/* /data/style/patterns/
|
mv /data/style/openstreetmap-carto-be/patterns/* /data/style/patterns/
|
||||||
mkdir /data/style/symbols/
|
mkdir /data/style/symbols/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user