-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMangrove Rehabilitasi - hijau.kml
84 lines (84 loc) · 2.39 KB
/
Mangrove Rehabilitasi - hijau.kml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<name>Mangrove Rehabilitasi</name>
<description/>
<Style id="poly-0F9D58-1200-77-nodesc-normal">
<LineStyle>
<color>ff589d0f</color>
<width>1.2</width>
</LineStyle>
<PolyStyle>
<color>4d589d0f</color>
<fill>1</fill>
<outline>1</outline>
</PolyStyle>
<BalloonStyle>
<text><![CDATA[<h3>$[name]</h3>]]></text>
</BalloonStyle>
</Style>
<Style id="poly-0F9D58-1200-77-nodesc-highlight">
<LineStyle>
<color>ff589d0f</color>
<width>1.8</width>
</LineStyle>
<PolyStyle>
<color>4d589d0f</color>
<fill>1</fill>
<outline>1</outline>
</PolyStyle>
<BalloonStyle>
<text><![CDATA[<h3>$[name]</h3>]]></text>
</BalloonStyle>
</Style>
<StyleMap id="poly-0F9D58-1200-77-nodesc">
<Pair>
<key>normal</key>
<styleUrl>#poly-0F9D58-1200-77-nodesc-normal</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#poly-0F9D58-1200-77-nodesc-highlight</styleUrl>
</Pair>
</StyleMap>
<Folder>
<name>Lapisan tanpa judul</name>
<Placemark>
<name>Rehab 1</name>
<styleUrl>#poly-0F9D58-1200-77-nodesc</styleUrl>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<tessellate>1</tessellate>
<coordinates>
110.6083436,-2.9606644,0
110.5753846,-2.8180237,0
110.4765077,-2.8289967,0
110.4765077,-2.9222629,0
110.6083436,-2.9606644,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>Rehab Mangrove 2</name>
<styleUrl>#poly-0F9D58-1200-77-nodesc</styleUrl>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<tessellate>1</tessellate>
<coordinates>
111.8333192,-3.3226677,0
111.7838807,-3.081346,0
111.7124696,-3.0045502,0
111.7344422,-3.3391194,0
111.8333192,-3.3226677,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Folder>
</Document>
</kml>