Updated API changes between v2.0 and v2.1 (markdown)
parent
08719ef219
commit
0dfba9c454
1 changed files with 8 additions and 2 deletions
|
@ -1,11 +1,17 @@
|
||||||
|
|
||||||
## Deprecated
|
## Deprecated
|
||||||
* TextSymbolizer - most attributes moved to either `format` or `placements` properties
|
|
||||||
|
* `TextSymbolizer` - most attributes moved to either `format` or `placements` properties
|
||||||
* TODO - doc all these out
|
* TODO - doc all these out
|
||||||
|
|
||||||
## Removed
|
## Removed
|
||||||
|
|
||||||
|
* `GlyphSymbolizer` - functionality can now be achieved with the `TextSymbolizer`
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
|
|
||||||
* `MarkersSymbolizer`
|
* `MarkersSymbolizer`
|
||||||
* `width` and `height` are now expressions rather than raw floats
|
* `width` and `height` are now expressions rather than raw floats
|
||||||
|
|
||||||
|
## Added
|
||||||
|
|
||||||
|
* `comp-op` - All symbolizers now support compositing in the AGG and Cairo renderers
|
Loading…
Reference in a new issue