Greater-London-Authority / ldn-viz-tools

https://greater-london-authority.github.io/ldn-viz-tools/
1 stars 0 forks source link

Add MapCursorEvent component #356

Closed PaulioRandall closed 3 weeks ago

PaulioRandall commented 3 weeks ago

What does this change?

Adds <MapCursorEvent> component that provides a Svelte interface to the MapCursor functionality.

Why?

It's often easier and less verbose to add events via a component than within JavaScript code. It also removes much boiler plate from creating custom map feature interaction tools.

How is it tested?

Storybook & live applications

How is it documented?

Storybook

Are light and dark themes considered?

N/A

Is it complete?