[OpenLayers-Commits] r2065 - sandbox/vector/examples

commits at openlayers.org commits at openlayers.org
Fri Dec 15 07:58:22 EST 2006


Author: crschmidt
Date: 2006-12-15 07:58:16 -0500 (Fri, 15 Dec 2006)
New Revision: 2065

Modified:
   sandbox/vector/examples/wfs-T.html
Log:
Change reference to be relative. 


Modified: sandbox/vector/examples/wfs-T.html
===================================================================
--- sandbox/vector/examples/wfs-T.html	2006-12-15 10:25:15 UTC (rev 2064)
+++ sandbox/vector/examples/wfs-T.html	2006-12-15 12:58:16 UTC (rev 2065)
@@ -36,7 +36,7 @@
             map.addLayer(layer);
 
             line = new OpenLayers.Layer.WFS("Line",
-                "http://some.server.com/geoserver/wfs",
+                "/geoserver/wfs",
                 {typename: "line", geometry_column: 'the_geom', maxZoomLevel : 6},
                 {featureClass: OpenLayers.Feature.WFS, style: new OpenLayers.Style({strokeColor: "red"})});
             map.addLayer(line);



More information about the Commits mailing list