UNPKG

@mangosystem/ogc-schemas

Version:

Jsonix XML-JSON mappings for OGC Schemas.

200 lines (199 loc) 5.45 kB
<?xml version="1.0" encoding="utf-8"?> <!-- TimeSpan is recommended for GroundOverlays --> <kml xmlns="http://www.opengis.net/kml/2.2"> <Folder> <name>BMNG-12months</name> <GroundOverlay> <name>Blue Marble - Jan</name> <TimeSpan> <begin>2004-01</begin> <end>2004-02</end> </TimeSpan> <Icon> <href>http://mw1.google.com/mw-earth-vectordb/kml-samples/bmng12/files/BMNG-Jan.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>180</east> <west>-180</west> </LatLonBox> </GroundOverlay> <GroundOverlay> <name>Blue Marble - Feb</name> <TimeSpan> <begin>2004-02</begin> <end>2004-03</end> </TimeSpan> <Icon> <href>http://mw1.google.com/mw-earth-vectordb/kml-samples/bmng12/files/BMNG-Feb.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>180</east> <west>-180</west> </LatLonBox> </GroundOverlay> <GroundOverlay> <name>Blue Marble - Mar</name> <TimeSpan> <begin>2004-03</begin> <end>2004-04</end> </TimeSpan> <Icon> <href>http://mw1.google.com/mw-earth-vectordb/kml-samples/bmng12/files/BMNG-Mar.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>180</east> <west>-180</west> </LatLonBox> </GroundOverlay> <GroundOverlay> <name>Blue Marble - Apr</name> <TimeSpan> <begin>2004-04</begin> <end>2004-05</end> </TimeSpan> <Icon> <href>http://mw1.google.com/mw-earth-vectordb/kml-samples/bmng12/files/BMNG-Apr.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>180</east> <west>-180</west> </LatLonBox> </GroundOverlay> <GroundOverlay> <name>Blue Marble - May</name> <TimeSpan> <begin>2004-05</begin> <end>2004-06</end> </TimeSpan> <Icon> <href>http://mw1.google.com/mw-earth-vectordb/kml-samples/bmng12/files/BMNG-May.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>180</east> <west>-180</west> </LatLonBox> </GroundOverlay> <GroundOverlay> <name>Blue Marble - Jun</name> <TimeSpan> <begin>2004-06</begin> <end>2004-07</end> </TimeSpan> <Icon> <href>http://mw1.google.com/mw-earth-vectordb/kml-samples/bmng12/files/BMNG-Jun.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>180</east> <west>-180</west> </LatLonBox> </GroundOverlay> <GroundOverlay> <name>Blue Marble - Jul</name> <TimeSpan> <begin>2004-07</begin> <end>2004-08</end> </TimeSpan> <Icon> <href>http://mw1.google.com/mw-earth-vectordb/kml-samples/bmng12/files/BMNG-Jul.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>180</east> <west>-180</west> </LatLonBox> </GroundOverlay> <GroundOverlay> <name>Blue Marble - Aug</name> <TimeSpan> <begin>2004-08</begin> <end>2004-09</end> </TimeSpan> <Icon> <href>http://mw1.google.com/mw-earth-vectordb/kml-samples/bmng12/files/BMNG-Aug.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>180</east> <west>-180</west> </LatLonBox> </GroundOverlay> <GroundOverlay> <name>Blue Marble - Sep</name> <TimeSpan> <begin>2004-09</begin> <end>2004-10</end> </TimeSpan> <Icon> <href>http://mw1.google.com/mw-earth-vectordb/kml-samples/bmng12/files/BMNG-Sep.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>180</east> <west>-180</west> </LatLonBox> </GroundOverlay> <GroundOverlay> <name>Blue Marble - Oct</name> <TimeSpan> <begin>2004-10</begin> <end>2004-11</end> </TimeSpan> <Icon> <href>http://mw1.google.com/mw-earth-vectordb/kml-samples/bmng12/files/BMNG-Oct.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>180</east> <west>-180</west> </LatLonBox> </GroundOverlay> <GroundOverlay> <name>Blue Marble - Nov</name> <TimeSpan> <begin>2004-11</begin> <end>2004-12</end> </TimeSpan> <Icon> <href>http://mw1.google.com/mw-earth-vectordb/kml-samples/bmng12/files/BMNG-Nov.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>180</east> <west>-180</west> </LatLonBox> </GroundOverlay> <GroundOverlay> <name>Blue Marble - Dec</name> <TimeSpan> <begin>2004-12</begin> <end>2005-01</end> </TimeSpan> <Icon> <href>http://mw1.google.com/mw-earth-vectordb/kml-samples/bmng12/files/BMNG-Dec.jpg</href> </Icon> <LatLonBox> <north>90</north> <south>-90</south> <east>180</east> <west>-180</west> </LatLonBox> </GroundOverlay> </Folder> </kml>