We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0018e commit 4fafe1dCopy full SHA for 4fafe1d
.github/workflows/install-package-and-test.yml
@@ -47,6 +47,8 @@ jobs:
47
mkdir -p /usr/share/renderd
48
cp -av utils/example-map /usr/share/renderd/
49
cp -av etc/apache2/renderd-example-map.conf /etc/apache2/sites-available/renderd-example-map.conf
50
+ MAPNIK_INPUT=$(find /usr -type d -name input | grep mapnik)
51
+ sed -i "s#/usr/lib/mapnik/3.1/input#${MAPNIK_INPUT}#g" /etc/renderd.conf
52
printf '
53
[example-map]
54
URI=/tiles/renderd-example
0 commit comments