Edward
Edward

Reputation: 689

Google maps draw artifacts

While developing my current project i'm using Google maps. I draw some circles on map and i figured out some artifacts on map after scaling or moving map. But let's have a look to official Google Maps Circles demo from documentation: Google Maps Circles Simple

In this demo i have this bugs as well. Here is some screenshots of bugs:

http://image.prntscr.com/image/7f4681b520ec43bb9abb6035c0c2b346.png enter image description here

Some facts i have figured out:

  1. Bugs appears only in Google Chrome browser (In other browsers everything is ok);
  2. Bugs appears only in my company's office (i have tried at home, my friends tried from another locations, PCs, they have everything ok)

Upvotes: 2

Views: 767

Answers (2)

xomena
xomena

Reputation: 32148

It looks like something fishy is happening in Chrome 58. Take a look at this bug report in the issue tracker:

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

The behavior is similar to yours. Feel free to add your comments in the public issue and star it. Specify you browser and OS version, which extensions you use in Chrome etc. This can help to reproduce the issue by Google team.

UPDATE

As stated in Google issue tracker, the issue was fixed in Chrome 60. The corresponding bug was marked as Fixed on August 9, 2017.

Upvotes: 1

Terence Wight
Terence Wight

Reputation: 45

I just updated to Chrome version 59.0.3071.109 (Official Build) (64-bit) available today. It appears to have fixed this issue.

Open Settings, click About, and update to 59.

Upvotes: 1

Related Questions