Created
August 18, 2023 00:21
-
-
Save rolldone/520694bf204e6d28d233f91d687682f9 to your computer and use it in GitHub Desktop.
bbb.kml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<kml xmlns="http://www.opengis.net/kml/2.2"> | |
<Document> | |
<name>Peta tanpa judul</name> | |
<description/> | |
<Style id="poly-E65100-1200-77-normal"> | |
<LineStyle> | |
<color>ff0051e6</color> | |
<width>1.2</width> | |
</LineStyle> | |
<PolyStyle> | |
<color>4d0051e6</color> | |
<fill>1</fill> | |
<outline>1</outline> | |
</PolyStyle> | |
</Style> | |
<Style id="poly-E65100-1200-77-highlight"> | |
<LineStyle> | |
<color>ff0051e6</color> | |
<width>1.8</width> | |
</LineStyle> | |
<PolyStyle> | |
<color>4d0051e6</color> | |
<fill>1</fill> | |
<outline>1</outline> | |
</PolyStyle> | |
</Style> | |
<StyleMap id="poly-E65100-1200-77"> | |
<Pair> | |
<key>normal</key> | |
<styleUrl>#poly-E65100-1200-77-normal</styleUrl> | |
</Pair> | |
<Pair> | |
<key>highlight</key> | |
<styleUrl>#poly-E65100-1200-77-highlight</styleUrl> | |
</Pair> | |
</StyleMap> | |
<Folder> | |
<name>Lapisan tanpa judul</name> | |
<Placemark> | |
<name>tes</name> | |
<description>vmkfdavm</description> | |
<styleUrl>#poly-E65100-1200-77</styleUrl> | |
<Polygon> | |
<outerBoundaryIs> | |
<LinearRing> | |
<tessellate>1</tessellate> | |
<coordinates> | |
115.2210006,-8.6799834,0 | |
115.1852092,-8.6799834,0 | |
115.1846513,-8.6996252,0 | |
115.2240476,-8.6992858,0 | |
115.2210006,-8.6799834,0 | |
</coordinates> | |
</LinearRing> | |
</outerBoundaryIs> | |
</Polygon> | |
</Placemark> | |
</Folder> | |
</Document> | |
</kml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment