From d8b8f4480390b7278976e3c3365159e2a9aeb6f4 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 24 May 2007 14:43:07 +0000 Subject: [PATCH] Pullup trunk for RC4. Fixes: #694 Safari 1.3.2 doesn't work with OL 2.4 #695 GeoRSS serializer is broken #696 events need to fall through the overview map extent rectangle #697 Vector example to show how to use styles #698 add close box option to AnchoredBubble #701 SVG render does not always clear features when map extent changes #703 OpenLayers.Layer.Vector do not properly destroy its features #706 Full CSS support fails when Control.OverviewMap is loaded #708 change WKT format to deal in features instead of geometries #710 Install instructions unclear #711 OpenLayers.Layer.Image requires OpenLayers.Tile.Image #715 layer.js needs sanity check #718 WMS.Untiled Clone doesn't work #719 SVG renderer does not always redraw LineStrings and Polygons #720 remove console.log() from OpenLayers.Format.WKT git-svn-id: http://svn.openlayers.org/branches/openlayers/2.4@3177 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- doc/authors.txt | 1 + examples/georss-serialize.html | 6 +- examples/popups.html | 13 +- examples/vector-features.html | 20 +++- examples/wkt.html | 19 ++- lib/OpenLayers/BaseTypes.js | 5 +- lib/OpenLayers/Control/OverviewMap.js | 3 +- lib/OpenLayers/Feature.js | 5 +- lib/OpenLayers/Format/GeoRSS.js | 4 +- lib/OpenLayers/Format/WKT.js | 104 +++++++++------- lib/OpenLayers/Geometry.js | 5 +- lib/OpenLayers/Layer.js | 12 +- lib/OpenLayers/Layer/Image.js | 1 + lib/OpenLayers/Layer/Vector.js | 9 +- lib/OpenLayers/Layer/WMS/Untiled.js | 4 +- lib/OpenLayers/Map.js | 24 +++- lib/OpenLayers/Popup.js | 12 +- lib/OpenLayers/Popup/AnchoredBubble.js | 2 +- lib/OpenLayers/Renderer/SVG.js | 9 +- readme.txt | 21 +++- tests/Format/test_GeoRSS.html | 34 ++++++ tests/Format/test_WKT.html | 160 ++++++++++++++----------- tests/Layer/test_Grid.html | 3 +- tests/Tile/test_Image.html | 8 +- tests/list-tests.html | 4 +- tests/test_Map.html | 56 +++++---- tests/test_Popup.html | 2 +- 27 files changed, 352 insertions(+), 194 deletions(-) create mode 100644 tests/Format/test_GeoRSS.html diff --git a/doc/authors.txt b/doc/authors.txt index 0589919e32..072416d55a 100644 --- a/doc/authors.txt +++ b/doc/authors.txt @@ -1,6 +1,7 @@ OpenLayers contributors: Howard Butler Bertil Chaupis +John Cole Jeff Dege Schuyler Erle Christian López Espínola diff --git a/examples/georss-serialize.html b/examples/georss-serialize.html index 90e51c58ac..f6f11407fa 100644 --- a/examples/georss-serialize.html +++ b/examples/georss-serialize.html @@ -2,7 +2,7 @@