From 8a9621a36bbaf287d372a8dcaa8055181a1822ff Mon Sep 17 00:00:00 2001 From: Grant Date: Sun, 28 Aug 2022 02:18:08 +0300 Subject: [PATCH] Update demo-points.html Use preferred OSM tile URL. --- docs/demo-points.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/demo-points.html b/docs/demo-points.html index 094583c..200c038 100644 --- a/docs/demo-points.html +++ b/docs/demo-points.html @@ -98,7 +98,7 @@ } }; - L.tileLayer('http://tile.openstreetmap.org/{z}/{x}/{y}.png').addTo(map); + L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png').addTo(map); var highlight; var clearHighlight = function() {