Active
Project:
GMap Module
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2011 at 06:14 UTC
Updated:
4 Jul 2011 at 06:14 UTC
Hi,
I am using a gmap in a custom form, i am adding it using the following code:
if ($usegmap) {
$map_macro = variable_get('gmap_user_map', '[gmap|id=usermap|center=0,30|control=Large|zoom=12|width=95%|height=400px]');
$form['CL']['gmap']['#value'] = gmap_set_location($map_macro, $form['CL'], array('latitude'=>'Callerlatitude_disp','longitude'=>'Callerlongitude_disp'));
}
A marker is added at the corect location, but when the marker is clicked, he disapear, is there a way tochange this behavior?