/examples/StyledKMLParser/src/multigeometry.xml
XML | 26 lines | 24 code | 0 blank | 2 comment | 0 complexity | b301607eef3f6c51301858ee33f3b771 MD5 | raw file
1<?xml version="1.0" encoding="UTF-8"?> 2<kml xmlns="http://earth.google.com/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:atom="http://www.w3.org/2005/Atom"> 3<Document> 4 <name>multigeometry</name> 5<Placemark> 6 <name>SF Marina Harbor Master</name> 7 <visibility>0</visibility> 8 <MultiGeometry> 9 <LineString> 10 <!-- north wall --> 11 <coordinates> 12 -122.4425587930444,37.80666418607323,0 13 -122.4428379594768,37.80663578323093,0 14 </coordinates> 15 </LineString> 16 <LineString> 17 <!-- south wall --> 18 <coordinates> 19 -122.4425509770566,37.80662588061205,0 20 -122.4428340530617,37.8065999493009,0 21 </coordinates> 22 </LineString> 23 </MultiGeometry> 24</Placemark> 25</Document> 26</kml>