diff --git a/_includes/map.html b/_includes/map.html index 397c53e..ebcea2c 100644 --- a/_includes/map.html +++ b/_includes/map.html @@ -1,5 +1,5 @@ - - + +
@@ -15,6 +15,7 @@ pitch: 30, }); map.addControl(new maplibregl.NavigationControl()); + map.addControl(new maplibregl.GlobeControl()); const marker = new maplibregl.Marker() .setLngLat([{{ l['marker_lon'] }}, {{ l['marker_lat'] }}]) .addTo(map); @@ -24,4 +25,4 @@
-
\ No newline at end of file +