Use humanitarian tiles
This commit is contained in:
parent
62c9d92a2c
commit
838e40b055
@ -443,7 +443,7 @@
|
|||||||
function initMap() {
|
function initMap() {
|
||||||
map = L.map('map').setView([37.7749, -122.4194], 13);
|
map = L.map('map').setView([37.7749, -122.4194], 13);
|
||||||
|
|
||||||
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
L.tileLayer('https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', {
|
||||||
attribution: '© OpenStreetMap contributors'
|
attribution: '© OpenStreetMap contributors'
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
||||||
|
@ -215,7 +215,7 @@
|
|||||||
|
|
||||||
map = L.map('map').setView([37.7749, -122.4194], 13);
|
map = L.map('map').setView([37.7749, -122.4194], 13);
|
||||||
|
|
||||||
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
L.tileLayer('https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', {
|
||||||
attribution: '© OpenStreetMap contributors'
|
attribution: '© OpenStreetMap contributors'
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user