[OpenLayers-Commits] r2070 - sandbox/vector/examples
commits at openlayers.org
commits at openlayers.org
Fri Dec 15 11:02:30 EST 2006
Author: crschmidt
Date: 2006-12-15 11:02:29 -0500 (Fri, 15 Dec 2006)
New Revision: 2070
Modified:
sandbox/vector/examples/wfs-T.html
Log:
Add a permalink to the WFS-T example.
Modified: sandbox/vector/examples/wfs-T.html
===================================================================
--- sandbox/vector/examples/wfs-T.html 2006-12-15 15:42:27 UTC (rev 2069)
+++ sandbox/vector/examples/wfs-T.html 2006-12-15 16:02:29 UTC (rev 2070)
@@ -26,7 +26,9 @@
map = new OpenLayers.Map('map', {controls: [
toolbar,
new OpenLayers.Control.LayerSwitcher(),
- new OpenLayers.Control.PanZoom()
+ new OpenLayers.Control.PanZoom(),
+ new OpenLayers.Control.Permalink()
+
]});
layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",
More information about the Commits
mailing list