Proposed improvement: Use Delaunator calculations in the Tile filter #120
Closed
KaliedaRik
started this conversation in
Ideas
Replies: 1 comment
|
This functionality was delivered in v8.16.0 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The SC tile filter includes functionality to calculate delauney-like tiles to apply to an input. The calculations are naive and (initially) slow:
Screen.Recording.2025-02-09.at.12.43.47.mov
Compare this with a Demo where we use the Mapbox/delaunator library to calculate delauney tiles for us:
Screen.Recording.2025-02-09.at.12.44.42.mov
Proposal
All reactions