@mangosystem/ogc-schemas
Version:
Jsonix XML-JSON mappings for OGC Schemas.
42 lines (41 loc) • 1.02 kB
text/xml
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Style id="rf">
<ListStyle>
<listItemType>radioFolder</listItemType>
</ListStyle>
</Style>
<Folder>
<name>One at a time</name>
<styleUrl>#rf</styleUrl>
<Placemark>
<name>Radio A</name>
<Point>
<coordinates>-121.9921875,37.44140625</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Radio B</name>
<Point>
<coordinates>-121.9921875,37.265625</coordinates>
</Point>
</Placemark>
</Folder>
<Folder>
<name>Both visible</name>
<Placemark>
<name>C</name>
<Point>
<coordinates>-121.16796875,37.44140625</coordinates>
</Point>
</Placemark>
<Placemark>
<name>D</name>
<Point>
<coordinates>-121.16796875,37.265625</coordinates>
</Point>
</Placemark>
</Folder>
</Document>
</kml>