diff --git a/src/Widget/Map.ts b/src/Widget/Map.ts index 391d808..fb9ef58 100644 --- a/src/Widget/Map.ts +++ b/src/Widget/Map.ts @@ -54,7 +54,7 @@ class Map extends Widget { private addBaselayer (): void { const baselayer = new L.TileLayer( - "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", { + "https://tile.openstreetmap.org/{z}/{x}/{y}.png", { attribution: "Map data © OpenStreetMap contributors, CC-BY-SA" } );