Replies: 5 comments 9 replies
|
I wonder if instead of a way of disabling it, there could just be an epsilon parameter, which turns it off when it's at 0? That way you can not only disable it if needed, but also fine tune for your liking. There is a risk of making it feel complicated though, if a library user doesn't understand the technicalities of this. |
|
Added |
|
Added
This should be the last bit before releasing a new version. |
|
The version |
|
I just noticed that setting Without: |


Uh oh!
There was an error while loading. Please reload this page.
@Nohus
I'm creating this discussion as it's a better place to keep you updated about my progress.
I think I'll further reduce epsilon to 1 pixel at scale 1, so that the path simplification becomes even less noticeable.
Even with this reduction, one of the path in the demo sees a reduction in the number of its points of 93% when fully zoomed out.
I've added a way in the path api to disable path simplification.
All reactions