On Aug 13, 3:16 pm, Chris <[email protected]> wrote: > I'm working with the static map API and some very basic test cases are > no longer working since the API change... > > For example: > http://maps.google.com/maps/api/staticmap?maptype=satellite&sensor=false&size=260x260¢er=0,10 > > I'd appreciate any insight.
Your link doesn't give a zoom, so there's no information about which tiles the server should use to create the static map. This link will work: http://maps.google.com/maps/api/staticmap?maptype=satellite&sensor=false&size=260x260¢er=0,10&zoom=1 Zoom=0 doesn't work, and that may be because the server-side code is interpreting zoom=0 as not specifying the zoom at all. There doesn't appear to be an issue about that. http://code.google.com/p/gmaps-api-issues/issues/list?can=2&q=apitype=Static&sort=id -- 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.
