From 9a7f49f55fbb50dcc3743e34ccd5b8af5145e619 Mon Sep 17 00:00:00 2001 From: rjw57 Date: Sat, 18 Aug 2012 09:19:42 -0700 Subject: [PATCH] Add the Python plugin to the list of plugins --- PluginArchitecture.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PluginArchitecture.md b/PluginArchitecture.md index 6138ada..ad46a00 100644 --- a/PluginArchitecture.md +++ b/PluginArchitecture.md @@ -21,6 +21,7 @@ All current plugins are located in https://github.com/mapnik/mapnik/tree/master/ | *[kismet](Kismet)*| SVN| Alpha| no| support for [Kismet](http://www.kismetwireless.net/) GPS; shows little WLAN nodes on the map| | *[rasterlite](Rasterlite)*| SVN| Experimental| no| support for [Rasterlite](http://www.gaia-gis.it/spatialite) sqlite raster with wavelet compression| | *[geos](GEOS)*| SVN| Experimental| no| support for inline WKT geometries using [GEOS](http://trac.osgeo.org/geos/) library| +| *[python](PythonPlugin)* | git| Experimental| yes| support for generating features dynamically using the Python programming language.| *Note*: When compiling Mapnik from source only the PostGIS, Raster, and Shape plugins will be compiled by default.