Sounds like your implementation of fromPixelToLatLng and fromLatLngToPixel might be buggy. Are you absolutely sure of the following:
1. that fromPixelToLatLng(fromLatLngToPixel(x,y,zoom) = x,y,zoom for all real numbers? 2. that fromLatLngToPixel(fromPixelToLatLng(lat,lng,zoom) = lat,lng,zoom for lng [-180,180) and lat (-90,90)? I spent a lot of time mulling these two functions to make sure they are playing nicely together. Sounds also like you might need to make sure that you are using your zoom argument in an intelligent way - mine was truncating latitude at 85 instead of 90. Hope that helps, D On Dec 13, 3:06 pm, cosmixy <[email protected]> wrote: > Any ideas? I'd post the map but some content is under NDA currently... > > On Dec 6, 9:50 pm, cosmixy <[email protected]> wrote: > > > > > I made a custom > > projectionhttp://groups.google.com/group/google-maps-api-for-flash/browse_threa... > > > I am unable to pan past a certain distance north or south. The > > distance gets worse from two things: zooming in will limit vertical > > pan further, and making the browser window shorter will as well since > > my map scales with it. On an average size monitor and maximized > > browser the vertical edges of the map can not be seen on most zoom > > levels because of this. It would be nice if there was no limit at all > > like the standard google map. > > > Any help is appreciated, > > Nick- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" 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-for-flash?hl=en -~----------~----~----~----~------~----~------~--~---
