Hide Mapnik warnings once available (5.1) (#884)

Uses the patch by @zstadler to filter out irrelevant Mapnik warnings.
This will be ignored until tools v5.1 is used.
This commit is contained in:
Yuri Astrakhan
2020-05-24 16:04:05 -04:00
committed by GitHub
parent 04ae4a6b50
commit a82397940a
2 changed files with 3 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ services:
BBOX: ${BBOX}
MIN_ZOOM: ${MIN_ZOOM}
MAX_ZOOM: ${MAX_ZOOM}
FILTER_MAPNIK_OUTPUT: ${FILTER_MAPNIK_OUTPUT}
postserve:
image: "openmaptiles/openmaptiles-tools:${TOOLS_VERSION}"