- Sep 15, 2010
-
-
Brandon Bergren authored
-
- Sep 09, 2010
-
-
Brandon Bergren authored
Original commits were for #679804.
-
- Jul 06, 2010
-
-
Reuben Turk authored
Renamed translations template file gmap-module.pot to gmap.pot and updated for current version of gmap
-
- Jul 04, 2010
-
-
Reuben Turk authored
-
- Jul 02, 2010
-
-
Brandon Bergren authored
(cherry picked from commit 9a79fc758f8a7f9d5b692d725722abfe2c98997f)
-
- Jun 13, 2010
-
-
Reuben Turk authored
-
Reuben Turk authored
-
- Jun 08, 2010
-
-
Brandon Bergren authored
-
Brandon Bergren authored
Fix #582934, patch by me, rerolled by pivica and hutch: PHP 5.3 compatibility for hook_gmap(). (Manual backport)
-
- Apr 29, 2010
-
-
Reuben Turk 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
-
- 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. (cherry picked from commit 2831abcbe55a2b60dbeaeb52e895d0877ef20615)
-
Brandon Bergren authored
(cherry picked from commit 62cb91318ddbf045a98b55bd02682b0320cf0ccc)
-
Brandon Bergren authored
-
- Jan 09, 2010
-
-
Brandon Bergren authored
(cherry picked from commit 751d05ac637eba7c25155e5e14ed6fd26418314e)
-
Brandon Bergren authored
-
Brandon Bergren authored
(cherry picked from commit 79e80c09bb9f1c403a1dbeff1171b5f4482f63a3)
-
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
-
Brandon Bergren authored
-
Brandon Bergren authored
Rename permissions: "show node map" -> "view node map" "show user map" -> "view user map" "user locations" -> "view user location details"
-
Brandon Bergren authored
Remove 'set user location' permission, it's a leftover from the days that GMap used to be responsible for user locations.
-
- Mar 11, 2009
-
-
Brandon Bergren authored
Hopefully fix #371134: warning: Invalid argument supplied for foreach()...gmap_plugin_style_gmap.inc on line 172.
-