Please, help me with one sample, how to create in the node one map.
All required data create from macro, and copy and store one cck text-field.
$my = $node->field_gmap_poz[0][value];
$mymap = gmap_parse_macro($my);
$mymap[ 'tcontrol'] = 'off'; // NOT visible map type
print gmap_draw_map($mymap); // not work :-(
I tried it the next line, but this not good
$print = theme('gmap',$mymap);
Comments
Comment #1
Anonymous (not verified) commentedTry this
Comment #2
DTB commentedThank you, this work :-))))
DTB
Comment #3
Anonymous (not verified) commentedgreat.
Comment #4
(not verified) commented