I'm sorry, I misinterpreted what was happening. The longitudes aren't actually equal, but the fromLatLngToDivPixel returns the same x value.
It's a bit different, and I might be able to find a workaround for my problem then. On Tue, Feb 8, 2011 at 10:31 AM, chuby.qc <[email protected]> wrote: > So let's say you've got a really big div containing your map, or > you're zoomed out enough to see more than one earth. Not necessarily > complete earths, but for example, you see Alaska twice. > > At this point, if you get the map's bounds, both south west bounds and > north east bounds will have the same longitude value. > > Is this normal? Should this be filed as a bug? > > The problem is, we use these value to control both the position and > the size of an overlay view. When both longitudes are equal, the > overlay's width is 0, so we don't see it. > > We use the api v3.3, but saw the same behaviour with api v3.0. > > Thanks. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
