Closed hfu closed 3 years ago
--maximum-tile-features=2000
--hilbert
turf.buffer(point, 1e-5, { units: 'kilometers', steps: 4 })
ポリゴンではなくてポイントでタイルを作るアプローチで行った既存のプロジェクトに、 https://github.com/optgeo/pcdb-test がある。
https://maputnik.github.io/editor?style=https://optgeo.github.io/pcdb-test/style.json
UNVT の活動の一環として、@hfu が適宜実験してみることにする。
https://github.com/optgeo/nanadaru-voxel でプロトタイピング中です。
https://optgeo.github.io/nanadaru-voxel/#16.53/34.793533/138.93944/0/45
こんな感じでプロトタイプを作ることができました。
1 の「3. ポイントクラウドをシームレスに Mapbox GL JS で表示できるようにする可能性」の当面の実施案
基本的アイディア
--maximum-tile-features=2000
(Tippecanoe のデフォルトは 200,000)くらいにする感じで生産する。たぶん、--hilbert
もつけるのだろう。ポイントデータからポリゴンにするためには、turf/buffer を使って、turf.buffer(point, 1e-5, { units: 'kilometers', steps: 4 })
とでもするのだろう。これで、10cm の正方形がたくさん入ったベクトルタイルが出来ることになる。See also
ポリゴンではなくてポイントでタイルを作るアプローチで行った既存のプロジェクトに、 https://github.com/optgeo/pcdb-test がある。
https://maputnik.github.io/editor?style=https://optgeo.github.io/pcdb-test/style.json
Next actions
UNVT の活動の一環として、@hfu が適宜実験してみることにする。