]> ToastFreeware Gitweb - philipp/winterrodeln/mediawiki_extensions/wrmap.git/blobdiff - wrmap.php
Map symbols needed by this extension should be included in the extension instead...
[philipp/winterrodeln/mediawiki_extensions/wrmap.git] / wrmap.php
index 4df008f7213b39f06f291c96b6a70207da8592d4..94a6950a3f1ac03de356802952ca67f217a5de50 100644 (file)
--- a/wrmap.php
+++ b/wrmap.php
@@ -120,6 +120,7 @@ Definition
                * <haltestelle>
                * <parkplatz>
                * <achtung>
+               * <foto>
                * <punkt>
                * <rodelbahn>
                * <alternative>
@@ -129,7 +130,7 @@ Definition
                * <linie>
        * The order may be used by the renderer to determine in which order the 
          elements should be drawn.
-* <gasthaus>, <haltestelle>, <parkplatz>, <achtung> and <punkt> define points
+* <gasthaus>, <haltestelle>, <parkplatz>, <achtung>, <foto> and <punkt> define points
        * The elements may have the following attributes:
                * name (string): defines the name (not the label) of the element
                * wiki (string): name of a MediaWiki page the point refers to
@@ -160,7 +161,7 @@ the wrmap element.
 
 $wgExtensionCredits['parserhook'][] = array(
        'name' => 'Winterrodeln Map',
-       'version' => '3.0.5',
+       'version' => '3.2.0',
        '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.'