Updated PluginArchitecture (markdown)

ThomasG77 2012-01-07 11:59:16 -08:00
parent 7790bdc5bf
commit 0a933a5727

@ -4,9 +4,9 @@ Mapnik supports a Plugin architecture read access to a variety of formats.
Some plugins have been written in C++ and require no external dependencies, while others require access to a supporting C or C++ library (like libpq for postgis/postgresql and libgdal for gdal/org support). Some plugins have been written in C++ and require no external dependencies, while others require access to a supporting C or C++ library (like libpq for postgis/postgresql and libgdal for gdal/org support).
Interested in developing a new plugin see: DevelopingPlugins Interested in developing a new plugin see: [[DevelopingPlugins]]
All current plugins are located in source:trunk/plugins/input/ All current plugins are located in https://github.com/mapnik/mapnik/tree/master/plugins/input/
| **Name**| **Availability**|**Status**|**Build by Default**|**Notes**| | **Name**| **Availability**|**Status**|**Build by Default**|**Notes**|
|:-------:|:---------------:|:--------:|:------------------:|:-------:| |:-------:|:---------------:|:--------:|:------------------:|:-------:|