maplibre / ngx-maplibre-gl

Angular binding of maplibre-gl
https://maplibre.org/ngx-maplibre-gl/
MIT License
77 stars 26 forks source link

Fix marker popup console error #213

Closed HarelM closed 3 weeks ago

HarelM commented 4 weeks ago

Fixes #211 as this issue had two bug associated with it. This is done by removing the popup using the map service (mainly unregistering the events) even in the case where marker was already destroyed.