Last active
October 2, 2020 20:14
-
-
Save div/a4d73549a3022ed85aaa98b0c095bc26 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><name>kml-file with polygon for bird species range</name> | |
<description>Source various books and websites</description> | |
<Style id="rangecolourred"> | |
<LineStyle><color>600000ff</color><width>0.1</width></LineStyle> | |
<PolyStyle><color>600000ff</color></PolyStyle> | |
</Style> | |
<Placemark><name>Greater Rhea distribution</name> | |
<styleUrl>#rangecolourred</styleUrl> | |
<Polygon> | |
<tessellate>1</tessellate> | |
<altitudeMode>clampToGround</altitudeMode> | |
<outerBoundaryIs> | |
<LinearRing> | |
<coordinates> | |
-73.968281,40.706846,0.0 | |
-73.964397,40.707496,0.0 | |
-73.963303,40.707708,0.0 | |
-73.961050,40.707496,0.0 | |
-73.957853,40.707187,0.0 | |
-73.955149,40.711547,0.0 | |
-73.953776,40.713401,0.0 | |
-73.952145,40.714913,0.0 | |
-73.944339,40.720096,0.0 | |
-73.945390,40.721185,0.0 | |
-73.947043,40.722763,0.0 | |
-73.949124,40.726292,0.0 | |
-73.951720,40.725446,0.0 | |
-73.952686,40.727089,0.0 | |
-73.954403,40.726552,0.0 | |
-73.955239,40.727934,0.0 | |
-73.961634,40.727385,0.0 | |
-73.966115,40.721126,0.0 | |
-73.968218,40.716800,0.0 | |
-73.970514,40.711550,0.0 | |
-73.970514,40.707565,0.0 | |
-73.968347,40.706833,0.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