From 67b0c7180f5f087dcbd4cff99760e138c78fd13e Mon Sep 17 00:00:00 2001 From: ahocevar Date: Tue, 13 Jul 2010 08:28:16 +0000 Subject: [PATCH] Added a note about incompatibility with UI controls provided by the GMaps API. Thanks pwr for pointing this out (see #2736) git-svn-id: http://svn.openlayers.org/trunk/openlayers@10485 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Google/v3.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/OpenLayers/Layer/Google/v3.js b/lib/OpenLayers/Layer/Google/v3.js index 5b225f056b..8440b1dfe2 100644 --- a/lib/OpenLayers/Layer/Google/v3.js +++ b/lib/OpenLayers/Layer/Google/v3.js @@ -11,6 +11,9 @@ * Constant: OpenLayers.Layer.Google.v3 * * Mixin providing functionality specific to the Google Maps API v3. Note that + * this layer configures the google.maps.map object with the "disableDefaultUI" + * option set to true. Using UI controls that the Google Maps API provides is + * not supported by the OpenLayers API. */ OpenLayers.Layer.Google.v3 = {