From c253766b175191e3fb9a5b84865bf777d4c80c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20=C4=8Cern=C3=BD?= Date: Mon, 15 May 2017 21:41:33 +0200 Subject: [PATCH] Wrong comment character in renderd.conf According to iniParser documentation at [http://ndevilla.free.fr/iniparser/html/] valid comment options are: > Comments in an ini file are: > - Lines starting with a hash sign > - Blank lines (only blanks or tabs) > - Comments given on value lines after the semicolon (if present) --- renderd.conf | 80 ++++++++++++++++++++++++++-------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/renderd.conf b/renderd.conf index b8c5fa87..ca785c19 100644 --- a/renderd.conf +++ b/renderd.conf @@ -1,22 +1,22 @@ [renderd] -;socketname=/var/run/renderd/renderd.sock +#socketname=/var/run/renderd/renderd.sock num_threads=4 tile_dir=/var/lib/mod_tile stats_file=/var/run/renderd/renderd.stats -;[renderd01] -;iphostname=::1 -;ipport=7654 -;num_threads=4 -;tile_dir=rados://tiles/etc/ceph/ceph.conf -;stats_file=/var/run/renderd/renderd.stats +#[renderd01] +#iphostname=::1 +#ipport=7654 +#num_threads=4 +#tile_dir=rados://tiles/etc/ceph/ceph.conf +#stats_file=/var/run/renderd/renderd.stats -;[renderd02] -;iphostname=::1 -;ipport=7654 -;num_threads=8 -;tile_dir=memcached:// -;stats_file=/var/run/renderd/renderd.stats +#[renderd02] +#iphostname=::1 +#ipport=7654 +#num_threads=8 +#tile_dir=memcached:// +#stats_file=/var/run/renderd/renderd.stats [mapnik] plugins_dir=/usr/lib/mapnik/input @@ -29,32 +29,32 @@ TILEDIR=/var/lib/mod_tile XML=/home/jburgess/osm/svn.openstreetmap.org/applications/rendering/mapnik/osm-local.xml HOST=tile.openstreetmap.org TILESIZE=256 -;HTCPHOST=proxy.openstreetmap.org -;** config options used by mod_tile, but not renderd ** -;MINZOOM=0 -;MAXZOOM=18 -;TYPE=png image/png -;DESCRIPTION=This is a description of the tile layer used in the tile json request -;ATTRIBUTION=©OpenStreetMap and contributors, ODbL -;SERVER_ALIAS=http://localhost/ -;CORS=http://www.openstreetmap.org -;ASPECTX=1 -;ASPECTY=1 -;SCALE=1.0 +#HTCPHOST=proxy.openstreetmap.org +#** config options used by mod_tile, but not renderd ** +#MINZOOM=0 +#MAXZOOM=18 +#TYPE=png image/png +#DESCRIPTION=This is a description of the tile layer used in the tile json request +#ATTRIBUTION=©OpenStreetMap and contributors, ODbL +#SERVER_ALIAS=http://localhost/ +#CORS=http://www.openstreetmap.org +#ASPECTX=1 +#ASPECTY=1 +#SCALE=1.0 -;[style2] -;URI=/osm_tiles2/ -;TILEDIR=rados://tiles/etc/ceph/ceph.conf -;TILESIZE=512 -;XML=/home/jburgess/osm/svn.openstreetmap.org/applications/rendering/mapnik/osm-local2.xml -;HOST=tile.openstreetmap.org -;HTCPHOST=proxy.openstreetmap.org -;** config options used by mod_tile, but not renderd ** -;MINZOOM=0 -;MAXZOOM=22 -;TYPE=png image/png -;DESCRIPTION=This is a description of the tile layer used in the tile json request -;ATTRIBUTION=©OpenStreetMap and contributors, ODbL -;SERVER_ALIAS=http://localhost/ -;CORS=* +#[style2] +#URI=/osm_tiles2/ +#TILEDIR=rados://tiles/etc/ceph/ceph.conf +#TILESIZE=512 +#XML=/home/jburgess/osm/svn.openstreetmap.org/applications/rendering/mapnik/osm-local2.xml +#HOST=tile.openstreetmap.org +#HTCPHOST=proxy.openstreetmap.org +#** config options used by mod_tile, but not renderd ** +#MINZOOM=0 +#MAXZOOM=22 +#TYPE=png image/png +#DESCRIPTION=This is a description of the tile layer used in the tile json request +#ATTRIBUTION=©OpenStreetMap and contributors, ODbL +#SERVER_ALIAS=http://localhost/ +#CORS=*