Re: [Google Maps API v3] Adding a google.maps.Map object to the DOM messes up web page's fonts

2017-11-26 Thread Michael Geary
I don't know if anyone can advise you without more information. What is "mapscript.js", and what is the "MapControl" class? These are not part of the Google Maps API. There is a MapControl in the Bing Maps API; is that what you're referring to? Or is this some wrapper around the Google Maps API?

[Google Maps API v3] Adding a google.maps.Map object to the DOM messes up web page's fonts

2017-11-26 Thread Tom Tanner
I currently have an `index.html` set up something like this: ... Load local CSS files ... In my JS, I have this: var mapControl= new MapControl(mapControlForm, mapDiv); `mapDiv` is of course defined as `document.getElementsByClassName("product")[0]`. When I load `index.html` in my br