Skip to content

Instantly share code, notes, and snippets.

@mscalora
Forked from throughnothing/gmaps-gpx.html
Last active August 29, 2015 14:05
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 mscalora/09c8c917e1c1ff3f4117 to your computer and use it in GitHub Desktop.
Save mscalora/09c8c917e1c1ff3f4117 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<style>
.embedded-map {
position: fixed;
top: 100px;
left: 100px;
bottom: 100px;
right: 100px;
margin: 0;
overflow: hidden;
border: none;
}
</style>
</head>
<body>
<script>
var kml_url = document.location.href.replace(/[^\/]*$/,'Mount%20Olympus.kml');
$('<iframe>').attr({
src: 'https://maps.google.com/maps?' + $.param({
q: kml_url,
/* Something like: http://www.some-domain.com/path/file.kml */
t: 'h',
/* m – normal map
k – satellite
h – hybrid
p – terrain */
'ie': 'UTF8',
'output': 'embed'
}),
'class': 'embedded-map',
width: $(window).width()-200,
height: $(window).height()-200
}).prependTo('body');
$(window).on('resize orientationchange',function(){
$('.embedded-map').width($(window).width()-200).height($(window).height()-200);
});
</script>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>
<name>Mount Olympus.kml</name>
<Style id="sn_ylw-pushpin">
<LineStyle>
<color>ff0000ff</color>
<width>3</width>
</LineStyle>
</Style>
<Placemark>
<name>Mount Olympus</name>
<LookAt>
<longitude>-111.7887076206263</longitude>
<latitude>40.65361262306789</latitude>
<altitude>0</altitude>
<range>4440.809732439882</range>
<tilt>74.72044306949213</tilt>
<heading>62.15212867169876</heading>
</LookAt>
<styleUrl>#sn_ylw-pushpin</styleUrl>
<MultiGeometry>
<LineString>
<coordinates>
-111.8062543496,40.6523043942,1488.7390136719 -111.8062940799,40.6522669271,1488.7390136719 -111.8062973488,40.6522564497,1490.1809082031 -111.8063104246,40.6521799229,1490.6613769531 -111.8063405994,40.6519889832,1489.2194824219 -111.8063371629,40.6518930942,1489.2194824219 -111.8063285295,40.6518858857,1488.7390136719 -111.8062182236,40.6518036593,1488.7390136719 -111.8061294593,40.6518275477,1492.5842285156 -111.8060798384,40.6518618297,1495.9487304688 -111.8059751485,40.6519535277,1498.8325195313 -111.8059053272,40.6520445552,1505.0812988281 -111.8058469892,40.6520839501,1507.9653320313 -111.8058135454,40.652102055,1508.9265136719 -111.8057666905,40.6521537714,1511.810546875 -111.8057183269,40.6522250175,1515.1750488281 -111.8056459911,40.6522948388,1517.0979003906 -111.8055948615,40.6523897219,1520.4624023438 -111.8055569753,40.6524440367,1522.3850097656 -111.8055457436,40.6525002792,1525.2687988281 -111.8055292312,40.6525991857,1527.6721191406 -111.8055097852,40.6526755448,1531.0368652344 -111.8054708932,40.6527663209,1534.4016113281 -111.8054425623,40.6527496409,1534.8823242188 -111.8053888343,40.652681496,1536.8046875 -111.8052589986,40.6525949948,1540.6499023438 -111.8052068632,40.6525396742,1541.611328125 -111.8051658757,40.6524971779,1542.5727539063 -111.8050662987,40.6524146162,1546.41796875 -111.8049017619,40.652272962,1549.3020019531 -111.8048168533,40.652214624,1551.7053222656 -111.8046782166,40.6521606445,1555.0698242188 -111.8046328705,40.6521074194,1555.5505371094 -111.804508483,40.6519997958,1558.9150390625 -111.8044323754,40.6519562937,1562.2795410156 -111.80424219,40.6518554594,1566.125 -111.8041308783,40.6517881528,1569.4897460938 -111.8040687684,40.6517470814,1570.931640625 -111.8040127773,40.6516931858,1572.8542480469 -111.8039436266,40.6516419724,1574.2961425781 -111.803860981,40.6516261306,1577.6606445313 -111.8038049899,40.6515939441,1581.5061035156 -111.8036546186,40.6515888311,1583.9094238281 -111.8036007229,40.6515909266,1585.83203125 -111.8035385292,40.6516276393,1586.7932128906 -111.8035285547,40.6516589876,1590.1579589844 -111.8035086896,40.6517253723,1591.119140625 -111.803482119,40.6519037392,1593.0417480469 -111.8035102822,40.6520636659,1594.9643554688 -111.8035190832,40.6521260273,1595.92578125 -111.8035732303,40.652243793,1598.8098144531 -111.803591419,40.6522971857,1600.251953125 -111.8036230188,40.6523630675,1600.251953125 -111.8036777526,40.6525460444,1602.1743164063 -111.8037471548,40.6526823342,1603.1357421875 -111.8037638348,40.6527902931,1606.5002441406 -111.8037269544,40.6529631279,1608.9035644531 -111.8036681972,40.6531012617,1611.3068847656 -111.8036078475,40.6532435864,1618.0361328125 -111.8035487551,40.6531068776,1619.9587402344 -111.8035010621,40.6529729348,1623.3234863281 -111.8034708872,40.6528421771,1625.7265625 -111.8034239486,40.6527457852,1626.6879882813 -111.8033914268,40.6526543386,1628.6108398438 -111.803299142,40.652610166,1629.5720214844 -111.8031557277,40.6525339745,1631.9753417969 -111.8030185997,40.652447138,1632.4560546875 -111.8028654624,40.6523619778,1633.4172363281 -111.8027971499,40.6523235887,1633.4172363281 -111.8027494568,40.6522703636,1635.33984375 -111.8027129956,40.6522143725,1635.33984375 -111.8026062939,40.6521591358,1638.2238769531 -111.8025754485,40.6521027256,1638.2238769531 -111.8025407474,40.6520581339,1639.1850585938 -111.8024534918,40.6519435532,1641.1076660156 -111.8023387436,40.6518489216,1643.5109863281 -111.8023072276,40.6517815311,1645.4338378906 -111.8022791483,40.6516914256,1646.8757324219 -111.8022574391,40.6516079418,1648.3176269531 -111.8022217322,40.6515097897,1649.759765625 -111.8022140209,40.6513726618,1652.6435546875 -111.8022182956,40.6513181794,1653.1242675781 -111.802188037,40.651187757,1655.5275878906 -111.8021321297,40.6510865875,1657.4501953125 -111.8021091633,40.6510638725,1658.4113769531 -111.8020552676,40.6510139164,1658.4113769531 -111.8020122685,40.6509585958,1659.3728027344 -111.8019252643,40.6508984976,1659.3728027344 -111.8017858732,40.6507883593,1659.3728027344 -111.8016267847,40.6507441867,1659.8532714844 -111.8014945183,40.6507355534,1662.7375488281 -111.8014184944,40.6507226452,1666.5827636719 -111.8013240304,40.6507141795,1661.2956542969 -111.8012442347,40.6507054623,1665.1408691406 -111.8011547998,40.6506858487,1665.1408691406 -111.8010944501,40.6506825797,1664.1794433594 -111.8010223657,40.6506755389,1668.0246582031 -111.800809633,40.6506463699,1669.947265625 -111.8006815575,40.650633378,1672.8312988281 -111.8006712478,40.6506324559,1672.8312988281 -111.8004755303,40.6506173685,1673.7924804688 -111.8003900349,40.6506096572,1676.1960449219 -111.8003485445,40.6506084837,1681.9638671875 -111.8002911285,40.6506079808,1675.7150878906 -111.8002209719,40.6506219786,1678.1186523438 -111.8001890369,40.6506238226,1678.1186523438 -111.8000105862,40.6506287679,1678.5993652344 -111.79996063,40.650633378,1680.0412597656 -111.7998958379,40.6506402511,1682.9250488281 -111.7998506594,40.6506566796,1683.8864746094 -111.7996098474,40.6506983377,1685.8090820313 -111.7995693628,40.6507072225,1687.2509765625 -111.7994235177,40.6507213879,1689.654296875 -111.7991984636,40.6507272553,1691.0961914063 -111.7991041671,40.6507200468,1693.4997558594 -111.7988738324,40.6506357249,1693.0190429688 -111.7988063581,40.6506218947,1694.4609375 -111.79870544,40.6506004371,1695.9030761719 -111.7986116465,40.6505543366,1695.9030761719 -111.7985540628,40.6505204737,1697.8256835938 -111.7984767817,40.6504747923,1699.7482910156 -111.7984605208,40.6504651532,1699.7482910156 -111.7985859979,40.6506603677,1702.6320800781 -111.798665626,40.6507368945,1706.4772949219 -111.7988712341,40.6508612819,1708.4001464844 -111.7990934383,40.6509372219,1708.880859375 -111.7991348449,40.6509486213,1709.3615722656 -111.7993665207,40.6510152575,1712.2453613281 -111.7994775809,40.6510424986,1714.6486816406 -111.7995752301,40.6510832347,1717.0520019531 -111.7997221649,40.6511466857,1718.0131835938 -111.8000167888,40.6512406468,1718.0131835938 -111.8001353927,40.6513034273,1718.974609375 -111.800251985,40.6514073629,1722.8198242188 -111.8003001809,40.651447596,1723.3005371094 -111.8004359677,40.6516403798,1725.2231445313 -111.8003261648,40.6517120451,1727.6264648438 -111.8002687488,40.65171808,1728.1071777344 -111.8001371529,40.6516559701,1731.4716796875 -111.7999183852,40.651638452,1734.8364257813 -111.7997752223,40.6516250409,1736.7587890625 -111.7995980289,40.6515972968,1738.681640625 -111.7993819434,40.6515274756,1742.0463867188 -111.7992811929,40.651493948,1743.9689941406 -111.7992440611,40.651508281,1745.4108886719 -111.7992552929,40.6515391264,1745.8916015625 -111.7993111163,40.6517200917,1748.775390625 -111.7993341666,40.6517701317,1749.2561035156 -111.7992963642,40.6518830359,1751.1787109375 -111.7992671952,40.65199879,1755.0239257813 -111.7992464919,40.6520717964,1755.9851074219 -111.7991310731,40.6519218441,1758.388671875 -111.7991119623,40.6518849637,1758.388671875 -111.7990297358,40.6518214289,1758.8693847656 -111.7988538835,40.6517393701,1762.7145996094 -111.7986355349,40.6516406313,1765.5986328125 -111.7984754406,40.6515757553,1769.4438476563 -111.7984593473,40.6515841372,1769.4438476563 -111.7986018397,40.651761163,1772.80859375 -111.7986180168,40.6517749932,1772.80859375 -111.7987209465,40.6519184913,1775.6923828125 -111.7987352796,40.6519472413,1776.1730957031 -111.7987474333,40.6520636659,1779.0568847656 -111.7987470981,40.6520731375,1779.0568847656 -111.7987227906,40.6521215849,1780.9797363281 -111.7987228744,40.6521811802,1782.4216308594 -111.7986974772,40.6522438768,1784.8249511719 -111.7986008339,40.6520901527,1786.7473144531 -111.798401596,40.6519650947,1788.6704101563 -111.7982184514,40.651897788,1792.0349121094 -111.7981824931,40.6518904958,1792.0349121094 -111.7981193773,40.6518578902,1792.99609375 -111.7979881167,40.6517777592,1794.9187011719 -111.7978391703,40.6517473329,1798.283203125 -111.7976724543,40.6517119613,1801.1672363281 -111.797617469,40.6516853906,1801.6479492188 -111.7974026408,40.6516806968,1804.0515136719 -111.7973447219,40.6516568922,1805.4934082031 -111.7971623316,40.6516007334,1806.9353027344 -111.7971221823,40.6515719835,1807.8967285156 -111.7970550433,40.6515323371,1808.8579101563 -111.7970094457,40.6514940318,1810.2998046875 -111.7969737388,40.6514625996,1810.7805175781 -111.7967879958,40.6514489371,1814.1450195313 -111.7967067752,40.6514259707,1815.1064453125 -111.7965574935,40.6514603365,1817.0290527344 -111.796357166,40.6514979713,1819.4323730469 -111.7961817328,40.6515276432,1820.8745117188 -111.7960440181,40.6515579857,1823.7583007813 -111.7958740331,40.651561087,1827.123046875 -111.7957669962,40.651545329,1828.5649414063 -111.7957204767,40.6515327562,1830.0068359375 -111.7955999449,40.6514924392,1831.9294433594 -111.7954819277,40.6514731608,1833.3713378906 -111.7953039799,40.651429994,1834.8134765625 -111.7950879782,40.651363777,1838.1782226563 -111.7951285467,40.6514442433,1839.6201171875 -111.7952342425,40.6516100373,1842.9846191406 -111.7952811811,40.651686145,1843.9460449219 -111.7952918261,40.6518395338,1845.8686523438 -111.7952334881,40.6518809404,1847.310546875 -111.795122847,40.6519264542,1849.7138671875 -111.7950868886,40.65194875,1851.1557617188 -111.7949708831,40.6520790886,1854.5205078125 -111.7949401215,40.6521637458,1856.923828125 -111.7949015647,40.652202135,1857.8852539063 -111.7948044185,40.6522112712,1858.3657226563 -111.7945857346,40.6522124447,1861.2497558594 -111.7944580782,40.6521097664,1862.6916503906 -111.7941929586,40.6520563737,1866.0561523438 -111.7940455209,40.651975153,1869.4211425781 -111.7939780466,40.6519919168,1871.82421875 -111.7939489614,40.6520488299,1873.2663574219 -111.7939374782,40.6522352435,1876.1501464844 -111.7939659767,40.652255863,1877.1115722656 -111.7940384801,40.6522840261,1877.5920410156 -111.7940884363,40.6523510814,1879.5146484375 -111.7940865923,40.652369773,1879.9953613281 -111.7938712612,40.6523068249,1882.8791503906 -111.7936918885,40.6521804258,1885.7634277344 -111.7935154494,40.6520859618,1888.6474609375 -111.7933537625,40.6520496681,1892.0119628906 -111.7933401838,40.6520479918,1892.0119628906 -111.793186795,40.6520054955,1895.3764648438 -111.7928725574,40.6519973651,1895.3764648438 -111.7928472441,40.6520147994,1894.4150390625 -111.7927068472,40.6521438807,1895.3764648438 -111.7925423943,40.6521892268,1894.8957519531 -111.7922184337,40.6522512529,1894.4150390625 -111.7921084631,40.6522637419,1897.7797851563 -111.7920657992,40.6522829365,1898.7409667969 -111.7920304276,40.6523039751,1900.6638183594 -111.7919633724,40.6523255166,1903.0671386719 -111.7918544915,40.6523436215,1906.431640625 -111.7917932197,40.65233876,1907.8737792969 -111.7916549183,40.6523395982,1910.2768554688 -111.7916257493,40.6523369998,1911.23828125 -111.791541595,40.6523316354,1912.6801757813 -111.7914468795,40.6523042265,1914.6027832031 -111.7913477216,40.6522995327,1917.4868164063 -111.7913140263,40.6523087528,1919.4096679688 -111.7911965959,40.6523170508,1922.2934570313 -111.7911573686,40.6523166317,1923.2548828125 -111.7909297999,40.6523427833,1926.138671875 -111.7906760797,40.652442025,1927.5805664063 -111.7905614991,40.6524321344,1926.6193847656 -111.7903520353,40.6525169592,1929.5031738281 -111.7901305854,40.6526439451,1930.9453125 -111.7901181802,40.6526548415,1930.9453125 -111.7899565771,40.6527739484,1931.9064941406 -111.7898576707,40.6528146844,1931.42578125 -111.7896862607,40.6528640538,1930.4645996094 -111.7895219754,40.6528932229,1930.4645996094 -111.7894642241,40.6528864335,1931.42578125 -111.7893791478,40.6528564263,1933.3486328125 -111.7892975919,40.6528342981,1937.1938476563 -111.7892708536,40.652812086,1937.6745605469 -111.7891980987,40.6527512334,1938.6359863281 -111.7891422752,40.6527404208,1941.5197753906 -111.7891152855,40.6527453661,1942.4812011719 -111.7890939955,40.6526969187,1942.9616699219 -111.7890358251,40.6526292767,1944.8842773438 -111.7890123557,40.6526781432,1946.3264160156 -111.7889493238,40.6527363975,1949.2104492188 -111.7889540177,40.6527979206,1949.6911621094 -111.7889234237,40.6528068893,1951.1330566406 -111.7888771556,40.6527513172,1952.5749511719 -111.7888507526,40.652635647,1953.5363769531 -111.7888064962,40.6526461244,1955.458984375 -111.7887472361,40.6526329648,1959.3041992188 -111.7886574659,40.6524679251,1962.1879882813 -111.788595859,40.6524604652,1963.1494140625 -111.788553698,40.6524682604,1966.0334472656 -111.7885483336,40.6525419373,1968.9174804688 -111.7885402869,40.6526313722,1970.8400878906 -111.7884687893,40.6525701843,1973.2434082031 -111.7884497624,40.65255275,1974.6853027344 -111.7884010635,40.6526896264,1976.1271972656 -111.7883329187,40.6526519917,1979.0109863281 -111.788242897,40.6526155304,1981.8952636719 -111.7882130574,40.6525741238,1984.779296875 -111.788146086,40.6526078191,1987.1823730469 -111.7880906817,40.6525372434,1990.06640625 -111.7880415637,40.6525975931,1992.9501953125 -111.7880045995,40.652692141,1997.7570800781 -111.7879638635,40.6526274327,1998.2375488281 -111.7879160866,40.6525120977,2000.6408691406 -111.7878344469,40.6524050608,2002.0827636719 -111.7878246401,40.6523953378,2002.0827636719 -111.7877993267,40.6523999479,2004.4860839844 -111.7877955548,40.652516624,2007.3701171875 -111.7877388932,40.6526335515,2009.7731933594 -111.7877071258,40.6527017802,2013.1381835938 -111.787673682,40.6528532412,2016.0219726563 -111.7876547389,40.6529486272,2019.8671875 -111.7876134999,40.6529146805,2022.2705078125 -111.7875508871,40.6528469548,2026.1157226563 -111.7874428444,40.652714856,2029.9611816406 -111.7873472907,40.6526188832,2033.3256835938 -111.7872592807,40.6525348965,2036.6901855469 -111.787181329,40.6524126884,2039.57421875 -111.7871184647,40.6522565335,2042.9387207031 -111.7870303709,40.6522399373,2045.8229980469 -111.7869864497,40.6523075793,2047.7456054688 -111.786920568,40.6523701921,2050.6293945313 -111.7869161256,40.6523762271,2050.6293945313 -111.7868621461,40.6524141971,2053.994140625 -111.7867933307,40.6522827689,2058.3198242188 -111.7867592163,40.6521622371,2061.204101562501 -111.7867489904,40.6521222554,2061.6848144531 -111.7867103498,40.6521250214,2064.5686035156 -111.7866599746,40.6521780789,2065.049316406301 -111.7866332363,40.6522285379,2066.0104980469 -111.7865830287,40.6522911508,2069.3752441406 -111.7865632474,40.652311435,2071.7783203125 -111.7864878941,40.6521588843,2074.6623535156 -111.7864668556,40.6521280389,2075.1428222656 -111.7864344176,40.6521042343,2078.988281250001 -111.7863353435,40.6522309687,2082.353027343801 -111.7862969544,40.6522622332,2084.2756347656 -111.7862639297,40.6521509215,2087.1594238281 -111.7862313241,40.65207012,2090.0434570313 -111.786232749,40.6519541983,2092.927490234401 -111.786261918,40.6518870592,2094.3693847656 -111.7862636782,40.6518727262,2094.8500976563 -111.7862645164,40.6517485902,2097.7341308594 -111.786254039,40.6517324969,2098.2145996094 -111.7861798592,40.6517034955,2101.098632812501 -111.7861037515,40.6516982988,2103.501953125 -111.7860114668,40.651687067,2105.9050292969 -111.7859524582,40.6516939402,2108.30859375 -111.7858586647,40.6517062616,2111.1926269531 -111.785795968,40.6517329998,2114.5571289063 -111.7856519669,40.6517390348,2117.4409179688 -111.7855991609,40.6517527811,2119.3637695313 -111.7855276633,40.6517765857,2122.7282714844 -111.7854760308,40.6518075988,2125.6123046875 -111.7854024377,40.6518059224,2127.0544433594 -111.7852915451,40.6518041622,2130.4189453125 -111.7852371465,40.6518312357,2133.302734375 -111.7851704266,40.6518459879,2135.7060546875 -111.7851777188,40.651905667,2138.109375 -111.7851150222,40.651896866,2139.5512695313 -111.7850402556,40.6519024819,2141.4741210938 -111.7850226536,40.6519036554,2141.9548339844 -111.7849323805,40.6519263703,2144.357910156301 -111.7848060653,40.6518884841,2146.280761718801 -111.7847046442,40.6518612429,2149.6452636719 -111.7846002895,40.6518352591,2152.529052734401 -111.7845510878,40.6518391985,2154.4516601563 -111.7843797617,40.6517794356,2157.8166503906 -111.7841954436,40.6517470814,2160.7004394531 -111.7841222696,40.6517460756,2160.219726562501 -111.784023447,40.6517312396,2162.623046875001 -111.7838242929,40.6516781822,2160.219726562501 -111.7837482691,40.6516663637,2161.1811523438 -111.7836281564,40.651673153,2161.6618652344 -111.7835409846,40.6516808644,2163.5842285156 -111.7835234664,40.651690755,2165.5070800781 -111.7834062874,40.6516889948,2167.91015625 -111.7833885178,40.6516945269,2167.91015625 -111.7833423335,40.6516800262,2169.3522949219 -111.7833239771,40.6516864803,2169.8327636719 -111.7832525633,40.6517006457,2171.2746582031 -111.78324393,40.65169679,2171.2746582031 -111.7830995936,40.6517218519,2174.6396484375 -111.7829042953,40.6517309882,2176.0815429688 -111.7828075681,40.6516723987,2177.5234375 -111.7827250902,40.6516320817,2179.4460449219 -111.7826457974,40.6516389549,2180.8881835938 -111.7825582903,40.6516789366,2183.2912597656 -111.782519985,40.6516816188,2184.2526855469 -111.7824466433,40.6516979635,2185.6945800781 -111.7823883891,40.6517107878,2187.6171875 -111.7822862975,40.6517628394,2190.0207519531 -111.7822061665,40.6518308166,2191.4626464844 -111.7821692862,40.6519295555,2192.4240722656 -111.7821287178,40.6519891508,2193.865966796901 -111.7820918374,40.6520730536,2196.269287109401 -111.7820432223,40.6520975288,2197.7111816406 -111.7820254527,40.6521338224,2199.6337890625 -111.7819844652,40.6521495804,2201.0756835938 -111.7818961199,40.6521751452,2204.440429687501 -111.7818274722,40.6522142887,2206.843750000001 -111.7817135621,40.6522249337,2208.285644531301 -111.7815630231,40.65228872,2210.688964843801 -111.7815401405,40.6522946712,2211.650390625 -111.7814842332,40.6523351558,2213.0922851563 -111.7813807167,40.6523310486,2215.0148925781 -111.7812774517,40.6523284502,2217.41796875 -111.7811444309,40.652346136,2219.8212890625 -111.781001687,40.6523611397,2223.1862792969 -111.7809953168,40.6524148677,2224.6281738281 -111.7809601966,40.6524617225,2226.0700683594 -111.7809247412,40.652463818,2229.4345703125 -111.7808728572,40.6524741277,2232.7990722656 -111.7807796504,40.652523078,2234.2412109375 -111.780664986,40.6525532529,2236.64453125 -111.7806270998,40.6525628921,2239.5285644531 -111.7805666663,40.6525884569,2242.8930664063 -111.7805208173,40.6525722798,2244.8156738281 -111.7804488167,40.6525664963,2247.699707031301 -111.7803305481,40.6525975931,2251.0642089844 -111.7801923305,40.6526078191,2254.4289550781 -111.7800867185,40.6526029576,2257.793701171901 -111.7799834535,40.6525970902,2261.6389160156 -111.7799360957,40.6525928993,2264.041992187501 -111.7798872292,40.6525617186,2266.9260253906 -111.7797650211,40.6526274327,2269.329589843801 -111.7796763405,40.6526543386,2271.251953125 -111.7795890849,40.6526709348,2274.6166992188 -111.7795275617,40.6526764669,2276.5393066406 -111.7794353608,40.6526533328,2277.0200195313 -111.77936906,40.6526548415,2280.384521484401 -111.7792184372,40.652605556,2281.345703125 -111.7791957222,40.6525755487,2281.8264160156 -111.7791321874,40.6525785662,2284.7106933594 -111.7790501285,40.652571274,2286.1525878906 -111.77894569,40.6525975931,2288.075195312501 -111.7789070494,40.6525802426,2289.0363769531 -111.7788322829,40.6525310408,2290.4782714844 -111.7787620425,40.6525389198,2292.8815917969 -111.7787054647,40.6525591202,2294.8041992188 -111.7786342185,40.6525997724,2297.2075195313 -111.7785638943,40.652615279,2299.6108398438 -111.7784970906,40.6526418496,2301.5336914063 -111.778442692,40.6527146883,2303.4562988281 -111.7784109246,40.6527701765,2305.859375000001 -111.778345881,40.6528372318,2308.262695312501 -111.7782831844,40.6528717652,2311.1467285156 -111.7782063223,40.6529233977,2314.511230468801 -111.7781588808,40.6529458612,2316.9147949219 -111.7781100981,40.6529645529,2319.798583984401 -111.7780584656,40.6529990863,2323.1633300781 -111.7779956851,40.6530021876,2325.0856933594 -111.7779399455,40.653030267,2326.5278320313 -111.7778484989,40.6530806422,2329.411621093801 -111.7777993809,40.6530922931,2331.814941406301 -111.7777338345,40.6530942209,2333.737792968801 -111.7776674498,40.6531060394,2336.6215820313 -111.7776056752,40.6531475298,2339.0249023438 -111.7775999755,40.6531495415,2339.505615234401 -111.7774921842,40.6531837396,2342.8701171875 -111.777361175,40.6532205362,2345.7541503906 -111.7773060221,40.6532291695,2349.1188964844 -111.7772942875,40.6532541476,2350.0803222656 -111.7772461753,40.6533151679,2353.444824218801 -111.7772061937,40.6533591729,2356.328613281301 -111.7771570757,40.6534059439,2358.2512207031 -111.7770446744,40.6534008309,2361.1352539063 -111.7769751884,40.6534482725,2364.5 -111.7769374698,40.6534376275,2364.9807128906 -111.7768246494,40.653427653,2367.383789062501 -111.7767957319,40.6534472667,2369.306640625001 -111.7767900322,40.6534749269,2371.7097167969 -111.7767022736,40.6534547266,2374.593750000001 -111.7766319495,40.6534501165,2378.4389648438 -111.7766239867,40.6534547266,2377.9582519531 -111.7765246611,40.6534493621,2380.842529296901 -111.7764696758,40.6534467638,2384.20703125 -111.7764039617,40.6534796208,2386.129638671901 -111.7764013633,40.6535686366,2389.494140625001 -111.7763560172,40.6535588298,2391.4167480469 -111.7762504891,40.6534847338,2392.8586425781 -111.7761732917,40.6534852367,2395.742675781301 -111.776103219,40.6535286549,2399.5881347656 -111.7760870419,40.6535386294,2400.0688476563 -111.7760542687,40.6536006555,2402.4719238281 -111.7760341521,40.6536142342,2404.39453125 -111.7759978585,40.6536267232,2404.39453125 -111.7759200744,40.65366989,2407.7592773438 -111.7758493312,40.6536878273,2410.1623535156 -111.7758136243,40.6536836363,2413.0466308594 -111.7757766601,40.6537405495,2414.969238281301 -111.7757496703,40.6537845545,2416.8918457031 -111.7757276259,40.6537939422,2418.814453125 -111.7756250314,40.6538179982,2420.7370605469 -111.7755578924,40.6538043357,2424.1015625 -111.7755036615,40.6538200937,2426.024169921901 -111.7754509393,40.6538189203,2428.427734375 -111.7753987201,40.6537850574,2430.831054687501 -111.7753520329,40.653772736,2434.1955566406 -111.7752702255,40.6537394598,2436.118164062501 -111.7752257176,40.653717164,2439.4826660156 -111.775150951,40.653696293,2442.3666992188 -111.7751130648,40.6537163258,2443.80859375 -111.7750431597,40.6537332572,2446.2121582031 -111.7749935389,40.6537523679,2448.615234375 -111.7749345303,40.6537586544,2450.5378417969 -111.7748828977,40.653762091,2452.4604492188 -111.7748746835,40.6537599955,2453.421875000001 -111.7748027667,40.6537660304,2456.7863769531 -111.7747411598,40.6537766755,2459.6701660156 -111.7746689916,40.653787991,2461.1125488281 -111.7746570893,40.6537853926,2461.593261718801 -111.7746014334,40.6537568942,2464.957763671901 -111.7745257448,40.653748177,2467.841552734401 -111.7744534928,40.6537545472,2469.7641601563 -111.7744340468,40.6537508592,2471.206054687501 -111.774406638,40.6538094487,2473.128906250001 -111.7743383255,40.6538482569,2475.5319824219 -111.7742855195,40.6538249552,2477.935546875001 -111.7742117587,40.6538413838,2480.3388671875 -111.774131963,40.6538931839,2482.2614746094 -111.7740707751,40.6538979616,2485.6259765625 -111.7740224954,40.6538629252,2488.5100097656 -111.7739547696,40.6538758334,2491.8745117188 -111.7738976888,40.6538810302,2495.239257812501 -111.7738254368,40.6538791861,2497.1618652344 -111.7737383489,40.6539254542,2500.045898437501 -111.7737351637,40.6539283879,2500.045898437501 -111.7736548651,40.6539657712,2503.4104003906 -111.7736099381,40.6539924257,2506.2941894531 -111.7735382728,40.6539888214,2508.2170410156 -111.7734742351,40.6540332455,2511.1010742188 -111.7734009773,40.6540521886,2514.4655761719 -111.7733060941,40.6540466566,2517.3493652344 -111.7732516956,40.6540891528,2520.7141113281 -111.7731490172,40.6541220937,2524.0788574219 -111.7731317505,40.6541143823,2525.0400390625 -111.7731168307,40.6541102752,2526.0014648438 -111.7730167508,40.6541598961,2528.4047851563 -111.7730067763,40.6542315613,2529.365966796901 -111.7729424872,40.6542477384,2532.73046875 -111.7728939559,40.6542527676,2533.2111816406 -111.7728124838,40.6542466488,2536.0952148438 -111.772770742,40.6542467326,2538.979003906301 -111.7727042735,40.6542318966,2540.4211425781 -111.7726823967,40.6542297173,2540.901855468801 -111.7726991605,40.6541929208,2541.863281250001 -111.7726193648,40.6541996263,2544.2663574219 -111.7726167664,40.6542055774,2540.901855468801 -111.7725790478,40.6542203296,2544.7470703125 -111.7725285888,40.654171044,2547.150390625 -111.7724578455,40.6541126221,2549.5537109375 -111.7723440193,40.6540849619,2552.9182128906 -111.7722335458,40.6540733948,2555.3215332031 -111.7721499782,40.6540661864,2558.205566406301 -111.772088958,40.6540509313,2561.570312500001 -111.7719727848,40.6540313177,2563.9733886719 -111.7718912289,40.6540493388,2565.415527343801 -111.7717861198,40.6540869735,2567.8186035156 -111.7716966849,40.6540948525,2569.7412109375 -111.7716963496,40.6540932599,2569.7412109375 -111.7716528475,40.6541051622,2570.2219238281 -111.771516474,40.6541844551,2558.6862792969 -111.7714379355,40.6542537734,2558.6862792969 -111.7714308947,40.654260898,2558.205566406301 -111.7713574693,40.6543222535,2559.166992187501 -111.771309441,40.6544418633,2561.570312500001 -111.7712670285,40.6545048952,2563.9733886719 -111.7712239455,40.6545846909,2566.3767089844 -111.7712541204,40.654670354,2582.7189941406 -111.7713310663,40.6547179632,2583.199707031301 -111.7713812739,40.6547471322,2583.199707031301 -111.7714399472,40.6548293587,2585.603027343801 -111.7714193277,40.6548823323,2588.0065917969 -111.771471044,40.654933881,2589.4484863281 -111.7715246882,40.6549661513,2588.9677734375 -111.7715886422,40.6549842563,2589.9291992188 -111.7716198228,40.6549893692,2591.37109375 -111.7716468964,40.6549729407,2591.8518066406 -111.7716597207,40.6550069712,2592.8129882813 -111.7716406938,40.6550706737,2593.293701171901 -111.7716260254,40.655116355,2595.2163085938 -111.7716244329,40.655154828,2596.658203125001 -111.7716222536,40.6551957317,2597.6196289063 -111.7716131173,40.6552333664,2601.464843750001 -111.7715904862,40.6552796345,2604.3486328125 -111.7716244329,40.655311821,2607.232421875 -111.7716230918,40.6553163473,2607.232421875 -111.7716144584,40.6553440914,2609.6357421875 -111.7716035619,40.6553877611,2613.0009765625 -111.7716093455,40.655418355,2614.9233398438 -111.7716224212,40.6554562412,2616.3657226563 -111.7716006283,40.6554695684,2617.8076171875 -111.7715920787,40.6554880925,2619.2495117188 -111.7715977784,40.6554913614,2619.7299804688 -111.7716092616,40.6555351987,2622.133300781301 -111.7715786677,40.6555486936,2623.575195312501 -111.7715865467,40.6555693969,2625.498046875001 -111.7716232594,40.6556093786,2629.3432617188 -111.7716338206,40.6556690577,2632.2270507813 -111.7716426216,40.6556850672,2633.1884765625 -111.7717001215,40.6557189301,2635.1108398438 -111.7716247682,40.6557103805,2637.0336914063 -111.7716585472,40.6557435729,2638.956054687501 -111.7716545239,40.6557895895,2640.878906250001 -111.7716818489,40.6557997316,2644.243652343801 -111.7716956791,40.6557959598,2646.166503906301 -111.7717284523,40.6558334269,2648.569824218801 -111.7717327271,40.6558519509,2650.01171875 -111.7717483174,40.6558647752,2651.4536132813 -111.7717908975,40.6558713969,2653.3759765625 -111.77179249,40.6558997277,2655.298828125 -111.7718137801,40.6559239514,2656.7407226563 -111.7718111817,40.6559457444,2659.6245117188 -111.7717757262,40.6559584849,2661.5473632813 -111.7717752233,40.6559806969,2663.950683593801 -111.7717537656,40.6559898332,2664.911621093801 -111.7717468925,40.6560185831,2665.392578125001 -111.7717435397,40.6560360175,2667.7958984375 -111.771760555,40.6560682878,2669.7182617188 -111.7717247643,40.6560793519,2672.6020507813 -111.771725351,40.6561192498,2673.5634765625 -111.7717013787,40.6561477482,2675.486328125 -111.7716542725,40.6561388634,2677.4091796875 -111.7715900671,40.6561519392,2680.7739257813 -111.7715849541,40.6561349239,2680.292968750001 -111.7715157196,40.656119585,2682.696289062501 -111.7714516819,40.6561240274,2685.580566406301 -111.7713858839,40.6561203394,2687.502929687501 -111.7713190801,40.6561484188,2690.38671875 -111.7712775897,40.656167781,2692.3095703125 -111.7712782603,40.6562017277,2695.193359375 -111.771273734,40.6562210899,2695.193359375 -111.7712900788,40.6562573835,2697.5966796875 -111.7713023163,40.656273393,2699.5190429688 -111.7713064235,40.6562852953,2700.9614257813 -111.7713377718,40.6562989578,2703.845214843801 -111.771323774,40.656327121,2704.325683593801 -111.7713194992,40.6563355867,2707.209472656301 -111.7713253666,40.6563703716,2709.61328125 -111.7713451479,40.6564031448,2712.0166015625 -111.7713836208,40.6564327329,2713.939453125 -111.7714139633,40.6564635783,2716.8232421875 -111.7714223452,40.6564878859,2719.70703125 -111.7714536935,40.6565046497,2721.1489257813 -111.7714822758,40.6565342378,2723.0717773438 -111.7715154681,40.6565671787,2725.955566406301 -111.7715170607,40.6565961801,2727.877929687501 -111.7715176474,40.6566109322,2729.320312500001 -111.771510439,40.6566195656,2729.80078125 -111.7715098523,40.6566668395,2732.2041015625 -111.771492837,40.656673545,2733.6459960938 -111.7715061642,40.6566948351,2736.0493164063 -111.7714813538,40.6567021273,2737.4912109375 -111.7714240216,40.6567069888,2739.4140625 -111.7714200821,40.6567283627,2741.3369140625 -111.7714227643,40.6567340624,2740.3754882813 -111.7714446411,40.6567423604,2741.817382812501 -111.771490071,40.6567495689,2741.817382812501 -111.771429386,40.6567572802,2742.2983398438 -111.7713879794,40.6567746308,2743.2592773438 -111.7713713832,40.6567526702,2743.740234375001 -111.7713243607,40.6567363255,2745.1821289063 -111.7712684534,40.6567483954,2746.624023437501 -111.7712201737,40.6567365769,2748.065917968801 -111.7711982969,40.6567401811,2748.546875000001 -111.7711457424,40.656747641,2749.988769531301 -111.7711014859,40.6567292847,2751.9111328125 -111.7710530385,40.6567325536,2751.9111328125 -111.771038454,40.6567223277,2752.392089843801 </coordinates>
</LineString>
</MultiGeometry>
</Placemark>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment