I nearly succeeded, thanks to Mike's examples : http://econym.org.uk/gmap/epoly.htm Here's the code now : http://marc.brio.free.fr/test_kml/ (works well with firefox, needs debugging on explorer and chrome)
I just have to manage the hover function, and debug the code. Thank you all ! On 15 avr, 23:41, Garthan <[email protected]> wrote: > On Apr 15, 9:01 am, "[email protected]" <[email protected]> > wrote: > > > If you use EGeoXml or GeoXml, then they are polygons (or possibly > > encoded polygons), and you have access to them and the memory usage is > > the same as if you had done them yourself. > > Yes if you use EGeoXml they are polygons in a polygon array... > if you use GeoXml they are encoded polygons (using a D-P > algorithm) in an array alongside all the other overlays in > the kml. > > In either case you can dig in to the source code and change the code > in the onclick event. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
