Reputation: 96
I'm trying to setup a tileserver that serves tiles from somewhere. I've followed this tutorial :
It almost works, but at the end, when I run the following command : su username -c "renderd -f -c /usr/local/etc/renderd.conf"
, I have this error :
renderd[10379]: An error occurred while loading the map layer 'default': Shape Plugin: shapefile 'true.shp' does not exist encountered during parsing of layer 'coast-poly' in Layer of '/home/osm/openstreetmap-carto-2.29.1/style.xml'
My useful parts of /usr/local/etc/renderd.conf are :
[mapnik]
plugins_dir=/usr/local/lib/mapnik/input/
font_dir=/usr/share/fonts/truetype
font_dir_recurse=1
[default]
URI=/osm_tiles/
TILEDIR=/var/lib/mod_tile
XML=/home/osm/openstreetmap-carto-2.29.1/style.xml
HOST=localhost
TILESIZE=256
Can anyone help me on this ? Any ideas ?
Thanks !
Upvotes: 0
Views: 2288