Skip to content
Snippets Groups Projects
  1. Apr 08, 2010
    • Reuben Turk's avatar
      #679804 by srobert72 (some modifications by myself) - adds: · a9853550
      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
      a9853550
  2. Apr 01, 2010
  3. Jan 23, 2010
  4. Jan 09, 2010
  5. Dec 15, 2009
  6. Dec 11, 2009
  7. Dec 01, 2009
    • Brandon Bergren's avatar
      From [#452316]: · 1321ce2a
      Brandon Bergren authored
      Stop confusing the marker system by blindly wrapping marker.text in a div, even
      if it didn't exist.
      1321ce2a
    • Brandon Bergren's avatar
      · c92341bf
      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>
      c92341bf
    • Brandon Bergren's avatar
      [#286653] by jcmarco et al: Use drupal_add_js() like everyone else. · b33681f6
      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.
      b33681f6
    • Brandon Bergren's avatar
      #623234: Fix gmap style plugin for Views 2.7. · 5395ece9
      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.
      5395ece9
  8. Jun 08, 2009
  9. Apr 17, 2009
  10. Apr 06, 2009
  11. Apr 03, 2009
  12. Mar 13, 2009
  13. Mar 11, 2009
  14. Feb 12, 2009
  15. Feb 11, 2009
Loading