- Oct 15, 2010
-
-
Brandon Bergren authored
Fixes the second part of [#922564].
-
Brandon Bergren authored
-
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.
-
- Sep 30, 2010
-
-
Reuben Turk authored
-
- Sep 15, 2010
-
-
Brandon Bergren authored
-
- Sep 09, 2010
-
-
Brandon Bergren authored
Original commits were for #679804.
-
- Jul 04, 2010
-
-
Reuben Turk authored
-
- Jul 02, 2010
-
-
Brandon Bergren authored
-
- Jun 13, 2010
-
-
Reuben Turk authored
-
Reuben Turk authored
-
- Jun 08, 2010
-
-
Brandon Bergren authored
(cherry picked from commit 21ffd90556103f3f1a045a9c8216926401c62ff3)
-
Brandon Bergren authored
-
- 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
-
Reuben Turk authored
-
- Apr 01, 2010
-
-
Reuben Turk authored
-
- Jan 23, 2010
-
-
Brandon Bergren authored
Fix #676108. Original patch by greenSkin, heavily modified by me to hopefully maximize compatibility. In theory, this should work in both keys_api and keys now.
-
Brandon Bergren authored
-
Brandon Bergren authored
Manual commit of D7 porting work so far. (Had a conflict in the .info file due to keyword expansion.)
-
- Jan 09, 2010
-
-
Brandon Bergren authored
-
Brandon Bergren authored
-
Brandon Bergren authored
-
Brandon Bergren authored
-
Brandon Bergren authored
-
- Dec 15, 2009
-
-
Brandon Bergren authored
-
- Dec 11, 2009
-
-
Brandon Bergren authored
-
- Dec 01, 2009
-
-
Brandon Bergren authored
Stop confusing the marker system by blindly wrapping marker.text in a div, even if it didn't exist.
-
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>
-
Brandon Bergren authored
HOPEFULLY it will work okay. The reason I was reluctant to change this is the interactions between drupal_add_js() and hook_filter(), described at http://mostrey.be/hookfilter-versus-drupaladdjs If anyone has troubles with macros after this change, I will have to revisit gmap's filter stuff.
-
Brandon Bergren authored
Also, fix a warning caused by neglecting to give the row plugin a chance to query. Additionally, ensure that views knows we are capable of doing grouping. The fix is based on the changes presented in #619884 for views.
-
- Jun 08, 2009
-
-
Sylvain Moreau authored
-
- Apr 17, 2009
-
-
Brandon Bergren authored
Usability: Don't show a JS error when attempting to display a map before the API key has been configured. This should help when visiting the settings page for the first time, etc. The immediate JS error isn't very nice.
-
- Apr 06, 2009
-
-
Rebecca White authored
-
Brandon Bergren authored
-
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
-
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.
-
- Apr 03, 2009
-
-
Brandon Bergren authored
-
- Mar 13, 2009
-
-
Brandon Bergren authored
-