From bd8d72d964f44968ef90c94b091ac536ecc9069a Mon Sep 17 00:00:00 2001 From: tmcw Date: Fri, 9 Dec 2011 12:21:39 -0800 Subject: [PATCH] Updated Raster (markdown) --- Raster.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Raster.md b/Raster.md index 692369a..77c36e9 100644 --- a/Raster.md +++ b/Raster.md @@ -20,10 +20,12 @@ For other plugins see: [[PluginArchitecture]] To check if the raster plugin built and was installed correctly you can do: - >>> from mapnik import DatasourceCache as c - >>> 'raster' in c.plugin_names() - True +```python +>>> from mapnik import DatasourceCache as c +>>> 'raster' in c.plugin_names() +True +``` # Parameters @@ -81,7 +83,7 @@ To check if the raster plugin built and was installed correctly you can do: # Styling -To style a layer use the RasterSymbolizer +To style a layer use the [[RasterSymbolizer]] # Usage