Versie 0.5.3 released
Downloads
- Maps and Semantic Maps 0.5.3 (zip)
- Maps and Semantic Maps 0.5.3 (7z)
- Maps 0.5.3 SVN tag
- Semantic Maps 0.5.3 SVN tag
Veranderingen sinds 0.4.2
=== Maps 0.5.3 ===
(2010-02-01)
==== New features ====
* Added Google Maps v3 support for display_map.
==== Refactoring ====
* Added service defaulting for features using a hook themselves.
==== Bug fixes ====
* Fixed JavaScript bug causing all OSM maps to fail.
=== Maps 0.5.2 ===
(2010-01-20)
==== New features ====
* Added icon parameter to display_point(s), allowing you to set the icon for all markers that do not have a specific icon assigned.
==== Refactoring ====
* Usage of Validator 0.2 features for the static map specific parameters.
==== Bug fixes ====
* Fixed escaping issue causing wikitext in the title and label parameters not to be displayed correctly.
* Fixed file path for location specific icons.
=== Maps 0.5.1 ===
(2009-12-25)
==== New features ====
* Integrated further with Validator by holding into account the error level for coordinate validation in the display_ parser functions.
* Added activatable= parameter to the static map support.
==== Refactoring ====
* Cleaned up the static map code for OSM display_map.
* Modified the parameter definitions to work with Validator 0.2
* Removed redundant (because of Validator 0.2) utility function calls from the mapping classes.
* Removed redundant (because of Validator 0.2) utility functions from the mapping service files.
==== Bug fixes ====
* Fixed issue with the hook system that caused code to get executed when it shouldn't.
=== Maps 0.5 ===
(2009-12-17)
==== New features ====
* Added strict parameter validation.
* Added smart 'autopanzoom' like control for Google Maps and Yahoo! Maps.
* Added internationalization to the OSM service, and an extra parameter to define per-map languages.
* Static map support, similar and based upon SlippyMap.
==== Refactoring ====
* Rewrite the parameter handling to be more centralized and modular.
** Make it possible to override the info of parameters for mapping services, including their aliases, default values and criteria.
** Make it possible to add and override parameters in each segment of Maps, instead of only the mapping services.
* Cleaned up and centralized parser function code.
* Refactored the marker specific data handling code in every display point class up to a central location.
* Removed backward compatibility (to 0.2.x and earlier) of the earth parameter.
* Removed support for Google Map API map type names for Google Maps.
* Added code to unload any services from the service hook that are not present in the list of allowed services. This ensures they don't get initialized, and makes any check to see if the service is one of the allowed ones further on unneeded.
* Added checks for extension dependencies that need to be present for Maps to be initialized.
==== Bug fixes ====
* Fixed bug causing markers not to show up when a specific description was provided.
==== Documenting ====
* Created screencast demonstrating display_map usage.
* Creates screencast demonstrating display_point usage.
* Updated the developer documentation about hooking into and extending Maps to be useful for the current version.