Updated API changes between v2.0 and v2.1 (markdown)
parent
c35d57dba7
commit
9668933e0c
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
## Removed
|
||||
|
||||
* `PointDatasource` - Use `MemoryDatasource` instead, which now supports any types of geometries. PointDatasource was an incomplete wrapper around MemoryDatasource, and is obsolete now that `Feature` objects can leverage WKB and WKT to create geometries.
|
||||
* `GlyphSymbolizer` - functionality can now be achieved with the `TextSymbolizer`
|
||||
* `MarkersSymbolizer`
|
||||
* `marker-type` is removed, built in ellipse and arrow types now can be referenced like `file="shape://ellipse"` and `file="shape://arrow"` - although this interface is unstable and may continue to change.
|
||||
|
|
Loading…
Reference in a new issue