Closed Tristan-Day-FOS closed 3 days ago
Closing since this is likely an issue either with Google Maps or your setup specifically. If I had to guess, I'd say that it's because you have id
attributes in the SVG icons and IDs need to be unique in the page.
Thanks, updating the IDS for the relevant SVG parts resolved the issue.
Is this a regression?
The previous version in which this bug was not present was
No response
Description
When creating markers using the svg marker element, some parts of the SVG fail to render at different zoom levels.
Zooming in to make it render and then zooming out will cause it to behave as expected but will break markers that where taken off-screen.
Reproduction
I cannot recreate the issue in stackblitz due to licence key requirements with the advanced marker component.
Here is further detail on the component structure.
A marker is generated using typescript and DOM parser
For example