v1.2.0
github-actions
released this
13 Jul 09:38
·
28 commits
to refs/heads/main
since this release
🚀 Feature
境界内の地域メッシュコードを取得できる関数 japanmesh.getCodesWithinBounds
を追加しました。
使用例
import { japanmesh, LatLngBounds } from 'japanmesh'
const bounds = new LatLngBounds(36, 140, 35, 139)
japanmesh.getCodesWithinBounds(bounds, 10000)
=> [ '523940', '523941', '523942', '523943', '523944', ... ]
🐛 Bugfix
japanmesh.toCode
で 5 倍地域メッシュの変換時に一部変換誤りがあったため修正しました。