Merge branch '200-add-kml-file-for-geofencing' into 'master'

Add kml file for supported areas #200

Closes #200

See merge request jankstudio/resq!233
This commit is contained in:
Kendrick Chan 2019-04-02 06:15:26 +00:00
commit 6e58445f15

73
kml/supported_areas.kml Normal file
View 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>