Google Maps API artifacts showing magnification

I have a google map built with the JS API that has polygons for different UK regions.

In Chrome (v58 and v60 tested) when the user zooms in or out with random polygon scroll wheel artifacts, it gets stuck on the map.

Scaling further either removes them or reveals different artifacts.

This doesn't happen in FireFox.

Google Maps artifacts

Has anyone experienced this before and found a solution?

+3


source to share


2 answers


I got a similar problem with polygons, but not with scaling, but with polygons clicks, I think this is a definitive chrome bug.



Google map data layer, click on polygon and change transparency (Chrome bug)

+1


source


For reference, the issue is reported in the public message tracker:

https://issuetracker.google.com/issues/38211242

I believe Google is aware of the problem and is looking into it. Please feel free to post a bug to add your votes.



UPDATE

As pointed out in Google Issue Tracker, the issue was fixed in Chrome 60. The related bug was reported Fixed on Aug 9, 2017.

+1


source







All Articles