UNPKG

@mangosystem/ogc-schemas

Version:

Jsonix XML-JSON mappings for OGC Schemas.

192 lines (191 loc) 5.32 kB
<?xml version="1.0" encoding="utf-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Document> <name>Continent screen labels</name> <Folder> <name>continents</name> <open>1</open> <ScreenOverlay> <name>europe</name> <Region> <Lod> <minLodPixels>400</minLodPixels> <minFadeExtent>200</minFadeExtent> </Lod> <LatLonAltBox> <north>70</north> <south>30</south> <east>30</east> <west>-10</west> </LatLonAltBox> </Region> <Icon> <href>pngs/europe.png</href> </Icon> <screenXY x=".7" y=".7" xunits="fraction" yunits="fraction" /> </ScreenOverlay> <ScreenOverlay> <name>africa</name> <Region> <Lod> <minLodPixels>400</minLodPixels> <minFadeExtent>200</minFadeExtent> </Lod> <LatLonAltBox> <north>30</north> <south>-30</south> <east>50</east> <west>-15</west> </LatLonAltBox> </Region> <Icon> <href>pngs/africa.png</href> </Icon> <screenXY x=".7" y=".3" xunits="fraction" yunits="fraction" /> </ScreenOverlay> <ScreenOverlay> <name>north-america</name> <Region> <Lod> <minLodPixels>400</minLodPixels> <minFadeExtent>200</minFadeExtent> </Lod> <LatLonAltBox> <north>60</north> <south>10</south> <east>-40</east> <west>-130</west> </LatLonAltBox> </Region> <Icon> <href>pngs/north-america.png</href> </Icon> <screenXY x=".2" y=".7" xunits="fraction" yunits="fraction" /> </ScreenOverlay> <ScreenOverlay> <name>south-america</name> <open>1</open> <Region> <Lod> <minLodPixels>400</minLodPixels> <minFadeExtent>200</minFadeExtent> </Lod> <LatLonAltBox> <north>10</north> <south>-50</south> <east>-30</east> <west>-70</west> </LatLonAltBox> </Region> <color>ffffffff</color> <Icon> <href>pngs/south-america.png</href> </Icon> <screenXY x=".2" y=".3" xunits="fraction" yunits="fraction" /> </ScreenOverlay> </Folder> <Folder> <name>boxes</name> <Placemark> <name>x</name> <Region> <Lod> <minLodPixels>400.0</minLodPixels> <maxLodPixels>-1.0</maxLodPixels> </Lod> <LatLonAltBox> <north>70.0</north> <south>30.0</south> <east>30.0</east> <west>-10.0</west> </LatLonAltBox> </Region> <LineString> <tessellate>1</tessellate> <coordinates> -10.000000,70.000000 30.000000,70.000000 30.000000,30.000000 -10.000000,30.000000 -10.000000,70.000000 </coordinates> </LineString> </Placemark> <Placemark> <name>x</name> <Region> <Lod> <minLodPixels>400.0</minLodPixels> <maxLodPixels>-1.0</maxLodPixels> </Lod> <LatLonAltBox> <north>30.0</north> <south>-30.0</south> <east>50.0</east> <west>-15.0</west> </LatLonAltBox> </Region> <LineString> <tessellate>1</tessellate> <coordinates> -15.000000,30.000000 50.000000,30.000000 50.000000,-30.000000 -15.000000,-30.000000 -15.000000,30.000000 </coordinates> </LineString> </Placemark> <Placemark> <name>x</name> <Region> <Lod> <minLodPixels>400.0</minLodPixels> <maxLodPixels>-1.0</maxLodPixels> </Lod> <LatLonAltBox> <north>60.0</north> <south>10.0</south> <east>-40.0</east> <west>-130.0</west> </LatLonAltBox> </Region> <LineString> <tessellate>1</tessellate> <coordinates> -130.000000,60.000000 -40.000000,60.000000 -40.000000,10.000000 -130.000000,10.000000 -130.000000,60.000000 </coordinates> </LineString> </Placemark> <Placemark> <name>x</name> <Region> <Lod> <minLodPixels>400.0</minLodPixels> <maxLodPixels>-1.0</maxLodPixels> </Lod> <LatLonAltBox> <north>10.0</north> <south>-50.0</south> <east>-30.0</east> <west>-70.0</west> </LatLonAltBox> </Region> <LineString> <tessellate>1</tessellate> <coordinates> -70.000000,10.000000 -30.000000,10.000000 -30.000000,-50.000000 -70.000000,-50.00000 -70.000000,10.000000 </coordinates> </LineString> </Placemark> </Folder> </Document> </kml>