Updated Api changes between v2.3 and v3.0 (markdown)
parent
05921d7750
commit
4eaff3f506
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
- Removed `paths-from-xml` option from the `<Map>` XML parser (https://github.com/mapnik/mapnik/issues/1893)
|
- 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`).
|
- `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.
|
- `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
|
## Changed
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue