Google Maps API V3 Tools: Visual Distortions

Google Maps api v3 tools: visual distortions?

For the future users who face same problem, here is the fix.

#map img{max-width: inherit;}

Like other answers said it is problem with max-width.

Map zoom controls not displaying correctly

The issue should be because of universal img { max-width: 100%; }

Try this one in to your css

.gmnoprint img {
max-width: none;
}

my kml layer is showing but its off to the left

It doesn't look "off to the left" to me. It looks like you have a css conflict like that discussed here.

Google maps API V3 - multiple markers on exact same spot

Take a look at OverlappingMarkerSpiderfier.

There's a demo page, but they don't show markers which are exactly on the same spot, only some which are very close together.

But a real life example with markers on the exact same spot can be seen on http://www.ejw.de/ejw-vor-ort/ (scroll down for the map and click on a few markers to see the spider-effect).

That seems to be the perfect solution for your problem.



Related Topics



Leave a reply



Submit