I'm trying to get a mashup that works well in v2 working to some
extent on mobile devices using v3.

V2 working: http://www.philageohistory.org/tiles/viewer/
V3 start (messy): http://www.philageohistory.org/tiles/mobile/

If I am displaying a custom ImageMapType tile layer, how can I overlay
streets, ala the Hybrid mode, with streets on top of aerials?

In v2, I could stack layers in a GMapType, and grab the second layer
of the G_HYBRID_MAP type to use in my own map type.

<code>var LUMHybridLayers = [tileLUM,G_HYBRID_MAP.getTileLayers()
[1]];</code>

I'm figuring I need to add the streets as an overlay, but how do I get
access to that specific tile layer MapType in the v3 API?  I don't
want the aerial photos with it, just the streets to overlay on my own
maps.

Thanks,
Walt

-- 
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.

Reply via email to