mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-21 23:38:56 +00:00
Added missing signal handlers (#364)
`renderd` coverage is otherwise not properly reported _Also:_ - Removed `freebsd12` from CI - Packages are no longer provided (http://pkg.freebsd.org/) - Added test for `HTCP host name` specification - Renamed files in `src`/`includes` to match target names - `src/daemon.c` → `src/renderd.c` - `src/speedtest.cpp` →`src/render_speedtest.cpp` - `includes/daemon.h` → `includes/renderd.h`
This commit is contained in:
@ -4,6 +4,7 @@ font_dir_recurse=@MAPNIK_FONTS_DIR_RECURSE@
|
||||
plugins_dir=@MAPNIK_PLUGINS_DIR@
|
||||
|
||||
[@DEFAULT_MAP_NAME@]
|
||||
HTCPHOST=@HTTPD0_HOST@
|
||||
TILEDIR=@PROJECT_BINARY_DIR@/tests/tiles
|
||||
URI=/tiles/@DEFAULT_MAP_NAME@
|
||||
XML=@PROJECT_SOURCE_DIR@/utils/example-map/mapnik.xml
|
||||
|
Reference in New Issue
Block a user