Yes with Folders <kml xmlns="http://www.opengis.net/kml/2.2"> <Folder> <name>My Folder</name> <Placemark> ... </Placemark> <Placemark> ... </Placemark> </Folder> </kml>
On 04/03/2009, dkane <[email protected]> wrote: > > Is is possible to have a KML contain multiple placemarks? > > > <?xml version="1.0" encoding="UTF-8"?> > <kml xmlns="http://www.opengis.net/kml/2.2"> > <Placemark> > > <name>1001</name> > <description>Forklift 1</description> > <Point> > <coordinates>-095.618107, 29.898405,0</coordinates> > > </Point> > > <name>1002</name> > <description>Forklift2 </description> > <Point> > <coordinates>-095.618107, 29.898000,0</coordinates> > > </Point> > > > </Placemark> > </kml> > > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
