Index: trunk/extensions/SemanticMaps/RELEASE-NOTES |
— | — | @@ -1,12 +1,20 @@ |
2 | 2 | For a documentation of all features, see http://www.mediawiki.org/wiki/Extension:Semantic_Maps |
3 | 3 | |
4 | 4 | == Semantic Maps change log == |
| 5 | + |
5 | 6 | This change log contains a list of completed to-do's (new features, bug fixes, refactoring) for every |
6 | 7 | version of Semantic Maps. You can find the most upt-do-date version at |
7 | 8 | http://www.mediawiki.org/wiki/Extension:Semantic_Maps/Version_history#Semantic_Maps_change_log |
8 | 9 | |
9 | 10 | |
10 | | -=== Maps 0.6.6 === |
| 11 | +=== Semantic Maps 0.7 === |
| 12 | +(2010-10-xx) |
| 13 | + |
| 14 | +=== === |
| 15 | + |
| 16 | +* |
| 17 | + |
| 18 | +=== Semantic Maps 0.6.6 === |
11 | 19 | (2010-08-26) |
12 | 20 | |
13 | 21 | === New features === |
Index: trunk/extensions/SemanticMaps/includes/SM_GeoCoordsValue.php |
— | — | @@ -21,6 +21,8 @@ |
22 | 22 | * Set the default format to 'map' when the requested properties are |
23 | 23 | * of type geographic coordinates. |
24 | 24 | * |
| 25 | + * TODO: have a setting to turn this off and have it off by default for #show |
| 26 | + * |
25 | 27 | * @since 0.6.5 |
26 | 28 | * |
27 | 29 | * @param $format Mixed: The format (string), or false when not set yet |
Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php |
— | — | @@ -160,7 +160,7 @@ |
161 | 161 | * and finally by the specific parameters (the ones specific to a service-feature combination). |
162 | 162 | */ |
163 | 163 | $parameterInfo = array_merge_recursive( MapsMapper::getCommonParameters(), $this->featureParameters ); |
164 | | - $parameterInfo = array_merge_recursive( $parameterInfo, $this->service->getParameterInfo() ); |
| 164 | + $this->service->addParameterInfo( $parameterInfo ); |
165 | 165 | $parameterInfo = array_merge_recursive( $parameterInfo, $this->getSpecificParameterInfo() ); |
166 | 166 | |
167 | 167 | $validator = new Validator( $this->getName() ); |