Downloads

Download gmap-6.x-1.0-rc1.tar.gztar.gz 157.61 KB
MD5: 95fafb6e2e3c050ec0e9e74aff5ee2e3
SHA-1: 833c46558ae5409f52a39e325e687e9b87b5f210
SHA-256: 54fc42cf93e01902d9593f77202636f62f4231ebcbd42f5ff979ef23ae2c43ee
Download gmap-6.x-1.0-rc1.zipzip 223.02 KB
MD5: 5d8e912bbdc5ff9bd30541798187cff3
SHA-1: a87ab0e2442d799ff58e8543a930cd921b8d9044
SHA-256: 1875592fdc8b12b457be2a45ee2f38b2415e56a3a342a91ec9ffe498a8e087fc

Release notes

To coincide with Location 3 RC1, here's GMap RC1.

Changes since DRUPAL-6--1-0-BETA6:

  • Pamela Fox says to add overflow: hidden; to fix the "long copyright strings run out the left end of the map div" bug.
    http://code.google.com/p/gmaps-api-issues/issues/detail?id=308

    So, by popular demand, I'm adding a CSS rule for that.

    Tested in Seamonkey and IE6.

  • Fix minor issue with node type names. (This technically prevents XSS with content type names, but if you're giving out the ability to create / edit content types to people you don't trust, you have much bigger problems.)
  • #279049 reported by tormi: Use a valid variable for the author map marker. (You can now choose a marker by going to "configure" for the author map block.)
  • #286159 by Cobalt747@drupaler.ru, gmap side. Add missing t()s.
  • #307864 reported by chasz: Change mousewheel.js OFF by default to fix some warnings.
  • Remove the old unused json callback.
    Remove the markerdata hack.
    Add a marker file generator and fix markers once and for all.
    Add a button to the settings page to regenerate the marker cache.
  • Fix gmap alignment, which was still broken due to a missing space.
  • Add an unloadMap function for debugging.
  • Change how the google maps api script tag is generated to make it more obvious.
    Add 'hl' parameter to allow the map to translate itself. (Part of #314777.)
  • Some work on gmap_taxonomy to attempt to resolve issues noted in [#295775].
    * Delete marker associations properly.
    * Join to {node_revisions} properly.
    * Handle upgrading from a 5.x version after the changed I just made in that branch.
  • Fix #316809.
Created by: bdragon
Created on: 6 Oct 2008 at 18:31 UTC
Last updated: 27 Mar 2015 at 10:28 UTC
New features
Bug fixes

Other releases