From 2d8981aed5b25b65cb5fbc03b805fce2e7315978 Mon Sep 17 00:00:00 2001 From: bartvde Date: Thu, 6 May 2010 13:40:14 +0000 Subject: [PATCH] reducing number of sides for the circle RegularPolygon handler in the SLDSelect example so that the example works against demo.geoserver.org in Firefox as well, otherwise the urls are getting too long for Apache to handle git-svn-id: http://svn.openlayers.org/trunk/openlayers@10293 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/SLDSelect.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SLDSelect.html b/examples/SLDSelect.html index 0beb51f984..470adee189 100644 --- a/examples/SLDSelect.html +++ b/examples/SLDSelect.html @@ -84,7 +84,7 @@ { displayClass: 'olControlSLDSelectBox', layers: [layers['waterbodies']], - handlerOptions: {sides: 40} + handlerOptions: {sides: 30} } ) };