[OpenLayers-Commits] r11372 - sandbox/crschmidt/pan-tap/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Wed Feb 23 13:43:48 EST 2011


Author: crschmidt
Date: 2011-02-23 10:43:48 -0800 (Wed, 23 Feb 2011)
New Revision: 11372

Modified:
   sandbox/crschmidt/pan-tap/examples/mobile.js
Log:
Do the wthing I said in the last commit


Modified: sandbox/crschmidt/pan-tap/examples/mobile.js
===================================================================
--- sandbox/crschmidt/pan-tap/examples/mobile.js	2011-02-23 18:42:07 UTC (rev 11371)
+++ sandbox/crschmidt/pan-tap/examples/mobile.js	2011-02-23 18:43:48 UTC (rev 11372)
@@ -26,16 +26,6 @@
                 }
             }),
             new OpenLayers.Control.Attribution(),
-            new OpenLayers.Control.DrawFeature(
-                vector, OpenLayers.Handler.Point, {id: "point-control"}
-            ),
-            new OpenLayers.Control.DrawFeature(
-                vector, OpenLayers.Handler.Path, {id: "line-control"}
-            ),
-            new OpenLayers.Control.DrawFeature(
-                vector, OpenLayers.Handler.Polygon, {id: "poly-control"}
-            ),
-            new OpenLayers.Control.ModifyFeature(vector, {id: "mod-control"}),
             new OpenLayers.Control.ZoomPanel()
         ],
         layers: [new OpenLayers.Layer.OSM(), vector],



More information about the Commits mailing list