I agree with you, i'll explain my problem a little bit more (sorry for
my bad english...)
I want to load kml file to display in google maps.
I use :
var layer1 = new GGeoXml(".../KMZ/essai.kml");
         map.addOverlay(layer1);
It works.
With this beginning, I have some questions:
1.i want to load multiple different kml and display these in google
maps API with checkbox, is it possible?
2. If it's possible, How google maps API manage the display of these
differents "layers"? (if i was two polygons in the same place, which
is on the top and which is on the bottom?)

thanks,
regards



On 20 mai, 12:28, Rossko <[email protected]> wrote:
> > I want to know if it's possible to manage the ordering of geoxml file?
>
> Guessing that you mean, how do I controlorderofsidebarentries when
> displaying aKMLfile, that would depend on what you use to display
> thekmlon your map.
> Satrt with some of these -
>    http://groups.google.com/group/Google-Maps-API/search?group=Google-Ma...
>
> If that's not what you mean you may have to explain in a bit more
> detail ... or even give an example on your page.
>
> cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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