Downloads
Download tar.gz
170.89 KB
MD5: bb0c483103aadfb972b660b1925e3c8a
SHA-1: 9a0ee203fc5cc737eae42053a647ddd8cf416997
SHA-256: 6cf7e58fa432fb425368fbcc819305d13949ef2d573b286815d496a46eebbc8b
Download zip
240.24 KB
MD5: 5cfcc7b97c83ac1abaec4574e848ab25
SHA-1: 34a4084034744fb2a4fce71fb3f19157757459fd
SHA-256: f6ca8fc534d00aec15eb8360f4249f198ca96fc52303de4d3b5d6774689e86dd
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-6--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.
- 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.
- Work on advanced_help documentation.
- Move macro parsing into an include file to shave about 10k off the module file.
- #325394, reported by Lucretia9: Fix broken marker info windows on the user map.
- Implement a hack to give more control over the marker manager
- #336995, reported by skyredwang: Disable caching for gmap_location blocks, because they do dynamic things.
- #338511, reported by goba: Rename "create macro" permission to "create gmap macro".
- #338572 by goba: Improvements to the filter description.
- Fix taxonomy markers in views. Part of #327053.
- #327053, patch by EmanueleQuinto: Fix default marker on gmap views.
- Add code to detect duplicate mapids and prevent js errors.
- 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.