Skip to content

Commit 2817f89

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/bearing_entry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
map = L.map('map').setView([chase_config.default_lat, chase_config.default_lon], 12);
9090

9191
// Add OSM Map Layer
92-
var osm_map = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
92+
var osm_map = L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
9393
attribution: ''
9494
}).addTo(map);
9595

0 commit comments

Comments
 (0)