Index: trunk/extensions/Maps/Maps_Settings.php |
— | — | @@ -121,6 +121,8 @@ |
122 | 122 | # one from the available services will be taken. |
123 | 123 | $egMapsDefaultGeoService = 'geonames'; |
124 | 124 | |
| 125 | + # Boolean. Indicates if geocoders can override the default geoservice based on |
| 126 | + # the used mapping service. |
125 | 127 | $egMapsUserGeoOverrides = true; |
126 | 128 | |
127 | 129 | |
Index: trunk/extensions/Maps/RELEASE-NOTES |
— | — | @@ -3,17 +3,19 @@ |
4 | 4 | |
5 | 5 | == Maps change log == |
6 | 6 | This change log contains a list of completed to-do's (new features, bug fixes, refactoring) for every |
7 | | -version of Maps. You can find the most upt-do-date version at |
| 7 | +version of Maps. You can find the most up-do-date version at |
8 | 8 | http://mapping.referata.com/wiki/Maps/Version_history#Maps_change_log |
9 | 9 | |
10 | 10 | |
11 | 11 | === Maps 0.6.6 === |
12 | | -(2010-08-xx) |
| 12 | +(2010-08-26) |
13 | 13 | |
14 | 14 | ==== New features ==== |
15 | 15 | |
16 | 16 | * Support for geocoding over proxies. |
17 | 17 | |
| 18 | +* Added $egMapsInternatDirectionLabels settings, allowing users to disable internationalization of direction labels. |
| 19 | + |
18 | 20 | ==== Refactoring ==== |
19 | 21 | |
20 | 22 | * Added MapsMappingServices, which serves as factory for MapsPappingService objects and does away with all the globals previously needed for this. |
— | — | @@ -22,10 +24,14 @@ |
23 | 25 | |
24 | 26 | ==== Bug fixes ==== |
25 | 27 | |
26 | | -* Fixed issue that cuased popup contents to render incorrectly when it contained wiki markup. |
| 28 | +* Fixed issue that caused pop-up contents to render incorrectly when it contained wiki markup. |
27 | 29 | |
| 30 | +* Fixed coordinate parsing bug (direction labels did not get recognized) that was introduced in 0.6.4. |
| 31 | + |
| 32 | +* Fixed spacing issues with several parser functions. |
| 33 | + |
28 | 34 | === Maps 0.6.5 === |
29 | | -(2010-07-26) |
| 35 | +(2010-07-27) |
30 | 36 | |
31 | 37 | ==== Refactoring ==== |
32 | 38 | |
— | — | @@ -47,7 +53,7 @@ |
48 | 54 | |
49 | 55 | * Fixed several small coordinate parsing and formatting issues. |
50 | 56 | |
51 | | -* Fixed a few small distance arsing issues. |
| 57 | +* Fixed a few small distance parsing issues. |
52 | 58 | |
53 | 59 | === Maps 0.6.4 === |
54 | 60 | (2010-07-08) |