dayjournal memo
Total 1041 articles!!

ピッチ変更イベントを取得するメモ。

main.ts
// MapTiler読み込みconstmap=new maplibregl.Map({ container:'map', style:'https://api.maptiler.com/maps/jp-mierune-streets/style.json?key=[APIキー]', center: [139.767,35.681], zoom:11,});// コントロール関係表示map.addControl(new maplibregl.NavigationControl());// ピッチ変更イベントmap.on('pitch',function () { console.log('ピッチ変更済');});MapLibre GL JSを手軽に始めるビルド環境公開しています。
maplibregljs-starter
- 参考文献
MapLibre GL JS



