mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-15 22:18:22 +00:00

* Generate config files and directories with CMake CMake >= 3.13 required due to 'https://cmake.org/Bug/view.php?id=14444' * Update CI pipeline
23 lines
663 B
Plaintext
23 lines
663 B
Plaintext
[mapnik]
|
|
font_dir=@MAPNIK_FONTS_DIR@
|
|
font_dir_recurse=@MAPNIK_FONTS_DIR_RECURSE@
|
|
plugins_dir=@MAPNIK_PLUGINS_DIR@
|
|
|
|
[@MAP_NAME@]
|
|
TILEDIR=@PROJECT_BINARY_DIR@/tests/tiles
|
|
URI=/tiles/renderd-example
|
|
XML=@PROJECT_SOURCE_DIR@/utils/example-map/mapnik.xml
|
|
|
|
[renderd1]
|
|
iphostname=127.0.0.1
|
|
ipport=8881
|
|
pid_file=@PROJECT_BINARY_DIR@/tests/run/renderd1.pid
|
|
stats_file=@PROJECT_BINARY_DIR@/tests/run/renderd1.stats
|
|
tile_dir=@PROJECT_BINARY_DIR@/tests/tiles
|
|
|
|
[renderd]
|
|
pid_file=@PROJECT_BINARY_DIR@/tests/run/renderd.pid
|
|
socketname=@PROJECT_BINARY_DIR@/tests/run/renderd.sock
|
|
stats_file=@PROJECT_BINARY_DIR@/tests/run/renderd.stats
|
|
tile_dir=@PROJECT_BINARY_DIR@/tests/tiles
|