A newbie with google maps, I have recently started reading.
For one of the projects, I had to plot a few points on a map.
I picked up a demo/sample piece from Google's API home for maps, and started adapting it for my requirements. All went well.
However, at one point in time, I decided to insert a button, which needs to be clicked to show the map, else the map is not shown by default.
Still, there is no error on page load, however, as soon as I click the button, I get this message "resource interpreted as image but transferred as text/html"
Tried figuring out if I am setting the content type explicitly somewhere but no, couldn't find anything.
Anybody seen that ? would appreciate help.