inocan-group / vue3-google-map

A set of composable components for easy use of Google Maps in your Vue 3 projects.
https://vue3-google-map.com
MIT License
280 stars 57 forks source link

Polygons reappearing on zoom #29

Closed JamieMcDonnell closed 3 years ago

JamieMcDonnell commented 3 years ago

Hi there, I created a simple example using your component to render a map and display 2 polygons. It is extracted from a much larger project, but the bug still happens.

I create the polygons, then hide them using `polygon.setMap(null) - when I zoom the map, they reappear.

please take a look at this stackoverflow ticket for details: https://stackoverflow.com/questions/66987487/polygons-reappearing-on-map-zoom

Thanks for your help!

Jamie

yankeeinlondon commented 3 years ago

@JamieMcDonnell the link you pointed to is broken and in the future we would ask that you indicate the steps required to reproduce here in the issue ... ideally with a link to a repo or executable code sample that can be used.

For now I am closing this and you can reopen a new issue if this is still an issue for you.