From 817961db333598470d9ff1c617a4cde235aaad1e Mon Sep 17 00:00:00 2001 From: Linda Alblas Date: Mon, 9 Mar 2020 11:08:24 +0000 Subject: [PATCH] update background map source --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 2ec4896..a5142fd 100644 --- a/src/config.js +++ b/src/config.js @@ -20,7 +20,7 @@ const mapConfig = { maxBounds: ([[55.7, -4.3], [56.3, -3.1]]), }, tileLayer: { - uri: "https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}{r}.png", + uri: "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", params: { minZoom: 11, attribution: "© OpenStreetMap contributors & Wikimedia",