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).