Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
astridx committed Apr 1, 2022
1 parent ec986c7 commit ae39135
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
26 changes: 21 additions & 5 deletions changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@
</note>
</changelog>
<changelog>
<element>pkg_agosmss</element>
<element>pkg_agosms</element>
<type>package</type>
<version>4.0.0</version>
<note>
<item>Initial Version</item>
</note>
</changelog>
<changelog>
<element>pkg_agosmss</element>
<element>pkg_agosms</element>
<type>package</type>
<version>4.0.5</version>
<note>
<item>Add custom columns</item>
</note>
</changelog>
<changelog>
<element>pkg_agosmss</element>
<element>pkg_agosms</element>
<type>package</type>
<version>4.0.6</version>
<note>
<item>Fix edit form.</item>
</note>
</changelog>
<changelog>
<element>pkg_agosmss</element>
<element>pkg_agosms</element>
<type>package</type>
<version>4.0.7</version>
<note>
Expand All @@ -46,11 +46,27 @@
</note>
</changelog>
<changelog>
<element>pkg_agosmss</element>
<element>pkg_agosms</element>
<type>package</type>
<version>4.0.8</version>
<note>
<item>Add column text to support Plugin Shariff.</item>
</note>
</changelog>
<changelog>
<element>pkg_agosms</element>
<type>package</type>
<version>4.0.11</version>
<note>
<item>Add functions for search</item>
</note>
</changelog>
<changelog>
<element>pkg_agosms</element>
<type>package</type>
<version>4.0.12</version>
<note>
<item>Add mod_agosmsmt.</item>
</note>
</changelog>
</changelogs>
2 changes: 1 addition & 1 deletion j4/pkg_agosms/jorobo.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
extension = agosms
version = 4.0.12
version = 4.0.13
source = src
target = package

Expand Down
6 changes: 6 additions & 0 deletions j4/pkg_agosms/src/media/mod_agosmsmt/js/agosmsmt.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,12 @@ document.addEventListener('DOMContentLoaded', function () {



// Show RadiusZoom
if (show_radiusZoom == '1') {
L.leafletControlRadiuszoom({
position: "bottomright",
}).addTo(window['mymap' + moduleId]);
}

// Show locate
if (locate == '1') {
Expand Down

0 comments on commit ae39135

Please sign in to comment.