From ef9afd22cbe1ba3a0da77a2cc1f2455a1bca635e Mon Sep 17 00:00:00 2001 From: ahocevar Date: Thu, 1 Jul 2010 14:30:57 +0000 Subject: [PATCH] change the SLDSelect control's default Polygon symbolizer to produce the same result as before r10430. r=elemoine (closes #2712) git-svn-id: http://svn.openlayers.org/trunk/openlayers@10446 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/SLDSelect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Control/SLDSelect.js b/lib/OpenLayers/Control/SLDSelect.js index d462cf0898..76d39cfffe 100644 --- a/lib/OpenLayers/Control/SLDSelect.js +++ b/lib/OpenLayers/Control/SLDSelect.js @@ -67,7 +67,7 @@ OpenLayers.Control.SLDSelect = OpenLayers.Class(OpenLayers.Control, { * a selection in red. */ selectionSymbolizer: { - 'Polygon': {fillColor: '#FF0000'}, + 'Polygon': {fillColor: '#FF0000', stroke: false}, 'Line': {strokeColor: '#FF0000', strokeWidth: 2}, 'Point': {graphicName: 'square', fillColor: '#FF0000', pointRadius: 5} },