-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Improve the performance of onmouseover
in the src/app/tasks/image-feature-extraction/page.tsx
under the src/components/tasks/image-feature-extraction/ImageFeatureExtractionPrecomputedSimilarityLayer.tsx
component is slow to rerender the colors.
Debounce doesn't help a lot. The performance might be related to maplibre-gl's rendering speed for large number of features in mvt layer.
see
Lines 259 to 260 in b33b919
map.on('mousemove', layerId, mousemoveHandler); | |
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers
Type
Projects
Status
To Define