Skip to content

Commit f33a7e8

Browse files
committed
Fixup base leaflet layer
1 parent eed9bd8 commit f33a7e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

the-team.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,10 +694,10 @@ <h2 class="col-md-10 col-md-push-1">We have permanent offices in Paris and Berli
694694
var parisMap = L.map('map-paris', {attributionControl: false} ).setView([48.81646, 2.46912], 11);
695695
var berlinMap = L.map('map-berlin', {attributionControl: false}).setView([52.493625, 13.448053], 11);
696696

697-
L.tileLayer('http://{s}.tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png', {
697+
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
698698
maxZoom: 14,
699699
}).addTo(parisMap);
700-
L.tileLayer('http://{s}.tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png', {
700+
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
701701
maxZoom: 14,
702702
}).addTo(berlinMap);
703703

0 commit comments

Comments
 (0)