Skip to content

Instantly share code, notes, and snippets.

@meetchandan
Created February 25, 2022 09:47
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 meetchandan/07dfcd032e17c6e018d4ba39cf42b02b to your computer and use it in GitHub Desktop.
Save meetchandan/07dfcd032e17c6e018d4ba39cf42b02b to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<name>DS polygons</name>
<Style id="poly-000000-2000-76-nodesc-normal">
<LineStyle>
<color>ff000000</color>
<width>2</width>
</LineStyle>
<PolyStyle>
<color>4c000000</color>
<fill>1</fill>
<outline>1</outline>
</PolyStyle>
<BalloonStyle>
<text><![CDATA[<h3>$[name]</h3>]]></text>
</BalloonStyle>
</Style>
<Style id="poly-000000-2000-76-nodesc-highlight">
<LineStyle>
<color>ff000000</color>
<width>3</width>
</LineStyle>
<PolyStyle>
<color>4c000000</color>
<fill>1</fill>
<outline>1</outline>
</PolyStyle>
<BalloonStyle>
<text><![CDATA[<h3>$[name]</h3>]]></text>
</BalloonStyle>
</Style>
<StyleMap id="poly-000000-2000-76-nodesc">
<Pair>
<key>normal</key>
<styleUrl>#poly-000000-2000-76-nodesc-normal</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#poly-000000-2000-76-nodesc-highlight</styleUrl>
</Pair>
</StyleMap>
<Placemark>
<name>W00000147A</name>
<styleUrl>#poly-000000-2000-76-nodesc</styleUrl>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<tessellate>1</tessellate>
<coordinates>
55.2777714,25.1786084,0
55.2915253,25.1839491,0
55.313069,25.1820064,0
55.3106236,25.1882596,0
55.2875773,25.1957545,0
55.2711834,25.205307,0
55.2545919,25.1850876,0
55.2614412,25.1803751,0
55.2700251,25.1770742,0
55.273866,25.1752877,0
55.2777714,25.1786084,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment