- Mar 09, 2011
-
-
Brandon Bergren authored
Prevent clustermarker from accidentally modifying the settings. Prevents a javascript error when using multiple maps.
-
Brandon Bergren authored
-
- 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.
-
- Feb 01, 2011
-
-
Brandon Bergren authored
-
- Jan 26, 2011
-
-
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.
-
- Nov 05, 2010
-
-
Brandon Bergren authored
RMT cache -- clicking on the same rmt marker more than once will show the previously fetched data instead of loading again.
-
- Nov 04, 2010
-
-
Reuben Turk authored
#315236 by Bartezz, Fabianx, NigelCunningham, jcmarco et al. - gmap views that use ajax break when exposed filters are used.
-
- Jul 02, 2010
-
-
Brandon Bergren authored
(cherry picked from commit 9a79fc758f8a7f9d5b692d725722abfe2c98997f)
-
- 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.
-