kalisio / kdk

The Kalisio Development Kit
https://kalisio.github.io/kdk/
MIT License
22 stars 2 forks source link

Highlight of a clickable feature remains activate at different zoom levels in canvas layer #896

Closed claustres closed 4 months ago

claustres commented 4 months ago

It seems that when zooming in/out the highlight drawn at a previous zoom level remains active at the new zoom level in addition to the correct highlight: Capture d’écran du 2024-07-08 18-55-50

Capture d’écran du 2024-07-08 18-55-40

claustres commented 4 months ago

Related to a misusage, ctx.clearClickableFeatures() should be called before the render loop.