File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This library is intended to work with `mapbox-gl` version 2.x and 3.x.
1616Please add this repository to your dependencies.
1717
1818``` sh
19- npm install https://github.com/codemonger-io/mapbox-collision-boxes#v0.2.1
19+ npm install https://github.com/codemonger-io/mapbox-collision-boxes#v0.3.0
2020```
2121
2222### Usage
@@ -25,7 +25,7 @@ The following snippet is an example to collect features hidden by a clicked symb
2525
2626``` ts
2727import mapboxgl from ' mapbox-gl' ;
28- import { boxesIntersect , collectCollisionBoxesAndFeatures } from ' mapbox-collision-boxes' ;
28+ import { boxesIntersect , collectCollisionBoxesAndFeatures } from ' @codemonger-io/ mapbox-collision-boxes' ;
2929
3030const map = new mapboxgl .Map (
3131 // ... initialize map
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Mapboxマップ上の衝突ボックスを画面座標系で計算する、[Mapb
1616このレポジトリを依存関係に追加してください。
1717
1818``` sh
19- npm install https://github.com/codemonger-io/mapbox-collision-boxes#v0.2.1
19+ npm install https://github.com/codemonger-io/mapbox-collision-boxes#v0.3.0
2020```
2121
2222### 使い方
@@ -25,7 +25,7 @@ npm install https://github.com/codemonger-io/mapbox-collision-boxes#v0.2.1
2525
2626``` ts
2727import mapboxgl from ' mapbox-gl' ;
28- import { boxesIntersect , collectCollisionBoxesAndFeatures } from ' mapbox-collision-boxes' ;
28+ import { boxesIntersect , collectCollisionBoxesAndFeatures } from ' @codemonger-io/ mapbox-collision-boxes' ;
2929
3030const map = new mapboxgl .Map (
3131 // ... マップの初期化
You can’t perform that action at this time.
0 commit comments