Hi, all, If visit this page in API samples http://code.google.com/intl/zh-CN/apis/maps/documentation/javascript/examples/map-simple.html, and shift to satelite mode the map always be "SORRY,...", but when I open satelite map in google maps, it's ok.
I have watch this problem in firebug. First the evil China gov block the first request of tile of satelite like http://khm0.google.com/kh/v=69&x=234&y=154&z=8&s=, Then Google Maps will request with another uri as http://mt0.google.com/vt/lyr...@132&hl=zh-CN&x=234&y=154&z=8&s= But in api mode, since the browser location is not google maps, so google treat this request as robot, and return 503 error directly. This is a bad idea. if i am google hacker, i just write a proxy, and wrap all HOST part of request header as google maps, my robot can work on. Regards -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
