gmap 5.x-1.1-rc1

bdragon - March 3, 2009 - 20:49
Official release from CVS tag: DRUPAL-5--1-1-RC1
First released: March 3, 2009 - 20:49
Download: gmap-5.x-1.1-rc1.tar.gz
Size: 167.85 KB
md5_file hash: 6061721d9e2f778bf140059c0acd1351
Last updated: March 3, 2009 - 20:50
View usage statistics for this release

Changes since DRUPAL-5--1-0:

  • #350408 by pillarsdotnet: Selecting "Regenerate marker cache" does not reliably clear and rebuild the marker cache.
    Changes:
    gmap_regenerate_markers()

    * Pass TRUE to the gmap_get_icondata() function
    * Pass TRUE to the gmap_set_marker_titles() function

    gmap_set_marker_titles()

    * Simplify and correct the caching logic

  • #351912 by mleicester: Force gmap to properly respect a custom marker path.
  • Fix several block issues.
    * Allow multiple locations for users and nodes.
    * Fix marker titles and give them sane values.
    * Add offset to make markers with multiple images work as expected.
    * Rewrite gmap_location_author_block_view() to work similar to gmap_location_block_view().
    * Remove hardcoded 'gmap_location_authorblock' mapid to match the behavior of the node block. (Reassign it in the macro if you need it.)
  • #353098, reported by surge_martin: Use correct criteria for determining non-blocked users.
  • #141747: Fix user page query to let multiple locations for users work.
  • add a class around map bubble contents. you can now set width and height on .gmap-popup in your css and map bubbles will grow to fit it.
  • look in correct js variable for nomousezoom setting
  • #364573 by Pasqualle: Fix invalid HTML in help file.
  • Rewrite pieces of icon.js more defensively to prevent prototype bugs and type errors and so forth.
  • gmap_taxonomy fixes:
    * Clarify what the first option for the marker does.
    * Fix unsetting a marker deliberately
    * Fix several bugs with updating marker associations after changing a term.
    * Fix SQL error when setting a marker on existing terms.
    * Add function to recompute markers after changing a term.
  • @bec: This was causing warnings on pages with markerless maps (like the settings page.)
  • #349318, reported by jeeves: Fix empty map being displayed for 0.00,0.00 locations. (And add a backwards compatibiliy file so I can use location_has_coordinates().)
  • Remove the gmap_geocode variable, it doesn't do anything anymore.
  • Fix variable usage bug. It hasn't caused problems because the backwards compatibility variables are still being used as a fallback.
  • #128272: Finish writing the gmap_location uninstall hook.
    Also, I changed some % to %%. Although this wasn't a problem in practice, using a single % means relying on internal behavior of db_query.
  • Fix #365384 by attempting to explain the variable better.
  • Fix access to _handlers and _maps, finally.
    Also followup jslint for D5 specific stuff.
  • Backport D6 initialization method to make it significantly easier to keep stuff in sync.

    Note: This changes how Drupal.gmap.setup works! You now need to call it in the context of the map div if you're making maps dynamically (Which isn't officially supported by me yet.)

  • JSLint runs and misc. javascript cleanup.
  • Backport http://drupal.org/cvs?commit=159894
    Document extramarkerevents and the new clickableshapes behavior flags.
    Add shape clickability.
  • Remove cargo cult hack that has apparently been obsolete since GMap started using the 2.x api.
    http://groups.google.com/group/Google-Maps-API/msg/33df59945c139afe?dmod...
  • Add support for ClusterMarker and MarkerManager (without the G) marker managers.

    Fix #155104 by Scott Falconer: Add "Zoom to cluster area" support.

    Allow falling back to the default Clusterer marker if desired.

    Allow entering larger numbers in some marker manager settings.

    Allow choosing between the original and the new "zoom to marker area" behavior on Clusterer.

 
 

Drupal is a registered trademark of Dries Buytaert.