Skip to content
  1. Jan 09, 2011
  2. Oct 15, 2010
  3. Jul 03, 2010
  4. Jun 08, 2010
  5. Apr 29, 2010
    • Reuben Turk's avatar
      #679804 by srobert72 (some modifications by myself) - adds: · 21147c2c
      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
      21147c2c
  6. Apr 01, 2010
  7. Dec 12, 2009
  8. Dec 01, 2009
    • 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
  9. Apr 06, 2009
  10. Mar 13, 2009
  11. Feb 12, 2009
  12. Feb 11, 2009
  13. Feb 03, 2009
  14. Jan 31, 2009
  15. Dec 19, 2008