- May 05, 2013
-
-
boobaa authored
-
- Apr 16, 2013
-
-
git authored
Issue #1968416 by echataig | JAGJIT SINGH: Fixed Markers disappear when using Jef Poskanzer's Clusterer (due to Google API v3).
-
- Apr 11, 2013
-
-
dimitrov.adrian authored
-
- Apr 02, 2013
-
-
dimitrov.adrian authored
-
- Apr 01, 2013
-
-
silvio authored
-
- Mar 13, 2013
-
- Jan 30, 2013
-
-
Andriy Podanenko authored
-
Andriy Podanenko authored
-
Logaritmisk 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
-
haiiro.shimeji authored
Issue #1586432 by haiiro.shimeji: Fixed Object doesn't support property or method 'getPoint' for highlight.js.
-
http://druler.com authored
Issue #1208420 by dafeder, kasperg, vasi1186: Fixed Grid Size and MaxZoom not working on markerclusterer.
-
- May 14, 2012
-
-
haiiro.shimeji authored
Issue #315236: GMap View, Exposed Filters and the error "Javascript is required to view this map" upon AJAX update missing javascript file.
-
haiiro.shimeji authored
-
- May 12, 2012
-
-
hadim authored
-
- Mar 05, 2012
-
-
haiiro.shimeji authored
-
- Mar 03, 2012
-
-
haiiro.shimeji authored
-
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.
-
- 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 14, 2011
-
-
Brandon Bergren 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 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
-