- Jun 08, 2010
-
-
Brandon Bergren authored
-
- Apr 08, 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
-
- Apr 01, 2010
-
-
Reuben Turk authored
-
- Dec 11, 2009
-
-
Brandon Bergren authored
-
- 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
-
-
Rebecca White authored
GPolygon.fromEncoded() and GPolyline.fromEncoded() don't take style arguments the same way as the regular constructors--styles have to be attributes of the encoded polyline/polygon object, rather than being arguments to the constructor
-
Rebecca White authored
-
Brandon Bergren authored
This fixes the annoying jerky / flashing marker when using locpick, and makes the whole thing feel a lot smoother.
-
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 12, 2009
-
-
Brandon Bergren authored
Fix #155104 by Scott Falconer: Add "Zoom to cluster area" support. Allow falling back to the default Clusterer marker if desired. Allow entering larger numbers in some marker manager settings. Allow choosing between the original and the new "zoom to marker area" behavior on Clusterer.
-
- Feb 11, 2009
-
-
Brandon Bergren authored
This file needs some serious work still, it will definately need the most work before dynamic bootstrapping works.
-
Brandon Bergren authored
(Header changes only.)
-
Brandon Bergren authored
== -> === changes. Remove unused variable. Dot notation.
-
Brandon Bergren authored
(Header changes only.)
-
Brandon Bergren authored
== -> === changes. Remove unused variable.
-
Brandon Bergren authored
-
Brandon Bergren authored
== -> === changes.
-
Brandon Bergren authored
Remove unused variables.
-
Brandon Bergren authored
-
Brandon Bergren authored
== -> === changes. There's still work to do here.
-
Brandon Bergren authored
Integrate some of bevan's mods into marker.js.
-
Brandon Bergren authored
Fix unguarded for in.
-
Brandon Bergren authored
== -> === changes.
-
Brandon Bergren authored
-
Brandon Bergren authored
-
Brandon Bergren authored
-
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
-
- Feb 03, 2009
-
-
Brandon Bergren authored
-
Brandon Bergren authored
-
Brandon Bergren authored
-
- Jan 30, 2009
-
-
Rebecca White authored
-
- Dec 19, 2008
-
-
Brandon Bergren authored
Add shape clickability.
-
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.
-