Downloads

Download tar.gz 167.85 KB
MD5: 6061721d9e2f778bf140059c0acd1351
SHA-1: e859cf02dc2a34841e82bfef86eb1c426d934cbb
SHA-256: 7fb0f5931b4affbd1d68cddebd15f7d94ea94c827714d9c67913c2fa6293d9c0
Download zip 239.37 KB
MD5: 101d240ddad79c9d7950bc041c5b985a
SHA-1: 516ec680c8a59968aab343429dcf54a84f338588
SHA-256: 9781b705d7737c7832797f16db104a7c2395b7788b7321eb2e9a537b2f7179be

Release notes

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.

Created by: bdragon
Created on: 3 Mar 2009 at 20:49 UTC
Last updated: 3 Mar 2009 at 20:50 UTC
New features
Bug fixes
Unsupported

Other releases