Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google maps unwanted white lines in IE

I am having a problem with the Google map API v3, I have created a map with custom stylers, and on IE9(windows 7) white horizontal lines appear, these lines do not appear in any other browser/OS combo.

Just wondered if anybody else has come across this problem before, and could give me any hints.

thanks.

Screenshot: http://tinypic.com/view.php?pic=kbeyqq&s=5

enter image description here

like image 481
Lee Avatar asked Apr 18 '12 10:04

Lee


People also ask

What are the white lines in Google Maps?

In Map View, orange, yellow, and white differentiate types of roads. Orange indicates interstate highways. Yellow indicates state highways and county parkways. White indicates local and private streets.

What do white dotted lines mean on Google Maps?

The dotted line is not directions. It just indicates that you can't get to the destination by car so it brought you to the closest place and you'll have to walk the rest of the way.

How do I remove all markings from Google Maps?

You remove markers by using set_map(null) on the particular marker you want to clear, if you want to clear all then loop through using this function.

What are the colored lines on Google Earth?

Green: No traffic delays. Orange: Medium amount of traffic. Red: Traffic delays. The darker the red, the slower the speed of traffic on the road.


2 Answers

According to Google: "This is a browser bug related to user selectable zoom level."

http://code.google.com/p/gmaps-api-issues/issues/detail?id=4120#makechanges

They provided no further information on why. Sounds like if you can deal with a set zoom level you won't run into the problem.

like image 130
aausterm Avatar answered Sep 20 '22 18:09

aausterm


I know this is an old topic but I had a similar problem this afternoon. I managed to remove the lines by pressing CTRL + 0. Hope that helps.

like image 25
Adam Hinx Avatar answered Sep 21 '22 18:09

Adam Hinx