On Jul 14, 8:50 am, "Jan.Kocbach" <[email protected]> wrote: > Is it possible to use rotated Groundoverlays (jpg's) via the Google > Maps API? Specifically, I want to add a detailed map (as jpg) over a > rather small area as a Groundoverlay, and be able to use it on a > mobile device (might use v3 for it later on). The maps are typically > 4-6 degrees off.
You can not rotate GGroundOverlays, but you can use <CANVAS> in browsers that support it (Not MSIE): http://econym.org.uk/gmap/canvas.htm If your overlays are off by "only" 4-6 degrees of rotation that might be an indication of the wrong projection being used to create them. -- Marcelo - http://maps.forum.nu -- > > The only method I have found so far is to rotate the jpg first i e.g. > imagemagick, and then overlaying it afterwards. I really want to avoid > this method, as I'd have to process a lot of maps - and store the > rotated copy of the maps on my server. > > I know that this is possible in Google Earth, but for a mobile device > and for web-browser use I would prefer Google Maps. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
