[OpenLayers-Commits] r11423 - sandbox/camptocamp/mobile/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Feb 24 10:29:51 EST 2011


Author: fredj
Date: 2011-02-24 07:29:51 -0800 (Thu, 24 Feb 2011)
New Revision: 11423

Modified:
   sandbox/camptocamp/mobile/openlayers/examples/mobile.js
Log:
add the vector layer

Modified: sandbox/camptocamp/mobile/openlayers/examples/mobile.js
===================================================================
--- sandbox/camptocamp/mobile/openlayers/examples/mobile.js	2011-02-24 15:13:36 UTC (rev 11422)
+++ sandbox/camptocamp/mobile/openlayers/examples/mobile.js	2011-02-24 15:29:51 UTC (rev 11423)
@@ -61,8 +61,8 @@
             new OpenLayers.Layer.Google(
                 "Google Satellite",
                 {type: google.maps.MapTypeId.SATELLITE, numZoomLevels: 22}
-            )/*,
-            vector*/
+            ),
+            vector
         ],
         center: new OpenLayers.LonLat(0, 0),
         zoom: 1



More information about the Commits mailing list