From 8cb729e555875e4afbf3e7bf6bd3ee1675ac3e76 Mon Sep 17 00:00:00 2001 From: skorasaurus Date: Sat, 7 Apr 2012 06:32:25 -0700 Subject: [PATCH] removed info on parameters of gdal, ogr which already existed on GDAL, OGR pages [markdown] --- XMLConfigReference.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/XMLConfigReference.md b/XMLConfigReference.md index 96ccce3..63d0578 100644 --- a/XMLConfigReference.md +++ b/XMLConfigReference.md @@ -96,21 +96,11 @@ A Style object defines the way objects can be rendered. A Mapnik configuration * *estimate_extent*: boolean to tell Mapnik to estimate the extent of the layer (true) or not (false) * *extent*: manually enter an extent if estimate_extent is set to false - * Additional parameters for type *postgis* -see: Parameters on the [[PostGIS]] page. - - + * Additional parameters for type *postgis* see: Parameters on the [[PostGIS]] page. * Additional parameters for type *shape* see [[ShapeFile]] - - - * Additional parameters for type *gdal* - * *file*: Path to the raster file - - * Additional parameters for type *ogr* - * *layer*: The layer name, run `ogrinfo` on the data to get the layer name (hint: for shapefiles it is the same name as the file) - - * Additional parameters for type *osm* - see [[OsmPlugin]] + * Additional parameters for type *gdal* see [[GDAL]]. + * Additional parameters for type *ogr* see [[OGR]]. + * Additional parameters for type *osm* see [[OsmPlugin]] ---- ## Rule