Wasn't it Patrick who wrote: > >1). When I zoom out of my map, the image becomes out of sync with the >rest of the map, but when at level 17 (highest zoom), the map is >perfectly aligned to all roads.
The alignment is correct. The only problem that I see is that the Google tiles don't show the road widths to scale. One way to fix that would be to generate different images for different zoom levels and switch between them by having multiple GGroundOverlays that you .hide() and .show(). Or you might be able to make it look right by leaving transparent areas over the exterior roads. The problem with that is that you'll almost certainly end up with some of the pink showing through from the Google tiles at some zoom level. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
