From efda9d430ca3b0dd87740fd06b934be5092e31f0 Mon Sep 17 00:00:00 2001 From: ThomasG77 Date: Tue, 20 Dec 2011 14:07:48 -0800 Subject: [PATCH] Updated RasterSymbolizer (markdown) --- RasterSymbolizer.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RasterSymbolizer.md b/RasterSymbolizer.md index 8bbb31e..5366222 100644 --- a/RasterSymbolizer.md +++ b/RasterSymbolizer.md @@ -17,9 +17,11 @@ The RasterSymbolizer is used to render an image from any [GDAL supported format] * As of Mapnik 0.8 the RasterSymbolizer can be assigned a [[RasterColorizer]] to color a raw data raster according to a palette. This is useful for visualizing scientific data, dynamically changing the color gradient of a DEM, etc... -![tile](http://media.mapnik.org/tiles/relief/7/63/42.png) + +![tile](http://1.tiles.ump.waw.pl/ump_tiles/12/2265/1395.png) ![tile](http://toolserver.org/~cmarqu/hill/12/2265/1395.png) + Processed as described in http://wiki.openstreetmap.org/wiki/Hillshading_using_the_Alpha_Channel_of_an_Image # Usage