Google map pins do not show in Firefox 8.0
Google pins flash where they are supposed to be then disappear. If the place where pin is supposed to be is clicked the info bubble will appear as normal. Pins are not shown just the map. Problem did not occur in earlier Firefox versions, I have double checked this. My website http://www.phuketchristian.com/p/list-of-churches.html
Chosen solution
That is probably a CORS issue.
- http://enable-cors.org/ enable cross-origin resource sharing
- https://developer.mozilla.org/En/HTTP_access_control
All Replies (5)
I'm getting this on OSX 10.6.8 with Firefox 8. Custom pins don't show up but lines do. Attached are two screengrabs from this map http://g.co/maps/xxybn one is from Safari and one is from Firefox.
Chosen Solution
That is probably a CORS issue.
- http://enable-cors.org/ enable cross-origin resource sharing
- https://developer.mozilla.org/En/HTTP_access_control
My fix only worked for a day ... not working any more. Check it out User xyzzzzzzzzzzzzzzzz at
Modified
http://enable-cors.org/ enable cross-origin resource sharing worked for me. I added it in the ISS
I try
Modified