UNPKG

@mangosystem/ogc-schemas

Version:

Jsonix XML-JSON mappings for OGC Schemas.

94 lines (93 loc) 2.19 kB
<?xml version="1.0" encoding="utf-8"?> <!-- TimeSpan cascades down the Folder hiearchy --> <kml xmlns="http://www.opengis.net/kml/2.2"> <Folder> <Folder> <name>Blue Marble - Oct</name> <TimeSpan> <begin>2004-10</begin> <end>2004-11</end> </TimeSpan> <GroundOverlay> <Icon> <href>oct0.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>0</east> <west>-180</west> </LatLonBox> </GroundOverlay> <GroundOverlay> <Icon> <href>oct1.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>180</east> <west>0</west> </LatLonBox> </GroundOverlay> </Folder> <Folder> <name>Blue Marble - Nov</name> <TimeSpan> <begin>2004-11</begin> <end>2004-12</end> </TimeSpan> <GroundOverlay> <Icon> <href>nov0.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>0</east> <west>-180</west> </LatLonBox> </GroundOverlay> <GroundOverlay> <Icon> <href>nov1.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>180</east> <west>0</west> </LatLonBox> </GroundOverlay> </Folder> <Folder> <name>Blue Marble - Dec</name> <TimeSpan> <begin>2004-12</begin> <end>2005-01</end> </TimeSpan> <GroundOverlay> <Icon> <href>dec0.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>0</east> <west>-180</west> </LatLonBox> </GroundOverlay> <GroundOverlay> <Icon> <href>dec1.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>180</east> <west>0</west> </LatLonBox> </GroundOverlay> </Folder> </Folder> </kml>