dimfeld / svelte-maplibre

Svelte bindings for the MapLibre mapping library
https://svelte-maplibre.vercel.app
MIT License
319 stars 40 forks source link

Marker popup remains when opening another marker #192

Closed joleeee closed 1 month ago

joleeee commented 1 month ago

I'm having this issue with my own website but you can see it in the example aswell. https://svelte-maplibre.vercel.app/examples/custom_marker_clusters

image

It should not be possible to open two popups?

Happened when i upgraded:

-                               "svelte-maplibre": "^0.7.7",
+                               "svelte-maplibre": "^0.9.11
dimfeld commented 1 month ago

Thanks for noting the previous version in which things worked for you. I'll try to get this fixed today or tomorrow.

dimfeld commented 1 month ago

Fix released in v0.9.12. Thanks for the report!