Hi all, I have an application where I dynamically draw gpolylines over a gpolygon. I first add the gpolygon with a transparent white background, so you can better see the polylines and still (vaguely) show the map behind it.
Later, I add the gpolylines to the map, which are shown and hidden dynamically over time (using setInterval). This all just works fine, but as soon as I zoom in, Google Maps screws up the order of the gpolylines/gpolygon, such that some of the gpolylines are now behind the gpolygon :-( I will try to set up an example showing the problem as soon as I can. Is there anyway to fix the order? I was thinking of drawing the polylines / polygons on a different mapPane, somehow using GPolyline.prototype, but I don't know how to do this. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
