[OpenLayers-Commits] r11993 - sandbox/ahocevar/google-ng/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Mon May 23 09:10:19 EDT 2011


Author: ahocevar
Date: 2011-05-23 06:10:18 -0700 (Mon, 23 May 2011)
New Revision: 11993

Modified:
   sandbox/ahocevar/google-ng/examples/google-ng.js
Log:
fixing a typo in the example

Modified: sandbox/ahocevar/google-ng/examples/google-ng.js
===================================================================
--- sandbox/ahocevar/google-ng/examples/google-ng.js	2011-05-23 13:01:29 UTC (rev 11992)
+++ sandbox/ahocevar/google-ng/examples/google-ng.js	2011-05-23 13:10:18 UTC (rev 11993)
@@ -19,7 +19,7 @@
 
     map.addLayers([gphy, gmap, ghyb, gsat]);
 
-    // Google.v3 uses EPSG:900913 as projection, so we have to
+    // GoogleNG uses EPSG:900913 as projection, so we have to
     // transform our coordinates
     map.setCenter(new OpenLayers.LonLat(10.2, 48.9).transform(
         new OpenLayers.Projection("EPSG:4326"),



More information about the Commits mailing list