[OpenLayers-Commits] r12148 - trunk/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Sun Jul 3 05:20:48 EDT 2011


Author: ahocevar
Date: 2011-07-03 02:20:47 -0700 (Sun, 03 Jul 2011)
New Revision: 12148

Modified:
   trunk/openlayers/examples/SLDSelect.html
Log:
using correct units for the map style


Modified: trunk/openlayers/examples/SLDSelect.html
===================================================================
--- trunk/openlayers/examples/SLDSelect.html	2011-07-03 07:33:24 UTC (rev 12147)
+++ trunk/openlayers/examples/SLDSelect.html	2011-07-03 09:20:47 UTC (rev 12148)
@@ -140,7 +140,7 @@
 
     <div id="shortdesc">Using Styled Layer Descriptors to make a selection on WMS layers</div>
 
-    <div id="map" style="width: 512; height: 256; border: 1px solid red;"></div>
+    <div id="map" style="width: 512px; height: 256px; border: 1px solid red;"></div>
 
     <div id="docs">
         This example uses the OpenLayers.Control.SLDSelect to select features in a WMS



More information about the Commits mailing list