From 003fa4a6f499273f0f3ee28e90112fb19088d561 Mon Sep 17 00:00:00 2001 From: James Milner Date: Mon, 4 Sep 2017 23:04:06 +0100 Subject: [PATCH] HTTPS --- docs/examples/esri-leaflet/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/esri-leaflet/example.js b/docs/examples/esri-leaflet/example.js index cf07172..8d56d3f 100644 --- a/docs/examples/esri-leaflet/example.js +++ b/docs/examples/esri-leaflet/example.js @@ -8,7 +8,7 @@ var labelEngine; // Leaflet map var map = L.map("map").setView([0, 0], 6); -L.tileLayer("http://{s}.tile.osm.org/{z}/{x}/{y}.png", { +L.tileLayer("//{s}.tile.osm.org/{z}/{x}/{y}.png", { attribution: "© OpenStreetMap contributors" }).addTo(map);