/examples/StyledKMLParser/src/multigeometry.xml
XML | 26 lines | 24 code | 0 blank | 2 comment | 0 complexity | b301607eef3f6c51301858ee33f3b771 MD5 | raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <Document>
- <name>multigeometry</name>
- <Placemark>
- <name>SF Marina Harbor Master</name>
- <visibility>0</visibility>
- <MultiGeometry>
- <LineString>
- <!-- north wall -->
- <coordinates>
- -122.4425587930444,37.80666418607323,0
- -122.4428379594768,37.80663578323093,0
- </coordinates>
- </LineString>
- <LineString>
- <!-- south wall -->
- <coordinates>
- -122.4425509770566,37.80662588061205,0
- -122.4428340530617,37.8065999493009,0
- </coordinates>
- </LineString>
- </MultiGeometry>
- </Placemark>
- </Document>
- </kml>