Skip to content Skip to sidebar Skip to footer

Google Maps JS APi V3 Fusion Table Layer Is Not Working In Chrome

I set up a google map with country overlay through fusion table layer functionality. Works perfectly here: http://codepen.io/anon/pen/ZYLPNO But the same code embeded into my sit

Solution 1:

It's a CSS-issue, forced by this rule(in style.cab.css):

img{max-width:100%;}

add this rule:

 #map-canvas img{max-width:none;}

Post a Comment for "Google Maps JS APi V3 Fusion Table Layer Is Not Working In Chrome"