diff --git a/agosms-update.xml b/agosms-update.xml index a5663570..738f2a1e 100644 --- a/agosms-update.xml +++ b/agosms-update.xml @@ -36,4 +36,22 @@ https://astrid-guenther.de + + pkg_agosms + pkg_agosms + pkg_agosms + package + site + 1.0.28 + https://github.com/astridx/pkg_agosms/blob/v1.0.28/README.md + + https://github.com/astridx/pkg_agosms/releases/download/v1.0.28/pkg-agosms.zip + + + stable + + Astrid Günther + https://astrid-guenther.de + + \ No newline at end of file diff --git a/dist/current b/dist/current index 4ff2dddf..45622101 120000 --- a/dist/current +++ b/dist/current @@ -1 +1 @@ -/home/astrid/git/joomla-development/pkg_agosms/dist/agosms-1.0.27 \ No newline at end of file +/home/astrid/git/joomla-development/pkg_agosms/dist/agosms-1.0.28 \ No newline at end of file diff --git a/dist/tmp/cbuild/administrator/components/com_agosms/agosms.xml b/dist/tmp/cbuild/administrator/components/com_agosms/agosms.xml index 9636ee9d..10516916 100644 --- a/dist/tmp/cbuild/administrator/components/com_agosms/agosms.xml +++ b/dist/tmp/cbuild/administrator/components/com_agosms/agosms.xml @@ -2,12 +2,12 @@ com_agosms Astrid Günther - 2019-01-19 + 2019-01-23 (C) 2019 Open Source Matters. All rights reserved. GNU General Public License version 2 or later; info@astrid-guenther.de www.astrid-guenther.de - 1.0.27 + 1.0.28 COM_AGOSMS_XML_DESCRIPTION script.php diff --git a/dist/zips/com_agosms.zip b/dist/zips/com_agosms.zip index 860f3bd8..dc4f99cc 100644 Binary files a/dist/zips/com_agosms.zip and b/dist/zips/com_agosms.zip differ diff --git a/dist/zips/mod_agosm.zip b/dist/zips/mod_agosm.zip index e1d8f104..4931d1c0 100644 Binary files a/dist/zips/mod_agosm.zip and b/dist/zips/mod_agosm.zip differ diff --git a/jorobo.ini b/jorobo.ini index df5108c5..6ef2c89c 100644 --- a/jorobo.ini +++ b/jorobo.ini @@ -1,5 +1,5 @@ extension = agosms -version = 1.0.27 +version = 1.0.28 source = src target = package diff --git a/src/media/mod_agosm/js/LeafletControlRoutingtoaddress.js b/src/media/mod_agosm/js/LeafletControlRoutingtoaddress.js index 3e7bc9a4..eb58836c 100644 --- a/src/media/mod_agosm/js/LeafletControlRoutingtoaddress.js +++ b/src/media/mod_agosm/js/LeafletControlRoutingtoaddress.js @@ -65,8 +65,8 @@ L.LeafletControlRoutingtoaddress = L.Control.extend({ this._map.removeLayer(this._route_linestring); } - var json_obj_target = JSON.parse(Get('http://nominatim.openstreetmap.org/search?format=json&limit=5&q=' + this.options.target)); - var json_obj_startingpoint = JSON.parse(Get('http://nominatim.openstreetmap.org/search?format=json&limit=5&q=' + input.value)); + var json_obj_target = JSON.parse(Get('https://nominatim.openstreetmap.org/search?format=json&limit=5&q=' + this.options.target)); + var json_obj_startingpoint = JSON.parse(Get('https://nominatim.openstreetmap.org/search?format=json&limit=5&q=' + input.value)); if (typeof json_obj_startingpoint[0] === 'undefined' || json_obj_startingpoint[0] === null ||