Skip to content

Commit

Permalink
Use preferred tile.openstreetmap.org URL (#3368)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldegroot2 authored Nov 12, 2023
1 parent 1589171 commit 003634d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function createMap(opts) {
const map = new M(opts.elId != null ? `map_${opts.elId}` : "map", opts);

const osm = new TileLayer(
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
{ maxZoom: 19 }
);

Expand Down

0 comments on commit 003634d

Please sign in to comment.