- 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.
-
- Feb 01, 2011
-
-
Brandon Bergren authored
-
- Jan 26, 2011
-
-
Brandon Bergren authored
-
- Jan 13, 2011
-
-
Brandon Bergren authored
Fix locpick.
-
Brandon Bergren authored
-
- Jan 09, 2011
-
-
Reuben Turk authored
#802102 by rooby - When editing locations, after clicking to remove a marker new markers are not properly added.
-
- 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.
-
- Jul 02, 2010
-
-
Brandon Bergren authored
-
- Jun 08, 2010
-
-
Brandon Bergren authored
(cherry picked from commit 21ffd90556103f3f1a045a9c8216926401c62ff3)
-
- 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
-
- 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
-