Skip to content

Instantly share code, notes, and snippets.

@rolldone
Created August 18, 2023 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rolldone/520694bf204e6d28d233f91d687682f9 to your computer and use it in GitHub Desktop.
Save rolldone/520694bf204e6d28d233f91d687682f9 to your computer and use it in GitHub Desktop.
bbb.kml
<?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