We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de83813 commit 88ddf08Copy full SHA for 88ddf08
scripts/map.js
@@ -1,4 +1,4 @@
1
-var map = L.map('map').setView([45.05, 7.68], 10);
+var map = L.map('map').setView([45.05, 7.68], 12);
2
3
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
4
maxZoom: 20,
@@ -12,7 +12,7 @@ var redMarker = L.AwesomeMarkers.icon({
12
markerColor: 'darkpurple'
13
});
14
15
-var marker = L.marker([45.05232742060916, 7.681427509114751], { icon: redMarker }).addTo(map);
+var marker = L.marker([45.0521, 7.6818], { icon: redMarker }).addTo(map);
16
17
var popup = L.popup()
18
.setLatLng([45.0524072060916, 7.681427509114751])
0 commit comments