Skip to content

Commit

Permalink
Update OSM tile server.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Sep 25, 2023
1 parent c36d990 commit 0b13893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/landingpage.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@
var mymap = L.map('map{{ loop.index }}').fitBounds(bounds, {'maxZoom': 5});
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '&amp;copy <a href="http://osm.org/copyright">OpenStreetMap</a> contributors',
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap contributors</a>',
maxZoom: 18
}).addTo(mymap);
Expand Down

0 comments on commit 0b13893

Please sign in to comment.