OAM: change repo for style and adapt paths for OAM

This commit is contained in:
nobohan
2023-07-03 17:57:06 +02:00
parent a62a10552b
commit 17edd862a7
5 changed files with 30 additions and 42 deletions

21
oam/renderd.conf Normal file
View File

@@ -0,0 +1,21 @@
; BASIC AND SIMPLE CONFIGURATION:
[renderd]
stats_file=/run/renderd/renderd.stats
socketname=/run/renderd/renderd.sock
num_threads=4
tile_dir=/var/cache/renderd/tiles
[mapnik]
plugins_dir=/usr/lib/mapnik/3.1/input
font_dir=/usr/share/fonts
font_dir_recurse=true
; ADD YOUR LAYERS:
[oam]
URI=/tile/
TILEDIR=/var/cache/renderd/tiles
XML=/data/style/mapnik.xml
HOST=localhost
TILESIZE=256
MAXZOOM=20