Updated API changes between v2.0 and v2.1 (markdown)

springmeyer 2012-08-15 12:14:22 -07:00
parent 04495658ee
commit 7f431c9933

@ -1,5 +1,5 @@
## Removed
* `MetaWriter` - [disabled in 2.1.x series - may be re-enabled in future releases](https://github.com/mapnik/mapnik/issues/1240)
* `PointDatasource` - Use `MemoryDatasource` instead. PointDatasource was an incomplete wrapper around MemoryDatasource, and is obsolete now that `Feature` objects can leverage WKB and WKT to create geometries and features can be added to MemoryDatasources.
* `GlyphSymbolizer` - functionality can now be achieved with the `TextSymbolizer`
* `MarkersSymbolizer`