Fourteen.

As I was figuring out how I wanted to get the sound on the map, I discovered a way to actually generate random intervals of coordinates all along the path I had already input onto My Maps on Google. I go through it step by step here, but I wanted to include the code that method generate here as part of my paradata.

It’s a lot of data to go through and organize manually (which is why an app would be super handy), and this is the reason why only one sonified path is up right now. The other six maps generate over 500 coordinates each. Seperated into latitude and longitude, that makes over 1000 data entries. Each of which need to have their punctuation adjusted so as to work with musicalgorithms. But I decided to do this, even though it’s honestly an overwhelming amount of work, because it comes as close as possible to the original outcome I wanted (automatic sonification the entire path while walking). It also creates much longer songs, rather than the 30 seconds that is generated by putting the sonified coordinates of just the specific pinned places together.

map one

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
  <Document>
    <name>Directions from Willard St. to The Horticulture Building</name>
    <Style id="icon-1899-DB4436-nodesc-normal">
      <IconStyle>
        <color>ff3644db</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>0</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <Style id="icon-1899-DB4436-nodesc-highlight">
      <IconStyle>
        <color>ff3644db</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>1</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <StyleMap id="icon-1899-DB4436-nodesc">
      <Pair>
        <key>normal</key>
        <styleUrl>#icon-1899-DB4436-nodesc-normal</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#icon-1899-DB4436-nodesc-highlight</styleUrl>
      </Pair>
    </StyleMap>
    <Style id="line-1267FF-5000-nodesc-normal">
      <LineStyle>
        <color>ffff6712</color>
        <width>5</width>
      </LineStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <Style id="line-1267FF-5000-nodesc-highlight">
      <LineStyle>
        <color>ffff6712</color>
        <width>7.5</width>
      </LineStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <StyleMap id="line-1267FF-5000-nodesc">
      <Pair>
        <key>normal</key>
        <styleUrl>#line-1267FF-5000-nodesc-normal</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#line-1267FF-5000-nodesc-highlight</styleUrl>
      </Pair>
    </StyleMap>
    <Placemark>
      <name>Directions from Willard St. to The Horticulture Building</name>
      <styleUrl>#line-1267FF-5000-nodesc</styleUrl>
      <LineString>
        <tessellate>1</tessellate>
        <coordinates>
          -75.68002,45.39182,0
          -75.67991,45.39171,0
          -75.67998,45.39168,0
          -75.68061,45.39142,0
          -75.68068,45.3914,0
          -75.68075,45.39138,0
          -75.68082,45.39136,0
          -75.68148,45.3919,0
          -75.68167,45.39182,0
          -75.68148,45.3919,0
          -75.68174,45.39211,0
          -75.68202,45.39235,0
          -75.6823,45.39263,0
          -75.68251,45.39287,0
          -75.68256,45.39292,0
          -75.68272,45.39312,0
          -75.68286,45.39331,0
          -75.68295,45.39345,0
          -75.68303,45.39357,0
          -75.68343,45.39428,0
          -75.68377,45.39493,0
          -75.68416,45.39562,0
          -75.6843,45.39588,0
          -75.68436,45.39599,0
          -75.68442,45.3961,0
          -75.68443,45.39612,0
          -75.68444,45.39613,0
          -75.68448,45.3962,0
          -75.68465,45.3965,0
          -75.68466,45.39652,0
          -75.68472,45.39662,0
          -75.68474,45.39665,0
          -75.68482,45.39679,0
          -75.68488,45.39688,0
          -75.68495,45.397,0
          -75.68501,45.39712,0
          -75.68529,45.39763,0
          -75.6853,45.39766,0
          -75.68531,45.39767,0
          -75.68532,45.39769,0
          -75.68533,45.39776,0
          -75.6854,45.3979,0
          -75.68544,45.39797,0
          -75.68589,45.3988,0
          -75.68605,45.39911,0
          -75.68613,45.39925,0
          -75.6862,45.39937,0
          -75.68631,45.39952,0
          -75.68641,45.3996,0
          -75.68652,45.39975,0
          -75.68657,45.39983,0
          -75.68661,45.39989,0
          -75.68672,45.40009,0
          -75.68693,45.40045,0
          -75.68708,45.40072,0
          -75.68693,45.40045,0
          -75.68672,45.40009,0
          -75.68661,45.39989,0
          -75.68657,45.39983,0
          -75.68652,45.39975,0
          -75.68641,45.3996,0
          -75.68631,45.39952,0
          -75.6862,45.39937,0
          -75.6858,45.39952,0
          -75.68521,45.39977,0
          -75.68503,45.39983,0
          -75.68411,45.4002,0
          -75.68401,45.40024,0
          -75.68308,45.40062,0
          -75.68272,45.40077,0
        </coordinates>
      </LineString>
    </Placemark>
    <Placemark>
      <name>Willard St.</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6800169,45.391824,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name><![CDATA[Patty's]]></name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6816737,45.3918169,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Aparment</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6834298,45.3942823,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name><![CDATA[Irene's]]></name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6870769,45.4007162,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>The Horticulture Building</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6827185,45.4007678,0
        </coordinates>
      </Point>
    </Placemark>
  </Document>
</kml>

map two

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
  <Document>
    <name>Directions from Dominion Bar to Hokkaido Sushi</name>
    <Style id="icon-1899-DB4436-nodesc-normal">
      <IconStyle>
        <color>ff3644db</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>0</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <Style id="icon-1899-DB4436-nodesc-highlight">
      <IconStyle>
        <color>ff3644db</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>1</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <StyleMap id="icon-1899-DB4436-nodesc">
      <Pair>
        <key>normal</key>
        <styleUrl>#icon-1899-DB4436-nodesc-normal</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#icon-1899-DB4436-nodesc-highlight</styleUrl>
      </Pair>
    </StyleMap>
    <Style id="line-1267FF-5000-nodesc-normal">
      <LineStyle>
        <color>ffff6712</color>
        <width>5</width>
      </LineStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <Style id="line-1267FF-5000-nodesc-highlight">
      <LineStyle>
        <color>ffff6712</color>
        <width>7.5</width>
      </LineStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <StyleMap id="line-1267FF-5000-nodesc">
      <Pair>
        <key>normal</key>
        <styleUrl>#line-1267FF-5000-nodesc-normal</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#line-1267FF-5000-nodesc-highlight</styleUrl>
      </Pair>
    </StyleMap>
    <Placemark>
      <name>Directions from Dominion Bar to Hokkaido Sushi</name>
      <styleUrl>#line-1267FF-5000-nodesc</styleUrl>
      <LineString>
        <tessellate>1</tessellate>
        <coordinates>
          -75.69377,45.42793,0
          -75.69498,45.42745,0
          -75.69377,45.42595,0
          -75.69375,45.42588,0
          -75.69346,45.42551,0
          -75.69405,45.42525,0
          -75.69506,45.42477,0
          -75.69674,45.42407,0
          -75.69694,45.42393,0
          -75.70108,45.42217,0
          -75.70189,45.4218,0
          -75.70747,45.41943,0
          -75.7076,45.41931,0
          -75.708,45.41915,0
          -75.70759,45.41863,0
          -75.70758,45.41861,0
          -75.70748,45.41851,0
          -75.70776,45.41837,0
          -75.70886,45.41787,0
          -75.70902,45.41777,0
          -75.70923,45.41761,0
          -75.70925,45.41757,0
          -75.70926,45.41754,0
          -75.70926,45.4175,0
          -75.709,45.41703,0
          -75.70893,45.41693,0
          -75.70838,45.41601,0
          -75.70818,45.41571,0
          -75.70813,45.41557,0
          -75.70678,45.4132,0
          -75.70661,45.41293,0
          -75.70578,45.41147,0
          -75.70534,45.41077,0
          -75.70472,45.40968,0
          -75.7043,45.40899,0
          -75.7032,45.40705,0
          -75.70314,45.40696,0
          -75.69748,45.39726,0
          -75.69731,45.39693,0
          -75.6973,45.39685,0
          -75.69713,45.3965,0
          -75.69641,45.39524,0
          -75.69636,45.39512,0
          -75.69632,45.395,0
          -75.69623,45.39461,0
          -75.6962,45.39426,0
          -75.69619,45.39423,0
          -75.69619,45.39417,0
          -75.69611,45.39342,0
          -75.69602,45.39293,0
          -75.696,45.39286,0
          -75.69592,45.39266,0
          -75.69572,45.39228,0
          -75.69566,45.3922,0
          -75.69579,45.39215,0
          -75.69583,45.39213,0
          -75.69585,45.39209,0
          -75.69588,45.39184,0
          -75.69596,45.39138,0
          -75.69596,45.39125,0
          -75.69595,45.39116,0
          -75.69577,45.39053,0
          -75.69576,45.39044,0
          -75.69576,45.39036,0
          -75.69582,45.3902,0
          -75.69587,45.39012,0
          -75.69608,45.38983,0
          -75.69616,45.38969,0
          -75.69619,45.38962,0
          -75.69623,45.38948,0
          -75.69626,45.38929,0
          -75.69625,45.38919,0
          -75.69603,45.38896,0
          -75.69597,45.38888,0
          -75.6959,45.38871,0
          -75.69563,45.38754,0
          -75.69498,45.38762,0
          -75.69491,45.38762,0
          -75.69459,45.38756,0
          -75.69445,45.38758,0
          -75.69374,45.38779,0
          -75.69364,45.38783,0
          -75.69361,45.38783,0
          -75.69359,45.38784,0
          -75.69354,45.38784,0
          -75.6935,45.38782,0
          -75.69348,45.38782,0
          -75.69347,45.38781,0
          -75.69344,45.38779,0
          -75.6929,45.38707,0
          -75.69252,45.38666,0
          -75.69243,45.38658,0
          -75.69232,45.38667,0
          -75.69219,45.38674,0
          -75.69184,45.38689,0
          -75.69162,45.38694,0
          -75.69145,45.387,0
          -75.69136,45.38704,0
          -75.69102,45.38716,0
          -75.69056,45.38735,0
          -75.69054,45.38738,0
          -75.69053,45.38741,0
          -75.69053,45.38745,0
          -75.69044,45.38746,0
          -75.69029,45.38746,0
          -75.69026,45.38745,0
          -75.69007,45.38736,0
          -75.68976,45.38748,0
          -75.68964,45.3875,0
          -75.68924,45.38754,0
          -75.68908,45.3876,0
          -75.689,45.38766,0
          -75.68879,45.38789,0
          -75.68867,45.38807,0
          -75.68862,45.3881,0
          -75.68851,45.38818,0
          -75.68806,45.38832,0
          -75.68804,45.38834,0
          -75.68796,45.38839,0
          -75.68784,45.38852,0
          -75.68785,45.38855,0
          -75.68769,45.38858,0
          -75.68766,45.38859,0
          -75.68764,45.38862,0
          -75.68761,45.38865,0
          -75.68754,45.38865,0
          -75.68744,45.38868,0
          -75.68589,45.38933,0
          -75.6852,45.38959,0
          -75.681,45.39131,0
          -75.68082,45.39136,0
          -75.67939,45.39023,0
          -75.67912,45.39005,0
          -75.67909,45.39002,0
          -75.67905,45.39,0
          -75.67659,45.38838,0
          -75.67656,45.38835,0
          -75.6762,45.38807,0
          -75.67602,45.38789,0
          -75.67385,45.38621,0
          -75.67384,45.38619,0
          -75.67372,45.3861,0
          -75.67329,45.38568,0
          -75.67272,45.38504,0
          -75.67197,45.38414,0
          -75.67193,45.38407,0
          -75.67173,45.38382,0
          -75.67126,45.38316,0
          -75.67112,45.38299,0
          -75.67086,45.38272,0
          -75.67023,45.38212,0
          -75.67019,45.38202,0
          -75.66953,45.38143,0
          -75.66903,45.38102,0
          -75.66894,45.38093,0
          -75.66884,45.38085,0
          -75.66862,45.3806,0
          -75.66845,45.38033,0
          -75.66841,45.38024,0
          -75.66791,45.37931,0
          -75.66771,45.37913,0
          -75.66744,45.37865,0
          -75.66731,45.37834,0
          -75.66707,45.37786,0
          -75.66699,45.37762,0
          -75.66698,45.37761,0
          -75.667,45.37748,0
          -75.66682,45.37718,0
          -75.66631,45.37615,0
          -75.66619,45.37593,0
          -75.66601,45.37555,0
          -75.66582,45.37522,0
          -75.66567,45.37487,0
          -75.6648,45.37343,0
          -75.66473,45.37329,0
          -75.66473,45.37312,0
          -75.66445,45.37264,0
          -75.66414,45.37203,0
          -75.66413,45.372,0
          -75.66406,45.37188,0
          -75.66382,45.37139,0
          -75.6638,45.37133,0
          -75.66379,45.37132,0
          -75.66404,45.37126,0
          -75.66427,45.37119,0
          -75.66429,45.37118,0
          -75.6643,45.37118,0
          -75.66432,45.37114,0
          -75.66435,45.37103,0
          -75.66437,45.37101,0
          -75.66464,45.37092,0
          -75.66477,45.37114,0
          -75.66464,45.37092,0
          -75.66437,45.37101,0
          -75.66435,45.37103,0
          -75.66432,45.37114,0
          -75.6643,45.37118,0
          -75.66429,45.37118,0
          -75.66427,45.37119,0
          -75.66404,45.37126,0
          -75.66379,45.37132,0
          -75.6638,45.37133,0
          -75.66382,45.37139,0
          -75.66406,45.37188,0
          -75.66413,45.372,0
          -75.66414,45.37203,0
          -75.66445,45.37264,0
          -75.66473,45.37312,0
          -75.66473,45.37329,0
          -75.6648,45.37343,0
          -75.66567,45.37487,0
          -75.66738,45.37475,0
          -75.66792,45.37468,0
          -75.66795,45.37467,0
          -75.66801,45.37463,0
          -75.66814,45.37463,0
          -75.67059,45.37445,0
          -75.67098,45.37445,0
          -75.67109,45.37446,0
          -75.67197,45.37445,0
          -75.673,45.37435,0
          -75.67385,45.3743,0
          -75.67445,45.37421,0
          -75.67454,45.37419,0
          -75.67505,45.37416,0
          -75.67682,45.374,0
          -75.67687,45.374,0
          -75.67691,45.37401,0
          -75.67694,45.37403,0
          -75.67702,45.37399,0
          -75.67705,45.37396,0
          -75.67714,45.37394,0
          -75.6772,45.37394,0
          -75.67729,45.37396,0
          -75.67765,45.37409,0
          -75.67769,45.37411,0
          -75.67776,45.37416,0
          -75.67813,45.37431,0
          -75.67817,45.37432,0
          -75.6782,45.37432,0
          -75.67826,45.37429,0
          -75.67827,45.37427,0
          -75.67833,45.3742,0
          -75.67833,45.37415,0
          -75.67829,45.37412,0
          -75.6782,45.37403,0
          -75.67817,45.37399,0
          -75.67815,45.37395,0
          -75.67812,45.37392,0
          -75.67812,45.37388,0
          -75.67814,45.37386,0
          -75.67824,45.3737,0
          -75.6783,45.37366,0
          -75.67834,45.37366,0
          -75.67857,45.37369,0
          -75.67866,45.37371,0
          -75.6787,45.37374,0
          -75.67888,45.37385,0
          -75.67893,45.37387,0
          -75.67911,45.37389,0
          -75.68035,45.37381,0
          -75.68046,45.37381,0
          -75.68062,45.37379,0
          -75.6807,45.37379,0
          -75.68073,45.3738,0
          -75.68077,45.37382,0
          -75.6808,45.37383,0
          -75.68083,45.37385,0
          -75.68084,45.37386,0
          -75.68086,45.37391,0
          -75.68089,45.37407,0
          -75.68098,45.37438,0
          -75.68102,45.37448,0
          -75.68111,45.37464,0
          -75.68124,45.37478,0
          -75.68129,45.37482,0
          -75.68135,45.37485,0
          -75.68144,45.37488,0
          -75.68153,45.3749,0
          -75.68164,45.37491,0
          -75.68217,45.37488,0
          -75.68247,45.37485,0
          -75.68264,45.37481,0
          -75.68272,45.37477,0
          -75.68282,45.37474,0
          -75.68295,45.37469,0
          -75.6832,45.37456,0
          -75.68327,45.3745,0
          -75.68342,45.37435,0
          -75.68373,45.37407,0
          -75.68385,45.374,0
          -75.68397,45.37397,0
          -75.68415,45.37398,0
          -75.68428,45.374,0
          -75.68431,45.374,0
          -75.68433,45.37399,0
          -75.68434,45.37399,0
          -75.68437,45.37393,0
          -75.68448,45.37378,0
          -75.68452,45.37374,0
          -75.68454,45.37371,0
          -75.68456,45.3737,0
          -75.68456,45.37369,0
          -75.68454,45.37366,0
          -75.68465,45.37361,0
          -75.68472,45.37359,0
          -75.68498,45.37354,0
          -75.68565,45.37348,0
          -75.68585,45.37345,0
          -75.68599,45.37342,0
          -75.68665,45.37339,0
          -75.69109,45.37306,0
          -75.69149,45.37305,0
          -75.69169,45.37303,0
          -75.69176,45.37303,0
          -75.69221,45.37297,0
          -75.6925,45.37291,0
          -75.69278,45.37283,0
          -75.6933,45.37263,0
          -75.69356,45.37249,0
          -75.69368,45.37241,0
          -75.69387,45.3723,0
          -75.69455,45.37185,0
          -75.69547,45.37132,0
          -75.69688,45.37061,0
          -75.69689,45.37061,0
          -75.69836,45.36992,0
          -75.69837,45.36992,0
          -75.69892,45.36965,0
          -75.69895,45.36964,0
          -75.69939,45.36943,0
          -75.6998,45.3692,0
          -75.70011,45.36896,0
          -75.70082,45.3686,0
          -75.70178,45.36823,0
          -75.70231,45.368,0
          -75.70252,45.36784,0
          -75.70268,45.36776,0
          -75.70283,45.36767,0
          -75.70323,45.36749,0
          -75.70589,45.36613,0
          -75.70613,45.36596,0
          -75.70694,45.36511,0
          -75.7072,45.36481,0
          -75.70765,45.36434,0
          -75.70775,45.36427,0
          -75.70791,45.36418,0
          -75.70892,45.36376,0
          -75.7101,45.36322,0
          -75.71059,45.36302,0
          -75.71104,45.36281,0
          -75.71182,45.36248,0
          -75.71177,45.3625,0
          -75.71172,45.36254,0
          -75.71167,45.36259,0
          -75.71162,45.36267,0
          -75.71159,45.36276,0
          -75.71159,45.36282,0
          -75.71158,45.36285,0
          -75.71158,45.36294,0
          -75.71355,45.36633,0
          -75.71386,45.36691,0
          -75.71553,45.36981,0
          -75.71555,45.36992,0
          -75.71588,45.37055,0
          -75.71628,45.37123,0
          -75.71628,45.37133,0
          -75.71627,45.37137,0
          -75.71627,45.3714,0
          -75.71626,45.37144,0
          -75.71624,45.37147,0
          -75.71623,45.3715,0
          -75.71619,45.37156,0
          -75.71616,45.37159,0
          -75.71613,45.37163,0
          -75.70938,45.37453,0
          -75.70833,45.37492,0
          -75.70807,45.375,0
          -75.70754,45.37511,0
          -75.70746,45.3754,0
          -75.70745,45.37546,0
          -75.70742,45.37554,0
          -75.70739,45.37559,0
          -75.70736,45.37566,0
          -75.7072,45.37591,0
          -75.70672,45.37659,0
          -75.70656,45.37673,0
          -75.70513,45.37844,0
          -75.70434,45.37948,0
          -75.70419,45.37966,0
          -75.70401,45.37993,0
          -75.70395,45.38008,0
          -75.70393,45.38024,0
          -75.70393,45.3803,0
          -75.70395,45.38037,0
          -75.70396,45.38044,0
          -75.70399,45.38051,0
          -75.70494,45.38201,0
          -75.70642,45.3842,0
          -75.70654,45.3844,0
          -75.70662,45.38458,0
          -75.70668,45.38478,0
          -75.7067,45.38489,0
          -75.70671,45.38501,0
          -75.70665,45.38759,0
          -75.70659,45.38874,0
          -75.70661,45.38899,0
          -75.70673,45.3893,0
          -75.70682,45.38946,0
          -75.70709,45.39001,0
          -75.7071,45.39008,0
          -75.7071,45.39016,0
          -75.70707,45.39028,0
          -75.70707,45.39029,0
          -75.70706,45.3903,0
          -75.70706,45.39032,0
          -75.70705,45.39033,0
          -75.70705,45.39039,0
          -75.70706,45.3904,0
          -75.70707,45.39042,0
          -75.70707,45.39043,0
          -75.70708,45.39044,0
          -75.70709,45.39046,0
          -75.7071,45.39047,0
          -75.70712,45.39048,0
          -75.70714,45.3905,0
          -75.70716,45.3905,0
          -75.70717,45.39051,0
          -75.70718,45.39051,0
          -75.70719,45.39052,0
          -75.70721,45.39052,0
          -75.70722,45.39053,0
          -75.70735,45.39062,0
          -75.70742,45.39069,0
          -75.7075,45.39084,0
          -75.70756,45.39099,0
          -75.70772,45.39123,0
          -75.7078,45.39137,0
          -75.70829,45.39234,0
          -75.70835,45.39257,0
          -75.7084,45.39305,0
          -75.70845,45.39394,0
          -75.70845,45.3941,0
          -75.70846,45.39421,0
          -75.70845,45.39427,0
          -75.70836,45.39451,0
          -75.70834,45.39455,0
          -75.70828,45.39463,0
          -75.70805,45.39485,0
          -75.70799,45.39492,0
          -75.70793,45.39497,0
          -75.70662,45.39639,0
          -75.70661,45.39649,0
          -75.7066,45.39653,0
          -75.70664,45.39662,0
          -75.70669,45.39664,0
          -75.70666,45.39674,0
          -75.70665,45.3968,0
          -75.70665,45.39686,0
          -75.70668,45.3971,0
          -75.70668,45.39721,0
          -75.70665,45.39738,0
          -75.70659,45.39749,0
          -75.70652,45.39757,0
          -75.70639,45.39767,0
          -75.70619,45.39778,0
          -75.70598,45.39783,0
          -75.70586,45.39785,0
          -75.7054,45.39784,0
          -75.7054,45.39785,0
          -75.70534,45.39785,0
          -75.70524,45.39803,0
          -75.70509,45.39817,0
          -75.70467,45.39848,0
          -75.70444,45.39874,0
          -75.70425,45.39892,0
          -75.70424,45.399,0
          -75.70433,45.39912,0
          -75.70684,45.4033,0
          -75.70714,45.40375,0
          -75.70836,45.40584,0
          -75.70788,45.40613,0
          -75.70766,45.40624,0
          -75.70739,45.4064,0
          -75.70724,45.40646,0
          -75.70605,45.40687,0
          -75.70547,45.40713,0
          -75.70551,45.40722,0
          -75.70752,45.4107,0
          -75.70771,45.41062,0
          -75.70793,45.41055,0
          -75.70797,45.41053,0
          -75.70884,45.41029,0
          -75.70976,45.40994,0
          -75.71014,45.40976,0
          -75.71064,45.40944,0
          -75.71069,45.40942,0
          -75.71229,45.40894,0
          -75.71199,45.40903,0
          -75.7132,45.41104,0
          -75.71354,45.41174,0
          -75.71361,45.41191,0
          -75.71382,45.41229,0
          -75.71324,45.41255,0
          -75.71315,45.41258,0
          -75.71307,45.41262,0
          -75.71304,45.41264,0
          -75.71302,45.41266,0
          -75.71302,45.41278,0
          -75.71271,45.41292,0
          -75.71058,45.41374,0
          -75.71051,45.41382,0
          -75.71042,45.41396,0
          -75.71006,45.41439,0
          -75.70869,45.41624,0
          -75.70859,45.41635,0
          -75.70893,45.41693,0
          -75.709,45.41703,0
          -75.70926,45.4175,0
          -75.70926,45.41754,0
          -75.70925,45.41757,0
          -75.70923,45.41761,0
          -75.70902,45.41777,0
          -75.70886,45.41787,0
          -75.70776,45.41837,0
          -75.70748,45.41851,0
          -75.70758,45.41861,0
          -75.70759,45.41863,0
          -75.708,45.41915,0
          -75.7076,45.41931,0
          -75.70747,45.41943,0
          -75.70189,45.4218,0
          -75.70108,45.42217,0
          -75.69694,45.42393,0
          -75.69674,45.42407,0
          -75.69506,45.42477,0
          -75.69405,45.42525,0
          -75.69676,45.4283,0
          -75.69696,45.42857,0
          -75.69703,45.42865,0
          -75.69707,45.42872,0
          -75.69709,45.42883,0
          -75.69705,45.42894,0
          -75.69701,45.42901,0
          -75.69691,45.42912,0
          -75.69655,45.42928,0
          -75.69706,45.4299,0
          -75.69659,45.43011,0
          -75.69654,45.43014,0
          -75.69512,45.43077,0
          -75.69407,45.42953,0
          -75.6925,45.4302,0
        </coordinates>
      </LineString>
    </Placemark>
    <Placemark>
      <name>Dominion Bar</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6937746,45.427927,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Carleton</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6956442,45.3875774,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Brewer Park</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6891768,45.3875604,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Value Village</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6647704,45.3711351,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Near the Meadowlands/Prince of Wales intersection</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.7016103,45.3682905,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Meadowlands/Fisher</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.7118225,45.3624764,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Arthur/Somerset</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.7075237,45.4106966,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>HangOuts</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.7122874,45.4089448,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Near the Basilica</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6965383,45.4301358,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Hokkaido Sushi</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6924981,45.4302048,0
        </coordinates>
      </Point>
    </Placemark>
  </Document>
</kml>

map three

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
  <Document>
    <name><![CDATA[Directions from 1st Met to Macdonald Cartier Airport & Train station at 300 tremblay road]]></name>
    <Style id="icon-1899-DB4436-nodesc-normal">
      <IconStyle>
        <color>ff3644db</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>0</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <Style id="icon-1899-DB4436-nodesc-highlight">
      <IconStyle>
        <color>ff3644db</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>1</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <StyleMap id="icon-1899-DB4436-nodesc">
      <Pair>
        <key>normal</key>
        <styleUrl>#icon-1899-DB4436-nodesc-normal</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#icon-1899-DB4436-nodesc-highlight</styleUrl>
      </Pair>
    </StyleMap>
    <Style id="line-1267FF-5000-nodesc-normal">
      <LineStyle>
        <color>ffff6712</color>
        <width>5</width>
      </LineStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <Style id="line-1267FF-5000-nodesc-highlight">
      <LineStyle>
        <color>ffff6712</color>
        <width>7.5</width>
      </LineStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <StyleMap id="line-1267FF-5000-nodesc">
      <Pair>
        <key>normal</key>
        <styleUrl>#line-1267FF-5000-nodesc-normal</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#line-1267FF-5000-nodesc-highlight</styleUrl>
      </Pair>
    </StyleMap>
    <Placemark>
      <name><![CDATA[Directions from 1st Met to Macdonald Cartier Airport & Train station at 300 tremblay road]]></name>
      <styleUrl>#line-1267FF-5000-nodesc</styleUrl>
      <LineString>
        <tessellate>1</tessellate>
        <coordinates>
          -75.68863,45.40344,0
          -75.68863,45.40345,0
          -75.68877,45.4037,0
          -75.68886,45.40384,0
          -75.68918,45.40441,0
          -75.68938,45.40478,0
          -75.6896,45.40517,0
          -75.68965,45.40525,0
          -75.69002,45.40588,0
          -75.69025,45.40629,0
          -75.69043,45.4066,0
          -75.69048,45.4067,0
          -75.69052,45.40679,0
          -75.69061,45.40693,0
          -75.69087,45.40737,0
          -75.69107,45.4077,0
          -75.69126,45.40806,0
          -75.6914,45.40829,0
          -75.6915,45.40848,0
          -75.69156,45.40859,0
          -75.69162,45.40869,0
          -75.69183,45.40905,0
          -75.69204,45.40942,0
          -75.69209,45.40951,0
          -75.69214,45.40959,0
          -75.69233,45.40992,0
          -75.69247,45.41017,0
          -75.69262,45.41045,0
          -75.6928,45.41075,0
          -75.69287,45.41086,0
          -75.69324,45.41151,0
          -75.69354,45.41208,0
          -75.6936,45.41219,0
          -75.69378,45.4124,0
          -75.6939,45.41254,0
          -75.69413,45.4128,0
          -75.69442,45.41318,0
          -75.6935,45.41356,0
          -75.69442,45.41318,0
          -75.69413,45.4128,0
          -75.69632,45.4119,0
          -75.69628,45.41185,0
          -75.69579,45.41129,0
          -75.69791,45.41039,0
          -75.69944,45.40975,0
          -75.70117,45.409,0
          -75.70203,45.40864,0
          -75.70231,45.40853,0
          -75.70301,45.40824,0
          -75.70323,45.40815,0
          -75.70327,45.40813,0
          -75.70367,45.40789,0
          -75.70333,45.40728,0
          -75.7032,45.40705,0
          -75.70314,45.40696,0
          -75.70308,45.40685,0
          -75.70292,45.40658,0
          -75.70256,45.40597,0
          -75.70221,45.40534,0
          -75.70174,45.40456,0
          -75.70165,45.4044,0
          -75.70155,45.40424,0
          -75.70151,45.40417,0
          -75.70139,45.40396,0
          -75.7013,45.4038,0
          -75.70117,45.40356,0
          -75.70092,45.40312,0
          -75.70051,45.40244,0
          -75.7001,45.40172,0
          -75.69974,45.40112,0
          -75.69969,45.40103,0
          -75.69945,45.40062,0
          -75.69934,45.40043,0
          -75.69924,45.40026,0
          -75.69885,45.39959,0
          -75.69846,45.39893,0
          -75.69834,45.39872,0
          -75.69808,45.39827,0
          -75.69767,45.39757,0
          -75.69748,45.39726,0
          -75.69731,45.39693,0
          -75.6973,45.39685,0
          -75.69722,45.39668,0
          -75.69713,45.3965,0
          -75.69707,45.39639,0
          -75.69682,45.39597,0
          -75.69666,45.39569,0
          -75.69652,45.39543,0
          -75.69641,45.39524,0
          -75.69636,45.39512,0
          -75.69632,45.395,0
          -75.69629,45.39487,0
          -75.69623,45.39461,0
          -75.69621,45.39436,0
          -75.69621,45.39435,0
          -75.6962,45.39426,0
          -75.69619,45.39423,0
          -75.69619,45.3942,0
          -75.69619,45.39417,0
          -75.69616,45.39385,0
          -75.69614,45.39369,0
          -75.69611,45.39342,0
          -75.69607,45.3932,0
          -75.69602,45.39293,0
          -75.696,45.39286,0
          -75.69592,45.39266,0
          -75.69589,45.3926,0
          -75.69581,45.39244,0
          -75.69572,45.39228,0
          -75.69566,45.3922,0
          -75.6956,45.39211,0
          -75.69548,45.39194,0
          -75.69522,45.39158,0
          -75.69463,45.39078,0
          -75.69419,45.3902,0
          -75.69397,45.38993,0
          -75.69393,45.38987,0
          -75.69378,45.38968,0
          -75.69315,45.3889,0
          -75.69288,45.38856,0
          -75.69259,45.38819,0
          -75.69213,45.38758,0
          -75.69212,45.38758,0
          -75.69167,45.38699,0
          -75.69162,45.38694,0
          -75.69156,45.38686,0
          -75.69148,45.38676,0
          -75.69107,45.38625,0
          -75.69096,45.38611,0
          -75.69086,45.38597,0
          -75.69067,45.38571,0
          -75.69031,45.38521,0
          -75.68982,45.38455,0
          -75.68964,45.38432,0
          -75.68947,45.38408,0
          -75.68938,45.38396,0
          -75.68929,45.38385,0
          -75.68921,45.38374,0
          -75.6888,45.38317,0
          -75.68821,45.38235,0
          -75.68812,45.38222,0
          -75.68807,45.38215,0
          -75.68805,45.38213,0
          -75.68799,45.38204,0
          -75.68798,45.38203,0
          -75.68783,45.38182,0
          -75.68791,45.38176,0
          -75.68793,45.38176,0
          -75.68795,45.38177,0
          -75.68796,45.38178,0
          -75.68799,45.38181,0
          -75.68806,45.38189,0
          -75.68816,45.38197,0
          -75.68827,45.3819,0
          -75.68838,45.38184,0
          -75.6884,45.38183,0
          -75.68859,45.38171,0
          -75.68866,45.38165,0
          -75.6888,45.38155,0
          -75.68906,45.38136,0
          -75.68916,45.38128,0
          -75.68928,45.38119,0
          -75.68969,45.38086,0
          -75.68984,45.38075,0
          -75.69016,45.38049,0
          -75.69046,45.38025,0
          -75.69077,45.38,0
          -75.69094,45.37984,0
          -75.69107,45.3797,0
          -75.69113,45.37962,0
          -75.69124,45.37946,0
          -75.69139,45.37924,0
          -75.69149,45.37902,0
          -75.69158,45.37872,0
          -75.6916,45.37858,0
          -75.69161,45.37845,0
          -75.69162,45.37833,0
          -75.69161,45.3782,0
          -75.6916,45.37807,0
          -75.69156,45.37784,0
          -75.69149,45.3774,0
          -75.69145,45.37715,0
          -75.69143,45.37691,0
          -75.69141,45.37677,0
          -75.69132,45.37615,0
          -75.69129,45.37595,0
          -75.69119,45.37531,0
          -75.69112,45.37468,0
          -75.69111,45.37458,0
          -75.69093,45.37333,0
          -75.69091,45.37308,0
          -75.69086,45.3727,0
          -75.6908,45.37233,0
          -75.69072,45.37188,0
          -75.6907,45.37178,0
          -75.69068,45.37164,0
          -75.69065,45.37151,0
          -75.69061,45.37135,0
          -75.69057,45.3712,0
          -75.69044,45.37071,0
          -75.69061,45.37071,0
          -75.69051,45.37029,0
          -75.69049,45.37023,0
          -75.69036,45.36976,0
          -75.69035,45.36974,0
          -75.69015,45.36911,0
          -75.69002,45.36866,0
          -75.68988,45.3682,0
          -75.68979,45.36787,0
          -75.68984,45.36774,0
          -75.68987,45.36768,0
          -75.68992,45.36762,0
          -75.69001,45.36753,0
          -75.69029,45.36752,0
          -75.69045,45.36752,0
          -75.69047,45.3674,0
          -75.69049,45.36736,0
          -75.69073,45.36725,0
          -75.69095,45.36716,0
          -75.69132,45.36757,0
          -75.6915,45.36753,0
          -75.69163,45.3675,0
          -75.69183,45.36746,0
          -75.69188,45.36745,0
          -75.69193,45.36745,0
          -75.69199,45.3672,0
          -75.69188,45.36717,0
          -75.69177,45.36712,0
          -75.69168,45.36707,0
          -75.69159,45.36701,0
          -75.69152,45.36695,0
          -75.69146,45.36691,0
          -75.69139,45.36687,0
          -75.69126,45.3668,0
          -75.69119,45.36676,0
          -75.69113,45.36673,0
          -75.69109,45.3667,0
          -75.69106,45.36667,0
          -75.69095,45.36657,0
          -75.6909,45.36654,0
          -75.69086,45.36652,0
          -75.69079,45.36648,0
          -75.69072,45.36645,0
          -75.69068,45.36642,0
          -75.69065,45.3664,0
          -75.69053,45.36629,0
          -75.69045,45.36624,0
          -75.69034,45.36619,0
          -75.69023,45.36614,0
          -75.69013,45.36609,0
          -75.69009,45.36606,0
          -75.69003,45.366,0
          -75.68997,45.36593,0
          -75.68989,45.36584,0
          -75.68983,45.36577,0
          -75.68977,45.36569,0
          -75.68974,45.36562,0
          -75.68971,45.36558,0
          -75.68969,45.36552,0
          -75.68967,45.36546,0
          -75.68964,45.36539,0
          -75.68961,45.36527,0
          -75.68958,45.3652,0
          -75.68956,45.36514,0
          -75.68954,45.36511,0
          -75.68951,45.36508,0
          -75.68939,45.36499,0
          -75.68927,45.36488,0
          -75.68922,45.36483,0
          -75.68918,45.36478,0
          -75.68915,45.36475,0
          -75.68914,45.36471,0
          -75.68912,45.36466,0
          -75.68911,45.36464,0
          -75.68909,45.36461,0
          -75.68907,45.36458,0
          -75.68901,45.36452,0
          -75.68895,45.36448,0
          -75.68886,45.36442,0
          -75.68877,45.36436,0
          -75.68876,45.36435,0
          -75.68874,45.36432,0
          -75.68863,45.36401,0
          -75.68852,45.36365,0
          -75.68829,45.36294,0
          -75.68811,45.36237,0
          -75.68809,45.36232,0
          -75.68808,45.36226,0
          -75.68804,45.36206,0
          -75.68801,45.36188,0
          -75.688,45.36167,0
          -75.688,45.36149,0
          -75.68802,45.36128,0
          -75.68803,45.36118,0
          -75.68806,45.36109,0
          -75.68812,45.36087,0
          -75.68814,45.36082,0
          -75.68815,45.36079,0
          -75.68815,45.36078,0
          -75.68813,45.36078,0
          -75.68804,45.36078,0
          -75.68822,45.36038,0
          -75.68831,45.36017,0
          -75.68832,45.36015,0
          -75.68844,45.35993,0
          -75.68868,45.35957,0
          -75.68853,45.35952,0
          -75.68886,45.35902,0
          -75.68934,45.3584,0
          -75.68978,45.35783,0
          -75.69016,45.35735,0
          -75.69051,45.35689,0
          -75.691,45.35622,0
          -75.69101,45.3562,0
          -75.69142,45.35563,0
          -75.69173,45.35518,0
          -75.69191,45.35492,0
          -75.69198,45.35481,0
          -75.692,45.35479,0
          -75.69213,45.35457,0
          -75.69223,45.35442,0
          -75.69233,45.35424,0
          -75.6925,45.35394,0
          -75.69271,45.35352,0
          -75.69283,45.35329,0
          -75.69289,45.35316,0
          -75.69294,45.35305,0
          -75.69297,45.35297,0
          -75.69298,45.3529,0
          -75.69301,45.35278,0
          -75.69303,45.35268,0
          -75.69303,45.35266,0
          -75.69304,45.35256,0
          -75.69305,45.35244,0
          -75.69305,45.35228,0
          -75.69303,45.35213,0
          -75.693,45.352,0
          -75.69293,45.35168,0
          -75.6929,45.35155,0
          -75.69277,45.35102,0
          -75.69261,45.35041,0
          -75.6925,45.35001,0
          -75.69237,45.34954,0
          -75.69235,45.34948,0
          -75.69227,45.34905,0
          -75.6922,45.34868,0
          -75.69218,45.34849,0
          -75.69216,45.3482,0
          -75.69212,45.34769,0
          -75.6921,45.3473,0
          -75.69207,45.347,0
          -75.69201,45.34658,0
          -75.69197,45.34633,0
          -75.69195,45.34624,0
          -75.69192,45.34609,0
          -75.6919,45.34601,0
          -75.69186,45.3459,0
          -75.69182,45.34577,0
          -75.69176,45.34566,0
          -75.69154,45.34516,0
          -75.69145,45.34499,0
          -75.69136,45.34478,0
          -75.69127,45.34456,0
          -75.6912,45.34437,0
          -75.69114,45.34418,0
          -75.69106,45.34386,0
          -75.691,45.34356,0
          -75.69098,45.34344,0
          -75.69095,45.34319,0
          -75.69095,45.34304,0
          -75.69095,45.34292,0
          -75.69095,45.34265,0
          -75.69096,45.3426,0
          -75.69043,45.34258,0
          -75.69027,45.34257,0
          -75.69019,45.34254,0
          -75.6901,45.34243,0
          -75.69005,45.34232,0
          -75.69003,45.34215,0
          -75.68995,45.34215,0
          -75.68982,45.34217,0
          -75.68968,45.34219,0
          -75.68916,45.34159,0
          -75.68912,45.34154,0
          -75.68897,45.34137,0
          -75.68861,45.34095,0
          -75.68837,45.3407,0
          -75.68795,45.3403,0
          -75.68785,45.3402,0
          -75.68779,45.34013,0
          -75.68771,45.34003,0
          -75.6877,45.34001,0
          -75.68764,45.33995,0
          -75.6875,45.3398,0
          -75.68737,45.33967,0
          -75.68726,45.33956,0
          -75.68715,45.33946,0
          -75.68656,45.33896,0
          -75.68635,45.33879,0
          -75.68558,45.33817,0
          -75.68537,45.33801,0
          -75.6852,45.33787,0
          -75.68509,45.33777,0
          -75.68484,45.33758,0
          -75.68473,45.33749,0
          -75.6846,45.33739,0
          -75.68426,45.33712,0
          -75.68369,45.33668,0
          -75.68331,45.33637,0
          -75.68293,45.33608,0
          -75.68218,45.33548,0
          -75.68154,45.33497,0
          -75.68151,45.33494,0
          -75.68112,45.33463,0
          -75.68018,45.33389,0
          -75.67993,45.33369,0
          -75.67982,45.33359,0
          -75.67907,45.33305,0
          -75.67838,45.33254,0
          -75.67764,45.33201,0
          -75.67644,45.33115,0
          -75.67618,45.33097,0
          -75.67598,45.33082,0
          -75.67569,45.33063,0
          -75.67549,45.33052,0
          -75.67502,45.33029,0
          -75.67323,45.32934,0
          -75.67302,45.32924,0
          -75.67247,45.32895,0
          -75.67113,45.32825,0
          -75.67085,45.32811,0
          -75.67002,45.32768,0
          -75.66941,45.32737,0
          -75.66882,45.32706,0
          -75.66977,45.32615,0
          -75.66953,45.32602,0
          -75.66966,45.3259,0
          -75.66905,45.32559,0
          -75.66911,45.32553,0
          -75.66898,45.32546,0
          -75.66913,45.32533,0
          -75.66928,45.32519,0
          -75.66928,45.32518,0
          -75.66929,45.32517,0
          -75.6693,45.32516,0
          -75.66931,45.32515,0
          -75.66931,45.32513,0
          -75.6693,45.32512,0
          -75.6693,45.32511,0
          -75.66929,45.32509,0
          -75.66908,45.32479,0
          -75.66905,45.32474,0
          -75.66903,45.32472,0
          -75.66901,45.3247,0
          -75.66897,45.32467,0
          -75.66866,45.32449,0
          -75.6686,45.32445,0
          -75.66853,45.32437,0
          -75.66847,45.32429,0
          -75.66842,45.32422,0
          -75.66847,45.32405,0
          -75.6685,45.32397,0
          -75.66851,45.3239,0
          -75.6685,45.32383,0
          -75.66848,45.32378,0
          -75.66846,45.32373,0
          -75.66843,45.32369,0
          -75.66837,45.32363,0
          -75.66829,45.32356,0
          -75.66822,45.32351,0
          -75.66816,45.32346,0
          -75.66805,45.3234,0
          -75.66767,45.32319,0
          -75.66763,45.32317,0
          -75.66721,45.32295,0
          -75.66717,45.32293,0
          -75.66701,45.32284,0
          -75.66677,45.32271,0
          -75.66684,45.32265,0
          -75.66677,45.32271,0
          -75.66701,45.32284,0
          -75.66717,45.32293,0
          -75.66721,45.32295,0
          -75.66763,45.32317,0
          -75.66767,45.32319,0
          -75.66805,45.3234,0
          -75.66816,45.32346,0
          -75.66822,45.32351,0
          -75.66829,45.32356,0
          -75.66837,45.32363,0
          -75.66843,45.32369,0
          -75.66846,45.32373,0
          -75.66848,45.32378,0
          -75.6685,45.32383,0
          -75.66851,45.3239,0
          -75.6685,45.32397,0
          -75.66847,45.32405,0
          -75.66842,45.32422,0
          -75.66847,45.32429,0
          -75.66853,45.32437,0
          -75.6686,45.32445,0
          -75.66866,45.32449,0
          -75.66897,45.32467,0
          -75.66901,45.3247,0
          -75.66903,45.32472,0
          -75.66905,45.32474,0
          -75.66908,45.32479,0
          -75.66929,45.32509,0
          -75.6693,45.32511,0
          -75.6693,45.32512,0
          -75.66931,45.32513,0
          -75.66931,45.32515,0
          -75.6693,45.32516,0
          -75.66929,45.32517,0
          -75.66928,45.32518,0
          -75.66928,45.32519,0
          -75.66913,45.32533,0
          -75.66898,45.32546,0
          -75.66911,45.32553,0
          -75.66905,45.32559,0
          -75.66966,45.3259,0
          -75.66953,45.32602,0
          -75.66977,45.32615,0
          -75.66882,45.32706,0
          -75.66941,45.32737,0
          -75.67002,45.32768,0
          -75.67085,45.32811,0
          -75.67113,45.32825,0
          -75.67247,45.32895,0
          -75.67302,45.32924,0
          -75.67323,45.32934,0
          -75.67502,45.33029,0
          -75.67549,45.33052,0
          -75.67569,45.33063,0
          -75.67598,45.33082,0
          -75.67618,45.33097,0
          -75.67644,45.33115,0
          -75.67764,45.33201,0
          -75.67838,45.33254,0
          -75.67907,45.33305,0
          -75.67982,45.33359,0
          -75.67993,45.33369,0
          -75.68018,45.33389,0
          -75.68112,45.33463,0
          -75.68151,45.33494,0
          -75.68154,45.33497,0
          -75.68218,45.33548,0
          -75.68293,45.33608,0
          -75.68331,45.33637,0
          -75.68369,45.33668,0
          -75.68426,45.33712,0
          -75.6846,45.33739,0
          -75.68473,45.33749,0
          -75.68484,45.33758,0
          -75.68509,45.33777,0
          -75.6852,45.33787,0
          -75.68537,45.33801,0
          -75.68558,45.33817,0
          -75.68635,45.33879,0
          -75.68656,45.33896,0
          -75.68715,45.33946,0
          -75.68726,45.33956,0
          -75.68737,45.33967,0
          -75.6875,45.3398,0
          -75.68764,45.33995,0
          -75.6877,45.34001,0
          -75.68771,45.34003,0
          -75.68779,45.34013,0
          -75.68785,45.3402,0
          -75.68795,45.3403,0
          -75.68837,45.3407,0
          -75.68861,45.34095,0
          -75.68897,45.34137,0
          -75.68912,45.34154,0
          -75.68916,45.34159,0
          -75.68968,45.34219,0
          -75.68982,45.34217,0
          -75.68995,45.34215,0
          -75.69003,45.34215,0
          -75.69005,45.34232,0
          -75.6901,45.34243,0
          -75.69019,45.34254,0
          -75.69027,45.34257,0
          -75.69043,45.34258,0
          -75.69096,45.3426,0
          -75.69095,45.34265,0
          -75.69095,45.34292,0
          -75.69095,45.34304,0
          -75.69095,45.34319,0
          -75.69098,45.34344,0
          -75.691,45.34356,0
          -75.69106,45.34386,0
          -75.69114,45.34418,0
          -75.6912,45.34437,0
          -75.69127,45.34456,0
          -75.69136,45.34478,0
          -75.69145,45.34499,0
          -75.69154,45.34516,0
          -75.69176,45.34566,0
          -75.69182,45.34577,0
          -75.69186,45.3459,0
          -75.6919,45.34601,0
          -75.69192,45.34609,0
          -75.69195,45.34624,0
          -75.69197,45.34633,0
          -75.69201,45.34658,0
          -75.69207,45.347,0
          -75.6921,45.3473,0
          -75.69212,45.34769,0
          -75.69216,45.3482,0
          -75.69218,45.34849,0
          -75.6922,45.34868,0
          -75.69227,45.34905,0
          -75.69235,45.34948,0
          -75.69237,45.34954,0
          -75.6925,45.35001,0
          -75.69261,45.35041,0
          -75.69277,45.35102,0
          -75.6929,45.35155,0
          -75.69293,45.35168,0
          -75.693,45.352,0
          -75.69303,45.35213,0
          -75.69305,45.35228,0
          -75.69305,45.35244,0
          -75.69304,45.35256,0
          -75.69303,45.35266,0
          -75.69303,45.35268,0
          -75.69301,45.35278,0
          -75.69298,45.3529,0
          -75.69297,45.35297,0
          -75.69294,45.35305,0
          -75.69289,45.35316,0
          -75.69283,45.35329,0
          -75.69271,45.35352,0
          -75.6925,45.35394,0
          -75.69233,45.35424,0
          -75.69223,45.35442,0
          -75.69213,45.35457,0
          -75.692,45.35479,0
          -75.69198,45.35481,0
          -75.69191,45.35492,0
          -75.69173,45.35518,0
          -75.69142,45.35563,0
          -75.69101,45.3562,0
          -75.691,45.35622,0
          -75.69051,45.35689,0
          -75.69016,45.35735,0
          -75.68978,45.35783,0
          -75.68934,45.3584,0
          -75.68886,45.35902,0
          -75.68853,45.35952,0
          -75.68868,45.35957,0
          -75.68844,45.35993,0
          -75.68832,45.36015,0
          -75.68831,45.36017,0
          -75.68822,45.36038,0
          -75.68804,45.36078,0
          -75.68801,45.36084,0
          -75.688,45.36088,0
          -75.68795,45.36113,0
          -75.68793,45.36136,0
          -75.68793,45.36157,0
          -75.68794,45.3617,0
          -75.68794,45.36176,0
          -75.68794,45.36183,0
          -75.68796,45.36195,0
          -75.68796,45.36196,0
          -75.68798,45.36211,0
          -75.68801,45.36229,0
          -75.68814,45.3627,0
          -75.68867,45.36434,0
          -75.68877,45.36464,0
          -75.6888,45.36475,0
          -75.6891,45.36568,0
          -75.68912,45.36574,0
          -75.68921,45.36604,0
          -75.68931,45.36634,0
          -75.68959,45.36722,0
          -75.68969,45.36755,0
          -75.68979,45.36787,0
          -75.68988,45.3682,0
          -75.69002,45.36866,0
          -75.69015,45.36911,0
          -75.69035,45.36974,0
          -75.69036,45.36976,0
          -75.69049,45.37023,0
          -75.69051,45.37029,0
          -75.69061,45.37071,0
          -75.69076,45.37122,0
          -75.69081,45.37143,0
          -75.6909,45.37181,0
          -75.69094,45.37198,0
          -75.69097,45.37215,0
          -75.69103,45.37255,0
          -75.69105,45.37272,0
          -75.69109,45.37306,0
          -75.69113,45.37346,0
          -75.69133,45.37489,0
          -75.69139,45.3753,0
          -75.69153,45.37634,0
          -75.69158,45.37676,0
          -75.6916,45.3769,0
          -75.69164,45.37735,0
          -75.69167,45.37757,0
          -75.69169,45.37777,0
          -75.69171,45.37791,0
          -75.69172,45.37807,0
          -75.69172,45.37816,0
          -75.69172,45.37835,0
          -75.69171,45.3785,0
          -75.6917,45.37862,0
          -75.69169,45.37868,0
          -75.69168,45.37874,0
          -75.69163,45.3789,0
          -75.69157,45.37906,0
          -75.69152,45.37917,0
          -75.69146,45.37929,0
          -75.6913,45.37956,0
          -75.69123,45.37965,0
          -75.69102,45.37989,0
          -75.69086,45.38003,0
          -75.69059,45.38027,0
          -75.68969,45.38101,0
          -75.68934,45.38131,0
          -75.68916,45.38145,0
          -75.68904,45.38154,0
          -75.68885,45.38168,0
          -75.68873,45.38177,0
          -75.68833,45.382,0
          -75.68822,45.38206,0
          -75.68742,45.38251,0
          -75.68675,45.38289,0
          -75.68627,45.38316,0
          -75.68622,45.38319,0
          -75.68577,45.38346,0
          -75.68556,45.3836,0
          -75.68528,45.38379,0
          -75.68475,45.38412,0
          -75.6845,45.38431,0
          -75.68436,45.38443,0
          -75.6842,45.38455,0
          -75.68404,45.38471,0
          -75.68384,45.3849,0
          -75.68365,45.38507,0
          -75.68349,45.38521,0
          -75.68334,45.38531,0
          -75.68326,45.38538,0
          -75.68308,45.38549,0
          -75.68292,45.38558,0
          -75.68251,45.3858,0
          -75.68184,45.38616,0
          -75.68177,45.3862,0
          -75.68163,45.38628,0
          -75.68115,45.38652,0
          -75.68102,45.38658,0
          -75.68075,45.3867,0
          -75.68064,45.38675,0
          -75.68051,45.38681,0
          -75.68019,45.38696,0
          -75.68001,45.38705,0
          -75.67988,45.38712,0
          -75.67979,45.38717,0
          -75.67966,45.38726,0
          -75.67847,45.38813,0
          -75.6783,45.38825,0
          -75.67824,45.38829,0
          -75.67737,45.38877,0
          -75.67727,45.38883,0
          -75.67702,45.38903,0
          -75.67688,45.38917,0
          -75.67664,45.38941,0
          -75.6758,45.39027,0
          -75.67545,45.3906,0
          -75.67536,45.39069,0
          -75.67529,45.39076,0
          -75.67431,45.39162,0
          -75.67415,45.39177,0
          -75.67398,45.39192,0
          -75.67396,45.39193,0
          -75.67308,45.39271,0
          -75.67255,45.39317,0
          -75.67192,45.39372,0
          -75.67159,45.39401,0
          -75.67151,45.3941,0
          -75.67143,45.39418,0
          -75.67137,45.39426,0
          -75.6711,45.39459,0
          -75.67094,45.39482,0
          -75.67086,45.39496,0
          -75.67085,45.39497,0
          -75.67078,45.39511,0
          -75.67069,45.39528,0
          -75.67065,45.39536,0
          -75.6706,45.39548,0
          -75.67055,45.3956,0
          -75.67051,45.39571,0
          -75.67047,45.39584,0
          -75.67045,45.39594,0
          -75.67039,45.39616,0
          -75.67038,45.39623,0
          -75.67035,45.39638,0
          -75.67012,45.39786,0
          -75.67011,45.39794,0
          -75.67005,45.3983,0
          -75.67003,45.39842,0
          -75.67,45.39854,0
          -75.66995,45.39869,0
          -75.66991,45.39879,0
          -75.66983,45.39895,0
          -75.66955,45.39947,0
          -75.6694,45.39973,0
          -75.66931,45.39988,0
          -75.66924,45.39997,0
          -75.66919,45.40003,0
          -75.66912,45.40011,0
          -75.66907,45.40016,0
          -75.66902,45.40021,0
          -75.66894,45.40027,0
          -75.66881,45.40036,0
          -75.66819,45.40079,0
          -75.66812,45.40083,0
          -75.66804,45.40089,0
          -75.66774,45.40111,0
          -75.66765,45.40118,0
          -75.66761,45.40121,0
          -75.66752,45.40129,0
          -75.66736,45.40142,0
          -75.66721,45.40157,0
          -75.66714,45.40164,0
          -75.6671,45.40171,0
          -75.66706,45.40176,0
          -75.667,45.40187,0
          -75.66695,45.402,0
          -75.66689,45.40213,0
          -75.66685,45.40229,0
          -75.6668,45.40246,0
          -75.66676,45.40264,0
          -75.66664,45.40311,0
          -75.66659,45.4033,0
          -75.66655,45.40343,0
          -75.66648,45.40357,0
          -75.66639,45.40375,0
          -75.66631,45.40389,0
          -75.66623,45.404,0
          -75.66617,45.40409,0
          -75.66611,45.40417,0
          -75.66606,45.40425,0
          -75.66599,45.40435,0
          -75.66583,45.40454,0
          -75.66564,45.40479,0
          -75.66549,45.40498,0
          -75.66538,45.40513,0
          -75.66529,45.40532,0
          -75.66522,45.40548,0
          -75.66518,45.40561,0
          -75.66513,45.40579,0
          -75.6651,45.40593,0
          -75.66509,45.40607,0
          -75.66509,45.40629,0
          -75.6651,45.40644,0
          -75.66513,45.40683,0
          -75.66521,45.40772,0
          -75.66523,45.40811,0
          -75.66523,45.4082,0
          -75.66523,45.40828,0
          -75.66522,45.40835,0
          -75.66521,45.40844,0
          -75.6652,45.40851,0
          -75.66518,45.40859,0
          -75.66513,45.40875,0
          -75.6651,45.40884,0
          -75.66507,45.4089,0
          -75.66504,45.40897,0
          -75.66499,45.40906,0
          -75.66495,45.40913,0
          -75.66491,45.40919,0
          -75.66488,45.40924,0
          -75.66484,45.4093,0
          -75.66476,45.40939,0
          -75.66463,45.40953,0
          -75.66462,45.40953,0
          -75.66454,45.40962,0
          -75.66448,45.40967,0
          -75.66434,45.40978,0
          -75.66425,45.40985,0
          -75.66418,45.40989,0
          -75.66412,45.40994,0
          -75.66401,45.41,0
          -75.66391,45.41006,0
          -75.66377,45.41012,0
          -75.66365,45.41017,0
          -75.6635,45.41022,0
          -75.66333,45.41028,0
          -75.66312,45.41034,0
          -75.6629,45.41039,0
          -75.66269,45.41043,0
          -75.66246,45.41046,0
          -75.66226,45.41048,0
          -75.66208,45.41049,0
          -75.66167,45.41052,0
          -75.66134,45.41055,0
          -75.66116,45.41056,0
          -75.66108,45.41057,0
          -75.66091,45.41059,0
          -75.66078,45.41061,0
          -75.66067,45.41063,0
          -75.66039,45.4107,0
          -75.66027,45.41073,0
          -75.66014,45.41078,0
          -75.66003,45.41082,0
          -75.65994,45.41086,0
          -75.65983,45.4109,0
          -75.65974,45.41095,0
          -75.65965,45.41099,0
          -75.65946,45.4111,0
          -75.65939,45.41115,0
          -75.6593,45.41121,0
          -75.65922,45.41127,0
          -75.65915,45.41133,0
          -75.65908,45.4114,0
          -75.65901,45.41147,0
          -75.65894,45.41155,0
          -75.65888,45.41163,0
          -75.65879,45.41175,0
          -75.65869,45.41189,0
          -75.65857,45.41208,0
          -75.65854,45.41214,0
          -75.6585,45.41225,0
          -75.65821,45.41284,0
          -75.65799,45.4133,0
          -75.65782,45.41364,0
          -75.65712,45.41511,0
          -75.65701,45.41533,0
          -75.65684,45.41565,0
          -75.65679,45.4158,0
          -75.65675,45.41592,0
          -75.65659,45.41591,0
          -75.6563,45.4159,0
          -75.65596,45.41593,0
          -75.65585,45.41596,0
          -75.6558,45.41598,0
          -75.65575,45.416,0
          -75.65565,45.41608,0
          -75.65557,45.41606,0
          -75.65555,45.41606,0
          -75.65553,45.41607,0
          -75.65552,45.41608,0
          -75.6555,45.41609,0
          -75.65547,45.41612,0
          -75.65543,45.41615,0
          -75.65535,45.41621,0
          -75.65527,45.41627,0
          -75.65471,45.41669,0
          -75.65458,45.41679,0
          -75.65445,45.41687,0
          -75.65435,45.41693,0
          -75.65421,45.41701,0
          -75.65412,45.41707,0
          -75.65405,45.41712,0
          -75.65399,45.41715,0
          -75.65392,45.41719,0
          -75.6538,45.41724,0
          -75.65366,45.4173,0
          -75.65347,45.41739,0
          -75.65308,45.41756,0
          -75.65294,45.41761,0
          -75.6528,45.41756,0
          -75.65274,45.41754,0
          -75.65281,45.41745,0
          -75.65282,45.41742,0
          -75.65287,45.41735,0
          -75.6529,45.41727,0
          -75.65293,45.41721,0
          -75.65295,45.41714,0
          -75.65296,45.41707,0
          -75.65297,45.41702,0
          -75.65297,45.41697,0
          -75.65296,45.41691,0
          -75.65294,45.41684,0
          -75.65291,45.4168,0
          -75.65287,45.41676,0
          -75.65281,45.41674,0
          -75.65275,45.41672,0
          -75.65269,45.41672,0
          -75.65259,45.41672,0
          -75.65238,45.41673,0
          -75.65175,45.41679,0
          -75.65173,45.41667,0
        </coordinates>
      </LineString>
    </Placemark>
    <Placemark>
      <name>1st Met</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6886291,45.4034448,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>1st kiss</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6935006,45.4135627,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Home</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.69628,45.411852,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Mooneys Bay Park</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6916251,45.3674997,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name><![CDATA[Macdonald Cartier Airport & Train station at 300 tremblay road]]></name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6668359,45.3226451,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name><![CDATA[Macdonald Cartier Airport & Train station at 300 tremblay road]]></name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6517309,45.4166704,0
        </coordinates>
      </Point>
    </Placemark>
  </Document>
</kml>

map four

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
  <Document>
    <name>Directions from Clarence street to National Arts Centre</name>
    <Style id="icon-1899-DB4436-nodesc-normal">
      <IconStyle>
        <color>ff3644db</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>0</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <Style id="icon-1899-DB4436-nodesc-highlight">
      <IconStyle>
        <color>ff3644db</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>1</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <StyleMap id="icon-1899-DB4436-nodesc">
      <Pair>
        <key>normal</key>
        <styleUrl>#icon-1899-DB4436-nodesc-normal</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#icon-1899-DB4436-nodesc-highlight</styleUrl>
      </Pair>
    </StyleMap>
    <Style id="line-1267FF-5000-nodesc-normal">
      <LineStyle>
        <color>ffff6712</color>
        <width>5</width>
      </LineStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <Style id="line-1267FF-5000-nodesc-highlight">
      <LineStyle>
        <color>ffff6712</color>
        <width>7.5</width>
      </LineStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <StyleMap id="line-1267FF-5000-nodesc">
      <Pair>
        <key>normal</key>
        <styleUrl>#line-1267FF-5000-nodesc-normal</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#line-1267FF-5000-nodesc-highlight</styleUrl>
      </Pair>
    </StyleMap>
    <Placemark>
      <name>Directions from Clarence street to National Arts Centre</name>
      <styleUrl>#line-1267FF-5000-nodesc</styleUrl>
      <LineString>
        <tessellate>1</tessellate>
        <coordinates>
          -75.69513,45.42823,0
          -75.6951,45.4282,0
          -75.6955,45.42803,0
          -75.69498,45.42745,0
          -75.69377,45.42595,0
          -75.69375,45.42588,0
          -75.69346,45.42551,0
          -75.69405,45.42525,0
          -75.69506,45.42477,0
          -75.69674,45.42407,0
          -75.69694,45.42393,0
          -75.70108,45.42217,0
          -75.70189,45.4218,0
          -75.70747,45.41943,0
          -75.7076,45.41931,0
          -75.70891,45.41877,0
          -75.70911,45.41872,0
          -75.70925,45.4187,0
          -75.70943,45.41846,0
          -75.70971,45.41816,0
          -75.70984,45.41797,0
          -75.70992,45.41782,0
          -75.70993,45.41781,0
          -75.70994,45.41776,0
          -75.70998,45.41763,0
          -75.71,45.41748,0
          -75.71,45.41724,0
          -75.71002,45.41713,0
          -75.71006,45.41702,0
          -75.71009,45.4169,0
          -75.71009,45.41685,0
          -75.71,45.41632,0
          -75.70905,45.41599,0
          -75.7089,45.41595,0
          -75.71006,45.41439,0
          -75.71042,45.41396,0
          -75.71051,45.41382,0
          -75.71058,45.41374,0
          -75.71259,45.41296,0
          -75.71271,45.41292,0
          -75.71576,45.41158,0
          -75.71609,45.41146,0
          -75.7159,45.41119,0
          -75.71588,45.41114,0
          -75.71575,45.41094,0
          -75.71572,45.41088,0
          -75.715,45.40971,0
          -75.71394,45.40791,0
          -75.71274,45.40596,0
          -75.71237,45.40532,0
          -75.71173,45.40428,0
          -75.71194,45.40463,0
          -75.71332,45.40422,0
          -75.71497,45.40358,0
          -75.71572,45.40335,0
          -75.71585,45.4033,0
          -75.71638,45.40315,0
          -75.71756,45.40277,0
          -75.72012,45.402,0
          -75.72041,45.4019,0
          -75.7206,45.40181,0
          -75.72068,45.40175,0
          -75.72079,45.40168,0
          -75.72085,45.40165,0
          -75.72108,45.40156,0
          -75.7283,45.39941,0
          -75.72885,45.40033,0
          -75.72914,45.40078,0
          -75.73099,45.40009,0
          -75.7314,45.39995,0
          -75.73152,45.3999,0
          -75.73228,45.39964,0
          -75.73242,45.39961,0
          -75.73265,45.39954,0
          -75.73394,45.39925,0
          -75.74001,45.39802,0
          -75.74029,45.39795,0
          -75.74053,45.39786,0
          -75.74079,45.39778,0
          -75.74137,45.39757,0
          -75.74203,45.39729,0
          -75.74221,45.39723,0
          -75.74547,45.39577,0
          -75.7477,45.39481,0
          -75.74779,45.39476,0
          -75.74808,45.39464,0
          -75.74818,45.39459,0
          -75.75086,45.39346,0
          -75.75163,45.39309,0
          -75.75316,45.39245,0
          -75.75381,45.39216,0
          -75.75371,45.39199,0
          -75.75381,45.39216,0
          -75.75464,45.39178,0
          -75.75536,45.39142,0
          -75.75657,45.39086,0
          -75.75672,45.39077,0
          -75.75692,45.39063,0
          -75.75818,45.38993,0
          -75.75847,45.38974,0
          -75.75917,45.38934,0
          -75.75918,45.38934,0
          -75.75986,45.38894,0
          -75.76576,45.38522,0
          -75.76636,45.38481,0
          -75.76908,45.38306,0
          -75.76931,45.3829,0
          -75.76957,45.3827,0
          -75.77017,45.38217,0
          -75.773,45.37953,0
          -75.7738,45.37875,0
          -75.77383,45.37871,0
          -75.77493,45.37757,0
          -75.77501,45.37751,0
          -75.77534,45.37723,0
          -75.77594,45.37667,0
          -75.776,45.37663,0
          -75.77633,45.37629,0
          -75.77642,45.37621,0
          -75.7786,45.37378,0
          -75.77872,45.37366,0
          -75.77952,45.37276,0
          -75.77982,45.37245,0
          -75.7812,45.37093,0
          -75.78155,45.37061,0
          -75.783,45.3696,0
          -75.78301,45.36959,0
          -75.78314,45.3695,0
          -75.78325,45.36941,0
          -75.78348,45.36927,0
          -75.78396,45.36891,0
          -75.78397,45.3689,0
          -75.78494,45.36819,0
          -75.78601,45.3675,0
          -75.78675,45.36693,0
          -75.78714,45.36661,0
          -75.78725,45.3665,0
          -75.78841,45.36522,0
          -75.78914,45.3643,0
          -75.78934,45.36403,0
          -75.79023,45.36292,0
          -75.79064,45.36247,0
          -75.79072,45.36237,0
          -75.79078,45.36231,0
          -75.79085,45.36228,0
          -75.7909,45.36225,0
          -75.7913,45.36186,0
          -75.79216,45.36124,0
          -75.79218,45.36122,0
          -75.79222,45.36116,0
          -75.79228,45.36104,0
          -75.7923,45.36098,0
          -75.79234,45.36077,0
          -75.79239,45.36061,0
          -75.79245,45.36046,0
          -75.79254,45.36033,0
          -75.7931,45.35969,0
          -75.79346,45.35931,0
          -75.79449,45.35814,0
          -75.79459,45.35804,0
          -75.7952,45.35729,0
          -75.79531,45.35717,0
          -75.79558,45.3568,0
          -75.79619,45.35611,0
          -75.79628,45.35602,0
          -75.80042,45.3513,0
          -75.80056,45.35111,0
          -75.80136,45.35021,0
          -75.8016,45.34996,0
          -75.80242,45.34921,0
          -75.80248,45.34908,0
          -75.80324,45.34828,0
          -75.80392,45.34765,0
          -75.80428,45.34729,0
          -75.80452,45.347,0
          -75.8053,45.34593,0
          -75.80593,45.34501,0
          -75.80631,45.34449,0
          -75.80703,45.34335,0
          -75.80716,45.34317,0
          -75.80721,45.34312,0
          -75.80802,45.34189,0
          -75.80811,45.34177,0
          -75.80999,45.3389,0
          -75.80999,45.33889,0
          -75.81111,45.33718,0
          -75.8112,45.33706,0
          -75.81107,45.33701,0
          -75.81078,45.33697,0
          -75.81064,45.33692,0
          -75.81058,45.33686,0
          -75.81055,45.33681,0
          -75.81052,45.33677,0
          -75.81049,45.33672,0
          -75.81045,45.3366,0
          -75.81041,45.33654,0
          -75.8102,45.3363,0
          -75.81006,45.33609,0
          -75.80999,45.3359,0
          -75.80994,45.33585,0
          -75.8099,45.33579,0
          -75.80978,45.33567,0
          -75.80976,45.33564,0
          -75.80974,45.33562,0
          -75.80961,45.33543,0
          -75.80957,45.33536,0
          -75.8095,45.33528,0
          -75.80949,45.33526,0
          -75.80952,45.33521,0
          -75.80954,45.33512,0
          -75.80954,45.33509,0
          -75.80952,45.33501,0
          -75.80938,45.33476,0
          -75.80925,45.33448,0
          -75.80919,45.33438,0
          -75.80912,45.33428,0
          -75.80907,45.33422,0
          -75.80905,45.33419,0
          -75.80904,45.33415,0
          -75.80904,45.3341,0
          -75.80906,45.33405,0
          -75.80919,45.33388,0
          -75.80922,45.33383,0
          -75.80924,45.33378,0
          -75.80925,45.33372,0
          -75.80924,45.33368,0
          -75.80917,45.33353,0
          -75.80905,45.33337,0
          -75.80892,45.33311,0
          -75.8089,45.33306,0
          -75.8089,45.33303,0
          -75.80894,45.33288,0
          -75.80903,45.33263,0
          -75.80904,45.33257,0
          -75.80905,45.33255,0
          -75.80906,45.33249,0
          -75.80906,45.33241,0
          -75.80907,45.33232,0
          -75.80904,45.33206,0
          -75.80898,45.33185,0
          -75.80889,45.33166,0
          -75.80806,45.33024,0
          -75.80565,45.3263,0
          -75.80546,45.32602,0
          -75.80528,45.32563,0
          -75.80519,45.32539,0
          -75.80517,45.32529,0
          -75.8051,45.32509,0
          -75.80508,45.32498,0
          -75.80505,45.32488,0
          -75.80502,45.32466,0
          -75.80492,45.3242,0
          -75.80488,45.32385,0
          -75.80488,45.32346,0
          -75.80412,45.32349,0
          -75.80382,45.32348,0
          -75.80355,45.32349,0
          -75.80352,45.32351,0
          -75.80351,45.32352,0
          -75.80349,45.32355,0
          -75.8035,45.32404,0
          -75.80337,45.32396,0
          -75.80309,45.32381,0
          -75.80323,45.3241,0
          -75.80324,45.32423,0
          -75.8032,45.32434,0
          -75.80305,45.32456,0
          -75.80286,45.32468,0
          -75.80252,45.32501,0
          -75.80216,45.32529,0
          -75.80179,45.32549,0
          -75.80137,45.32567,0
          -75.80089,45.32583,0
          -75.80137,45.32567,0
          -75.80179,45.32549,0
          -75.80216,45.32529,0
          -75.80252,45.32501,0
          -75.80286,45.32468,0
          -75.80305,45.32456,0
          -75.8032,45.32434,0
          -75.80324,45.32423,0
          -75.80323,45.3241,0
          -75.80309,45.32381,0
          -75.80279,45.32364,0
          -75.80275,45.32361,0
          -75.80274,45.32358,0
          -75.80274,45.32352,0
          -75.80273,45.32348,0
          -75.80268,45.32345,0
          -75.80222,45.32339,0
          -75.8012,45.32278,0
          -75.80076,45.32203,0
          -75.80067,45.322,0
          -75.80066,45.32198,0
          -75.80051,45.32147,0
          -75.80049,45.32119,0
          -75.80039,45.32088,0
          -75.7997,45.32055,0
          -75.79925,45.32045,0
          -75.79856,45.32035,0
          -75.79837,45.32029,0
          -75.79813,45.31997,0
          -75.7979,45.31988,0
          -75.79747,45.31979,0
          -75.7974,45.31964,0
          -75.79693,45.31956,0
          -75.79663,45.31959,0
          -75.79635,45.31966,0
          -75.79601,45.31973,0
          -75.7956,45.31978,0
          -75.79519,45.31985,0
          -75.79485,45.31985,0
          -75.79455,45.31979,0
          -75.79431,45.3197,0
          -75.7943,45.31969,0
          -75.79435,45.31967,0
          -75.79446,45.31961,0
          -75.79449,45.31957,0
          -75.7945,45.31952,0
          -75.7945,45.31946,0
          -75.79446,45.3193,0
          -75.79443,45.31925,0
          -75.7944,45.31914,0
          -75.79439,45.31905,0
          -75.79441,45.31897,0
          -75.79442,45.3189,0
          -75.79446,45.31874,0
          -75.79444,45.31867,0
          -75.79441,45.31862,0
          -75.79433,45.31855,0
          -75.79425,45.3185,0
          -75.79407,45.31837,0
          -75.79368,45.31801,0
          -75.79363,45.31793,0
          -75.79355,45.31782,0
          -75.79339,45.31749,0
          -75.79336,45.31739,0
          -75.79331,45.31726,0
          -75.79322,45.31711,0
          -75.79316,45.31706,0
          -75.79298,45.31694,0
          -75.7928,45.31689,0
          -75.79271,45.31688,0
          -75.79251,45.31688,0
          -75.79242,45.3169,0
          -75.79224,45.31697,0
          -75.79217,45.31699,0
          -75.79175,45.31722,0
          -75.79167,45.31725,0
          -75.79128,45.31734,0
          -75.79116,45.31734,0
          -75.7911,45.31732,0
          -75.79101,45.3173,0
          -75.79094,45.3173,0
          -75.79087,45.31732,0
          -75.79025,45.31756,0
          -75.78974,45.31779,0
          -75.78952,45.31786,0
          -75.78942,45.31787,0
          -75.7872,45.31875,0
          -75.78588,45.31922,0
          -75.78587,45.31922,0
          -75.78576,45.31906,0
          -75.78553,45.31902,0
          -75.78544,45.31902,0
          -75.78511,45.31913,0
          -75.77834,45.32185,0
          -75.7775,45.32224,0
          -75.77747,45.32225,0
          -75.77745,45.32225,0
          -75.77742,45.32226,0
          -75.77732,45.32226,0
          -75.77719,45.32229,0
          -75.77701,45.32235,0
          -75.77687,45.32242,0
          -75.77683,45.32245,0
          -75.77673,45.32244,0
          -75.7764,45.32246,0
          -75.77606,45.32258,0
          -75.7757,45.32269,0
          -75.77565,45.32271,0
          -75.77532,45.3228,0
          -75.77492,45.32288,0
          -75.77451,45.32294,0
          -75.7743,45.32296,0
          -75.77386,45.32298,0
          -75.77328,45.32298,0
          -75.77303,45.32297,0
          -75.77099,45.32279,0
          -75.77005,45.32274,0
          -75.76896,45.32277,0
          -75.76824,45.32284,0
          -75.76754,45.32294,0
          -75.76675,45.32311,0
          -75.7664,45.3232,0
          -75.76545,45.3235,0
          -75.76019,45.32561,0
          -75.75966,45.32578,0
          -75.75934,45.32587,0
          -75.75866,45.32603,0
          -75.75846,45.32606,0
          -75.75827,45.3261,0
          -75.75808,45.32612,0
          -75.75792,45.32615,0
          -75.75616,45.32633,0
          -75.7556,45.32641,0
          -75.75483,45.32655,0
          -75.75412,45.32671,0
          -75.75343,45.32689,0
          -75.75253,45.32717,0
          -75.75193,45.32739,0
          -75.75091,45.32782,0
          -75.75039,45.32808,0
          -75.74989,45.32836,0
          -75.7498,45.3284,0
          -75.74775,45.32951,0
          -75.74724,45.32973,0
          -75.74651,45.32997,0
          -75.74595,45.33011,0
          -75.74528,45.33023,0
          -75.74233,45.33062,0
          -75.74138,45.33079,0
          -75.74067,45.33097,0
          -75.73997,45.33119,0
          -75.73681,45.33239,0
          -75.73662,45.33245,0
          -75.73613,45.33258,0
          -75.73563,45.33267,0
          -75.73504,45.33273,0
          -75.73454,45.33275,0
          -75.73181,45.33265,0
          -75.73099,45.33267,0
          -75.7305,45.33271,0
          -75.72971,45.33281,0
          -75.72894,45.33296,0
          -75.72847,45.33307,0
          -75.72818,45.33315,0
          -75.72804,45.3332,0
          -75.72788,45.33324,0
          -75.72755,45.33336,0
          -75.72643,45.33381,0
          -75.72627,45.33389,0
          -75.72501,45.33445,0
          -75.72487,45.3345,0
          -75.72451,45.33466,0
          -75.72418,45.33479,0
          -75.724,45.33485,0
          -75.71296,45.33964,0
          -75.71226,45.33989,0
          -75.71191,45.33998,0
          -75.71158,45.34004,0
          -75.71124,45.34007,0
          -75.7111,45.34009,0
          -75.71077,45.34011,0
          -75.71063,45.3401,0
          -75.7106,45.34011,0
          -75.71017,45.34009,0
          -75.70962,45.34002,0
          -75.70906,45.33989,0
          -75.70875,45.3398,0
          -75.70815,45.33953,0
          -75.70792,45.33939,0
          -75.70763,45.33919,0
          -75.70732,45.33894,0
          -75.70714,45.33876,0
          -75.70695,45.33855,0
          -75.70485,45.33575,0
          -75.7046,45.33547,0
          -75.70437,45.33527,0
          -75.70419,45.33513,0
          -75.70382,45.3349,0
          -75.70364,45.3348,0
          -75.70327,45.33465,0
          -75.70309,45.33459,0
          -75.70255,45.33447,0
          -75.70245,45.33446,0
          -75.70221,45.33442,0
          -75.70158,45.33437,0
          -75.70115,45.33435,0
          -75.69872,45.33416,0
          -75.6979,45.33412,0
          -75.69733,45.33411,0
          -75.69579,45.33418,0
          -75.69539,45.33423,0
          -75.69447,45.33438,0
          -75.69359,45.33457,0
          -75.69305,45.33473,0
          -75.6927,45.33482,0
          -75.69238,45.33494,0
          -75.69218,45.335,0
          -75.68814,45.33668,0
          -75.68811,45.3367,0
          -75.68601,45.33756,0
          -75.6852,45.33787,0
          -75.68509,45.33777,0
          -75.68154,45.33497,0
          -75.68151,45.33494,0
          -75.67993,45.33369,0
          -75.67982,45.33359,0
          -75.67598,45.33082,0
          -75.67569,45.33063,0
          -75.67549,45.33052,0
          -75.67502,45.33029,0
          -75.66882,45.32706,0
          -75.66977,45.32615,0
          -75.66953,45.32602,0
          -75.66966,45.3259,0
          -75.66905,45.32559,0
          -75.66911,45.32553,0
          -75.66898,45.32546,0
          -75.66928,45.32519,0
          -75.66928,45.32518,0
          -75.66931,45.32515,0
          -75.66931,45.32513,0
          -75.6693,45.32512,0
          -75.6693,45.32511,0
          -75.66929,45.32509,0
          -75.66905,45.32474,0
          -75.66901,45.3247,0
          -75.66897,45.32467,0
          -75.6686,45.32445,0
          -75.66853,45.32437,0
          -75.66842,45.32422,0
          -75.66847,45.32405,0
          -75.6685,45.32397,0
          -75.66851,45.3239,0
          -75.6685,45.32383,0
          -75.66846,45.32373,0
          -75.66843,45.32369,0
          -75.66829,45.32356,0
          -75.66816,45.32346,0
          -75.66677,45.32271,0
          -75.66684,45.32265,0
          -75.66677,45.32271,0
          -75.66816,45.32346,0
          -75.66829,45.32356,0
          -75.66843,45.32369,0
          -75.66846,45.32373,0
          -75.6685,45.32383,0
          -75.66851,45.3239,0
          -75.6685,45.32397,0
          -75.66847,45.32405,0
          -75.66842,45.32422,0
          -75.66853,45.32437,0
          -75.6686,45.32445,0
          -75.66897,45.32467,0
          -75.66901,45.3247,0
          -75.66905,45.32474,0
          -75.66929,45.32509,0
          -75.6693,45.32511,0
          -75.6693,45.32512,0
          -75.66931,45.32513,0
          -75.66931,45.32515,0
          -75.66928,45.32518,0
          -75.66928,45.32519,0
          -75.66898,45.32546,0
          -75.66911,45.32553,0
          -75.66905,45.32559,0
          -75.66966,45.3259,0
          -75.66953,45.32602,0
          -75.66977,45.32615,0
          -75.66882,45.32706,0
          -75.67502,45.33029,0
          -75.67549,45.33052,0
          -75.67569,45.33063,0
          -75.67598,45.33082,0
          -75.67982,45.33359,0
          -75.67993,45.33369,0
          -75.68151,45.33494,0
          -75.68154,45.33497,0
          -75.68509,45.33777,0
          -75.6852,45.33787,0
          -75.68656,45.33896,0
          -75.68726,45.33956,0
          -75.6877,45.34001,0
          -75.68771,45.34003,0
          -75.68785,45.3402,0
          -75.68837,45.3407,0
          -75.68861,45.34095,0
          -75.68968,45.34219,0
          -75.68995,45.34215,0
          -75.69003,45.34215,0
          -75.69005,45.34232,0
          -75.6901,45.34243,0
          -75.69019,45.34254,0
          -75.69027,45.34257,0
          -75.69096,45.3426,0
          -75.69095,45.34265,0
          -75.69095,45.34319,0
          -75.69098,45.34344,0
          -75.69106,45.34386,0
          -75.69114,45.34418,0
          -75.69127,45.34456,0
          -75.69145,45.34499,0
          -75.69154,45.34516,0
          -75.69176,45.34566,0
          -75.69182,45.34577,0
          -75.6919,45.34601,0
          -75.69197,45.34633,0
          -75.69207,45.347,0
          -75.6922,45.34868,0
          -75.69235,45.34948,0
          -75.69277,45.35102,0
          -75.69303,45.35213,0
          -75.69305,45.35228,0
          -75.69305,45.35244,0
          -75.69303,45.35268,0
          -75.69298,45.3529,0
          -75.69297,45.35297,0
          -75.69294,45.35305,0
          -75.69283,45.35329,0
          -75.6925,45.35394,0
          -75.69223,45.35442,0
          -75.69213,45.35457,0
          -75.692,45.35479,0
          -75.69198,45.35481,0
          -75.69101,45.3562,0
          -75.691,45.35622,0
          -75.69051,45.35689,0
          -75.68886,45.35902,0
          -75.68853,45.35952,0
          -75.68868,45.35957,0
          -75.68844,45.35993,0
          -75.68831,45.36017,0
          -75.68801,45.36084,0
          -75.68795,45.36113,0
          -75.68793,45.36136,0
          -75.68793,45.36157,0
          -75.68794,45.3617,0
          -75.68794,45.36183,0
          -75.68801,45.36229,0
          -75.68979,45.36787,0
          -75.69035,45.36974,0
          -75.69036,45.36976,0
          -75.69051,45.37029,0
          -75.69061,45.37071,0
          -75.69076,45.37122,0
          -75.69094,45.37198,0
          -75.69103,45.37255,0
          -75.69113,45.37346,0
          -75.6916,45.3769,0
          -75.69164,45.37735,0
          -75.69171,45.37791,0
          -75.69172,45.37807,0
          -75.69172,45.37835,0
          -75.6917,45.37862,0
          -75.69168,45.37874,0
          -75.69157,45.37906,0
          -75.69146,45.37929,0
          -75.6913,45.37956,0
          -75.69123,45.37965,0
          -75.69102,45.37989,0
          -75.69059,45.38027,0
          -75.68934,45.38131,0
          -75.68873,45.38177,0
          -75.68627,45.38316,0
          -75.68577,45.38346,0
          -75.68528,45.38379,0
          -75.68475,45.38412,0
          -75.6845,45.38431,0
          -75.68436,45.38443,0
          -75.6842,45.38455,0
          -75.68384,45.3849,0
          -75.68349,45.38521,0
          -75.68334,45.38531,0
          -75.68326,45.38538,0
          -75.68308,45.38549,0
          -75.68163,45.38628,0
          -75.68115,45.38652,0
          -75.68019,45.38696,0
          -75.67979,45.38717,0
          -75.67824,45.38829,0
          -75.67727,45.38883,0
          -75.67702,45.38903,0
          -75.6758,45.39027,0
          -75.67529,45.39076,0
          -75.67398,45.39192,0
          -75.67396,45.39193,0
          -75.67159,45.39401,0
          -75.67143,45.39418,0
          -75.6711,45.39459,0
          -75.67094,45.39482,0
          -75.67086,45.39496,0
          -75.67085,45.39497,0
          -75.67065,45.39536,0
          -75.67055,45.3956,0
          -75.67047,45.39584,0
          -75.67045,45.39594,0
          -75.67039,45.39616,0
          -75.67003,45.39842,0
          -75.67,45.39854,0
          -75.66991,45.39879,0
          -75.66955,45.39947,0
          -75.66931,45.39988,0
          -75.66912,45.40011,0
          -75.66902,45.40021,0
          -75.66819,45.40079,0
          -75.66812,45.40083,0
          -75.66761,45.40121,0
          -75.66736,45.40142,0
          -75.66714,45.40164,0
          -75.6671,45.40171,0
          -75.66706,45.40176,0
          -75.667,45.40187,0
          -75.66695,45.402,0
          -75.66689,45.40213,0
          -75.66659,45.4033,0
          -75.66655,45.40343,0
          -75.66639,45.40375,0
          -75.66631,45.40389,0
          -75.66599,45.40435,0
          -75.66583,45.40454,0
          -75.66538,45.40513,0
          -75.66522,45.40548,0
          -75.66513,45.40579,0
          -75.6651,45.40593,0
          -75.66509,45.40607,0
          -75.66509,45.40629,0
          -75.66521,45.40772,0
          -75.66523,45.40811,0
          -75.66523,45.40828,0
          -75.6652,45.40851,0
          -75.6651,45.40884,0
          -75.66504,45.40897,0
          -75.66495,45.40913,0
          -75.66484,45.4093,0
          -75.66463,45.40953,0
          -75.66462,45.40953,0
          -75.66454,45.40962,0
          -75.66425,45.40985,0
          -75.66418,45.40989,0
          -75.66412,45.40994,0
          -75.66391,45.41006,0
          -75.66365,45.41017,0
          -75.66333,45.41028,0
          -75.66312,45.41034,0
          -75.66269,45.41043,0
          -75.66226,45.41048,0
          -75.66116,45.41056,0
          -75.66067,45.41063,0
          -75.66027,45.41073,0
          -75.65983,45.4109,0
          -75.65974,45.41095,0
          -75.65965,45.41099,0
          -75.65946,45.4111,0
          -75.65922,45.41127,0
          -75.65915,45.41133,0
          -75.65901,45.41147,0
          -75.65894,45.41155,0
          -75.65869,45.41189,0
          -75.65857,45.41208,0
          -75.65854,45.41214,0
          -75.6585,45.41225,0
          -75.65701,45.41533,0
          -75.65684,45.41565,0
          -75.65675,45.41592,0
          -75.6563,45.4159,0
          -75.65596,45.41593,0
          -75.65585,45.41596,0
          -75.65575,45.416,0
          -75.65558,45.41613,0
          -75.65549,45.41621,0
          -75.65434,45.41745,0
          -75.65411,45.41765,0
          -75.65385,45.41783,0
          -75.65356,45.41797,0
          -75.65327,45.41808,0
          -75.65297,45.41816,0
          -75.65267,45.41822,0
          -75.6512,45.41836,0
          -75.65115,45.41836,0
          -75.65092,45.41838,0
          -75.65087,45.41839,0
          -75.64924,45.41848,0
          -75.64916,45.4185,0
          -75.64701,45.41864,0
          -75.64703,45.41876,0
          -75.64705,45.41898,0
          -75.6474,45.42152,0
          -75.64726,45.42153,0
          -75.64707,45.42156,0
          -75.64679,45.42157,0
          -75.64626,45.42162,0
          -75.64356,45.4218,0
          -75.64346,45.42179,0
          -75.64342,45.42178,0
          -75.64338,45.42178,0
          -75.64332,45.42141,0
          -75.64235,45.42147,0
          -75.64229,45.421,0
          -75.64228,45.421,0
          -75.642,45.42105,0
          -75.64197,45.42105,0
          -75.64195,45.42099,0
          -75.64194,45.42097,0
          -75.64192,45.42096,0
          -75.64188,45.42095,0
          -75.64135,45.42096,0
          -75.64075,45.42103,0
          -75.64086,45.4212,0
          -75.64009,45.42142,0
          -75.64006,45.42142,0
          -75.64002,45.42143,0
          -75.63999,45.42142,0
          -75.63995,45.42148,0
          -75.63999,45.42142,0
          -75.64002,45.42143,0
          -75.64006,45.42142,0
          -75.64009,45.42142,0
          -75.64086,45.4212,0
          -75.64075,45.42103,0
          -75.64135,45.42096,0
          -75.64188,45.42095,0
          -75.64192,45.42096,0
          -75.64194,45.42097,0
          -75.64195,45.42099,0
          -75.64197,45.42105,0
          -75.642,45.42105,0
          -75.64228,45.421,0
          -75.64229,45.421,0
          -75.64231,45.42116,0
          -75.64329,45.4211,0
          -75.64332,45.42141,0
          -75.64338,45.42178,0
          -75.64342,45.42178,0
          -75.64346,45.42179,0
          -75.64356,45.4218,0
          -75.64626,45.42162,0
          -75.64679,45.42157,0
          -75.64707,45.42156,0
          -75.64726,45.42153,0
          -75.6474,45.42152,0
          -75.64705,45.41898,0
          -75.64703,45.41876,0
          -75.64701,45.41864,0
          -75.64916,45.4185,0
          -75.64924,45.41848,0
          -75.65087,45.41839,0
          -75.65092,45.41838,0
          -75.65115,45.41836,0
          -75.6512,45.41836,0
          -75.65267,45.41822,0
          -75.65297,45.41816,0
          -75.65327,45.41808,0
          -75.65356,45.41797,0
          -75.65385,45.41783,0
          -75.65411,45.41765,0
          -75.65434,45.41745,0
          -75.65549,45.41621,0
          -75.65558,45.41613,0
          -75.65575,45.416,0
          -75.65585,45.41596,0
          -75.65596,45.41593,0
          -75.6563,45.4159,0
          -75.65675,45.41592,0
          -75.65701,45.41568,0
          -75.65702,45.41568,0
          -75.65706,45.41566,0
          -75.65711,45.41565,0
          -75.65716,45.41572,0
          -75.65719,45.41574,0
          -75.65723,45.41576,0
          -75.65732,45.41578,0
          -75.65776,45.41578,0
          -75.65813,45.41575,0
          -75.65817,45.41574,0
          -75.65819,45.41574,0
          -75.6583,45.41576,0
          -75.65836,45.41576,0
          -75.65837,45.41575,0
          -75.65839,45.4157,0
          -75.65841,45.41569,0
          -75.65852,45.41566,0
          -75.65863,45.41562,0
          -75.65873,45.41557,0
          -75.65886,45.41554,0
          -75.65909,45.41553,0
          -75.65927,45.41551,0
          -75.65933,45.41551,0
          -75.65973,45.41541,0
          -75.65986,45.41536,0
          -75.66001,45.41528,0
          -75.66006,45.41526,0
          -75.66018,45.41518,0
          -75.66025,45.41515,0
          -75.66042,45.4151,0
          -75.66049,45.4151,0
          -75.66063,45.41513,0
          -75.6608,45.4152,0
          -75.66093,45.4153,0
          -75.66098,45.41537,0
          -75.66137,45.416,0
          -75.66137,45.41605,0
          -75.66138,45.41609,0
          -75.66141,45.41617,0
          -75.66144,45.41621,0
          -75.66158,45.41623,0
          -75.66288,45.41635,0
          -75.6641,45.4165,0
          -75.66457,45.41651,0
          -75.66653,45.41649,0
          -75.66665,45.41653,0
          -75.6672,45.41667,0
          -75.66738,45.4167,0
          -75.66753,45.4167,0
          -75.66892,45.41622,0
          -75.66907,45.41611,0
          -75.66911,45.41609,0
          -75.66914,45.41607,0
          -75.66919,45.41607,0
          -75.66923,45.41606,0
          -75.66935,45.41608,0
          -75.66951,45.41614,0
          -75.66962,45.4162,0
          -75.66971,45.41628,0
          -75.66972,45.41627,0
          -75.66982,45.41621,0
          -75.66997,45.41614,0
          -75.66998,45.41614,0
          -75.67038,45.41594,0
          -75.67039,45.41592,0
          -75.67043,45.41589,0
          -75.67119,45.41555,0
          -75.67747,45.41294,0
          -75.67972,45.41204,0
          -75.67981,45.41217,0
          -75.68017,45.41275,0
          -75.68276,45.41175,0
          -75.68324,45.41155,0
          -75.68332,45.41155,0
          -75.68339,45.41154,0
          -75.68373,45.41143,0
          -75.68393,45.41138,0
          -75.68399,45.41138,0
          -75.68409,45.41137,0
          -75.68425,45.41137,0
          -75.68449,45.41139,0
          -75.68457,45.41142,0
          -75.68464,45.41146,0
          -75.68478,45.41156,0
          -75.6849,45.41167,0
          -75.68506,45.41187,0
          -75.6851,45.41191,0
          -75.68542,45.41229,0
          -75.68555,45.41224,0
          -75.68565,45.41221,0
          -75.68573,45.41217,0
          -75.68752,45.41144,0
          -75.68858,45.41097,0
          -75.69374,45.40883,0
          -75.69389,45.40895,0
          -75.69428,45.40945,0
          -75.69787,45.4079,0
          -75.69963,45.4072,0
          -75.70241,45.40602,0
          -75.70499,45.40526,0
          -75.70506,45.40525,0
          -75.70499,45.40526,0
          -75.70388,45.40558,0
          -75.70384,45.40551,0
          -75.70491,45.40735,0
          -75.70454,45.4075,0
          -75.70426,45.4076,0
          -75.7038,45.40781,0
          -75.70367,45.40789,0
          -75.7043,45.40899,0
          -75.70472,45.40968,0
          -75.70534,45.41077,0
          -75.70578,45.41147,0
          -75.70661,45.41293,0
          -75.70678,45.4132,0
          -75.70813,45.41557,0
          -75.70818,45.41571,0
          -75.70859,45.41635,0
          -75.70851,45.4164,0
          -75.70833,45.41649,0
          -75.70788,45.41668,0
          -75.70778,45.41671,0
          -75.70732,45.41693,0
          -75.70613,45.41743,0
          -75.70599,45.41748,0
          -75.70284,45.41881,0
          -75.69595,45.42185,0
          -75.69436,45.42252,0
          -75.69429,45.42254,0
          -75.6942,45.42255,0
          -75.69408,45.42255,0
          -75.69399,45.42256,0
          -75.69386,45.42256,0
          -75.69351,45.42258,0
          -75.69325,45.42262,0
          -75.69321,45.42263,0
        </coordinates>
      </LineString>
    </Placemark>
    <Placemark>
      <name>Clarence street</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.695129,45.4282305,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Play Food and wine</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6950586,45.4275369,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Two six ate</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.7117312,45.4042808,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Savoy brasserie</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.7537121,45.3919885,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Bruce pit</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.8008901,45.325832,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Ottawa Airport</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6668359,45.3226451,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Imagine Cinemas</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.639951,45.4214774,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Bell Street North</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.705063,45.4052481,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Cambridge Street North</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.7038401,45.4055084,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>National Arts Centre</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6932051,45.4226337,0
        </coordinates>
      </Point>
    </Placemark>
  </Document>
</kml>

map five

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
  <Document>
    <name>Directions from The Catherine Street Greyhound station to The Nature Museum</name>
    <Style id="icon-1899-DB4436-nodesc-normal">
      <IconStyle>
        <color>ff3644db</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>0</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <Style id="icon-1899-DB4436-nodesc-highlight">
      <IconStyle>
        <color>ff3644db</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>1</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <StyleMap id="icon-1899-DB4436-nodesc">
      <Pair>
        <key>normal</key>
        <styleUrl>#icon-1899-DB4436-nodesc-normal</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#icon-1899-DB4436-nodesc-highlight</styleUrl>
      </Pair>
    </StyleMap>
    <Style id="line-1267FF-5000-nodesc-normal">
      <LineStyle>
        <color>ffff6712</color>
        <width>5</width>
      </LineStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <Style id="line-1267FF-5000-nodesc-highlight">
      <LineStyle>
        <color>ffff6712</color>
        <width>7.5</width>
      </LineStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <StyleMap id="line-1267FF-5000-nodesc">
      <Pair>
        <key>normal</key>
        <styleUrl>#line-1267FF-5000-nodesc-normal</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#line-1267FF-5000-nodesc-highlight</styleUrl>
      </Pair>
    </StyleMap>
    <Placemark>
      <name>Directions from The Catherine Street Greyhound station to The Nature Museum</name>
      <styleUrl>#line-1267FF-5000-nodesc</styleUrl>
      <LineString>
        <tessellate>1</tessellate>
        <coordinates>
          -75.69455,45.40872,0
          -75.6947,45.40867,0
          -75.69466,45.40862,0
          -75.69427,45.40878,0
          -75.69403,45.40871,0
          -75.69383,45.40879,0
          -75.69374,45.40883,0
          -75.69312,45.40909,0
          -75.69217,45.40948,0
          -75.69209,45.40951,0
          -75.69195,45.40957,0
          -75.69057,45.41015,0
          -75.68944,45.41062,0
          -75.68858,45.41097,0
          -75.68752,45.41144,0
          -75.68739,45.41149,0
          -75.68573,45.41217,0
          -75.68565,45.41221,0
          -75.68555,45.41224,0
          -75.68542,45.41229,0
          -75.68523,45.41207,0
          -75.68514,45.41196,0
          -75.6851,45.41191,0
          -75.68506,45.41187,0
          -75.68502,45.41182,0
          -75.68497,45.41176,0
          -75.68494,45.41172,0
          -75.6849,45.41167,0
          -75.68486,45.41163,0
          -75.68485,45.41162,0
          -75.68478,45.41156,0
          -75.68471,45.41151,0
          -75.68464,45.41146,0
          -75.68457,45.41142,0
          -75.68449,45.41139,0
          -75.68448,45.41139,0
          -75.68437,45.41138,0
          -75.68425,45.41137,0
          -75.68417,45.41137,0
          -75.68409,45.41137,0
          -75.68399,45.41138,0
          -75.68393,45.41138,0
          -75.68382,45.41141,0
          -75.68373,45.41143,0
          -75.68366,45.41145,0
          -75.68339,45.41154,0
          -75.68332,45.41155,0
          -75.68328,45.41155,0
          -75.68324,45.41155,0
          -75.68304,45.41163,0
          -75.68295,45.41167,0
          -75.68285,45.41171,0
          -75.68276,45.41175,0
          -75.68103,45.41242,0
          -75.68017,45.41275,0
          -75.68071,45.41365,0
          -75.68111,45.41434,0
          -75.68068,45.41453,0
          -75.68057,45.41459,0
          -75.68049,45.41464,0
          -75.68047,45.41465,0
          -75.68041,45.41469,0
          -75.68036,45.41474,0
          -75.68032,45.41478,0
          -75.68026,45.41486,0
          -75.68013,45.41509,0
          -75.67973,45.41578,0
          -75.67936,45.41646,0
          -75.67933,45.41659,0
          -75.6793,45.41664,0
          -75.67927,45.41669,0
          -75.67922,45.41674,0
          -75.67915,45.4168,0
          -75.6791,45.41685,0
          -75.679,45.41691,0
          -75.67888,45.417,0
          -75.67883,45.41704,0
          -75.67878,45.41708,0
          -75.67874,45.41713,0
          -75.67868,45.41719,0
          -75.67866,45.41723,0
          -75.67864,45.41726,0
          -75.6786,45.41734,0
          -75.67857,45.41739,0
          -75.67855,45.41745,0
          -75.67854,45.41754,0
          -75.67854,45.41766,0
          -75.67854,45.41771,0
          -75.67857,45.41793,0
          -75.67857,45.41807,0
          -75.67857,45.41814,0
          -75.67855,45.41824,0
          -75.67853,45.41831,0
          -75.67851,45.41836,0
          -75.67849,45.41841,0
          -75.67843,45.4185,0
          -75.67837,45.41856,0
          -75.67831,45.41861,0
          -75.6783,45.41862,0
          -75.67824,45.41867,0
          -75.67823,45.41868,0
          -75.6782,45.4187,0
          -75.67816,45.41872,0
          -75.67806,45.41878,0
          -75.67797,45.41882,0
          -75.67794,45.41884,0
          -75.67788,45.41886,0
          -75.67775,45.41891,0
          -75.6775,45.419,0
          -75.67734,45.41905,0
          -75.67688,45.41921,0
          -75.67683,45.41923,0
          -75.67665,45.4193,0
          -75.67634,45.41942,0
          -75.67613,45.41949,0
          -75.67485,45.42002,0
          -75.67481,45.42003,0
          -75.67418,45.42031,0
          -75.67364,45.42054,0
          -75.67259,45.42096,0
          -75.67317,45.42163,0
          -75.67401,45.42261,0
          -75.6753,45.42415,0
          -75.67441,45.42453,0
          -75.67356,45.42488,0
          -75.67268,45.42525,0
          -75.67189,45.42557,0
          -75.67181,45.42561,0
          -75.67163,45.42569,0
          -75.67171,45.42578,0
          -75.67169,45.42588,0
          -75.67168,45.42596,0
          -75.67168,45.42601,0
          -75.6717,45.42606,0
          -75.67172,45.42609,0
          -75.67174,45.42611,0
          -75.67175,45.42614,0
          -75.67175,45.42616,0
          -75.67175,45.42619,0
          -75.67175,45.42623,0
          -75.67174,45.42626,0
          -75.67181,45.42636,0
          -75.67185,45.42642,0
          -75.67187,45.42648,0
          -75.67189,45.42653,0
          -75.6719,45.42657,0
          -75.6719,45.42661,0
          -75.67189,45.42668,0
          -75.6719,45.42672,0
          -75.6719,45.42677,0
          -75.67192,45.42683,0
          -75.67194,45.42688,0
          -75.67196,45.42692,0
          -75.67198,45.42696,0
          -75.67202,45.42701,0
          -75.67205,45.42706,0
          -75.67211,45.42714,0
          -75.67217,45.42721,0
          -75.67222,45.42726,0
          -75.67228,45.42732,0
          -75.67246,45.42748,0
          -75.67262,45.42764,0
          -75.67269,45.42773,0
          -75.67273,45.42777,0
          -75.67272,45.42778,0
          -75.67271,45.42779,0
          -75.6727,45.4278,0
          -75.6727,45.42781,0
          -75.6727,45.42783,0
          -75.67271,45.42784,0
          -75.67272,45.42785,0
          -75.67268,45.42787,0
          -75.67263,45.4279,0
          -75.67259,45.42794,0
          -75.67252,45.428,0
          -75.67247,45.42806,0
          -75.67244,45.42809,0
          -75.67242,45.42812,0
          -75.67241,45.42814,0
          -75.6724,45.42816,0
          -75.67239,45.42818,0
          -75.67239,45.4282,0
          -75.67238,45.42824,0
          -75.67238,45.42827,0
          -75.67238,45.42832,0
          -75.67239,45.42837,0
          -75.67241,45.42839,0
          -75.67243,45.42841,0
          -75.67247,45.42846,0
          -75.6725,45.4285,0
          -75.67259,45.4286,0
          -75.67268,45.4287,0
          -75.67274,45.42876,0
          -75.67282,45.42881,0
          -75.67289,45.42884,0
          -75.67298,45.42887,0
          -75.67303,45.42889,0
          -75.67308,45.4289,0
          -75.67312,45.42891,0
          -75.67316,45.42891,0
          -75.67319,45.42891,0
          -75.67322,45.42891,0
          -75.67316,45.42898,0
          -75.67312,45.42905,0
          -75.67307,45.42915,0
          -75.67302,45.42924,0
          -75.67298,45.42937,0
          -75.67334,45.42947,0
          -75.67354,45.4295,0
          -75.67388,45.4299,0
          -75.6742,45.43027,0
          -75.67474,45.43089,0
          -75.67522,45.43149,0
          -75.67575,45.43208,0
          -75.6761,45.43252,0
          -75.67625,45.43272,0
          -75.67555,45.43302,0
          -75.67529,45.43314,0
          -75.67494,45.4333,0
          -75.67449,45.43348,0
          -75.67431,45.43355,0
          -75.67422,45.43359,0
          -75.67414,45.43361,0
          -75.67407,45.43363,0
          -75.67395,45.43367,0
          -75.67382,45.43369,0
          -75.67369,45.43371,0
          -75.67355,45.43372,0
          -75.67342,45.43372,0
          -75.67329,45.43372,0
          -75.67316,45.43371,0
          -75.67303,45.43369,0
          -75.6729,45.43367,0
          -75.67271,45.43363,0
          -75.67199,45.43343,0
          -75.67026,45.43295,0
          -75.67011,45.43293,0
          -75.67005,45.43293,0
          -75.66998,45.43293,0
          -75.66987,45.43293,0
          -75.66979,45.43294,0
          -75.66971,45.43296,0
          -75.66963,45.43298,0
          -75.66953,45.43301,0
          -75.66907,45.43318,0
          -75.66809,45.43359,0
          -75.66725,45.43389,0
          -75.66677,45.43407,0
          -75.66652,45.43416,0
          -75.66631,45.43424,0
          -75.66591,45.43439,0
          -75.66575,45.43445,0
          -75.66545,45.43457,0
          -75.66537,45.4346,0
          -75.66516,45.4347,0
          -75.6649,45.4348,0
          -75.66461,45.43492,0
          -75.66418,45.43508,0
          -75.66383,45.43521,0
          -75.66346,45.43534,0
          -75.66333,45.4354,0
          -75.66268,45.43564,0
          -75.66244,45.43574,0
          -75.66152,45.4361,0
          -75.66127,45.4362,0
          -75.66066,45.43644,0
          -75.66008,45.43666,0
          -75.65976,45.4368,0
          -75.65932,45.43697,0
          -75.65867,45.4372,0
          -75.65829,45.43733,0
          -75.65784,45.43748,0
          -75.65753,45.43758,0
          -75.65696,45.43775,0
          -75.65686,45.43778,0
          -75.65604,45.43805,0
          -75.65524,45.43832,0
          -75.65503,45.4384,0
          -75.65446,45.43859,0
          -75.65358,45.43888,0
          -75.65354,45.43884,0
          -75.65348,45.43879,0
          -75.65345,45.43875,0
          -75.65332,45.43851,0
          -75.65323,45.43835,0
          -75.65304,45.43804,0
          -75.65323,45.43835,0
          -75.65332,45.43851,0
          -75.65345,45.43875,0
          -75.65348,45.43879,0
          -75.65354,45.43884,0
          -75.65358,45.43888,0
          -75.65291,45.4391,0
          -75.65236,45.43928,0
          -75.65211,45.43936,0
          -75.65181,45.43946,0
          -75.65147,45.43957,0
          -75.65071,45.43982,0
          -75.64984,45.44011,0
          -75.6493,45.44028,0
          -75.64918,45.44032,0
          -75.64816,45.44067,0
          -75.64797,45.44078,0
          -75.64749,45.44094,0
          -75.64696,45.44113,0
          -75.64678,45.44119,0
          -75.64613,45.4414,0
          -75.64572,45.44154,0
          -75.64568,45.44156,0
          -75.64553,45.44156,0
          -75.64533,45.44162,0
          -75.64514,45.44169,0
          -75.645,45.44151,0
          -75.64496,45.44146,0
          -75.64463,45.44097,0
          -75.64439,45.44105,0
          -75.64365,45.4413,0
          -75.6434,45.44137,0
          -75.64365,45.4413,0
          -75.64439,45.44105,0
          -75.64463,45.44097,0
          -75.64496,45.44146,0
          -75.645,45.44151,0
          -75.64514,45.44169,0
          -75.64533,45.44162,0
          -75.64553,45.44156,0
          -75.64568,45.44156,0
          -75.64572,45.44154,0
          -75.64613,45.4414,0
          -75.64678,45.44119,0
          -75.64696,45.44113,0
          -75.64749,45.44094,0
          -75.64797,45.44078,0
          -75.64816,45.44067,0
          -75.64918,45.44032,0
          -75.6493,45.44028,0
          -75.64984,45.44011,0
          -75.65071,45.43982,0
          -75.65147,45.43957,0
          -75.65181,45.43946,0
          -75.65211,45.43936,0
          -75.65236,45.43928,0
          -75.65291,45.4391,0
          -75.65358,45.43888,0
          -75.65446,45.43859,0
          -75.65503,45.4384,0
          -75.65524,45.43832,0
          -75.65604,45.43805,0
          -75.65686,45.43778,0
          -75.65696,45.43775,0
          -75.65753,45.43758,0
          -75.65784,45.43748,0
          -75.65829,45.43733,0
          -75.65867,45.4372,0
          -75.65932,45.43697,0
          -75.65976,45.4368,0
          -75.66008,45.43666,0
          -75.66066,45.43644,0
          -75.66127,45.4362,0
          -75.66152,45.4361,0
          -75.66244,45.43574,0
          -75.66268,45.43564,0
          -75.66333,45.4354,0
          -75.66346,45.43534,0
          -75.66383,45.43521,0
          -75.66418,45.43508,0
          -75.66461,45.43492,0
          -75.6649,45.4348,0
          -75.66516,45.4347,0
          -75.66537,45.4346,0
          -75.66545,45.43457,0
          -75.66575,45.43445,0
          -75.66591,45.43439,0
          -75.66631,45.43424,0
          -75.66652,45.43416,0
          -75.66677,45.43407,0
          -75.66725,45.43389,0
          -75.66809,45.43359,0
          -75.66907,45.43318,0
          -75.66953,45.43301,0
          -75.66963,45.43298,0
          -75.66971,45.43296,0
          -75.66979,45.43294,0
          -75.66987,45.43293,0
          -75.66998,45.43293,0
          -75.67005,45.43293,0
          -75.67011,45.43293,0
          -75.67026,45.43295,0
          -75.67199,45.43343,0
          -75.67271,45.43363,0
          -75.6729,45.43367,0
          -75.67303,45.43369,0
          -75.67316,45.43371,0
          -75.67329,45.43372,0
          -75.67342,45.43372,0
          -75.67355,45.43372,0
          -75.67369,45.43371,0
          -75.67382,45.43369,0
          -75.67395,45.43367,0
          -75.67407,45.43363,0
          -75.67414,45.43361,0
          -75.67422,45.43359,0
          -75.67431,45.43355,0
          -75.67449,45.43348,0
          -75.67494,45.4333,0
          -75.67529,45.43314,0
          -75.67555,45.43302,0
          -75.67625,45.43272,0
          -75.67704,45.4324,0
          -75.67725,45.43232,0
          -75.67783,45.43208,0
          -75.67936,45.43146,0
          -75.67973,45.43131,0
          -75.68044,45.43101,0
          -75.6809,45.43082,0
          -75.68126,45.43067,0
          -75.68174,45.43047,0
          -75.68204,45.43034,0
          -75.68248,45.43016,0
          -75.68289,45.42999,0
          -75.68356,45.42972,0
          -75.68388,45.42959,0
          -75.68399,45.42949,0
          -75.68433,45.42935,0
          -75.68445,45.42929,0
          -75.68531,45.42893,0
          -75.68568,45.42877,0
          -75.68583,45.42871,0
          -75.68612,45.42863,0
          -75.68682,45.42832,0
          -75.68753,45.42802,0
          -75.68815,45.42776,0
          -75.68874,45.42751,0
          -75.68851,45.42713,0
          -75.68874,45.42751,0
          -75.6891,45.42736,0
          -75.68968,45.42711,0
          -75.69023,45.42687,0
          -75.69057,45.42673,0
          -75.69109,45.42649,0
          -75.69205,45.42606,0
          -75.69273,45.42575,0
          -75.69316,45.42556,0
          -75.69327,45.42556,0
          -75.69335,45.42555,0
          -75.69346,45.42551,0
          -75.69405,45.42525,0
          -75.69454,45.42501,0
          -75.69493,45.42483,0
          -75.69506,45.42477,0
          -75.69546,45.4246,0
          -75.69573,45.42449,0
          -75.69596,45.42439,0
          -75.69651,45.42416,0
          -75.69674,45.42407,0
          -75.6968,45.42403,0
          -75.69686,45.42399,0
          -75.69694,45.42393,0
          -75.69699,45.42391,0
          -75.6979,45.42353,0
          -75.69795,45.42351,0
          -75.69801,45.42348,0
          -75.69828,45.42336,0
          -75.69835,45.42333,0
          -75.69842,45.4233,0
          -75.69852,45.42325,0
          -75.69871,45.42317,0
          -75.69881,45.42313,0
          -75.699,45.42305,0
          -75.69914,45.42299,0
          -75.69939,45.42288,0
          -75.6999,45.42266,0
          -75.70003,45.4226,0
          -75.70108,45.42217,0
          -75.70189,45.4218,0
          -75.70214,45.4221,0
          -75.7023,45.42228,0
          -75.70253,45.42256,0
          -75.70261,45.42272,0
          -75.70262,45.42275,0
          -75.70263,45.42276,0
          -75.70263,45.42277,0
          -75.70262,45.42281,0
          -75.70261,45.42282,0
          -75.70259,45.42285,0
          -75.70257,45.42286,0
          -75.7025,45.42288,0
          -75.70249,45.42288,0
          -75.70241,45.42291,0
          -75.70234,45.42294,0
          -75.70223,45.423,0
          -75.70214,45.42305,0
          -75.70207,45.42311,0
          -75.70202,45.42316,0
          -75.70199,45.42322,0
          -75.70198,45.42324,0
          -75.70156,45.42335,0
          -75.70141,45.42338,0
          -75.7014,45.42338,0
          -75.70141,45.42338,0
          -75.70156,45.42335,0
          -75.70198,45.42324,0
          -75.70199,45.42322,0
          -75.70202,45.42316,0
          -75.70207,45.42311,0
          -75.70214,45.42305,0
          -75.70223,45.423,0
          -75.70234,45.42294,0
          -75.70241,45.42291,0
          -75.70249,45.42288,0
          -75.7025,45.42288,0
          -75.70257,45.42286,0
          -75.70259,45.42285,0
          -75.70261,45.42282,0
          -75.70262,45.42281,0
          -75.70263,45.42277,0
          -75.70263,45.42276,0
          -75.70262,45.42275,0
          -75.70261,45.42272,0
          -75.70253,45.42256,0
          -75.7023,45.42228,0
          -75.70214,45.4221,0
          -75.70189,45.4218,0
          -75.70133,45.42114,0
          -75.70078,45.42055,0
          -75.70059,45.42032,0
          -75.70024,45.41995,0
          -75.69974,45.41936,0
          -75.69931,45.41884,0
          -75.69906,45.41855,0
          -75.69896,45.41842,0
          -75.69855,45.41793,0
          -75.69806,45.41734,0
          -75.6977,45.41693,0
          -75.69752,45.41672,0
          -75.69692,45.41606,0
          -75.69638,45.41537,0
          -75.69621,45.41521,0
          -75.69581,45.41475,0
          -75.69525,45.4141,0
          -75.69495,45.41376,0
          -75.69467,45.41345,0
          -75.69442,45.41318,0
          -75.69413,45.4128,0
          -75.6939,45.41254,0
          -75.69378,45.4124,0
          -75.6936,45.41219,0
          -75.69347,45.41223,0
          -75.69321,45.41236,0
          -75.69155,45.41304,0
          -75.69102,45.41244,0
          -75.69037,45.4127,0
          -75.68962,45.41301,0
          -75.6895,45.41286,0
          -75.68946,45.41284,0
          -75.68941,45.41285,0
          -75.68891,45.41305,0
          -75.68882,45.41295,0
        </coordinates>
      </LineString>
    </Placemark>
    <Placemark>
      <name>The Catherine Street Greyhound station</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6945525,45.408725,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Chapel Street</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6731672,45.4216331,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Strathcona Park</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6730331,45.4288852,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Ducharme Blvd.</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6530365,45.4380361,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name><![CDATA[Bissonette's Independent Grocer]]></name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6433963,45.4413743,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>The Loft</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6885105,45.4271302,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Parliament Hill</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.7014048,45.4233831,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>The Comic Book Shoppe</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6977018,45.4169284,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Bank/Gladstone</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.693599,45.4121858,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>The Nature Museum</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6888177,45.412952,0
        </coordinates>
      </Point>
    </Placemark>
  </Document>
</kml>

map six

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
  <Document>
    <name>Directions from St. James Elementary School to Holy Trinity High School in Kanata</name>
    <Style id="icon-1899-DB4436-nodesc-normal">
      <IconStyle>
        <color>ff3644db</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>0</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <Style id="icon-1899-DB4436-nodesc-highlight">
      <IconStyle>
        <color>ff3644db</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>1</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <StyleMap id="icon-1899-DB4436-nodesc">
      <Pair>
        <key>normal</key>
        <styleUrl>#icon-1899-DB4436-nodesc-normal</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#icon-1899-DB4436-nodesc-highlight</styleUrl>
      </Pair>
    </StyleMap>
    <Style id="line-1267FF-5000-nodesc-normal">
      <LineStyle>
        <color>ffff6712</color>
        <width>5</width>
      </LineStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <Style id="line-1267FF-5000-nodesc-highlight">
      <LineStyle>
        <color>ffff6712</color>
        <width>7.5</width>
      </LineStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <StyleMap id="line-1267FF-5000-nodesc">
      <Pair>
        <key>normal</key>
        <styleUrl>#line-1267FF-5000-nodesc-normal</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#line-1267FF-5000-nodesc-highlight</styleUrl>
      </Pair>
    </StyleMap>
    <Placemark>
      <name>Directions from St. James Elementary School to Holy Trinity High School in Kanata</name>
      <styleUrl>#line-1267FF-5000-nodesc</styleUrl>
      <LineString>
        <tessellate>1</tessellate>
        <coordinates>
          -75.86079,45.291,0
          -75.86044,45.29107,0
          -75.86041,45.29108,0
          -75.86038,45.29108,0
          -75.86034,45.29107,0
          -75.86032,45.29106,0
          -75.8603,45.2911,0
          -75.86029,45.29113,0
          -75.8603,45.29117,0
          -75.86031,45.29121,0
          -75.86033,45.29123,0
          -75.86034,45.29125,0
          -75.86035,45.29127,0
          -75.86035,45.29134,0
          -75.86035,45.29137,0
          -75.86035,45.29138,0
          -75.86035,45.29139,0
          -75.86034,45.2914,0
          -75.86034,45.29141,0
          -75.86032,45.29142,0
          -75.86025,45.29145,0
          -75.8604,45.29171,0
          -75.86042,45.29173,0
          -75.86047,45.29179,0
          -75.86053,45.29183,0
          -75.86058,45.29187,0
          -75.86079,45.29199,0
          -75.86089,45.29205,0
          -75.86096,45.2921,0
          -75.86104,45.29215,0
          -75.86106,45.29218,0
          -75.86107,45.29224,0
          -75.86107,45.29226,0
          -75.86107,45.29229,0
          -75.86111,45.2924,0
          -75.86112,45.29244,0
          -75.86113,45.29247,0
          -75.86113,45.29255,0
          -75.86112,45.2926,0
          -75.86112,45.29263,0
          -75.86114,45.29265,0
          -75.86119,45.29269,0
          -75.86126,45.29278,0
          -75.86134,45.29288,0
          -75.86141,45.29297,0
          -75.86151,45.2931,0
          -75.86155,45.29318,0
          -75.86158,45.29322,0
          -75.86161,45.29326,0
          -75.86167,45.2933,0
          -75.86173,45.29334,0
          -75.8619,45.29341,0
          -75.86204,45.29347,0
          -75.86211,45.2935,0
          -75.86214,45.29353,0
          -75.86218,45.29357,0
          -75.86219,45.29362,0
          -75.86219,45.29366,0
          -75.86218,45.29378,0
          -75.86214,45.29395,0
          -75.86213,45.29402,0
          -75.86209,45.29403,0
          -75.86205,45.29404,0
          -75.86202,45.29405,0
          -75.86199,45.29407,0
          -75.86197,45.29408,0
          -75.86196,45.29411,0
          -75.86195,45.29413,0
          -75.86194,45.29416,0
          -75.86193,45.29425,0
          -75.86192,45.29428,0
          -75.86191,45.29431,0
          -75.86189,45.29434,0
          -75.86169,45.29462,0
          -75.86209,45.29478,0
          -75.86251,45.29493,0
          -75.86261,45.29496,0
          -75.86278,45.295,0
          -75.86291,45.29501,0
          -75.86303,45.29502,0
          -75.86313,45.29503,0
          -75.86323,45.29503,0
          -75.86333,45.29502,0
          -75.86344,45.29501,0
          -75.86356,45.29499,0
          -75.8636,45.29512,0
          -75.86362,45.29517,0
          -75.86365,45.29522,0
          -75.86368,45.29526,0
          -75.86372,45.2953,0
          -75.86376,45.29533,0
          -75.86382,45.29536,0
          -75.8639,45.29541,0
          -75.86444,45.29568,0
          -75.86488,45.2959,0
          -75.86495,45.29595,0
          -75.86497,45.29599,0
          -75.86498,45.29603,0
          -75.86497,45.29608,0
          -75.86487,45.2962,0
          -75.86478,45.29627,0
          -75.86465,45.29638,0
          -75.86458,45.29642,0
          -75.86454,45.29642,0
          -75.86457,45.29652,0
          -75.8646,45.29679,0
          -75.86463,45.29692,0
          -75.86479,45.29699,0
          -75.8649,45.29702,0
          -75.86498,45.29704,0
          -75.86507,45.29707,0
          -75.86516,45.29708,0
          -75.86534,45.29713,0
          -75.86542,45.29716,0
          -75.86556,45.29704,0
          -75.86558,45.297,0
          -75.8656,45.29695,0
          -75.86563,45.29688,0
          -75.8657,45.2968,0
          -75.86582,45.29669,0
          -75.86592,45.29665,0
          -75.86597,45.29663,0
          -75.86602,45.29661,0
          -75.86607,45.29661,0
          -75.86612,45.2966,0
          -75.86625,45.29662,0
          -75.86641,45.29664,0
          -75.86652,45.29665,0
          -75.8666,45.29667,0
          -75.86668,45.29668,0
          -75.86675,45.29666,0
          -75.86675,45.29672,0
          -75.86675,45.29678,0
          -75.86676,45.29684,0
          -75.86678,45.29689,0
          -75.86681,45.29695,0
          -75.86684,45.297,0
          -75.86688,45.29704,0
          -75.86692,45.29708,0
          -75.86696,45.29711,0
          -75.86702,45.29714,0
          -75.86708,45.29718,0
          -75.86715,45.29721,0
          -75.86722,45.29724,0
          -75.86731,45.29726,0
          -75.86757,45.29735,0
          -75.86851,45.29768,0
          -75.86887,45.2978,0
          -75.86895,45.29782,0
          -75.86903,45.29782,0
          -75.86909,45.29782,0
          -75.86917,45.29781,0
          -75.86923,45.29779,0
          -75.87069,45.2972,0
          -75.87083,45.29715,0
          -75.87094,45.2971,0
          -75.87098,45.29707,0
          -75.87106,45.29702,0
          -75.87122,45.29691,0
          -75.87141,45.29678,0
          -75.87146,45.29675,0
          -75.87153,45.29672,0
          -75.87159,45.29669,0
          -75.87167,45.29667,0
          -75.87176,45.29664,0
          -75.87199,45.29658,0
          -75.87227,45.2965,0
          -75.87248,45.29645,0
          -75.87296,45.29732,0
          -75.87331,45.29796,0
          -75.87382,45.29887,0
          -75.87431,45.29978,0
          -75.87438,45.2999,0
          -75.87445,45.30001,0
          -75.87468,45.30044,0
          -75.87479,45.30064,0
          -75.87496,45.3006,0
          -75.87533,45.30049,0
          -75.87542,45.30046,0
          -75.87571,45.30037,0
          -75.87601,45.30028,0
          -75.87628,45.30019,0
          -75.87634,45.30016,0
          -75.87654,45.30009,0
          -75.8767,45.30002,0
          -75.87682,45.29996,0
          -75.87705,45.29985,0
          -75.87722,45.29976,0
          -75.87735,45.29969,0
          -75.87771,45.29999,0
          -75.8779,45.30016,0
          -75.87805,45.30031,0
          -75.87811,45.30037,0
          -75.8782,45.30047,0
          -75.87836,45.30065,0
          -75.87887,45.30127,0
          -75.87918,45.30163,0
          -75.87923,45.3017,0
          -75.87936,45.30185,0
          -75.87949,45.30202,0
          -75.8797,45.30228,0
          -75.87976,45.30235,0
          -75.8798,45.30239,0
          -75.87989,45.3025,0
          -75.87992,45.30253,0
          -75.88,45.30262,0
          -75.88011,45.30271,0
          -75.88035,45.3029,0
          -75.8804,45.30293,0
          -75.88044,45.30295,0
          -75.88051,45.30298,0
          -75.88058,45.303,0
          -75.88064,45.303,0
          -75.8807,45.30302,0
          -75.88075,45.30303,0
          -75.88081,45.30306,0
          -75.88095,45.30314,0
          -75.88184,45.30381,0
          -75.88235,45.30349,0
          -75.88242,45.30345,0
          -75.88248,45.30341,0
          -75.88255,45.30337,0
          -75.88261,45.30334,0
          -75.88265,45.30333,0
          -75.88268,45.30331,0
          -75.88278,45.30328,0
          -75.88287,45.30326,0
          -75.88297,45.30324,0
          -75.88306,45.30323,0
          -75.88314,45.30323,0
          -75.88325,45.30323,0
          -75.88335,45.30324,0
          -75.88345,45.30326,0
          -75.88354,45.30328,0
          -75.88365,45.30331,0
          -75.88379,45.30337,0
          -75.88421,45.30354,0
          -75.88455,45.30369,0
          -75.88475,45.30378,0
          -75.88513,45.30396,0
          -75.88527,45.30402,0
          -75.88537,45.30405,0
          -75.88548,45.30408,0
          -75.88558,45.3041,0
          -75.88576,45.30414,0
          -75.88636,45.30425,0
          -75.88652,45.30428,0
          -75.88658,45.3043,0
          -75.88662,45.30431,0
          -75.88672,45.30435,0
          -75.8868,45.30439,0
          -75.88686,45.30444,0
          -75.88696,45.30451,0
          -75.88711,45.30463,0
          -75.88786,45.30522,0
          -75.88833,45.3056,0
          -75.8884,45.30566,0
          -75.88848,45.30573,0
          -75.88853,45.3058,0
          -75.88879,45.30574,0
          -75.88885,45.30573,0
          -75.88893,45.30571,0
          -75.889,45.30567,0
          -75.88968,45.30524,0
          -75.88999,45.30548,0
          -75.89003,45.30552,0
          -75.89006,45.30556,0
          -75.89008,45.30561,0
          -75.89016,45.30588,0
          -75.89017,45.30591,0
          -75.8902,45.30595,0
          -75.89023,45.30599,0
          -75.89063,45.30631,0
          -75.89065,45.30633,0
          -75.89067,45.30636,0
          -75.89068,45.30641,0
          -75.89069,45.30646,0
          -75.89067,45.3067,0
          -75.89066,45.30674,0
          -75.89106,45.30707,0
          -75.89106,45.30726,0
          -75.89156,45.30695,0
          -75.89208,45.30662,0
          -75.89278,45.30618,0
          -75.89306,45.30643,0
          -75.89313,45.30647,0
          -75.89319,45.30651,0
          -75.89326,45.30654,0
          -75.89333,45.30656,0
          -75.89476,45.30685,0
          -75.89477,45.30685,0
          -75.89481,45.30685,0
          -75.89484,45.30686,0
          -75.89487,45.30686,0
          -75.8949,45.30685,0
          -75.89493,45.30684,0
          -75.89496,45.30683,0
          -75.89499,45.30682,0
          -75.89525,45.30664,0
          -75.89528,45.3066,0
          -75.89529,45.30657,0
          -75.89571,45.30659,0
          -75.89595,45.30663,0
          -75.89608,45.30668,0
          -75.89613,45.30667,0
          -75.89618,45.30673,0
          -75.89627,45.30682,0
          -75.89689,45.30742,0
          -75.89768,45.30817,0
          -75.89822,45.30867,0
          -75.8986,45.30894,0
          -75.89868,45.30889,0
          -75.89876,45.30884,0
          -75.89896,45.30872,0
          -75.8995,45.30837,0
          -75.8997,45.30824,0
          -75.89975,45.30829,0
          -75.89979,45.3083,0
          -75.89984,45.30831,0
          -75.89989,45.30833,0
          -75.90011,45.30844,0
          -75.90146,45.30758,0
          -75.90152,45.30755,0
          -75.90157,45.30753,0
          -75.90162,45.30751,0
          -75.90168,45.30751,0
          -75.90173,45.30751,0
          -75.90179,45.30753,0
          -75.90184,45.30755,0
          -75.90195,45.30764,0
        </coordinates>
      </LineString>
    </Placemark>
    <Placemark>
      <name>St. James Elementary School</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.8607887,45.2909975,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Speers Crescent</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.8647803,45.2962717,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Palomino Drive</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.87083,45.2971451,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Holy Trinity High School in Kanata</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.9019546,45.3076364,0
        </coordinates>
      </Point>
    </Placemark>
  </Document>
</kml>

map seven

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
  <Document>
    <name>Directions from Carleton University (Paterson Hall specifically) to Canadian Museum of History (outside, just beside the river)</name>
    <Style id="icon-1899-DB4436-nodesc-normal">
      <IconStyle>
        <color>ff3644db</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>0</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <Style id="icon-1899-DB4436-nodesc-highlight">
      <IconStyle>
        <color>ff3644db</color>
        <scale>1</scale>
        <Icon>
          <href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href>
        </Icon>
        <hotSpot x="32" xunits="pixels" y="64" yunits="insetPixels"/>
      </IconStyle>
      <LabelStyle>
        <scale>1</scale>
      </LabelStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <StyleMap id="icon-1899-DB4436-nodesc">
      <Pair>
        <key>normal</key>
        <styleUrl>#icon-1899-DB4436-nodesc-normal</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#icon-1899-DB4436-nodesc-highlight</styleUrl>
      </Pair>
    </StyleMap>
    <Style id="line-1267FF-5000-nodesc-normal">
      <LineStyle>
        <color>ffff6712</color>
        <width>5</width>
      </LineStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <Style id="line-1267FF-5000-nodesc-highlight">
      <LineStyle>
        <color>ffff6712</color>
        <width>7.5</width>
      </LineStyle>
      <BalloonStyle>
        <text><![CDATA[<h3>$[name]</h3>]]></text>
      </BalloonStyle>
    </Style>
    <StyleMap id="line-1267FF-5000-nodesc">
      <Pair>
        <key>normal</key>
        <styleUrl>#line-1267FF-5000-nodesc-normal</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#line-1267FF-5000-nodesc-highlight</styleUrl>
      </Pair>
    </StyleMap>
    <Placemark>
      <name>Directions from Carleton University (Paterson Hall specifically) to Canadian Museum of History (outside, just beside the river)</name>
      <styleUrl>#line-1267FF-5000-nodesc</styleUrl>
      <LineString>
        <tessellate>1</tessellate>
        <coordinates>
          -75.69867,45.38212,0
          -75.6986,45.38215,0
          -75.69814,45.38236,0
          -75.69811,45.38238,0
          -75.69805,45.38232,0
          -75.698,45.38227,0
          -75.69791,45.38231,0
          -75.69785,45.38224,0
          -75.69782,45.38226,0
          -75.69776,45.3823,0
          -75.69772,45.38235,0
          -75.6977,45.38238,0
          -75.69769,45.38243,0
          -75.69769,45.38247,0
          -75.69768,45.38251,0
          -75.69766,45.38255,0
          -75.6975,45.38263,0
          -75.69755,45.38268,0
          -75.69757,45.38273,0
          -75.69757,45.3828,0
          -75.69756,45.38284,0
          -75.69754,45.38288,0
          -75.69751,45.38291,0
          -75.69746,45.38294,0
          -75.69741,45.38297,0
          -75.69736,45.383,0
          -75.69726,45.38304,0
          -75.69721,45.38306,0
          -75.69717,45.38308,0
          -75.69712,45.3831,0
          -75.69709,45.38313,0
          -75.69705,45.38319,0
          -75.69701,45.38325,0
          -75.69697,45.38334,0
          -75.69704,45.38341,0
          -75.69719,45.38357,0
          -75.69721,45.38359,0
          -75.69722,45.38362,0
          -75.69722,45.38364,0
          -75.69721,45.38366,0
          -75.6972,45.3837,0
          -75.69717,45.38374,0
          -75.69684,45.38387,0
          -75.69682,45.38389,0
          -75.69683,45.38404,0
          -75.69686,45.38441,0
          -75.69687,45.3846,0
          -75.69679,45.38462,0
          -75.69636,45.38467,0
          -75.69637,45.38501,0
          -75.69637,45.38533,0
          -75.69637,45.38546,0
          -75.69637,45.38553,0
          -75.69638,45.38604,0
          -75.69638,45.38638,0
          -75.69638,45.38649,0
          -75.69639,45.38664,0
          -75.6964,45.38687,0
          -75.69643,45.38709,0
          -75.69645,45.38723,0
          -75.69646,45.38725,0
          -75.6965,45.38742,0
          -75.69655,45.38758,0
          -75.69662,45.3878,0
          -75.69668,45.38798,0
          -75.69677,45.38816,0
          -75.6969,45.3884,0
          -75.69701,45.38859,0
          -75.69688,45.38863,0
          -75.69637,45.38883,0
          -75.69627,45.38886,0
          -75.69616,45.3889,0
          -75.69603,45.38896,0
          -75.69625,45.38919,0
          -75.69626,45.38929,0
          -75.69624,45.38942,0
          -75.69623,45.38948,0
          -75.69621,45.38955,0
          -75.69619,45.38962,0
          -75.69616,45.38969,0
          -75.69612,45.38976,0
          -75.69608,45.38983,0
          -75.69599,45.38996,0
          -75.69587,45.39012,0
          -75.69582,45.3902,0
          -75.6958,45.39025,0
          -75.69578,45.3903,0
          -75.69576,45.39036,0
          -75.69576,45.3904,0
          -75.69576,45.39044,0
          -75.69577,45.39053,0
          -75.69583,45.39073,0
          -75.69591,45.39103,0
          -75.69595,45.39116,0
          -75.69596,45.39125,0
          -75.69596,45.39132,0
          -75.69596,45.39138,0
          -75.69594,45.39152,0
          -75.69588,45.39184,0
          -75.69584,45.3921,0
          -75.69582,45.39214,0
          -75.69579,45.39215,0
          -75.69566,45.3922,0
          -75.69553,45.39223,0
          -75.69556,45.39228,0
          -75.69559,45.39231,0
          -75.6957,45.39252,0
          -75.69575,45.39262,0
          -75.6958,45.39272,0
          -75.69582,45.39279,0
          -75.69585,45.39286,0
          -75.69587,45.39293,0
          -75.69589,45.393,0
          -75.69593,45.39318,0
          -75.69597,45.39361,0
          -75.69599,45.39375,0
          -75.696,45.39388,0
          -75.69602,45.394,0
          -75.69603,45.39418,0
          -75.69603,45.39422,0
          -75.69604,45.39425,0
          -75.69604,45.39428,0
          -75.69605,45.39438,0
          -75.69608,45.39461,0
          -75.6961,45.39473,0
          -75.69611,45.39482,0
          -75.69614,45.39489,0
          -75.69617,45.39498,0
          -75.69623,45.39513,0
          -75.69628,45.39523,0
          -75.69633,45.39532,0
          -75.69655,45.39573,0
          -75.69672,45.39602,0
          -75.69695,45.39642,0
          -75.69702,45.39654,0
          -75.69713,45.39672,0
          -75.69723,45.39686,0
          -75.69731,45.39693,0
          -75.69748,45.39726,0
          -75.69767,45.39757,0
          -75.69808,45.39827,0
          -75.69834,45.39872,0
          -75.69846,45.39893,0
          -75.69885,45.39959,0
          -75.69924,45.40026,0
          -75.69934,45.40043,0
          -75.69945,45.40062,0
          -75.69969,45.40103,0
          -75.69974,45.40112,0
          -75.7001,45.40172,0
          -75.70051,45.40244,0
          -75.70092,45.40312,0
          -75.70117,45.40356,0
          -75.7013,45.4038,0
          -75.70139,45.40396,0
          -75.70151,45.40417,0
          -75.70155,45.40424,0
          -75.70165,45.4044,0
          -75.70174,45.40456,0
          -75.70221,45.40534,0
          -75.70256,45.40597,0
          -75.70292,45.40658,0
          -75.70213,45.40692,0
          -75.70169,45.4071,0
          -75.70116,45.40733,0
          -75.70014,45.40779,0
          -75.69839,45.4085,0
          -75.69685,45.40915,0
          -75.69737,45.40977,0
          -75.69791,45.41039,0
          -75.69842,45.411,0
          -75.69637,45.41188,0
          -75.69842,45.411,0
          -75.69899,45.41167,0
          -75.69955,45.41231,0
          -75.70008,45.41294,0
          -75.70028,45.41298,0
          -75.70085,45.41298,0
          -75.70097,45.41297,0
          -75.70115,45.41295,0
          -75.70124,45.41304,0
          -75.70135,45.41316,0
          -75.70109,45.41328,0
          -75.70085,45.41338,0
          -75.7007,45.41346,0
          -75.70065,45.41362,0
          -75.70089,45.4139,0
          -75.7012,45.41428,0
          -75.70174,45.41495,0
          -75.70225,45.41557,0
          -75.70276,45.41616,0
          -75.70309,45.41656,0
          -75.7033,45.4168,0
          -75.70375,45.41732,0
          -75.70382,45.41741,0
          -75.70395,45.41757,0
          -75.70414,45.41781,0
          -75.70441,45.41814,0
          -75.70469,45.41845,0
          -75.70482,45.4186,0
          -75.70496,45.41875,0
          -75.70536,45.41923,0
          -75.70538,45.41934,0
          -75.70541,45.41943,0
          -75.70545,45.41949,0
          -75.70549,45.41955,0
          -75.70573,45.41984,0
          -75.70593,45.42008,0
          -75.70498,45.42049,0
          -75.70471,45.4206,0
          -75.704,45.42089,0
          -75.70349,45.42112,0
          -75.70189,45.4218,0
          -75.70108,45.42217,0
          -75.70003,45.4226,0
          -75.6999,45.42266,0
          -75.69939,45.42288,0
          -75.69914,45.42299,0
          -75.699,45.42305,0
          -75.69881,45.42313,0
          -75.69871,45.42317,0
          -75.69852,45.42325,0
          -75.69842,45.4233,0
          -75.69835,45.42333,0
          -75.69845,45.42344,0
          -75.69858,45.4236,0
          -75.69859,45.42361,0
          -75.69891,45.42397,0
          -75.69859,45.42361,0
          -75.69858,45.4236,0
          -75.69845,45.42344,0
          -75.69835,45.42333,0
          -75.69828,45.42336,0
          -75.69801,45.42348,0
          -75.69795,45.42351,0
          -75.6979,45.42353,0
          -75.69699,45.42391,0
          -75.69694,45.42393,0
          -75.69686,45.42399,0
          -75.6968,45.42403,0
          -75.69674,45.42407,0
          -75.69651,45.42416,0
          -75.69596,45.42439,0
          -75.69573,45.42449,0
          -75.69546,45.4246,0
          -75.69506,45.42477,0
          -75.69493,45.42483,0
          -75.69518,45.42495,0
          -75.69534,45.42505,0
          -75.69543,45.42511,0
          -75.69548,45.42511,0
          -75.69614,45.42554,0
          -75.69616,45.42565,0
          -75.69636,45.42577,0
          -75.69631,45.42582,0
          -75.69632,45.42596,0
          -75.69634,45.42596,0
          -75.69639,45.42599,0
          -75.69648,45.42605,0
          -75.6966,45.42615,0
          -75.69667,45.4262,0
          -75.69676,45.42626,0
          -75.69692,45.42635,0
          -75.69709,45.42644,0
          -75.69736,45.42667,0
          -75.69741,45.42671,0
          -75.69753,45.42685,0
          -75.6976,45.42692,0
          -75.69776,45.42705,0
          -75.69784,45.42711,0
          -75.69788,45.42716,0
          -75.69797,45.42723,0
          -75.69806,45.42734,0
          -75.69812,45.42745,0
          -75.69816,45.42752,0
          -75.69818,45.42758,0
          -75.69819,45.42764,0
          -75.6982,45.42769,0
          -75.69817,45.42792,0
          -75.69817,45.42797,0
          -75.69819,45.42803,0
          -75.69823,45.4281,0
          -75.69829,45.42817,0
          -75.69837,45.42824,0
          -75.6985,45.42832,0
          -75.69855,45.42835,0
          -75.69863,45.42838,0
          -75.6987,45.42843,0
          -75.69874,45.42847,0
          -75.69882,45.42859,0
          -75.69887,45.42865,0
          -75.69887,45.42868,0
          -75.69887,45.42875,0
          -75.69906,45.42875,0
          -75.69927,45.42877,0
          -75.69946,45.42881,0
          -75.69983,45.42891,0
          -75.70015,45.429,0
          -75.7003,45.42903,0
          -75.70043,45.42905,0
          -75.70068,45.42909,0
          -75.70074,45.42908,0
          -75.70078,45.42907,0
          -75.70093,45.42907,0
          -75.70112,45.42907,0
          -75.70121,45.42908,0
          -75.70132,45.42906,0
          -75.70136,45.42905,0
          -75.70141,45.42905,0
          -75.70146,45.42905,0
          -75.70185,45.42915,0
          -75.70342,45.42973,0
          -75.70538,45.43045,0
          -75.70698,45.43104,0
          -75.70769,45.43132,0
          -75.7078,45.43136,0
          -75.70791,45.4314,0
          -75.708,45.43143,0
          -75.70812,45.43148,0
          -75.70822,45.43152,0
          -75.70868,45.43169,0
          -75.70873,45.43164,0
          -75.70877,45.43162,0
          -75.70883,45.43158,0
          -75.70889,45.43154,0
          -75.70892,45.43151,0
          -75.70894,45.43148,0
          -75.70894,45.43145,0
          -75.70895,45.43142,0
          -75.70895,45.43138,0
          -75.70894,45.43131,0
          -75.70892,45.43128,0
          -75.70889,45.43125,0
          -75.70886,45.43122,0
          -75.7088,45.43119,0
          -75.70871,45.43114,0
          -75.70868,45.43112,0
          -75.70862,45.43108,0
          -75.70859,45.43106,0
          -75.70856,45.43103,0
          -75.70853,45.431,0
          -75.70852,45.43098,0
          -75.70851,45.43095,0
          -75.7085,45.43093,0
          -75.70849,45.4309,0
          -75.70848,45.43087,0
          -75.70843,45.43081,0
          -75.7084,45.43076,0
          -75.70836,45.43071,0
          -75.70832,45.43063,0
          -75.70828,45.43054,0
          -75.70827,45.4305,0
          -75.70826,45.43046,0
          -75.70824,45.43039,0
          -75.70824,45.43034,0
          -75.70823,45.43028,0
          -75.70822,45.43024,0
          -75.70821,45.43022,0
          -75.7082,45.43019,0
          -75.70817,45.43016,0
          -75.70813,45.43013,0
          -75.70809,45.43009,0
          -75.70802,45.43006,0
          -75.70795,45.43003,0
          -75.70789,45.43003,0
          -75.70782,45.43002,0
          -75.70774,45.43004,0
          -75.70774,45.43001,0
          -75.70774,45.43,0
          -75.70773,45.42998,0
          -75.70772,45.42998,0
          -75.70771,45.42997,0
          -75.70769,45.42996,0
          -75.70766,45.42995,0
          -75.70764,45.42995,0
          -75.70762,45.42994,0
          -75.7076,45.42992,0
          -75.70759,45.4299,0
          -75.70758,45.42988,0
          -75.70738,45.42988,0
          -75.70739,45.42985,0
          -75.70742,45.4298,0
          -75.70746,45.42974,0
          -75.70751,45.42966,0
          -75.7076,45.42955,0
          -75.70749,45.42956,0
          -75.70737,45.4296,0
          -75.70727,45.42966,0
          -75.70723,45.4297,0
        </coordinates>
      </LineString>
    </Placemark>
    <Placemark>
      <name>Carleton University (Paterson Hall specifically)</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6986659,45.3821183,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Flora Street</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.7021252,45.4069156,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Florence Street</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6963655,45.4118836,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Dundonald Park (right in the centre)</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.7012404,45.413042,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Front lawn of Parliament</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.6989059,45.4239668,0
        </coordinates>
      </Point>
    </Placemark>
    <Placemark>
      <name>Canadian Museum of History (outside, just beside the river)</name>
      <styleUrl>#icon-1899-DB4436-nodesc</styleUrl>
      <Point>
        <coordinates>
          -75.7072266,45.429703,0
        </coordinates>
      </Point>
    </Placemark>
  </Document>
</kml>
Written on April 15, 2018