Created
August 14, 2014 05:06
-
-
Save jayapal/26f7221f046fa42086d2 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"> | |
<Document> | |
<Style id="s1"> | |
<LineStyle> | |
<color>7f0000ff</color> | |
<width>4</width> | |
</LineStyle> | |
<PolyStyle> | |
<color>7f0000ff</color> | |
<colorMode>normal</colorMode> | |
<fill>1</fill> | |
<outline>1</outline> | |
</PolyStyle> | |
</Style> | |
<name>All isolation countries</name> | |
<description>All isolation countries</description> | |
<Placemark> | |
<styleUrl>#s1</styleUrl> | |
<name>Indonesia</name> | |
<Polygon> | |
<tessellate>1</tessellate> | |
<extrude>1</extrude> | |
<altitudeMode>clampedToGround</altitudeMode> | |
<outerBoundaryIs> | |
<LinearRing> | |
<coordinates>55.168705,25.1120259,0 | |
55.1762527,25.1062357,0 | |
55.1772022,25.1062357,0 | |
55.1798737,25.1082856,0 | |
55.1885265,25.1142797,0 | |
55.1972598,25.1208077,0 | |
55.1988423,25.1219005,0 | |
55.1997274,25.1232313,0 | |
55.1997167,25.1233819,0 | |
55.1991856,25.1243484,0 | |
55.1985151,25.1252372,0 | |
55.1915359,25.130599,0 | |
55.1880383,25.1330662,0 | |
55.187974,25.1349505,0 | |
55.1878452,25.1366794,0 | |
55.1880169,25.1370873,0 | |
55.1885748,25.1377089,0 | |
55.1867938,25.139904,0 | |
55.1840687,25.136116,0 | |
55.1650143,25.1151345,0 | |
55.168705,25.1120259,0</coordinates></LineString><Point><coordinates>55.1823708,25.1230698,0</coordinates> | |
</LinearRing> | |
</outerBoundaryIs> | |
</Polygon> | |
</Placemark> | |
<Placemark> | |
<styleUrl>#s1</styleUrl> | |
<name>Ecuador</name> | |
<Polygon> | |
<tessellate>1</tessellate> | |
<extrude>1</extrude> | |
<altitudeMode>clampedToGround</altitudeMode> | |
<outerBoundaryIs> | |
<LinearRing> | |
<coordinates>55.1880062,25.1121254,0 | |
55.1877889,25.112582,0 | |
55.187577,25.1129828,0 | |
55.1873624,25.1132888,0 | |
55.1870942,25.1135996,0 | |
55.1867536,25.1139251,0 | |
55.1869065,25.1140465,0 | |
55.187172,25.1138036,0 | |
55.1874456,25.1135049,0 | |
55.1877218,25.1131455,0 | |
55.1879525,25.1127035,0 | |
55.1881644,25.1122712,0 | |
55.188269,25.1120696,0 | |
55.1883602,25.1119117,0 | |
55.1881859,25.1117976,0 | |
55.1880062,25.1121254,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