acteng / atip

Active Travel Infrastructure Platform
https://acteng.github.io/atip/
Apache License 2.0
22 stars 4 forks source link

Fix filter text highlighting in popup #425

Closed dabreegster closed 8 months ago

dabreegster commented 8 months ago

When we switched over to svelte-maplibre, the filter by freeform text feature partly broke. When you hover on a matching feature, the filter text is supposed to be highlighted. Now it is again.

I'm not entirely sure why using a store works, but there's some subtlety with svelte-maplibre and Popups. A store is simpler anyway; less prop drilling.