[OpenLayers-Commits] r2083 - sandbox/vector/examples
commits at openlayers.org
commits at openlayers.org
Thu Dec 21 09:46:56 EST 2006
Author: crschmidt
Date: 2006-12-21 09:46:55 -0500 (Thu, 21 Dec 2006)
New Revision: 2083
Modified:
sandbox/vector/examples/wfs-T.html
Log:
Set style attribute.
Modified: sandbox/vector/examples/wfs-T.html
===================================================================
--- sandbox/vector/examples/wfs-T.html 2006-12-21 14:41:01 UTC (rev 2082)
+++ sandbox/vector/examples/wfs-T.html 2006-12-21 14:46:55 UTC (rev 2083)
@@ -35,7 +35,7 @@
"http://labs.metacarta.com/wms-c/Basic.py", {layers: 'basic'} );
map.addLayer(layer);
layer = new OpenLayers.Layer.WMS( "Scribble WMS",
- "http://dev.openlayers.org/geoserver/wms", {layers: 'topp:line', 'format':'image/png', 'transparent':true});
+ "http://dev.openlayers.org/geoserver/wms", {layers: 'topp:line', 'format':'image/png', 'transparent':true, STYLES:'line'});
map.addLayer(layer);
line = new OpenLayers.Layer.WFS("Scribble WFS",
More information about the Commits
mailing list