gmap 5.x-1.0
bec - December 12, 2008 - 21:22
| Download | Size | md5 hash |
|---|---|---|
| gmap-5.x-1.0.tar.gz | 164.76 KB | 7f9b58e3fc8e853ee737f307beca6490 |
Official release from CVS tag: DRUPAL-5--1-0
Last updated: December 12, 2008 - 21:25
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.
