Skip to content

Commit 7b1dc25

Browse files
Update index.html - Use preferred tile.openstreetmap.org URL
See openstreetmap/operations#737
1 parent b13ec7d commit 7b1dc25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
map = L.map('map').setView([chase_config.default_lat, chase_config.default_lon], 8);
227227

228228
// Add OSM Map Layer
229-
var osm_map = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
229+
var osm_map = L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
230230
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
231231
}).addTo(map);
232232

0 commit comments

Comments
 (0)