diff --git a/_includes/map.html b/_includes/map.html
index 40f9265..397c53e 100644
--- a/_includes/map.html
+++ b/_includes/map.html
@@ -11,7 +11,8 @@
container: 'map',
style: 'files/style.json',
center: [{{ l['marker_lon'] }}, {{ l['marker_lat'] }}],
- zoom: {{ l['zoom'] }}
+ zoom: {{ l['zoom'] }},
+ pitch: 30,
});
map.addControl(new maplibregl.NavigationControl());
const marker = new maplibregl.Marker()