Compare commits
No commits in common. "4efa0b0ea1fede4549032c704ff68d7f94df0b02" and "96d4fe815da14c74b15dcd57e509f908631bd64e" have entirely different histories.
4efa0b0ea1
...
96d4fe815d
@ -19,19 +19,3 @@ 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-2025 https://github.com/nobohan/openstreetmap-carto-be --depth 1
|
git clone --single-branch --branch update-2024 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