Skip to content

Commit 1f6c808

Browse files
committed
Fixup map
1 parent b45c577 commit 1f6c808

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

the-team.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -685,17 +685,17 @@ <h2 class="col-md-10 col-md-push-1">We have permanent offices in the greater Par
685685
<script>
686686
function initMaps() {
687687
var parisMap = L.map('map-paris', {attributionControl: false} ).setView([48.81646, 2.46912], 11);
688-
var berlinMap = L.map('map-berlin', {attributionControl: false}).setView([52.493625, 13.448053], 11);
688+
// var berlinMap = L.map('map-berlin', {attributionControl: false}).setView([52.493625, 13.448053], 11);
689689

690690
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
691691
maxZoom: 14,
692692
}).addTo(parisMap);
693-
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
694-
maxZoom: 14,
695-
}).addTo(berlinMap);
693+
//L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
694+
// maxZoom: 14,
695+
//}).addTo(berlinMap);
696696

697697
var parisMarker = L.marker([48.81646, 2.46912], { title: "QuantStack Paris" }).addTo(parisMap);
698-
var berlinMarker = L.marker([52.493625, 13.448053], { title: "QuantStack Berlin" }).addTo(berlinMap);
698+
//var berlinMarker = L.marker([52.493625, 13.448053], { title: "QuantStack Berlin" }).addTo(berlinMap);
699699
}
700700
initMaps();
701701
</script>

0 commit comments

Comments
 (0)