From f598fdceefa4c24af0e2e22a1ad6a91c1fdcb654 Mon Sep 17 00:00:00 2001 From: kunitoki Date: Mon, 15 Apr 2013 23:56:16 -0700 Subject: [PATCH] Updated PluginArchitecture (markdown) --- PluginArchitecture.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PluginArchitecture.md b/PluginArchitecture.md index 0c7d9e5..9cdabd5 100644 --- a/PluginArchitecture.md +++ b/PluginArchitecture.md @@ -18,9 +18,9 @@ All current plugins are located in https://github.com/mapnik/mapnik/tree/master/ | *[osm](OsmPlugin)*| 0.6.0| Beta| no| support for reading OpenStreetMap (OSM) xml datasets| | *[sqlite](SQLite)*| 0.6.0| Beta| no| support for [SQLite](http://en.wikipedia.org/wiki/SQLite) / [Spatialite](http://www.gaia-gis.it/spatialite) sql vector format| | *[occi](OCCI)*| 0.6.0| Beta| no| support for oracle spatial 10g/11g (versions 10.2.0.x and 11.2.0.x) ([Oracle Spatial](http://en.wikipedia.org/wiki/Oracle_Spatial)) sql vector format| -| *[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| +| *[kismet](Kismet)*| git| Alpha| no| support for [Kismet](http://www.kismetwireless.net/) GPS; shows little WLAN nodes on the map| +| *[rasterlite](Rasterlite)*| git| Experimental| no| support for [Rasterlite](http://www.gaia-gis.it/spatialite) sqlite raster with wavelet compression| +| *[geos](GEOS)*| git| Experimental| no| support for inline WKT geometries using [GEOS](http://trac.osgeo.org/geos/) library| | *[python](Python Plugin)* | 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.