Add kml file for supported areas #200
This commit is contained in:
parent
f2415b27ce
commit
c971499109
1 changed files with 73 additions and 0 deletions
73
kml/supported_areas.kml
Normal file
73
kml/supported_areas.kml
Normal file
|
|
@ -0,0 +1,73 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<kml xmlns="http://www.opengis.net/kml/2.2">
|
||||||
|
<Document>
|
||||||
|
<name>ResQ Supported Area</name>
|
||||||
|
<description/>
|
||||||
|
<Style id="poly-000000-1200-77-nodesc-normal">
|
||||||
|
<LineStyle>
|
||||||
|
<color>ff000000</color>
|
||||||
|
<width>1.2</width>
|
||||||
|
</LineStyle>
|
||||||
|
<PolyStyle>
|
||||||
|
<color>4d000000</color>
|
||||||
|
<fill>1</fill>
|
||||||
|
<outline>1</outline>
|
||||||
|
</PolyStyle>
|
||||||
|
<BalloonStyle>
|
||||||
|
<text><![CDATA[<h3>$[name]</h3>]]></text>
|
||||||
|
</BalloonStyle>
|
||||||
|
</Style>
|
||||||
|
<Style id="poly-000000-1200-77-nodesc-highlight">
|
||||||
|
<LineStyle>
|
||||||
|
<color>ff000000</color>
|
||||||
|
<width>1.8</width>
|
||||||
|
</LineStyle>
|
||||||
|
<PolyStyle>
|
||||||
|
<color>4d000000</color>
|
||||||
|
<fill>1</fill>
|
||||||
|
<outline>1</outline>
|
||||||
|
</PolyStyle>
|
||||||
|
<BalloonStyle>
|
||||||
|
<text><![CDATA[<h3>$[name]</h3>]]></text>
|
||||||
|
</BalloonStyle>
|
||||||
|
</Style>
|
||||||
|
<StyleMap id="poly-000000-1200-77-nodesc">
|
||||||
|
<Pair>
|
||||||
|
<key>normal</key>
|
||||||
|
<styleUrl>#poly-000000-1200-77-nodesc-normal</styleUrl>
|
||||||
|
</Pair>
|
||||||
|
<Pair>
|
||||||
|
<key>highlight</key>
|
||||||
|
<styleUrl>#poly-000000-1200-77-nodesc-highlight</styleUrl>
|
||||||
|
</Pair>
|
||||||
|
</StyleMap>
|
||||||
|
<Folder>
|
||||||
|
<name>ResQ Supported Area</name>
|
||||||
|
<Placemark>
|
||||||
|
<name>Supported Area</name>
|
||||||
|
<styleUrl>#poly-000000-1200-77-nodesc</styleUrl>
|
||||||
|
<Polygon>
|
||||||
|
<outerBoundaryIs>
|
||||||
|
<LinearRing>
|
||||||
|
<tessellate>1</tessellate>
|
||||||
|
<coordinates>
|
||||||
|
121.0717128,14.7868868,0
|
||||||
|
121.0222743,14.7895424,0
|
||||||
|
120.9302638,14.6793076,0
|
||||||
|
120.9494899,14.4427135,0
|
||||||
|
121.0250209,14.3735484,0
|
||||||
|
121.0744593,14.5171749,0
|
||||||
|
121.1513636,14.5357864,0
|
||||||
|
121.1884425,14.5809791,0
|
||||||
|
121.2021754,14.6248337,0
|
||||||
|
121.1321376,14.6540653,0
|
||||||
|
121.129391,14.7616569,0
|
||||||
|
121.0717128,14.7868868,0
|
||||||
|
</coordinates>
|
||||||
|
</LinearRing>
|
||||||
|
</outerBoundaryIs>
|
||||||
|
</Polygon>
|
||||||
|
</Placemark>
|
||||||
|
</Folder>
|
||||||
|
</Document>
|
||||||
|
</kml>
|
||||||
Loading…
Reference in a new issue