Closed (duplicate)
Project:
GMap Module
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2007 at 15:58 UTC
Updated:
5 Oct 2007 at 22:46 UTC
Unless I've misunderstood the usage of theme('gmap', $map) it is broken. It only displays the default settings map. I'm using the latest snapshot.
My code;
$map = array(
'id' => 'map',
'control' => 'Small',
'tcontrol'=> 'on',
'zoom' => 10,
'center' => $lat . ',' . $lon,
'width' => '100%',
'height' => '222px',
'type' => 'Satellite',
);
theme('gmap, $map);
Comments
Comment #1
alippai commentedThe API.txt is outdated, please update it :(
Comment #2
bdragon commentedMarking as duplicate of http://drupal.org/node/181208.
Thank you for your issue.