From 54cff3de21f6a6b66d24de9b1b503afe08f09828 Mon Sep 17 00:00:00 2001 From: Taro Matsuzawa Date: Wed, 2 Oct 2024 09:05:37 +0900 Subject: [PATCH] add pitch --- _includes/map.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()