Updated API changes between v2.0 and v2.1 (markdown)
parent
04495658ee
commit
7f431c9933
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue