Needs work
Project:
GMap Module
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2010 at 14:30 UTC
Updated:
30 Jan 2013 at 18:33 UTC
Jump to comment: Most recent file
Comments
Comment #1
haiiro.shimeji commentedi need this feature and make the patch for 7.x-1.x.
this patch will fix the behavior of gmap_macro_builder_form() that ignore the $settings argument,
and fix the behavior of the some javascripts that cause the default value is not editable.
the below is the sample of $settings argument, this is parsed macro by gmap_parse_macro().
Array ( [zoom] => 9 [width] => 300px [height] => 200px [maptype] => Map [controltype] => Small [longitude] => 136.900634765625 [latitude] => 35.16931803601131 [markers] => Array ( [0] => Array ( [options] => Array ( ) [longitude] => 136.89788818359375 [latitude] => 35.1760533659996 [markername] => treasure [offset] => 0 ) ) )
#
but this ticket is opened for 6.x..
should i open a new issue??
Comment #2
podarokall feature requests can be imported in 6.x version after committing em in major versions with backport afterwards
Can You make this ?