It was working for me this morning but not working now. I came up with a possible temporary workaround based on Barry's tests in another thread (http://www.google.com/support/forum/p/maps/thread? tid=1908e0daef0d3285&hl=en).
Just hard code the IP address to a working datacenter in the maps api script url. So instead of: http://www.google.com/maps?file=api&v=2&key=ABCDEFG use: http://209.85.229.103/maps?file=api&v=2&key=ABCDEFG or some other working IP address. It doesn't seem to help to hard code the IP address in the KML url. It also doesn't seem to work to hard code the IP address to ajax loader url, although maybe there's a parameter in there to set the IP address to use (?) Here's a working, for now, example: http://www.ocnewsmap.com/ocr/problem_map_workaround marcus On Jan 6, 5:43 am, Joseph Elfelt <[email protected]> wrote: > This morning (1-6-2010) my code can read Google MyMaps OK. > This page has an embedded map which reads a MyMap > file:http://www.mappingsupport.com/p/gmap4.html > Hopefully Google fixed something and we are not chasing a sporadic > bug.
-- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
