From 9668933e0cf026c34cff02b52ea6d2ca15376531 Mon Sep 17 00:00:00 2001 From: springmeyer Date: Tue, 24 Jul 2012 20:11:32 -0700 Subject: [PATCH] Updated API changes between v2.0 and v2.1 (markdown) --- API-changes-between-v2.0-and-v2.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API-changes-between-v2.0-and-v2.1.md b/API-changes-between-v2.0-and-v2.1.md index 5b4868c..238e93f 100644 --- a/API-changes-between-v2.0-and-v2.1.md +++ b/API-changes-between-v2.0-and-v2.1.md @@ -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.