]> ToastFreeware Gitweb - philipp/winterrodeln/mediawiki_extensions/wrmap.git/blobdiff - wrmap.php
Adjusted version number to 3.0.1.
[philipp/winterrodeln/mediawiki_extensions/wrmap.git] / wrmap.php
index 7cf4e017d96e408bf88a7b22a0434f30b2845e45..aa9d04a9fca6185efc5cc9a92445ca19877ca6f8 100644 (file)
--- a/wrmap.php
+++ b/wrmap.php
@@ -143,8 +143,8 @@ Definition
                coordinates.
 
 
-For transmitting the map to javascript, geojson is used in a <script> block. This way,
-an extra request is avoided. The geojson format used here consists of a single 
+For transmitting the map to javascript, geojson is used in the <div> element of the map.
+This way, an extra request is avoided. The geojson format used here consists of a single
 "FeatureCollection" (representing the <wrmap>) containing the sub-elements of wrmap
 as features.
 The features have an properties key that has a hash as values with the properties of 
@@ -160,7 +160,7 @@ the wrmap element.
 
 $wgExtensionCredits['parserhook'][] = array(
        'name' => 'Winterrodeln Map',
-       'version' => '3.0.0',
+       'version' => '3.0.1',
        'author' =>'Philipp Spitzer', 
        'url' => 'http://www.winterrodeln.org/trac/wiki/WrMap', 
        'description' => 'This extension creates a map using OpenLayers to show sledrun details and sledrun overviews.'