From 632a2bd1232c531e9b47fb93698ccbafc1c165ac Mon Sep 17 00:00:00 2001 From: crschmidt Date: Sun, 26 Nov 2006 19:55:15 +0000 Subject: [PATCH] Typo in documentation, spotted by castaway. (Thx) git-svn-id: http://svn.openlayers.org/trunk/openlayers@1973 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- doc/Layer.Google.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Layer.Google.txt b/doc/Layer.Google.txt index 1f611070a4..a087317088 100644 --- a/doc/Layer.Google.txt +++ b/doc/Layer.Google.txt @@ -12,5 +12,5 @@ The Google Layer in OpenLayers allows you to include Google Maps functionality i getGPointFromOLPixel({OpenLayers.Pixel|pixel}) -- GPoint -- Create GPoint from OpenLayers Pixel. * Parameters - type -- one of G_MAP, G_SATELLITE_MAP, G_HYBRID_MAP, used to choose the type of map to display. + type -- one of G_NORMAL_MAP, G_SATELLITE_MAP, G_HYBRID_MAP, used to choose the type of map to display. (See GMapType in the Google documentation for more.)