]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dns/files/default/html/dns.js
Revert "Generate a DNS include file for SSHFP records"
[chef.git] / cookbooks / dns / files / default / html / dns.js
index caf3cedb820d3dccd309f90682b08faa13f2c5b1..e5f5e2f5fcc24b52233df9a75377ef3a44497a37 100644 (file)
@@ -3,8 +3,8 @@ function createMap(divName, jsonFile) {
   var map = L.map(divName);
 
   // Add OpenStreetMap layer
-  L.tileLayer("http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
-    attribution: "© <a target=\"_parent\" href=\"http://www.openstreetmap.org\">OpenStreetMap</a> and contributors, under an <a target=\"_parent\" href=\"http://www.openstreetmap.org/copyright\">open license</a>",
+  L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
+    attribution: "© <a target=\"_parent\" href=\"https://www.openstreetmap.org\">OpenStreetMap</a> and contributors, under an <a target=\"_parent\" href=\"https://www.openstreetmap.org/copyright\">open license</a>",
     maxZoom: 18
   }).addTo(map);