On Jan 8, 1:24 pm, Geostrophic <[email protected]> wrote: > > Do any of you have any experience with this?
I don't have much, but... > In an example that works, I use a simple GGroundOverlay (http:// > code.google.com/apis/maps/documentation/reference.html#GGroundOverla > y) to put the gif on the map. The code that's skewing images north is > using GOverlay GGroundOverlay stretches the image to the GLatLngBounds which defines it. GOverlay doesn't; it just plonks the overlay on the map. This could have an effect at high latitudes because of the Mercator projection. Without actually seeing a comparison between your two overlay techniques, it's difficult to say exactly how they are affected, but if the radar images are not corrected for the projection, using GOverlay is quite likely to give the wrong result. Does that help? Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
