Last active
July 7, 2017 18:20
-
-
Save rahwang/007357eb771030a90bb1ed4584095a3c to your computer and use it in GitHub Desktop.
This file contains 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>PolygonTest.kml</name> | |
<StyleMap id="m_ylw-pushpin"> | |
<Pair> | |
<key>normal</key> | |
<styleUrl>#s_ylw-pushpin</styleUrl> | |
</Pair> | |
</StyleMap> | |
<Style id="s_ylw-pushpin"> | |
<LineStyle> | |
<color>802fff64</color> | |
</LineStyle> | |
<PolyStyle> | |
<color>801fffa2</color> | |
</PolyStyle> | |
</Style> | |
<Folder> | |
<name>Test</name> | |
<open>1</open> | |
<Placemark> | |
<name>Untitled Polygon</name> | |
<styleUrl>#m_ylw-pushpin</styleUrl> | |
<Polygon> | |
<tessellate>1</tessellate> | |
<altitudeMode>relativeToGround</altitudeMode> | |
<height>10000</height> | |
<outerBoundaryIs> | |
<LinearRing> | |
<coordinates> | |
-118.6314919067867,39.39082247764545 | |
-118.6253096252535,39.39267143352271 | |
-118.6291720945795,39.39846179949413 | |
-118.6357552771416,39.39591095741704 | |
-118.6314919067867,39.39082247764545 | |
</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