Downloads
Download tar.gz
164.76 KB
MD5: 7f9b58e3fc8e853ee737f307beca6490
SHA-1: 652df6881aac7039d84a7799e7b150a83d0ae5fa
SHA-256: 0d2f20d0b825ebb348ec3967c4bc9af44e00eb109f31ca453e2b283711e9200a
Download zip
234.52 KB
MD5: dd8207304be9edcb265fcf259a0df2ac
SHA-1: ae20db859d8c68ee013a72ee3ef7bc17f6d8b3bc
SHA-256: ee8c99238e371824f31123f895338b004878ef6f848ace68bc727b2b018ef924
Release notes
Finally, a 1.0 release of GMap! This release provides stability, a slightly more sane API, and it reorganizes functionality among modules in the GMap package.
This release contains several changes since the latest release candidate.
Changes since DRUPAL-5--1-0-RC2:
- Finish implementing styles support.
- Add style keyword to the macro layer.
- Add code to merge styles in properly.
- Allow using references to styles in lines / polys.
- Patch gmap in preparation for a major change to location settings.
- Remove my mousewheel zooming code and rely on google's, it's worked properly since 2.102!
- Remove references to mousewheel.js, clean up variable.
- Add support for Continuous Zoom, enabled by default.
- Add behavior flag for disabling Continuous Zoom.
- Remove workaround from may 2007 (rev 1.1.2.15) that was causing zooming problems.
- #330558 by garbanzito: Fix some typos in API.txt.
- Let people pass map arrays to theme('gmap') without wrapping them in array('#settings' => ...). In theory.
- #330343, reported by fabio84 and also by epimeth in irc: Make script url valid again, I forgot that url() returns raw ampersands.
- Sync new documentation from HEAD.
- Move macro parsing into an include file to shave about 10k off the module file.
- Implement a hack to give more control over the marker manager
- #338511, reported by goba: Rename "create macro" permission to "create gmap macro".
- #338572 by goba: Improvements to the filter description.
- Add code to detect duplicate mapids and prevent js errors; Fix gmap_views duplication of mapids.
- Fix #345269, noticed while helping George2 in IRC: Call node_view() instead of theme('node') to make stuff like CCK fields get output correctly in node markers.