Skip to content

Commit

Permalink
add pitch
Browse files Browse the repository at this point in the history
  • Loading branch information
smellman committed Oct 2, 2024
1 parent 6d650d5 commit 54cff3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 54cff3d

Please sign in to comment.