Needs work
Project:
GMap Module
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2012 at 21:55 UTC
Updated:
3 Nov 2012 at 22:40 UTC
In the GMAP array example, it states that an acceptable value for maptype is "Terrain", which does not work. Search through the module I found:
$map['Google']['Physical'] = array(
'title' => t('Terrain: Physical feature map.'),
'default' => FALSE,
'help' => t('Map with physical data (terrain, vegetation.) Internal name: G_PHYSICAL_MAP'),
);
The correct option is "Physical" not "Terrain".
Comments
Comment #1
koppie commentedOh my goodness yes - I was tearing my hair out over this one. I can confirm that this is true for the Drupal 7 version too. Clearly a grievous oversight on Google's part, but it would be nice to get this into the documentation.
So the four map types are:
Comment #2
podarokcan You provide a patch against 7.x-2.x branch?