[OpenLayers-Commits] r12029 -
sandbox/ahocevar/google-ng/lib/OpenLayers/Layer
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Sat May 28 07:00:09 EDT 2011
Author: ahocevar
Date: 2011-05-28 04:00:08 -0700 (Sat, 28 May 2011)
New Revision: 12029
Modified:
sandbox/ahocevar/google-ng/lib/OpenLayers/Layer/GoogleNG.js
Log:
improved api docs
Modified: sandbox/ahocevar/google-ng/lib/OpenLayers/Layer/GoogleNG.js
===================================================================
--- sandbox/ahocevar/google-ng/lib/OpenLayers/Layer/GoogleNG.js 2011-05-28 10:32:42 UTC (rev 12028)
+++ sandbox/ahocevar/google-ng/lib/OpenLayers/Layer/GoogleNG.js 2011-05-28 11:00:08 UTC (rev 12029)
@@ -9,10 +9,7 @@
/**
* Class: OpenLayers.Layer.GoogleNG
- * Google layer using <OpenLayers.Tile.Google> tiles. Note: Terms of Service
- * compliant use requires the map to be configured with an
- * <OpenLayers.Control.Attribution> control and the attribution placed on or
- * near the map.
+ * Google layer using <OpenLayers.Tile.Google> tiles.
*
* Inherits from:
* - <OpenLayers.Layer.XYZ>
@@ -61,7 +58,10 @@
/**
* Constructor: OpenLayers.Layer.GoogleNG
* Create a new GoogleNG layer. Requires the GMaps v3 JavaScript API script
- * included in the html document.
+ * (http://maps.google.com/maps/api/js?v=3.5&sensor=false) loaded in
+ * the html document. Note: Terms of Service compliant use requires the map
+ * to be configured with an <OpenLayers.Control.Attribution> control and
+ * the attribution placed on the map.
*
* Example:
* (code)
More information about the Commits
mailing list