Skip to content

Commit

Permalink
Update openstreetmap layer in Map.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldegroot2 authored Jul 10, 2024
1 parent 9509f69 commit 1a5daab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widget/Map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 &copy; <a href=\"https://www.openstreetmap.org/\">OpenStreetMap</a> contributors, <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">CC-BY-SA</a>"
}
);
Expand Down

0 comments on commit 1a5daab

Please sign in to comment.