- Jan 30, 2013
-
-
Andriy Podanenko authored
-
Andriy Podanenko authored
-
- Nov 03, 2012
-
-
http://druler.com authored
Issue #1064448 by GiorgosK, kndr, nclavaud: Fixed support gmap location cck vertical tabs - HACK to correctly render gmap location cck in vertical tab.
-
http://druler.com authored
-
- Mar 03, 2012
-
-
haiiro.shimeji authored
-
- Mar 31, 2011
-
-
Brandon Bergren authored
-
Brandon Bergren authored
Change globalChange to skip maps that are in the settings array but are missing from the actual page.
-
- Feb 24, 2011
-
-
The Great Git Migration authored
-
- Feb 11, 2011
-
-
Brandon Bergren authored
Copy the string based map opts over. This will allow setting the draggable cursor at the map level, etc.
-
- Jan 26, 2011
-
-
Brandon Bergren authored
-
- Oct 15, 2010
-
-
Brandon Bergren authored
Fix #821614 -- need to update to the new file api. Start converting to new FAPI capabilities. Port gmap_macro_builder to D7.
-
- Apr 29, 2010
-
-
Reuben Turk authored
* Add Google Bar to search on map * Add option for a marker tooltip field on gmap views * Add option to highlight markers on mouse rollover event * Add option to center Gmap on marker of node passed as argument in view * Add option to highlight markers of node passed as argument in view
-
- Dec 01, 2009
-
-
Brandon Bergren authored
Add a way to bind controls that we aren't able to set the id/classes on from the Drupal side. This lets us work around the fact that gmap_widget_setup() completely fails to work on CCK fields. Example: <code> $remap = array( 'edit-field-latitude-0-value' => array('classes' => array('gmap-locpick_latitude'), 'id' => 'gmap-loc0-locpick_latitude0'), 'edit-field-longitude-0-value' => array('classes' => array('gmap-locpick_longitude'), 'id' => 'gmap-loc0-locpick_longitude0'), 'edit-field-address-0-value' => array('classes' => array('gmap-locpick_address'), 'id' => 'gmap-loc0-locpick_address0'), ); drupal_add_js(array('gmap_remap_widgets' => $remap), 'setting'); /* ... stuff copied from gmap_set_location(), etc... */ </code>
-
- Apr 06, 2009
-
-
Brandon Bergren authored
Fix issue when bootstrapping multiple maps, jquery's each was calling the callback with a parameter and it was attempting to use it as a settings array. Fixed it by isolating the callback.
-
- Mar 13, 2009
-
-
Brandon Bergren authored
-
- Feb 11, 2009
-
-
Brandon Bergren authored
Make getMap a bit more user friendly by allowing passing widget ids.
-
Brandon Bergren authored
-
Brandon Bergren authored
JSLint part 2: == -> === changes, dot notation changes.
-
Brandon Bergren authored
-
- Jan 30, 2009
-
-
Rebecca White authored
-
- Dec 19, 2008
-
-
Brandon Bergren authored
-
Brandon Bergren authored
Keep track of a per-map storage handler variable. It can be accessed if needed by adding a second parameter to the callback function.
-
- Dec 18, 2008
-
-
Brandon Bergren authored
Brown paper bag fix. I broke hyphenated mapids back in September and it took me this long to notice.
-
- Oct 29, 2008
-
-
Brandon Bergren authored
* Remove references to mousewheel.js, clean up variable. * Add support for Continuous Zoom, enabled by default. * Add behavior flag for disabling Continuous Zoom. * Remove workaround from may 2007 (rev 1.1.2.15) that was causing zooming problems.
-
- Oct 01, 2008
-
-
Brandon Bergren authored
-
- Sep 11, 2008
-
-
Brandon Bergren authored
-
- Jul 15, 2008
-
-
Brandon Bergren authored
-