Skip to content

Commit 1b8a1b4

Browse files
added popup and changed zoom
1 parent 8564b59 commit 1b8a1b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

symposium/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h2 id="location"> Location</h2>
116116

117117
<!-- Initialize Leaflet Map -->
118118
<script>
119-
var map = L.map('map').setView([48.19048723451089, 16.401954711341507], 13); // Coordinates of Vienna
119+
var map = L.map('map').setView([48.19048723451089, 16.401954711341507], 14); // Coordinates of Vienna
120120

121121
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
122122
maxZoom: 19,
@@ -126,6 +126,7 @@ <h2 id="location"> Location</h2>
126126
.bindPopup('Heurigen Restaurant zur alten Weinpresse, Landstraßer Hauptstraße 126, 1030 Wien')
127127
var marker2 = L.marker([48.19048723451089, 16.401954711341507]).addTo(map) // Coordinates of Oskar-Morgenstern-Platz 1
128128
.bindPopup('University of Vienna Biology Building (UBB), Djerassipl. 1, 1030 Wien')
129+
.openPopup()
129130

130131
</script>
131132
<script async defer src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap">

0 commit comments

Comments
 (0)