Wasn't it Andrew Leach who wrote: >I suppose you could implement a new class of GOverlay which is added to >the G_MAP_MAP_PANE (which is underneath the street names) but I haven't >seen any examples of this.
But both layers of the hybrid map are on the same pane, with z-index set to 0 and 1 respectively. If your custom GOverlay is below 0, then you won't see it through the opaque satellite images; if it's above 1, then you won't see the street names. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
