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`
@ -78,4 +78,4 @@
* `RasterSymbolizer`
* `mode` is deprecated, now use `comp-op` which supports [many more compositing modes](https://github.com/mapnik/mapnik/blob/master/include/mapnik/image_compositing.hpp#L42-79)
* `scaling=fast` is deprecated. It has always been a synonym for `near`, use `near` going forward
* `scaling` is now exposed in python as enumerations of `mapnik.scaling_method` not as bare strings
* `scaling` is now exposed in python as enumerations of `mapnik.scaling_method` not as bare strings