Index: trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/SM_GoogleMaps3.php |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
5 | | - * This groupe contains all Google Maps v3 related files of the Semantic Maps extension. |
| 5 | + * This group contains all Google Maps v3 related files of the Semantic Maps extension. |
6 | 6 | * |
7 | 7 | * @defgroup SMGoogleMaps3 Google Maps v3 |
8 | 8 | * @ingroup SMGoogleMaps3 |
Index: trunk/extensions/SemanticMaps/includes/services/YahooMaps/SM_YahooMaps.php |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
5 | | - * This groupe contains all Yahoo! Maps related files of the Semantic Maps extension. |
| 5 | + * This group contains all Yahoo! Maps related files of the Semantic Maps extension. |
6 | 6 | * |
7 | 7 | * @defgroup SMYahooMaps Yahoo! Maps |
8 | 8 | * @ingroup SemanticMaps |
— | — | @@ -13,7 +13,8 @@ |
14 | 14 | * @file SM_YahooMaps.php |
15 | 15 | * @ingroup SMYahooMaps |
16 | 16 | * |
17 | | - * @author Jeroen De Dauw |
| 17 | + * @licence GNU GPL v3 |
| 18 | + * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
18 | 19 | */ |
19 | 20 | |
20 | 21 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/extensions/SemanticMaps/includes/services/OpenLayers/SM_OpenLayers.php |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
5 | | - * This groupe contains all OpenLayers related files of the Semantic Maps extension. |
| 5 | + * This group contains all OpenLayers related files of the Semantic Maps extension. |
6 | 6 | * |
7 | 7 | * @defgroup SMOpenLayers OpenLayers |
8 | 8 | * @ingroup SemanticMaps |
— | — | @@ -13,7 +13,8 @@ |
14 | 14 | * @file SM_OpenLayers.php |
15 | 15 | * @ingroup SMOpenLayers |
16 | 16 | * |
17 | | - * @author Jeroen De Dauw |
| 17 | + * @licence GNU GPL v3 |
| 18 | + * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
18 | 19 | */ |
19 | 20 | |
20 | 21 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/extensions/SemanticMaps/includes/services/OpenLayers/SM_OpenLayersFormInput.php |
— | — | @@ -5,8 +5,9 @@ |
6 | 6 | * |
7 | 7 | * @file SM_OpenLayersFormInput.php |
8 | 8 | * @ingroup SMOpenLayers |
9 | | - * |
10 | | - * @author Jeroen De Dauw |
| 9 | + * |
| 10 | + * @licence GNU GPL v3 |
| 11 | + * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
11 | 12 | */ |
12 | 13 | class SMOpenLayersFormInput extends SMFormInput { |
13 | 14 | |
Index: trunk/extensions/SemanticMaps/includes/SM_AreaValueDescription.php |
— | — | @@ -68,8 +68,7 @@ |
69 | 69 | */ |
70 | 70 | public function getQueryString( $asValue = false ) { |
71 | 71 | if ( $this->getDataItem() !== null ) { |
72 | | - // FIXME |
73 | | - $queryString = SMWDataValueFactory::newDataItemValue( $this->getDataItem() )->getWikiValue(); |
| 72 | + $queryString = SMWDataValueFactory::newDataItemValue( $this->getDataItem(), $this->m_property )->getWikiValue(); |
74 | 73 | return $asValue ? $queryString : "[[$queryString]]"; |
75 | 74 | } else { |
76 | 75 | return $asValue ? '+' : ''; |