Updated Api changes between v2.3 and v3.0 (markdown)

Blake Thompson 2015-01-15 16:58:50 -06:00
parent 05921d7750
commit 4eaff3f506

@ -4,6 +4,7 @@
- Removed `paths-from-xml` option from the `<Map>` XML parser (https://github.com/mapnik/mapnik/issues/1893)
- `ExpressionFormat` in `TextSymbolizer`. Just use `Format` which now supports expressions for all properties (For now `ExpressionFormat` is deprecated and will be parsed automatically into `Format`).
- `bilinear8` (raster scaling option) was obsolete and therefore removed.
- `blend` method removed from `Image` object in python bindings. The same actions can be accomplished with the `composite` function and src_over method.
## Changed