From ea2913333c5fd9cb1decd220b5ea8178afd858f7 Mon Sep 17 00:00:00 2001 From: Marc Zoutendijk Date: Wed, 7 Aug 2024 22:25:07 +0200 Subject: [PATCH] Update tagloc_init_icon.js http -> https --- js_source/tagloc_init_icon.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js_source/tagloc_init_icon.js b/js_source/tagloc_init_icon.js index 76b3e80..b201556 100644 --- a/js_source/tagloc_init_icon.js +++ b/js_source/tagloc_init_icon.js @@ -1,6 +1,6 @@ -// Init for Taglocator 1.29a +// Init for Taglocator 1.29d // Taglocator is de testversie voor OPM. - + // Mapquest requires a developer key as of 11-7-2016 - Switched it off for now // https replaces http for OSM @@ -18,7 +18,7 @@ var keus = 0; // index in userChoices var tempCount = 0; var map; var COOKIE_KEEP = 365; // Number of days to keep the cookies -var QURL = "http://overpass-api.de/api/interpreter/"; //default +var QURL = "https://overpass-api.de/api/interpreter/"; //default var featurePopup; // Gebruikerswaarden per regel in array opslaan @@ -238,4 +238,4 @@ document.getElementById('load_button').onclick = function () { featurePopup = new FeaturePopup(QURL,map); -}; //end of window.onload \ No newline at end of file +}; //end of window.onload