Wasn't it borzoi who wrote:
>
>> If GGeoXml displays other types of object, switch the zIndex values of
>> the map panes.
>
>Can you give me an example?

Quick and nasty:
      map.getPane(G_MAP_MARKER_PANE).style.zIndex=100;
      map.getPane(G_MAP_MARKER_SHADOW_PANE).style.zIndex=100;

The downside of that is that you end up with the markers and shadows
being on the same level. To do it nicely, you have to move all the panes
into the order that you want. Currently the zindexes are:

G_MAP_MAP_PANE            100
G_MAP_OVERLAY_LAYER_PANE  101
G_MAP_MARKER_SHADOW_PANE  102
unnamed pane              103
G_MAP_MARKER_PANE         104
G_MAP_FLOAT_SHADOW_PANE   105
G_MAP_MARKER_MOUSE_TARGET_PANE  106
G_MAP_FLOAT_PANE          107

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

Reply via email to