Skip to content

Commit

Permalink
Update tagloc_init_icon.js
Browse files Browse the repository at this point in the history
http -> https
  • Loading branch information
marczoutendijk committed Aug 7, 2024
1 parent 8af4aeb commit ea29133
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js_source/tagloc_init_icon.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Init for Taglocator 1.29a
// Init for Taglocator 1.29d
// Taglocator is de testversie voor OPM.
<!-- (mz) Laatste versie: 02-05-2018, 17:04 -->
<!-- (mz) Laatste versie: 07-08-2024, 22:24 -->

// Mapquest requires a developer key as of 11-7-2016 - Switched it off for now
// https replaces http for OSM
Expand All @@ -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
Expand Down Expand Up @@ -238,4 +238,4 @@ document.getElementById('load_button').onclick = function () {
featurePopup = new FeaturePopup(QURL,map);


}; //end of window.onload
}; //end of window.onload

0 comments on commit ea29133

Please sign in to comment.