From 9fd80edec0122de3877393c787c08369b7270aad Mon Sep 17 00:00:00 2001 From: tmcw Date: Fri, 9 Dec 2011 12:14:02 -0800 Subject: [PATCH] Updated RasterSymbolizer (markdown) --- RasterSymbolizer.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RasterSymbolizer.md b/RasterSymbolizer.md index 4aa4e03..279340c 100644 --- a/RasterSymbolizer.md +++ b/RasterSymbolizer.md @@ -1,11 +1,10 @@ - # RasterSymbolizer -The RasterSymbolizer is used to render an image from any [GDAL supported format](http://www.gdal.org/formats_list.html) using the [wiki:GDAL] plugin or from GeoTiff's using the [wiki:Raster] plugin. +The RasterSymbolizer is used to render an image from any [GDAL supported format](http://www.gdal.org/formats_list.html) using the [[GDAL]] plugin or from GeoTiff's using the [[Raster]] plugin. * Mapnik does not yet support on-the-fly reprojection of raster layers (like it does for vector layers) * Therefore it is necessary to first (externally) warp an image to the Spatial Reference System (srs) used in the map (e.g. using the `gdalwarp` command from the gdal-utilities).