yes i mean the z-order.
---- example 1 map.addOverlay(polygonA) map.addOverlay(polygonB) ---- ---- example 2 map.addOverlay(polygonB) map.addOverlay(polygonA) ---- the map paints the polygons always in the same order. The order in witch the polygons will be painted has nothing to do with the order of adding them to the GMap object. Regards Thomas Volk On 22 Jan., 00:00, Andrew <[email protected]> wrote: > Do you mean, who can you control the z-order of the polygons? > > On Jan 21, 10:47 am, "thomas.volk" <[email protected]> wrote: > > > Hi, > > > is there a way to control the order in witch GPolygons will be painted > > on the map ? > > i want to ensure the last polygone i add via addOverlay will be > > painted at last. > > > regards > > > Thomas Volk --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
