Created
June 13, 2019 18:48
-
-
Save joeyfigaro/be16eff1ee4076b7e4f5442464dac4d6 to your computer and use it in GitHub Desktop.
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" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom"> | |
<Document> | |
<name>Valid Polygon.kml</name> | |
<Style id="s_ylw-pushpin"> | |
<IconStyle> | |
<scale>1.1</scale> | |
<Icon> | |
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href> | |
</Icon> | |
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/> | |
</IconStyle> | |
</Style> | |
<StyleMap id="m_ylw-pushpin"> | |
<Pair> | |
<key>normal</key> | |
<styleUrl>#s_ylw-pushpin</styleUrl> | |
</Pair> | |
<Pair> | |
<key>highlight</key> | |
<styleUrl>#s_ylw-pushpin_hl</styleUrl> | |
</Pair> | |
</StyleMap> | |
<Style id="s_ylw-pushpin_hl"> | |
<IconStyle> | |
<scale>1.3</scale> | |
<Icon> | |
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href> | |
</Icon> | |
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/> | |
</IconStyle> | |
</Style> | |
<Placemark> | |
<name>Valid Polygon</name> | |
<styleUrl>#m_ylw-pushpin</styleUrl> | |
<Polygon> | |
<tessellate>1</tessellate> | |
<outerBoundaryIs> | |
<LinearRing> | |
<coordinates> | |
-77.55432677615008,40.99410725685231,0 -77.55417733971944,40.99349310010959,0 -77.55356147738118,40.99344296625074,0 -77.55332252999303,40.99363713361642,0 -77.55336572630755,40.99411950966619,0 -77.55371208338535,40.99429925572644,0 -77.55432677615008,40.99410725685231,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