[OpenLayers-Commits] r2082 - sandbox/vector/examples
commits at openlayers.org
commits at openlayers.org
Thu Dec 21 09:41:03 EST 2006
Author: crschmidt
Date: 2006-12-21 09:41:01 -0500 (Thu, 21 Dec 2006)
New Revision: 2082
Modified:
sandbox/vector/examples/wfs-T.html
Log:
Adding Scribble layer WMS
Modified: sandbox/vector/examples/wfs-T.html
===================================================================
--- sandbox/vector/examples/wfs-T.html 2006-12-21 12:33:35 UTC (rev 2081)
+++ sandbox/vector/examples/wfs-T.html 2006-12-21 14:41:01 UTC (rev 2082)
@@ -34,8 +34,11 @@
layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",
"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});
+ map.addLayer(layer);
- line = new OpenLayers.Layer.WFS("Line",
+ line = new OpenLayers.Layer.WFS("Scribble WFS",
"/geoserver/wfs",
{typename: "line", geometry_column: 'the_geom', maxZoomLevel : 4},
{featureClass: OpenLayers.Feature.WFS, style: new OpenLayers.Style({strokeColor: "red"})});
More information about the Commits
mailing list