Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Version 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlumpf committed Dec 3, 2015
1 parent 1379db8 commit 39fdf5e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
OSModul Changelog
-----------------

v2.9
- Fix "Strict Standards" error for PHP 5.6
- Update Leaflet to 0.7.7

v2.8
- Fix missing image in module description
- Add add humanitarian (hot) map style (Thanks to Thomas Cujé)
Expand Down
14 changes: 7 additions & 7 deletions mod_osmod.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<!-- Metadata -->
<name>OSModul</name>
<author>Martin Kröll</author>
<creationDate>15.11.2015</creationDate>
<creationDate>03.12.2015</creationDate>
<copyright>(c) 2012-2015 Martin Kröll</copyright>
<license>http://www.gnu.org/licenseses/gpl-3.0.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://extensions.joomla.org/extensions/owner/schlumpf</authorUrl>
<version>2.8</version>
<version>2.9</version>
<description>MOD_OSMOD_DESCRIPTION</description>

<!-- Update servers -->
Expand Down Expand Up @@ -73,17 +73,17 @@
<option value="mapquest">MapQuest</option>
<option value="opentopomap">OpenTopoMap</option>
<option value="openmapsurfer">OpenMapSurfer</option>
<option value="humanitarian">Humanitarian (HOT)</option>
<option value="humanitarian">Humanitarian (HOT)</option>
<option value="custom">custom</option>
</field>

<field type="text" name="customBaselayer" label="MOD_OSMOD_CUSTOMBASELAYER" description="MOD_OSMOD_CUSTOMBASELAYER_DESC" default=""/>
<field type="text" name="customBaselayerURL" label="MOD_OSMOD_CUSTOMBASELAYERURL" description="MOD_OSMOD_CUSTOMBASELAYERURL_DESC" default=""/>

<field type="checkboxes" name="scale" label="MOD_OSMOD_SCALE" description="MOD_OSMOD_SCALE_DESC">
<option value="metric">MOD_OSMOD_METRIC</option>
<option value="imperial">MOD_OSMOD_IMPERIAL</option>
</field>
<field type="checkboxes" name="scale" label="MOD_OSMOD_SCALE" description="MOD_OSMOD_SCALE_DESC">
<option value="metric">MOD_OSMOD_METRIC</option>
<option value="imperial">MOD_OSMOD_IMPERIAL</option>
</field>

<field type="list" name="noWorldWarp" default="0" label="MOD_OSMOD_NOWORLDWARP" description="MOD_OSMOD_NOWORLDWARP_DESC">
<option value="1">JYES</option>
Expand Down

0 comments on commit 39fdf5e

Please sign in to comment.