|
@@ -40,7 +40,7 @@ discard block |
|
|
block discarded – undo |
|
40
|
40
|
* @param Doku_Event $event the DokuWiki event |
|
41
|
41
|
*/ |
|
42
|
42
|
public function insertButton(Doku_Event $event, $param) { |
|
43
|
|
- $strOpen = '<olmap id="olMapOne" width="550px" height="450px" lat="50.0" '; |
|
|
43
|
+ $strOpen = '<olmap id="olMapOne" width="550px" height="450px" lat="50.0" '; |
|
44
|
44
|
$strOpen .= 'lon="5.1" zoom="12" controls="1" '; |
|
45
|
45
|
$strOpen .= 'baselyr="OpenStreetMap" gpxfile="" kmlfile="" geojsonfile="" summary="" >\n'; |
|
46
|
46
|
$strOpen .= '~~ Plugin olmap help.\n'; |
|
@@ -76,6 +76,6 @@ discard block |
|
|
block discarded – undo |
|
76
|
76
|
$plugin_info = $this->getInfo(); |
|
77
|
77
|
$event->data['openlayersmap']['version'] = $plugin_info['date']; |
|
78
|
78
|
$event->data['openlayersmap']['dwversion'] = $updateVersion; |
|
79
|
|
- $event->data['openlayersmap']['combinedversion'] = $updateVersion . '_' . $plugin_info['date']; |
|
|
79
|
+ $event->data['openlayersmap']['combinedversion'] = $updateVersion.'_'.$plugin_info['date']; |
|
80
|
80
|
} |
|
81
|
81
|
} |
Please login to merge, or discard this patch.