Index: trunk/extensions/Maps/RELEASE-NOTES |
— | — | @@ -7,8 +7,29 @@ |
8 | 8 | http://mapping.referata.com/wiki/Maps/Version_history#Maps_change_log |
9 | 9 | |
10 | 10 | |
11 | | -TODO |
| 11 | +=== Maps 0.6.4 === |
| 12 | +(2010-07-08) |
12 | 13 | |
| 14 | +==== New features ==== |
| 15 | + |
| 16 | +* Added new OSM service based on iframe inclusion of toolserver page that renders OpenStreetMap tiles with Wikipedia overlays. |
| 17 | + |
| 18 | +* Added internationalization to the OpenLayers service. |
| 19 | + |
| 20 | +* Added support for including KML files for Google Maps v2. |
| 21 | + |
| 22 | +* Added 'searchbar' control for Google Maps v2. |
| 23 | + |
| 24 | +==== Refactoring ==== |
| 25 | + |
| 26 | +* Moved more functionality over from feature classes to service classes to prevent crazy code-flow and code duplication. |
| 27 | + |
| 28 | +==== Bug fixes ==== |
| 29 | + |
| 30 | +* Fixed bug in the OpenLayers service causing it to display badly in Chrome. |
| 31 | + |
| 32 | +* Fixed issue with with and height validation for % values, also causing backward compatibility problems with pre 0.6 setting definitions. |
| 33 | + |
13 | 34 | === Maps 0.6.3 === |
14 | 35 | (2010-06-20) |
15 | 36 | |