Terrain height issue at seam

I found a strange behavior when I sample the terrain height at certain seams. I have the code below which will show the undesired behavior. Once the camera zooms to the final location, click the ‘Update Altitude’ button and you will see that the height value returned at a couple points in the path that are below the surface but not zero either. You can click the button a couple times and it will correct some/all of the seam issues. It look like it only happens at this one seam that the path transverses over. I can get around the issue by comparing the last position height to the current one and seeing if its different by some factor.

var viewer = new Cesium.Viewer(‘cesiumContainer’);

var scene = viewer.scene;

var ellipsoid = scene.globe.ellipsoid;

var terrainProvider = new Cesium.CesiumTerrainProvider({

url : '//cesiumjs.org/smallterrain',

credit : 'Terrain data courtesy Analytical Graphics, Inc.'

});

scene.terrainProvider = terrainProvider;

var builtInCzml = [

{

"id":"document",

"availability":"2014-10-25T15:44:24.000Z/2014-10-25T15:46:24.000Z",

"version":"1.3",

"clock":{

  "interval":"2014-10-25T15:44:24.000Z/2014-10-25T15:46:24.000Z",

  "currentTime":"2014-10-25T15:44:24.000Z",

  "multiplier":1,

  "step":"SYSTEM_CLOCK_MULTIPLIER",

  "range":"LOOP_STOP"

}

},

{

"id":"test",

"availability":"2014-10-25T15:44:24.000Z/2014-10-25T15:46:24.000Z",

"label":{

  "show":true,

  "interval":"2014-10-25T15:44:24.000Z/2014-10-25T15:46:24.000Z",

  "fillColor":{

    "rgba":[

      0,255,255,255

    ]

  },

  "text":"test",

  "horizontalOrigin":"LEFT",

  "verticalOrigin":"CENTER",

  "pixelOffset":{

    "cartesian2":[

      10,0

    ]

  },

  "font":"bold 15pt Segoe UI Semibold"

},

"position":{

  "interpolationAlgorithm":"LAGRANGE",

  "interpolationDegree":2,

  "interval":"2014-10-25T15:44:24.000Z/2014-10-25T15:46:24.000Z",

  "epoch":"2014-10-25T15:42:50.1509999999998Z",

  "cartographicDegrees":[

    92.80500000000029,-76.66504,40.28794666666667,0,

    93.00300000000061,-76.66504,40.287945,0,

    93.29999999999927,-76.66504,40.28794333333333,0,

    93.50500000000102,-76.66503833333333,40.28794333333333,0,

    93.60300000000097,-76.66503833333333,40.28794166666667,0,

    94.10800000000017,-76.66503833333333,40.28794,0,

    95.79700000000048,-76.66503666666667,40.28794,0,

    96.21600000000035,-76.665035,40.28794,0,

    96.3119999999999,-76.665035,40.28793833333334,0,

    96.40200000000004,-76.66503333333333,40.28793833333334,0,

    96.6239999999998,-76.66503166666666,40.28793833333334,0,

    96.8109999999997,-76.66503166666666,40.28793666666667,0,

    97.22299999999996,-76.66503166666666,40.287935,0,

    97.40899999999965,-76.66503,40.287935,0,

    109.11399999999958,-76.66503,40.287931666666665,0,

    109.19900000000052,-76.66502833333334,40.28793,0,

    109.30299999999988,-76.66502833333334,40.287926666666664,0,

    109.41200000000026,-76.66502833333334,40.28792333333333,0,

    109.51200000000063,-76.66502666666666,40.28792166666667,0,

    109.60399999999936,-76.665025,40.28791833333333,0,

    109.71399999999994,-76.665025,40.287913333333336,0,

    109.8080000000009,-76.66502333333334,40.28791,0,

    109.91100000000006,-76.66502333333334,40.287905,0,

    110.00799999999981,-76.66502166666666,40.2879,0,

    110.10900000000038,-76.66502,40.287895,0,

    110.20299999999952,-76.66501833333334,40.287888333333335,0,

    110.31700000000092,-76.66501666666667,40.287881666666664,0,

    110.40200000000004,-76.66501666666667,40.287875,0,

    110.50900000000001,-76.665015,40.287868333333336,0,

    110.60699999999997,-76.66501333333333,40.287861666666664,0,

    110.70900000000074,-76.66501166666667,40.28785333333333,0,

    110.80999999999949,-76.66501,40.287845,0,

    110.91699999999946,-76.66500666666667,40.287835,0,

    111.00900000000001,-76.665005,40.28782666666667,0,

    111.11399999999958,-76.66500333333333,40.287816666666664,0,

    111.21999999999935,-76.66500166666667,40.28780666666667,0,

    111.3119999999999,-76.665,40.287796666666665,0,

    111.41599999999926,-76.66499666666667,40.28778833333333,0,

    111.51900000000023,-76.664995,40.287778333333335,0,

    111.60699999999997,-76.66499166666667,40.28776833333333,0,

    111.71500000000015,-76.66499,40.287758333333336,0,

    111.8080000000009,-76.664985,40.28774833333333,0,

    111.90500000000065,-76.66498166666666,40.28773833333333,0,

    112.00300000000061,-76.66497666666666,40.287728333333334,0,

    112.10699999999997,-76.66497333333334,40.28771833333333,0,

    112.22299999999996,-76.66496666666667,40.287708333333335,0,

    112.3080000000009,-76.66496166666667,40.2877,0,

    112.40899999999965,-76.664955,40.28769,0,

    112.51900000000023,-76.66494833333333,40.287681666666664,0,

    112.60599999999977,-76.66494166666666,40.28767333333333,0,

    112.70399999999972,-76.66493333333334,40.287663333333334,0,

    112.8070000000007,-76.664925,40.287655,0,

    112.90999999999985,-76.664915,40.28764666666667,0,

    113.02900000000045,-76.664905,40.287638333333334,0,

    113.10699999999997,-76.664895,40.28763,0,

    113.21700000000055,-76.66488333333334,40.287623333333336,0,

    113.3080000000009,-76.66487166666667,40.287615,0,

    113.40799999999945,-76.66485833333333,40.28760833333333,0,

    113.50799999999981,-76.66484666666666,40.28760166666667,0,

    113.61200000000099,-76.66483333333333,40.287596666666666,0,

    113.70499999999993,-76.66481833333333,40.287591666666664,0,

    113.80899999999929,-76.664805,40.28758666666667,0,

    113.90200000000004,-76.66478833333333,40.28758333333333,0,

    114.00799999999981,-76.66477333333333,40.28758,0,

    114.10499999999956,-76.66475833333334,40.287578333333336,0,

    114.21500000000015,-76.66474166666667,40.287576666666666,0,

    114.30899999999929,-76.664725,40.287575,0,

    114.41200000000026,-76.66470833333334,40.287573333333334,0,

    114.51499999999942,-76.66469166666667,40.287573333333334,0,

    114.60599999999977,-76.664675,40.287573333333334,0,

    114.70700000000033,-76.66465833333334,40.287573333333334,0,

    114.80199999999968,-76.66464166666667,40.287575,0,

    114.90700000000106,-76.664625,40.287576666666666,0,

    115.01400000000103,-76.66460833333333,40.287578333333336,0,

    115.10800000000017,-76.66459166666667,40.28758166666667,0,

    115.21399999999994,-76.664575,40.287585,0,

    115.3070000000007,-76.66456,40.28759,0,

    115.41100000000006,-76.66454333333333,40.287595,0,

    115.50799999999981,-76.66452833333334,40.28760166666667,0,

    115.61800000000039,-76.66451166666667,40.28760833333333,0,

    115.69800000000032,-76.664495,40.287615,0,

    115.8070000000007,-76.66448,40.287623333333336,0,

    115.89899999999943,-76.664465,40.28763166666667,0,

    116.00799999999981,-76.66445,40.28764,0,

    116.11299999999937,-76.66443666666666,40.28765,0,

    116.20499999999993,-76.66442166666667,40.28766,0,

    116.3109999999997,-76.66440833333333,40.28767166666667,0,

    116.41200000000026,-76.66439333333334,40.287683333333334,0,

    116.50799999999981,-76.66437833333333,40.287695,0,

    116.60599999999977,-76.66436333333333,40.287708333333335,0,

    116.70299999999952,-76.66434833333334,40.28772,0,

    116.80500000000029,-76.66433333333333,40.287733333333335,0,

    116.90200000000004,-76.66431666666666,40.287745,0,

    117.01699999999983,-76.66430166666666,40.287758333333336,0,

    117.10499999999956,-76.664285,40.287771666666664,0,

    117.20499999999993,-76.66426833333334,40.28778666666667,0,

    117.29900000000089,-76.66425166666667,40.2878,0,

    117.40899999999965,-76.66423333333333,40.287815,0,

    117.5059999999994,-76.664215,40.28782833333333,0,

    117.61399999999958,-76.66419666666667,40.287843333333335,0,

    117.70900000000074,-76.66417666666666,40.28785833333333,0,

    117.80500000000029,-76.66415666666667,40.28787333333333,0,

    117.90400000000045,-76.66413666666666,40.287886666666665,0,

    118.00500000000102,-76.664115,40.2879,0,

    118.10499999999956,-76.664095,40.287913333333336,0,

    118.20199999999932,-76.664075,40.287926666666664,0,

    118.29800000000068,-76.66405333333333,40.28794,0,

    118.41200000000026,-76.66403333333334,40.287951666666665,0,

    118.50300000000061,-76.66401166666667,40.28796333333333,0,

    118.60599999999977,-76.66399,40.28797333333333,0,

    118.70499999999993,-76.66396833333333,40.28798333333334,0,

    118.80400000000009,-76.66394666666666,40.28799333333333,0,

    118.90500000000065,-76.66392666666667,40.288003333333336,0,

    119.00799999999981,-76.663905,40.28801166666667,0,

    119.10599999999977,-76.66388333333333,40.288021666666666,0,

    119.20100000000093,-76.66386166666666,40.28803,0,

    119.30099999999948,-76.66384,40.28803833333333,0,

    119.40700000000106,-76.66381833333334,40.288046666666666,0,

    119.50300000000061,-76.66379666666667,40.28805333333333,0,

    119.60800000000017,-76.663775,40.288061666666664,0,

    119.70199999999932,-76.663755,40.288068333333335,0,

    119.80299999999988,-76.66373333333334,40.288075,0,

    119.90899999999965,-76.66371333333333,40.28808,0,

    120.0059999999994,-76.66369333333333,40.288086666666665,0,

    120.10300000000097,-76.663675,40.288091666666666,0,

    120.20299999999952,-76.663655,40.28809666666667,0,

    120.29999999999927,-76.66363666666666,40.28810166666667,0,

    120.41500000000087,-76.66361833333333,40.288105,0,

    120.50900000000001,-76.6636,40.288108333333334,0,

    120.60800000000017,-76.66358333333334,40.288111666666666,0,

    120.71700000000055,-76.663565,40.288113333333335,0,

    120.8060000000005,-76.66354833333334,40.288115,0,

    120.90899999999965,-76.66353,40.28811666666667,0,

    121.00799999999981,-76.66351333333333,40.28811666666667,0,

    121.10900000000038,-76.66349666666666,40.28811666666667,0,

    121.20199999999932,-76.66348,40.288115,0,

    121.3109999999997,-76.663465,40.288113333333335,0,

    121.40300000000025,-76.66345,40.288111666666666,0,

    121.50300000000061,-76.663435,40.288108333333334,0,

    121.59799999999996,-76.66342,40.288105,0,

    121.70600000000013,-76.663405,40.28810166666667,0,

    121.8140000000003,-76.66339166666667,40.288095,0,

    121.89800000000105,-76.66338,40.28809,0,

    122.00799999999981,-76.66336666666666,40.28808333333333,0,

    122.10699999999997,-76.663355,40.288075,0,

    122.20700000000033,-76.663345,40.288066666666666,0,

    122.30500000000029,-76.66333333333333,40.28805833333333,0,

    122.40200000000004,-76.66332333333334,40.28805,0,

    122.49799999999959,-76.663315,40.288041666666665,0,

    122.60399999999936,-76.66330666666667,40.28803166666667,0,

    122.70000000000073,-76.66329833333333,40.28802,0,

    122.80299999999988,-76.66329166666667,40.28801,0,

    122.90099999999984,-76.663285,40.287998333333334,0,

    123.00200000000041,-76.66328,40.28798833333333,0,

    123.10100000000057,-76.66327333333334,40.287976666666665,0,

    123.20399999999972,-76.66326833333333,40.28796333333333,0,

    123.30299999999988,-76.66326333333333,40.28795,0,

    123.40899999999965,-76.66325666666667,40.28793833333334,0,

    123.51200000000063,-76.66325,40.287925,0,

    123.60699999999997,-76.66324166666666,40.287911666666666,0,

    123.70299999999952,-76.663235,40.28789833333333,0,

    123.81600000000071,-76.66322833333334,40.28788333333333,0,

    123.90300000000025,-76.66322,40.287868333333336,0,

    124.00300000000061,-76.66321166666667,40.28785333333333,0,

    124.1260000000002,-76.66320333333333,40.28783833333333,0,

    124.20000000000073,-76.663195,40.287823333333336,0,

    124.30500000000029,-76.66318666666666,40.28780666666667,0,

    124.41799999999967,-76.66317833333333,40.28779,0,

    124.52599999999984,-76.66316833333333,40.287775,0,

    124.61599999999999,-76.66315833333333,40.28776,0,

    124.71600000000035,-76.66314833333334,40.28774333333333,0,

    124.8119999999999,-76.66313833333334,40.287728333333334,0,

    124.91599999999926,-76.66312666666667,40.287713333333336,0,

    125.00799999999981,-76.66311666666667,40.28769833333333,0,

    125.10200000000077,-76.66310666666666,40.287683333333334,0,

    125.20299999999952,-76.663095,40.287668333333336,0,

    125.3140000000003,-76.663085,40.28765333333333,0,

    125.40700000000106,-76.66307666666667,40.287638333333334,0,

    125.51499999999942,-76.66306833333333,40.287621666666666,0,

    125.61800000000039,-76.66306166666666,40.28760666666667,0,

    125.69900000000052,-76.663055,40.28759,0,

    125.80500000000029,-76.66305,40.287573333333334,0,

    125.89999999999964,-76.66304666666667,40.28755833333334,0,

    126.01300000000083,-76.66304333333333,40.28754166666667,0,

    126.10800000000017,-76.66304,40.287526666666665,0,

    126.21700000000055,-76.66304,40.28751,0,

    126.29900000000089,-76.66303833333333,40.28749333333333,0,

    126.40400000000045,-76.663035,40.28747833333333,0,

    126.50500000000102,-76.66303166666667,40.287461666666665,0,

    126.61399999999958,-76.66302833333333,40.28744666666667,0,

    126.70000000000073,-76.66302333333333,40.28743166666667,0,

    126.80400000000009,-76.66301833333333,40.287416666666665,0,

    126.91100000000006,-76.66301333333334,40.28740166666667,0,

    126.9989999999998,-76.66300666666666,40.28738666666667,0,

    127.10699999999997,-76.663,40.287371666666665,0,

    127.20299999999952,-76.66299166666667,40.28735833333333,0,

    127.30199999999968,-76.66298333333333,40.287345,0,

    127.41300000000047,-76.66297333333333,40.28733,0,

    127.51300000000083,-76.66296333333334,40.28731833333333,0,

    127.60900000000038,-76.66295333333333,40.287305,0,

    127.70700000000033,-76.662945,40.28729166666667,0,

    127.8109999999997,-76.66293666666667,40.28728,0,

    127.90700000000106,-76.66292833333333,40.28726666666667,0,

    128.0059999999994,-76.66292,40.28725333333333,0,

    128.10300000000098,-76.662915,40.28724,0,

    128.20000000000073,-76.66290833333333,40.287225,0,

    128.3070000000007,-76.66290333333333,40.287211666666664,0,

    128.39800000000105,-76.6629,40.28719666666667,0,

    128.5030000000006,-76.66289666666667,40.28718166666667,0,

    128.60599999999977,-76.66289333333333,40.287166666666664,0,

    128.70399999999972,-76.66289166666667,40.287153333333336,0,

    128.8119999999999,-76.66289,40.28713666666667,0,

    128.90899999999965,-76.66288833333333,40.287121666666664,0,

    129.00400000000081,-76.66288666666667,40.287106666666666,0,

    129.10100000000057,-76.66288333333334,40.28709166666667,0,

    129.20499999999993,-76.66288,40.287075,0,

    129.30099999999948,-76.662875,40.28706,0,

    129.39700000000084,-76.66287166666666,40.287045,0,

    129.5030000000006,-76.662865,40.28702833333333,0,

    129.60599999999977,-76.66286,40.287013333333334,0,

    129.70000000000073,-76.66285166666667,40.28699833333334,0,

    129.80199999999968,-76.66284333333333,40.28698166666667,0,

    129.90099999999984,-76.66283333333334,40.286966666666665,0,

    129.9989999999998,-76.662825,40.28695166666667,0,

    130.09599999999955,-76.662815,40.286935,0,

    130.20199999999932,-76.662805,40.28691833333333,0,

    130.2990000000009,-76.662795,40.286901666666665,0,

    130.40799999999945,-76.66278666666666,40.286885,0,

    130.5020000000004,-76.66277833333334,40.28686833333333,0,

    130.59900000000016,-76.66277,40.286851666666664,0,

    130.69800000000032,-76.66276166666667,40.286833333333334,0,

    130.79800000000068,-76.662755,40.28681666666667,0,

    130.89600000000064,-76.66274833333334,40.2868,0,

    130.9950000000008,-76.66274166666666,40.28678333333333,0,

    131.10800000000017,-76.66273666666666,40.286766666666665,0,

    131.1959999999999,-76.66273166666667,40.28675,0,

    131.3060000000005,-76.662725,40.286735,0,

    131.40300000000025,-76.66272166666667,40.28672,0,

    131.5020000000004,-76.66271666666667,40.286703333333335,0,

    131.60200000000077,-76.662715,40.28669,0,

    131.69900000000052,-76.66271333333333,40.286675,0,

    131.80099999999948,-76.66271166666667,40.28666166666667,0,

    131.89600000000064,-76.66271166666667,40.28664833333333,0,

    132.00500000000102,-76.66271333333333,40.286635,0,

    132.09699999999975,-76.662715,40.28662333333333,0,

    132.21000000000095,-76.66271666666667,40.286611666666666,0,

    132.3040000000001,-76.66272,40.2866,0,

    132.40400000000045,-76.662725,40.286588333333334,0,

    132.4989999999998,-76.66273,40.28657833333333,0,

    132.59900000000016,-76.662735,40.286568333333335,0,

    132.70000000000073,-76.66274166666666,40.28655833333333,0,

    132.8109999999997,-76.66274833333334,40.286548333333336,0,

    132.90099999999984,-76.66275666666667,40.28653833333333,0,

    133.01000000000022,-76.662765,40.28653,0,

    133.10399999999936,-76.66277333333333,40.286521666666665,0,

    133.19800000000032,-76.66278333333334,40.28651333333333,0,

    133.30099999999948,-76.66279333333334,40.286505,0,

    133.40099999999984,-76.66280333333333,40.286498333333334,0,

    133.4969999999994,-76.662815,40.28649,0,

    133.59699999999975,-76.66282833333334,40.286485,0,

    133.70299999999952,-76.66284,40.286478333333335,0,

    133.80299999999988,-76.66285333333333,40.28647333333333,0,

    133.89800000000105,-76.66286666666667,40.28646833333333,0,

    134.0020000000004,-76.66288,40.286465,0,

    134.10499999999956,-76.66289333333333,40.28646166666667,0,

    134.20100000000093,-76.66290833333333,40.286458333333336,0,

    134.30299999999988,-76.66292166666666,40.286455,0,

    134.40500000000065,-76.662935,40.286453333333334,0,

    134.5010000000002,-76.66295,40.286453333333334,0,

    134.59699999999975,-76.662965,40.286453333333334,0,

    134.70700000000033,-76.66297833333333,40.286455,0,

    134.80299999999988,-76.66299333333333,40.286455,0,

    134.89899999999943,-76.66300833333334,40.286456666666666,0,

    135.00500000000102,-76.66302333333333,40.286458333333336,0,

    135.10200000000077,-76.66303833333333,40.28646,0,

    135.20199999999932,-76.663055,40.28646333333333,0,

    135.29800000000068,-76.66307,40.28646833333333,0,

    135.39899999999943,-76.663085,40.28647333333333,0,

    135.5020000000004,-76.66309833333334,40.286478333333335,0,

    135.59900000000016,-76.66311333333333,40.286485,0,

    135.69900000000052,-76.663125,40.28649166666667,0,

    135.80299999999988,-76.66313833333334,40.286498333333334,0,

    135.90400000000045,-76.66315166666666,40.28650666666667,0,

    135.9969999999994,-76.66316333333333,40.286515,0,

    136.10599999999977,-76.663175,40.286525,0,

    136.19700000000012,-76.663185,40.286535,0,

    136.29500000000007,-76.66319666666666,40.286546666666666,0,

    136.39500000000044,-76.663205,40.28655666666667,0,

    136.496000000001,-76.663215,40.286568333333335,0,

    136.60900000000038,-76.66322166666667,40.28658,0,

    136.70800000000054,-76.66323,40.286591666666666,0,

    136.8060000000005,-76.663235,40.28660333333333,0,

    136.90400000000045,-76.66323833333334,40.286615,0,

    137.0079999999998,-76.66324166666666,40.28662666666666,0,

    137.10200000000077,-76.663245,40.28664,0,

    137.20100000000093,-76.66324666666667,40.286651666666664,0,

    137.29800000000068,-76.66324833333333,40.286665,0,

    137.39999999999964,-76.66324833333333,40.28668,0,

    137.50400000000081,-76.66324833333333,40.28669333333333,0,

    137.60499999999956,-76.66324666666667,40.28670666666667,0,

    137.70100000000093,-76.66324666666667,40.286721666666665,0,

    137.80299999999988,-76.663245,40.286735,0,

    137.90400000000045,-76.663245,40.286748333333335,0,

    138.00400000000081,-76.66324333333333,40.28676333333333,0,

    138.10200000000077,-76.66324166666666,40.28677666666667,0,

    138.20100000000093,-76.66324,40.28679,0,

    138.30199999999968,-76.66324,40.28680333333333,0,

    138.39700000000084,-76.66324,40.28681666666667,0,

    138.5010000000002,-76.66324166666666,40.28683,0,

    138.59400000000096,-76.66324333333333,40.28684333333333,0,

    138.70100000000093,-76.66324666666667,40.286856666666665,0,

    138.8050000000003,-76.66325166666667,40.28687,0,

    138.89999999999964,-76.66325666666667,40.286883333333336,0,

    138.9989999999998,-76.66326333333333,40.286895,0,

    139.10200000000077,-76.66327,40.286908333333336,0,

    139.20199999999932,-76.66327833333334,40.28692,0,

    139.3070000000007,-76.66328666666666,40.28693166666667,0,

    139.40600000000086,-76.663295,40.28694333333333,0,

    139.50400000000081,-76.66330333333333,40.286955,0,

    139.60000000000036,-76.66331333333333,40.286966666666665,0,

    139.70199999999932,-76.66332166666666,40.28698,0,

    139.8070000000007,-76.66333,40.286991666666665,0,

    139.91300000000047,-76.66333833333333,40.28700333333333,0,

    140.02200000000084,-76.663345,40.287016666666666,0,

    140.10100000000057,-76.66335166666667,40.28703,0,

    140.20299999999952,-76.66335666666667,40.28704333333334,0,

    140.2990000000009,-76.66336166666666,40.287055,0,

    140.40200000000004,-76.663365,40.28706833333333,0,

    140.51100000000042,-76.66336833333334,40.287081666666666,0,

    140.60699999999997,-76.66337166666666,40.287095,0,

    140.69900000000052,-76.66337333333334,40.287108333333336,0,

    140.82200000000012,-76.663375,40.287121666666664,0,

    140.90700000000106,-76.66337833333333,40.28713666666667,0,

    141.0079999999998,-76.66337833333333,40.28715,0,

    141.121000000001,-76.66338,40.287165,0,

    141.1939999999995,-76.66338,40.28718,0,

    141.32300000000032,-76.66338,40.287193333333335,0,

    141.40400000000045,-76.66338,40.28720833333333,0,

    141.5010000000002,-76.66338166666667,40.287225,0,

    141.59499999999935,-76.66338166666667,40.28724,0,

    141.70100000000093,-76.66338333333333,40.287255,0,

    141.81700000000092,-76.66338333333333,40.28727,0,

    141.90799999999945,-76.663385,40.28728666666667,0,

    142.02700000000004,-76.66338666666667,40.287301666666664,0,

    142.10100000000057,-76.66339,40.28731833333333,0,

    142.20499999999993,-76.66339166666667,40.287335,0,

    142.29700000000048,-76.663395,40.287351666666666,0,

    142.39400000000023,-76.66339833333333,40.28736833333333,0,

    142.4969999999994,-76.66340166666667,40.287385,0,

    142.60000000000036,-76.663405,40.2874,0,

    142.70299999999952,-76.66341,40.287416666666665,0,

    142.8070000000007,-76.663415,40.28743333333333,0,

    142.92499999999927,-76.66342,40.28744833333333,0,

    142.9969999999994,-76.663425,40.287463333333335,0,

    143.09799999999996,-76.66343,40.28747833333333,0,

    143.19900000000052,-76.66343666666667,40.28749333333333,0,

    143.30199999999968,-76.66344333333333,40.287506666666665,0,

    143.40400000000045,-76.66345,40.28752,0,

    143.52399999999943,-76.66345833333334,40.287533333333336,0,

    143.59799999999996,-76.663465,40.287545,0,

    143.6939999999995,-76.66347333333333,40.28755833333334,0,

    143.8040000000001,-76.66348333333333,40.28757,0,

    143.89800000000105,-76.66349166666667,40.28758333333333,0,

    144.0059999999994,-76.66350166666666,40.287593333333334,0,

    144.10599999999977,-76.66351,40.287605,0,

    144.19700000000012,-76.66352166666667,40.287615,0,

    144.30199999999968,-76.66353333333333,40.287623333333336,0,

    144.40799999999945,-76.66354333333334,40.28763333333333,0,

    144.4979999999996,-76.66355666666666,40.287641666666666,0,

    144.59699999999975,-76.66356833333333,40.28765,0,

    144.70499999999993,-76.66358,40.28765666666666,0,

    144.80299999999988,-76.66359333333334,40.287665,0,

    144.90300000000025,-76.66360666666667,40.28767166666667,0,

    145.00400000000081,-76.66361833333333,40.28767666666667,0,

    145.09699999999975,-76.66363166666666,40.287683333333334,0,

    145.20199999999932,-76.663645,40.287688333333335,0,

    145.3040000000001,-76.66365833333333,40.28769333333334,0,

    145.40099999999984,-76.66367166666667,40.28769666666667,0,

    145.5030000000006,-76.663685,40.2877,0,

    145.59699999999975,-76.66369833333333,40.28770166666666,0,

    145.6949999999997,-76.66371166666667,40.28770333333333,0,

    145.79800000000068,-76.663725,40.28770333333333,0,

    145.90400000000045,-76.66373666666667,40.28770333333333,0,

    145.9969999999994,-76.66375,40.28770333333333,0,

    146.10200000000077,-76.66376166666667,40.28770166666666,0,

    146.20399999999972,-76.66377333333334,40.2877,0,

    146.31700000000092,-76.663785,40.28769666666667,0,

    146.40300000000025,-76.663795,40.28769333333334,0,

    146.5,-76.66380666666667,40.28769,0,

    146.59900000000016,-76.66381666666666,40.287685,0,

    146.72099999999955,-76.66382666666667,40.28768,0,

    146.8050000000003,-76.66383666666667,40.28767333333333,0,

    146.89899999999943,-76.66384666666667,40.28766666666667,0,

    147.0020000000004,-76.663855,40.28766,0,

    147.10200000000077,-76.66386333333334,40.28765166666667,0,

    147.20000000000073,-76.66387166666667,40.287643333333335,0,

    147.30199999999968,-76.66388,40.287635,0,

    147.39800000000105,-76.66388833333333,40.28762666666667,0,

    147.4979999999996,-76.663895,40.287616666666665,0,

    147.60100000000057,-76.66390166666666,40.28760666666667,0,

    147.6949999999997,-76.66390833333334,40.287596666666666,0,

    147.80199999999968,-76.663915,40.28758666666667,0,

    147.90200000000004,-76.66392166666667,40.287576666666666,0,

    147.9989999999998,-76.66392666666667,40.287565,0,

    148.09900000000016,-76.66393333333333,40.287553333333335,0,

    148.20000000000073,-76.66394,40.28754166666667,0,

    148.29999999999927,-76.66394666666666,40.28753,0,

    148.39700000000084,-76.66395333333334,40.28751833333333,0,

    148.51800000000003,-76.66396,40.287506666666665,0,

    148.60300000000098,-76.66397,40.287495,0,

    148.73600000000079,-76.66397833333333,40.287483333333334,0,

    148.7990000000009,-76.66398833333334,40.28747166666667,0,

    148.89700000000084,-76.66399833333334,40.287461666666665,0,

    148.9969999999994,-76.66400833333333,40.28745,0,

    149.09599999999955,-76.66402,40.28744,0,

    149.1959999999999,-76.66403166666667,40.28743,0,

    149.30099999999948,-76.664045,40.28742166666667,0,

    149.41500000000087,-76.66405833333333,40.28741333333333,0,

    149.5,-76.66407166666667,40.287405,0,

    149.60499999999956,-76.66408666666666,40.287396666666666,0,

    149.71099999999933,-76.66410166666667,40.28739,0,

    149.79600000000028,-76.66411666666667,40.28738333333333,0,

    149.89800000000105,-76.66413333333334,40.28737666666667,0,

    149.9969999999994,-76.66415,40.287371666666665,0,

    150.09699999999975,-76.66416666666667,40.287366666666664,0,

    150.20199999999932,-76.664185,40.28736166666667,0,

    150.30299999999988,-76.66420333333333,40.28735666666667,0,

    150.39700000000084,-76.66422333333334,40.287353333333336,0,

    150.4989999999998,-76.66424166666667,40.28735,0,

    150.60200000000077,-76.66426,40.287346666666664,0,

    150.69800000000032,-76.66427833333333,40.28734333333333,0,

    150.7990000000009,-76.66429833333333,40.28734,0,

    150.90099999999984,-76.66431666666666,40.28733666666667,0,

    151.00400000000081,-76.664335,40.287333333333336,0,

    151.09699999999975,-76.66435166666666,40.28733,0,

    151.1959999999999,-76.66436833333333,40.287326666666665,0,

    151.29700000000048,-76.66438333333333,40.28732333333333,0,

    151.41300000000047,-76.66439833333334,40.28732,0,

    151.5020000000004,-76.66441333333333,40.28731666666667,0,

    151.60499999999956,-76.66442666666667,40.28731166666667,0,

    151.70199999999932,-76.66443833333334,40.287306666666666,0,

    151.8150000000005,-76.66445,40.287301666666664,0,

    151.90200000000004,-76.66446166666667,40.287295,0,

    152.0010000000002,-76.66447166666667,40.28729,0,

    152.09799999999996,-76.66448166666666,40.287283333333335,0,

    152.20100000000093,-76.66449,40.28727666666666,0,

    152.29999999999927,-76.66449833333333,40.28726833333333,0,

    152.41899999999987,-76.664505,40.287261666666666,0,

    152.5010000000002,-76.66451166666667,40.28725333333333,0,

    152.6219999999994,-76.66451666666667,40.287245,0,

    152.70100000000093,-76.66452,40.287236666666665,0,

    152.8160000000007,-76.66452333333334,40.28722666666667,0,

    152.89700000000084,-76.664525,40.287216666666666,0,

    153.02200000000084,-76.66452666666666,40.28720833333333,0,

    153.10200000000077,-76.66452666666666,40.287198333333336,0,

    153.20299999999952,-76.66452666666666,40.28718833333333,0,

    153.30299999999988,-76.66452666666666,40.28717833333333,0,

    153.42000000000007,-76.664525,40.287168333333334,0,

    153.51599999999962,-76.66452333333334,40.28715833333333,0,

    153.61299999999937,-76.66452166666667,40.287148333333334,0,

    153.71500000000015,-76.66452,40.28713666666667,0,

    153.8080000000009,-76.66451666666667,40.287126666666666,0,

    153.89899999999943,-76.664515,40.28711666666667,0,

    154,-76.66451333333333,40.287105,0,

    154.09799999999996,-76.66451,40.28709333333333,0,

    154.21199999999953,-76.66450666666667,40.287083333333335,0,

    154.32300000000032,-76.66450333333333,40.287075,0,

    154.41200000000026,-76.6645,40.287065,0,

    154.496000000001,-76.66449666666666,40.287056666666665,0,

    154.61299999999937,-76.66449333333334,40.28704833333333,0,

    154.71700000000055,-76.66448833333334,40.28704,0,

    154.79999999999927,-76.664485,40.28703333333333,0,

    154.89700000000084,-76.66448,40.28702666666667,0,

    155.0079999999998,-76.66447666666667,40.287018333333336,0,

    155.09900000000016,-76.66447166666667,40.287013333333334,0,

    155.1949999999997,-76.66446833333333,40.28700666666667,0,

    155.30299999999988,-76.664465,40.287,0,

    155.39899999999943,-76.66446166666667,40.286993333333335,0,

    155.51499999999942,-76.66445833333333,40.286986666666664,0,

    155.59799999999996,-76.664455,40.28698166666667,0,

    155.69900000000052,-76.66445333333333,40.286975,0,

    155.8140000000003,-76.66445,40.286968333333334,0,

    155.89899999999943,-76.66444666666666,40.28696333333333,0,

    155.9969999999994,-76.664445,40.28695833333333,0,

    156.11299999999937,-76.66444166666666,40.28695333333334,0,

    156.21500000000015,-76.66443666666666,40.286948333333335,0,

    156.29700000000048,-76.66443166666667,40.286945,0,

    156.41100000000006,-76.66442666666667,40.28694,0,

    156.4989999999998,-76.66442166666667,40.28693833333333,0,

    156.59599999999955,-76.664415,40.286935,0,

    156.70499999999993,-76.66441,40.28693166666667,0,

    156.82200000000012,-76.664405,40.286928333333336,0,

    156.90899999999965,-76.6644,40.286925,0,

    156.996000000001,-76.664395,40.286921666666665,0,

    157.10699999999997,-76.66439166666666,40.28691833333333,0,

    157.20499999999993,-76.66438666666667,40.28691666666667,0,

    157.3060000000005,-76.66438333333333,40.28691333333333,0,

    157.39800000000105,-76.66438,40.28691,0,

    157.4969999999994,-76.66437666666667,40.28690666666667,0,

    157.60699999999997,-76.66437333333333,40.286903333333335,0,

    157.70700000000033,-76.66437,40.28689833333333,0,

    157.79800000000068,-76.66436666666667,40.286895,0,

    157.90099999999984,-76.66436333333333,40.28689166666667,0,

    157.996000000001,-76.66436166666666,40.28688833333333,0,

    158.09599999999955,-76.66436,40.286883333333336,0,

    158.20499999999993,-76.66435666666666,40.28688,0,

    158.3089999999993,-76.66435666666666,40.286876666666664,0,

    158.39999999999964,-76.664355,40.28687166666667,0,

    158.51400000000103,-76.66435333333334,40.28686833333333,0,

    158.6190000000006,-76.66435333333334,40.286865,0,

    158.70499999999993,-76.66435166666666,40.28686,0,

    158.8080000000009,-76.66435166666666,40.286855,0,

    158.91300000000047,-76.66435166666666,40.286851666666664,0,

    159.00400000000081,-76.66435333333334,40.28684666666667,0,

    159.11299999999937,-76.66435333333334,40.28684166666667,0,

    159.20199999999932,-76.66435333333334,40.286836666666666,0,

    159.29800000000068,-76.664355,40.286831666666664,0,

    159.40899999999965,-76.664355,40.28682666666667,0,

    159.51000000000022,-76.66435666666666,40.28682166666667,0,

    159.60499999999956,-76.66435833333334,40.28681666666667,0,

    159.6949999999997,-76.66436166666666,40.28681,0,

    159.8040000000001,-76.66436333333333,40.286805,0,

    159.89700000000084,-76.664365,40.2868,0,

    160.01599999999962,-76.66436833333333,40.286793333333335,0,

    160.09499999999935,-76.66437,40.286788333333334,0,

    160.1959999999999,-76.66437333333333,40.28678166666667,0,

    160.29800000000068,-76.664375,40.28677666666667,0,

    160.40899999999965,-76.66437833333333,40.28677,0,

    160.51100000000042,-76.66438,40.286765,0,

    160.60699999999997,-76.66438333333333,40.28675833333333,0,

    160.71399999999994,-76.66438666666667,40.28675166666667,0,

    160.8050000000003,-76.66438833333333,40.286745,0,

    160.89400000000023,-76.66439166666666,40.28673833333333,0,

    160.9950000000008,-76.66439333333334,40.28673166666667,0,

    161.09599999999955,-76.66439666666666,40.286725,0,

    161.20600000000013,-76.6644,40.28671833333333,0,

    161.3130000000001,-76.66440333333334,40.28671,0,

    161.40899999999965,-76.66440666666666,40.286703333333335,0,

    161.5069999999996,-76.66441,40.286695,0,

    161.60399999999936,-76.66441333333333,40.28668666666667,0,

    161.69700000000012,-76.66441666666667,40.28668,0,

    161.80199999999968,-76.66442,40.28667166666666,0,

    161.90099999999984,-76.664425,40.28666333333334,0,

    161.9969999999994,-76.66442833333333,40.286653333333334,0,

    162.10800000000017,-76.66443166666667,40.286645,0,

    162.20600000000013,-76.664435,40.286636666666666,0,

    162.3080000000009,-76.66443833333334,40.28662833333333,0,

    162.39899999999943,-76.66444166666666,40.28662,0,

    162.5020000000004,-76.66444333333334,40.28661,0,

    162.60900000000038,-76.66444666666666,40.28660166666667,0,

    162.6949999999997,-76.66444833333334,40.286593333333336,0,

    162.8070000000007,-76.66445,40.28658333333333,0,

    162.89899999999943,-76.66445166666666,40.286575,0,

    162.9950000000008,-76.66445166666666,40.286566666666666,0,

    163.10200000000077,-76.66445333333333,40.28655833333333,0,

    163.1939999999995,-76.66445333333333,40.286548333333336,0,

    163.30199999999968,-76.66445333333333,40.28654,0,

    163.40799999999945,-76.66445166666666,40.28653166666667,0,

    163.5020000000004,-76.66445,40.286523333333335,0,

    163.61000000000058,-76.66444833333334,40.286515,0,

    163.70100000000093,-76.664445,40.28650666666667,0,

    163.8099999999995,-76.66444333333334,40.2865,0,

    163.89400000000023,-76.66443833333334,40.28649166666667,0,

    164,-76.664435,40.28648333333334,0,

    164.09900000000016,-76.66443,40.286476666666665,0,

    164.19900000000052,-76.66442333333333,40.28647,0,

    164.3060000000005,-76.66441666666667,40.28646333333333,0,

    164.40500000000065,-76.66441,40.286456666666666,0,

    164.51400000000103,-76.66440166666666,40.286451666666665,0,

    164.61599999999999,-76.66439166666666,40.28644666666667,0,

    164.70600000000013,-76.66438166666667,40.28644333333333,0,

    164.8150000000005,-76.66437166666667,40.28643833333334,0,

    164.90600000000086,-76.66436166666666,40.28643666666667,0,

    165.00900000000001,-76.66435,40.286433333333335,0,

    165.10699999999997,-76.66433833333333,40.286431666666665,0,

    165.21000000000095,-76.66432666666667,40.28643,0,

    165.30199999999968,-76.66431333333334,40.28642833333333,0,

    165.40899999999965,-76.6643,40.28642833333333,0,

    165.5059999999994,-76.66428833333333,40.28642833333333,0,

    165.612000000001,-76.664275,40.28642833333333,0,

    165.70900000000074,-76.66426,40.28642833333333,0,

    165.8080000000009,-76.66424666666667,40.28643,0,

    165.94200000000092,-76.66423333333333,40.286431666666665,0,

    166.0010000000002,-76.66421833333334,40.286433333333335,0,

    166.11599999999999,-76.664205,40.28643666666667,0,

    166.21099999999933,-76.66419,40.28644,0,

    166.3080000000009,-76.66417666666666,40.28644333333333,0,

    166.42300000000068,-76.66416166666667,40.28644833333333,0,

    166.5059999999994,-76.66414833333333,40.286453333333334,0,

    166.60599999999977,-76.66413333333334,40.286458333333336,0,

    166.72299999999996,-76.66412,40.28646666666667,0,

    166.8080000000009,-76.66410833333333,40.28647333333333,0,

    166.91699999999946,-76.66409666666667,40.28648166666667,0,

    167.01100000000042,-76.664085,40.28649,0,

    167.10800000000017,-76.66407666666667,40.286498333333334,0,

    167.20800000000054,-76.66406666666667,40.28650833333333,0,

    167.3060000000005,-76.66405833333333,40.286516666666664,0,

    167.41799999999967,-76.66405166666667,40.28652666666667,0,

    167.5059999999994,-76.664045,40.28653666666666,0,

    167.6219999999994,-76.66404,40.286546666666666,0,

    167.71600000000035,-76.664035,40.28655666666667,0,

    167.82200000000012,-76.66403166666667,40.286566666666666,0,

    167.92300000000068,-76.66402666666667,40.28657666666667,0,

    168.01200000000063,-76.664025,40.286586666666665,0,

    168.10900000000038,-76.66402166666667,40.28659666666667,0,

    168.21299999999974,-76.66402166666667,40.286608333333334,0,

    168.3060000000005,-76.66402,40.28661833333334,0,

    168.39800000000105,-76.66402,40.28663,0,

    168.5079999999998,-76.66402,40.28664166666667,0,

    168.61100000000079,-76.66402166666667,40.286651666666664,0,

    168.69700000000012,-76.66402333333333,40.28666333333334,0,

    168.81700000000092,-76.664025,40.286675,0,

    168.90600000000086,-76.66402833333333,40.28668666666667,0,

    169.00500000000102,-76.66403166666667,40.2867,0,

    169.10300000000098,-76.66403666666666,40.28671166666667,0,

    169.20199999999932,-76.66404166666666,40.286723333333335,0,

    169.30199999999968,-76.66404833333333,40.28673666666667,0,

    169.39800000000105,-76.664055,40.286748333333335,0,

    169.51000000000022,-76.66406333333333,40.28676,0,

    169.6170000000002,-76.66407166666667,40.28677166666667,0,

    169.71099999999933,-76.66408,40.28678333333333,0,

    169.8140000000003,-76.66408833333334,40.286793333333335,0,

    169.9429999999993,-76.66409833333333,40.286805,0,

    170.0010000000002,-76.66410666666667,40.28681666666667,0,

    170.10900000000038,-76.664115,40.28682833333333,0,

    170.20299999999952,-76.66412333333334,40.28684,0,

    170.33599999999933,-76.66413,40.286851666666664,0,

    170.40500000000065,-76.66413833333333,40.286865,0,

    170.51800000000003,-76.66414333333333,40.286876666666664,0,

    170.6280000000006,-76.66414833333333,40.28688833333333,0,

    170.71999999999935,-76.66415333333333,40.28689833333333,0,

    170.8199999999997,-76.66415833333333,40.28691,0,

    170.90300000000025,-76.66416166666667,40.286921666666665,0,

    171.01400000000103,-76.66416333333333,40.28693333333333,0,

    171.13999999999942,-76.664165,40.286945,0,

    171.21399999999994,-76.664165,40.28695666666667,0,

    171.3089999999993,-76.664165,40.286968333333334,0,

    171.41599999999926,-76.66416333333333,40.28698,0,

    171.5030000000006,-76.66416,40.286991666666665,0,

    171.60699999999997,-76.66415666666667,40.28700166666667,0,

    171.70600000000013,-76.66415166666667,40.287011666666665,0,

    171.8080000000009,-76.66414833333333,40.28702166666667,0,

    171.90700000000106,-76.66414333333333,40.287031666666664,0,

    172.01000000000022,-76.66413666666666,40.28704,0,

    172.09799999999996,-76.66412833333334,40.28704833333333,0,

    172.21800000000076,-76.66412166666667,40.287056666666665,0,

    172.3099999999995,-76.66411333333333,40.287065,0,

    172.41100000000006,-76.66410333333333,40.28707166666667,0,

    172.50500000000102,-76.664095,40.287078333333334,0,

    172.61100000000079,-76.664085,40.287085,0,

    172.70700000000033,-76.66407333333333,40.28709,0,

    172.8060000000005,-76.66406333333333,40.287095,0,

    172.91400000000067,-76.66405166666667,40.2871,0,

    173.0030000000006,-76.66404,40.287103333333334,0,

    173.10399999999936,-76.66402833333333,40.287106666666666,0,

    173.20600000000013,-76.664015,40.287108333333336,0,

    173.30299999999988,-76.66400333333333,40.28711,0,

    173.40899999999965,-76.66399,40.28711166666667,0,

    173.51300000000083,-76.66397666666667,40.28711166666667,0,

    173.60800000000017,-76.663965,40.28711166666667,0,

    173.71099999999933,-76.66395166666666,40.28711,0,

    173.8050000000003,-76.66394,40.28711,0,

    173.90799999999945,-76.66392833333333,40.287106666666666,0,

    174.00500000000102,-76.66391666666667,40.287105,0,

    174.10300000000098,-76.663905,40.287101666666665,0,

    174.20199999999932,-76.66389333333333,40.28709666666666,0,

    174.30299999999988,-76.66388166666667,40.28709166666667,0,

    174.40300000000025,-76.66387166666667,40.28708666666667,0,

    174.4979999999996,-76.66386166666666,40.28708,0,

    174.60399999999936,-76.66385166666667,40.28707333333333,0,

    174.70700000000033,-76.66384333333333,40.28706666666667,0,

    174.8130000000001,-76.66383666666667,40.287058333333334,0,

    174.90200000000004,-76.66382833333333,40.28705166666666,0,

    175.00400000000081,-76.66382166666666,40.28704333333334,0,

    175.10100000000057,-76.66381333333334,40.287035,0,

    175.20299999999952,-76.66380666666667,40.28702666666667,0,

    175.3109999999997,-76.6638,40.287018333333336,0,

    175.41899999999987,-76.66379,40.287011666666665,0,

    175.5030000000006,-76.66378166666667,40.287005,0,

    175.61599999999999,-76.66377333333334,40.28699833333334,0,

    175.70499999999993,-76.663765,40.286991666666665,0,

    175.8040000000001,-76.663755,40.286986666666664,0,

    175.90999999999985,-76.66374666666667,40.28698166666667,0,

    176.00500000000102,-76.66373666666667,40.28697833333333,0,

    176.10100000000057,-76.66372666666666,40.286975,0,

    176.20399999999972,-76.663715,40.286971666666666,0,

    176.29999999999927,-76.663705,40.286968333333334,0,

    176.39800000000105,-76.663695,40.286965,0,

    176.4989999999998,-76.663685,40.28696166666667,0,

    176.60100000000057,-76.66367333333334,40.28695666666667,0,

    176.70100000000093,-76.66366333333333,40.28695166666667,0,

    176.8060000000005,-76.663655,40.286946666666665,0,

    176.90500000000065,-76.663645,40.286941666666664,0,

    177.0020000000004,-76.66363666666666,40.286935,0,

    177.10100000000057,-76.66362833333334,40.286928333333336,0,

    177.19700000000012,-76.66362166666667,40.28692,0,

    177.30099999999948,-76.663615,40.28691333333333,0,

    177.40600000000086,-76.66360833333333,40.286903333333335,0,

    177.4969999999994,-76.66360166666666,40.286895,0,

    177.61299999999937,-76.66359666666666,40.286885,0,

    177.70499999999993,-76.66359,40.286875,0,

    177.8130000000001,-76.663585,40.286865,0,

    177.90500000000065,-76.66358,40.286855,0,

    178.0010000000002,-76.663575,40.28684333333333,0,

    178.1239999999998,-76.66356833333333,40.286831666666664,0,

    178.22500000000036,-76.66356333333333,40.28682,0,

    178.2990000000009,-76.66355833333333,40.286806666666664,0,

    178.40799999999945,-76.663555,40.286791666666666,0,

    178.5030000000006,-76.66355166666666,40.28677666666667,0,

    178.59900000000016,-76.66354833333334,40.28676166666666,0,

    178.71199999999953,-76.663545,40.286746666666666,0,

    178.81700000000092,-76.66354,40.28673,0,

    178.91300000000047,-76.66353666666667,40.286715,0,

    179.01499999999942,-76.66353166666667,40.286698333333334,0,

    179.09900000000016,-76.66352833333333,40.28668,0,

    179.20000000000073,-76.66352333333333,40.28666333333334,0,

    179.3040000000001,-76.66352,40.28664666666667,0,

    179.40600000000086,-76.663515,40.28663,0,

    179.5069999999996,-76.66351166666666,40.286613333333335,0,

    179.59699999999975,-76.66350666666666,40.28659666666667,0,

    179.70000000000073,-76.66350166666666,40.28658166666666,0,

    179.8070000000007,-76.66349666666666,40.286566666666666,0,

    179.90600000000086,-76.66349166666667,40.28655166666667,0,

    180.0010000000002,-76.66348833333333,40.28653666666666,0,

    180.09799999999996,-76.663485,40.286521666666665,0,

    180.20800000000054,-76.66348166666667,40.28650833333333,0,

    180.30199999999968,-76.66347833333333,40.286495,0,

    180.40500000000065,-76.66347666666667,40.28648166666667,0,

    180.5079999999998,-76.663475,40.28646833333333,0,

    180.60699999999997,-76.66347333333333,40.286455,0,

    180.70499999999993,-76.663475,40.28644333333333,0,

    180.8060000000005,-76.66347666666667,40.286431666666665,0,

    180.90999999999985,-76.66347833333333,40.28642166666667,0,

    181.01200000000063,-76.66348166666667,40.28641,0,

    181.10499999999956,-76.66348666666667,40.2864,0,

    181.20800000000054,-76.66349166666667,40.28639,0,

    181.3109999999997,-76.66349666666666,40.28638,0,

    181.41300000000047,-76.663505,40.28637166666667,0,

    181.5030000000006,-76.66351166666666,40.286361666666664,0,

    181.60599999999977,-76.66352,40.28635333333333,0,

    181.70100000000093,-76.66353,40.286345,0,

    181.8040000000001,-76.66354166666666,40.286336666666664,0,

    181.91500000000087,-76.66355333333334,40.28632833333333,0,

    181.9969999999994,-76.663565,40.286321666666666,0,

    182.10399999999936,-76.66357833333333,40.28631333333333,0,

    182.19800000000032,-76.66359166666666,40.286305,0,

    182.3080000000009,-76.663605,40.286298333333335,0,

    182.41200000000026,-76.66362,40.28629,0,

    182.4989999999998,-76.663635,40.28628333333333,0,

    182.59799999999996,-76.66365166666667,40.286276666666666,0,

    182.71299999999974,-76.66366833333333,40.28627,0,

    182.8080000000009,-76.663685,40.28626333333333,0,

    182.90400000000045,-76.66370166666667,40.28625666666667,0,

    182.9979999999996,-76.66372,40.286251666666665,0,

    183.10200000000077,-76.66373666666667,40.28624666666666,0,

    183.20299999999952,-76.663755,40.28624166666667,0,

    183.32899999999972,-76.66377333333334,40.28623833333333,0,

    183.4380000000001,-76.66379333333333,40.286233333333335,0,

    183.4979999999996,-76.66381166666666,40.28623,0,

    183.60599999999977,-76.66383,40.286228333333334,0,

    183.70299999999952,-76.66385,40.286225,0,

    183.8109999999997,-76.66387,40.28622166666667,0,

    183.90400000000045,-76.66389,40.28622,0,

    184.0079999999998,-76.66391,40.28621833333333,0,

    184.10300000000098,-76.66393,40.28621666666667,0,

    184.20600000000013,-76.66394833333334,40.286215,0,

    184.3130000000001,-76.66396833333333,40.286213333333336,0,

    184.40300000000025,-76.66398833333334,40.28621166666667,0,

    184.50400000000081,-76.66400666666667,40.286208333333335,0,

    184.60800000000017,-76.66402666666667,40.28620333333333,0,

    184.70199999999932,-76.664045,40.28619833333333,0,

    184.8099999999995,-76.66406333333333,40.28619333333334,0,

    184.90300000000025,-76.66408166666666,40.286186666666666,0,

    185.0030000000006,-76.6641,40.286181666666664,0,

    185.11100000000079,-76.66411666666667,40.286175,0,

    185.20100000000093,-76.664135,40.28616666666667,0,

    185.3040000000001,-76.66415166666667,40.28616,0,

    185.40099999999984,-76.66417,40.28615166666667,0,

    185.5010000000002,-76.66418666666667,40.286145,0,

    185.60000000000036,-76.664205,40.286136666666664,0,

    185.70399999999972,-76.66422333333334,40.28613166666667,0,

    185.80199999999968,-76.66424,40.28612666666667,0,

    185.90200000000004,-76.66425833333334,40.28612,0,

    185.9979999999996,-76.66427666666667,40.286116666666665,0,

    186.10100000000057,-76.664295,40.28611333333333,0,

    186.20900000000074,-76.66431333333334,40.28611,0,

    186.3050000000003,-76.66433166666667,40.28610666666667,0,

    186.40899999999965,-76.66435166666666,40.286105,0,

    186.4989999999998,-76.66437166666667,40.28610333333334,0,

    186.60900000000038,-76.66439166666666,40.2861,0,

    186.70299999999952,-76.66441333333333,40.2861,0,

    186.79600000000028,-76.66443333333333,40.286098333333335,0,

    186.89500000000044,-76.664455,40.286096666666666,0,

    187,-76.664475,40.286095,0,

    187.10800000000017,-76.66449666666666,40.286095,0,

    187.19800000000032,-76.66451833333333,40.286095,0,

    187.29800000000068,-76.66453833333334,40.286096666666666,0,

    187.40099999999984,-76.66456,40.286098333333335,0,

    187.51000000000022,-76.66457833333334,40.2861,0,

    187.60000000000036,-76.66459666666667,40.28610166666667,0,

    187.69700000000012,-76.66461666666666,40.286105,0,

    187.7990000000009,-76.664635,40.28610833333333,0,

    187.90200000000004,-76.66465166666667,40.28611166666666,0,

    187.9989999999998,-76.66467,40.286116666666665,0,

    188.10200000000077,-76.664685,40.286121666666666,0,

    188.20700000000033,-76.66470166666667,40.28612833333333,0,

    188.29700000000048,-76.66471666666666,40.286135,0,

    188.39800000000105,-76.66473166666667,40.286141666666666,0,

    188.5030000000006,-76.664745,40.28615,0,

    188.60200000000077,-76.66476,40.28615666666666,0,

    188.70700000000033,-76.66477333333333,40.28616666666667,0,

    188.79999999999927,-76.664785,40.286175,0,

    188.89700000000084,-76.66479666666666,40.286185,0,

    189.00500000000102,-76.66480833333334,40.286195,0,

    189.09799999999996,-76.66482,40.286206666666665,0,

    189.1959999999999,-76.66483,40.28621833333333,0,

    189.29800000000068,-76.66484166666666,40.28623,0,

    189.40200000000004,-76.66485166666666,40.28624166666667,0,

    189.50400000000081,-76.66486166666667,40.286255,0,

    189.60000000000036,-76.66487,40.28627,0,

    189.70499999999993,-76.66488,40.28628333333333,0,

    189.8050000000003,-76.66489,40.286296666666665,0,

    189.89600000000064,-76.66490166666667,40.28631166666667,0,

    190.00400000000081,-76.66491166666667,40.286325,0,

    190.09900000000016,-76.66492166666667,40.28633833333333,0,

    190.19700000000012,-76.66493333333334,40.28635333333333,0,

    190.29700000000048,-76.66494333333333,40.286368333333336,0,

    190.39500000000044,-76.664955,40.28638333333333,0,

    190.50500000000102,-76.66496666666667,40.28639833333333,0,

    190.59699999999975,-76.66497833333334,40.286415,0,

    190.70800000000054,-76.66499,40.28643,0,

    190.79800000000068,-76.66500166666667,40.28644666666667,0,

    190.89500000000044,-76.66501166666667,40.28646333333333,0,

    190.9989999999998,-76.66502166666666,40.286478333333335,0,

    191.09499999999935,-76.66503,40.286495,0,

    191.1949999999997,-76.66503833333333,40.28651166666667,0,

    191.29600000000028,-76.665045,40.28652833333334,0,

    191.39500000000044,-76.66505,40.286543333333334,0,

    191.50400000000081,-76.665055,40.28656,0,

    191.59699999999975,-76.66505833333333,40.28657666666667,0,

    191.6959999999999,-76.66506166666667,40.286591666666666,0,

    191.8060000000005,-76.66506333333334,40.286608333333334,0,

    191.89899999999943,-76.66506666666666,40.28662333333333,0,

    192.0079999999998,-76.66507,40.28664,0,

    192.10000000000036,-76.66507333333334,40.286655,0,

    192.20399999999972,-76.66507666666666,40.28667,0,

    192.29999999999927,-76.66508166666667,40.28668666666667,0,

    192.40899999999965,-76.66508833333333,40.286701666666666,0,

    192.5010000000002,-76.665095,40.28671666666666,0,

    192.59799999999996,-76.66510166666667,40.28673166666667,0,

    192.70199999999932,-76.66511,40.286746666666666,0,

    192.80299999999988,-76.66512,40.28676,0,

    192.90099999999984,-76.66512833333333,40.286775,0,

    192.9979999999996,-76.66514,40.286788333333334,0,

    193.1219999999994,-76.66515166666667,40.28680166666667,0,

    193.20199999999932,-76.66516166666666,40.286815,0,

    193.30099999999948,-76.66517333333333,40.28683,0,

    193.39600000000064,-76.665185,40.286845,0,

    193.5030000000006,-76.66519666666667,40.28686,0,

    193.60200000000077,-76.66520833333334,40.286875,0,

    193.71700000000055,-76.66522,40.28689166666667,0,

    193.80199999999968,-76.66523166666667,40.286908333333336,0,

    193.90400000000045,-76.66524333333334,40.286925,0,

    194.00500000000102,-76.665255,40.28694333333333,0,

    194.10599999999977,-76.665265,40.28696166666667,0,

    194.19700000000012,-76.665275,40.28698,0,

    194.30299999999988,-76.665285,40.28699833333334,0,

    194.40600000000086,-76.665295,40.287016666666666,0,

    194.50400000000081,-76.665305,40.287036666666665,0,

    194.60599999999977,-76.665315,40.287055,0,

    194.70700000000033,-76.66532333333333,40.287075,0,

    194.8060000000005,-76.66533333333334,40.287095,0,

    194.90600000000086,-76.66534166666666,40.287115,0,

    194.9989999999998,-76.66535166666667,40.28713666666667,0,

    195.10399999999936,-76.66536166666667,40.28715833333333,0,

    195.19900000000052,-76.66537166666667,40.28717833333333,0,

    195.3050000000003,-76.66538,40.287198333333336,0,

    195.40300000000025,-76.66538833333334,40.287218333333335,0,

    195.4969999999994,-76.66539666666667,40.287238333333335,0,

    195.59599999999955,-76.66540333333333,40.287256666666664,0,

    195.69700000000012,-76.66541166666667,40.287275,0,

    195.8070000000007,-76.665418333333335,40.28729333333333,0,

    195.90600000000086,-76.66542666666666,40.28731166666667,0,

    196.00400000000081,-76.66543333333334,40.287328333333335,0,

    196.10200000000077,-76.66544,40.287345,0,

    196.19800000000032,-76.66544666666667,40.28736,0,

    196.29800000000068,-76.66545333333333,40.28737666666667,0,

    196.40099999999984,-76.66546,40.287391666666664,0,

    196.50400000000081,-76.66546666666666,40.28740666666667,0,

    196.59499999999935,-76.66547333333334,40.28742166666667,0,

    196.70199999999932,-76.66547833333334,40.287435,0,

    196.80199999999968,-76.665485,40.28744833333333,0,

    196.90300000000025,-76.66549,40.28746,0,

    197.0010000000002,-76.66549499999999,40.28747333333333,0,

    197.10599999999977,-76.6655,40.287485,0,

    197.20399999999972,-76.665505,40.287495,0,

    197.29700000000048,-76.66551,40.287506666666665,0,

    197.39800000000105,-76.665515,40.28751666666667,0,

    197.4989999999998,-76.66551833333334,40.287528333333334,0,

    197.60300000000098,-76.66552333333334,40.28753833333333,0,

    197.71800000000076,-76.66552666666666,40.28754833333333,0,

    197.8140000000003,-76.66553166666667,40.28755833333334,0,

    197.89800000000105,-76.665535,40.28756666666666,0,

    198.00500000000102,-76.66553833333333,40.287576666666666,0,

    198.11100000000079,-76.66554333333333,40.287585,0,

    198.20000000000073,-76.66554666666667,40.287593333333334,0,

    198.3040000000001,-76.66555,40.28760333333334,0,

    198.39700000000084,-76.66555333333334,40.28761166666666,0,

    198.4979999999996,-76.66555666666666,40.28762,0,

    198.60000000000036,-76.66556,40.28762833333333,0,

    198.69800000000032,-76.66556333333334,40.287636666666664,0,

    198.79800000000068,-76.66556666666666,40.287645,0,

    198.90400000000045,-76.66557,40.28765333333333,0,

    198.9979999999996,-76.66557333333333,40.28766,0,

    199.09799999999996,-76.66557666666667,40.287668333333336,0,

    199.19900000000052,-76.66558,40.287675,0,

    199.29600000000028,-76.66558166666667,40.287681666666664,0,

    199.39999999999964,-76.665585,40.287688333333335,0,

    199.4940000000006,-76.66558833333333,40.287695,0,

    199.59499999999935,-76.66559166666667,40.28770166666666,0,

    199.70000000000073,-76.665595,40.287708333333335,0,

    199.8060000000005,-76.66559833333334,40.287715,0,

    199.90600000000086,-76.66560166666666,40.28772,0,

    200.00400000000081,-76.665605,40.287726666666664,0,

    200.09699999999975,-76.66561,40.287731666666666,0,

    200.20399999999972,-76.66561333333334,40.28773833333333,0,

    200.30199999999968,-76.66561833333333,40.28774333333333,0,

    200.39999999999964,-76.66562166666667,40.28774833333333,0,

    200.52000000000044,-76.66562666666667,40.287753333333335,0,

    200.59699999999975,-76.66563166666667,40.287758333333336,0,

    200.70100000000093,-76.66563666666667,40.28776333333333,0,

    200.8040000000001,-76.66564,40.28776833333333,0,

    200.90200000000004,-76.665645,40.287773333333334,0,

    200.9989999999998,-76.66565,40.287776666666666,0,

    201.11000000000058,-76.665655,40.28778166666667,0,

    201.21700000000055,-76.66566,40.287785,0,

    201.3189999999995,-76.66566333333333,40.28779,0,

    201.40099999999984,-76.66566833333333,40.287795,0,

    201.4979999999996,-76.66567333333333,40.287798333333335,0,

    201.59499999999935,-76.66567833333333,40.287803333333336,0,

    201.69900000000052,-76.66568333333333,40.28780666666667,0,

    201.79700000000048,-76.66568833333334,40.28781,0,

    201.89600000000064,-76.66569166666666,40.287815,0,

    201.9969999999994,-76.66569666666666,40.28782,0,

    202.09799999999996,-76.6657,40.287823333333336,0,

    202.20600000000013,-76.665705,40.28782833333333,0,

    202.29800000000068,-76.66570833333333,40.28783166666667,0,

    202.40099999999984,-76.66571166666667,40.287836666666664,0,

    202.4950000000008,-76.665715,40.287841666666665,0,

    202.60100000000057,-76.66571833333333,40.28784666666667,0,

    202.70800000000054,-76.66572,40.28785166666667,0,

    202.79800000000068,-76.66572333333333,40.28785666666667,0,

    202.90200000000004,-76.665725,40.28786,0,

    203.0020000000004,-76.66572666666667,40.287865,0,

    203.10100000000057,-76.66572666666667,40.28787,0,

    203.20000000000073,-76.66572833333333,40.287875,0,

    203.3089999999993,-76.66572833333333,40.28788,0,

    203.40200000000004,-76.66572833333333,40.287885,0,

    203.496000000001,-76.66572833333333,40.28789,0,

    203.60100000000057,-76.66572833333333,40.287895,0,

    203.70100000000093,-76.66572666666667,40.2879,0,

    203.7990000000009,-76.66572666666667,40.287905,0,

    203.90200000000004,-76.665725,40.287908333333334,0,

    203.9950000000008,-76.66572333333333,40.287913333333336,0,

    204.11499999999978,-76.66572166666667,40.28791833333333,0,

    204.21399999999994,-76.66572,40.28792166666667,0,

    204.3140000000003,-76.66571833333333,40.287926666666664,0,

    204.40300000000025,-76.665715,40.28793,0,

    204.4969999999994,-76.66571166666667,40.287935,0,

    204.59799999999996,-76.66571,40.28793833333334,0,

    204.69900000000052,-76.66570666666667,40.28794166666667,0,

    204.81700000000092,-76.66570333333334,40.28794666666667,0,

    204.89999999999964,-76.6657,40.28795,0,

    204.996000000001,-76.66569666666666,40.287953333333334,0,

    205.09900000000016,-76.66569333333334,40.287956666666666,0,

    205.1959999999999,-76.66569,40.28796,0,

    205.29999999999927,-76.66568666666667,40.28796166666667,0,

    205.39899999999943,-76.66568333333333,40.287965,0,

    205.4930000000004,-76.66568,40.28796833333333,0,

    205.59300000000076,-76.66567666666667,40.287971666666664,0,

    205.6949999999997,-76.66567333333333,40.287975,0,

    205.79600000000028,-76.66567,40.287978333333335,0,

    205.89500000000044,-76.66566666666667,40.28798,0,

    205.9950000000008,-76.66566166666667,40.28798333333334,0,

    206.09499999999935,-76.66565833333334,40.28798666666667,0,

    206.19700000000012,-76.665655,40.28798833333333,0,

    206.2990000000009,-76.66565166666666,40.28799166666667,0,

    206.40799999999945,-76.66564833333334,40.28799333333333,0,

    206.50400000000081,-76.665645,40.287996666666665,0,

    206.59599999999955,-76.66564166666667,40.288,0,

    206.71700000000055,-76.66563833333333,40.288001666666666,0,

    206.8040000000001,-76.66563333333333,40.288003333333336,0,

    206.90600000000086,-76.66563,40.28800666666667,0,

    207.01499999999942,-76.66562666666667,40.28800833333333,0,

    207.1180000000004,-76.66562333333333,40.28801166666667,0,

    207.20000000000073,-76.66562,40.28801333333333,0,

    207.29600000000028,-76.66561666666666,40.288016666666664,0,

    207.39300000000003,-76.66561333333334,40.28801833333333,0,

    207.4950000000008,-76.66561,40.28802,0,

    207.59499999999935,-76.66560666666666,40.288023333333335,0,

    207.6939999999995,-76.66560333333334,40.288025,0,

    207.79500000000007,-76.6656,40.28802666666667,0,

    207.89500000000044,-76.66559666666667,40.28803,0,

    208.0079999999998,-76.66559333333333,40.28803166666667,0,

    208.1229999999996,-76.66559,40.28803333333333,0,

    208.21600000000035,-76.66558666666667,40.288035,0,

    208.3040000000001,-76.66558333333333,40.28803833333333,0,

    208.41300000000047,-76.66558,40.28804,0,

    208.51800000000003,-76.66557666666667,40.288041666666665,0,

    208.59699999999975,-76.66557333333333,40.288043333333334,0,

    208.6949999999997,-76.66557,40.288045,0,

    208.79800000000068,-76.66556666666666,40.288048333333336,0,

    208.89600000000064,-76.66556333333334,40.28805,0,

    208.9989999999998,-76.66556,40.28805166666667,0,

    209.09499999999935,-76.66555666666666,40.28805333333333,0,

    209.1939999999995,-76.66555333333334,40.288055,0,

    209.29399999999987,-76.66555,40.28805666666667,0,

    209.39999999999964,-76.66554666666667,40.28805833333333,0,

    209.4969999999994,-76.66554333333333,40.288061666666664,0,

    209.59400000000096,-76.66554,40.288063333333334,0,

    209.6949999999997,-76.66553833333333,40.288065,0,

    209.7990000000009,-76.665535,40.288066666666666,0,

    209.91400000000067,-76.66553166666667,40.288068333333335,0,

    210.0010000000002,-76.66552833333333,40.28807,0,

    210.10000000000036,-76.665525,40.28807166666667,0,

    210.1959999999999,-76.66552166666666,40.28807333333334,0,

    210.29800000000068,-76.66551833333334,40.288075,0,

    210.39800000000105,-76.665515,40.28807666666667,0,

    210.4979999999996,-76.66551333333334,40.28807833333333,0,

    210.59499999999935,-76.66551,40.28808,0,

    210.6949999999997,-76.66550666666667,40.28808166666666,0,

    210.79700000000048,-76.66550333333333,40.28808333333333,0,

    210.89600000000064,-76.6655,40.288085,0,

    210.9969999999994,-76.66549833333333,40.288088333333334,0,

    211.09599999999955,-76.66549499999999,40.28809,0,

    211.20100000000093,-76.66549166666667,40.288091666666666,0,

    211.29399999999987,-76.66548833333333,40.288093333333336,0,

    211.39700000000084,-76.665485,40.288095,0,

    211.496000000001,-76.66548166666666,40.28809666666667,0,

    211.60399999999936,-76.66547833333334,40.28809833333333,0,

    211.6959999999999,-76.665475,40.2881,0,

    211.79600000000028,-76.66547166666666,40.28810166666667,0,

    211.89600000000064,-76.66546666666666,40.28810333333333,0,

    211.996000000001,-76.66546333333334,40.288105,0,

    212.09599999999955,-76.66546,40.288108333333334,0,

    212.1949999999997,-76.66545666666667,40.28811,0,

    212.29600000000028,-76.66545333333333,40.288111666666666,0,

    212.40899999999965,-76.66545,40.288113333333335,0,

    212.4950000000008,-76.665445,40.288115,0,

    212.59799999999996,-76.66544166666667,40.28811666666667,0,

    212.6959999999999,-76.66543833333333,40.28811833333334,0,

    212.83799999999974,-76.665435,40.28812,0,

    212.89500000000044,-76.66543166666666,40.28812166666667,0,

    212.9969999999994,-76.66542666666666,40.288125,0,

    213.112000000001,-76.66542333333334,40.28812666666666,0,

    213.20100000000093,-76.66542,40.28812833333333,0,

    213.29800000000068,-76.66541666666667,40.28813,0,

    213.39800000000105,-76.66541166666667,40.28813,0,

    213.496000000001,-76.66540833333333,40.288131666666665,0,

    213.59699999999975,-76.665405,40.288133333333334,0,

    213.69700000000012,-76.6654,40.288135,0,

    213.79500000000007,-76.66539666666667,40.28813666666667,0,

    213.89700000000084,-76.66539333333333,40.288138333333336,0

  ]

},

"path":{

  "show":true,

  "interval":"2014-10-25T15:44:24.000Z/2014-10-25T15:46:24.000Z",

  "material":{

    "solidColor":{

      "color":{

        "rgba":[

          144,238,144,255

        ]

      }

    }

  },

  "width":3,

  "leadTime":0

}

}

];

function flyTo(lon, lat) {

scene.camera.flyTo({

    destination : Cesium.Cartesian3.fromDegrees(lon, lat, 1000),

duration: 6

});

};

function updateEntityPosition(entity) {

var position = entity.position;

var start = entity.availability.start;

var stop = entity.availability.stop;

var time = start;

var positionArray = ;

var timeArray = ;

var firstPosition = position.getValue(start);

var lastHeight = scene.globe.getHeight(Cesium.Ellipsoid.WGS84.cartesianToCartographic(firstPosition));

while (Cesium.JulianDate.lessThanOrEquals(time,stop)) {

var cartesian = position.getValue(time);

var height = scene.globe.getHeight(Cesium.Ellipsoid.WGS84.cartesianToCartographic(cartesian));

var cartographic = ellipsoid.cartesianToCartographic(cartesian);

var lat = Cesium.Math.toDegrees(cartographic.latitude);

var lon = Cesium.Math.toDegrees(cartographic.longitude);

//Check to see if there are any invalid height results.

if (height === undefined){

height = lastHeight;

}

positionArray.push(new Cesium.Cartesian3.fromDegrees(lon, lat, height));

timeArray.push(time);

time = Cesium.JulianDate.addSeconds(time, .1, new Cesium.JulianDate());

lastHeight = height;

}

var newPosition = new Cesium.SampledPositionProperty();

newPosition.addSamples(timeArray, positionArray);

entity.position = newPosition;

}

var czmlDataSource = new Cesium.CzmlDataSource();

czmlDataSource.load(builtInCzml, ‘Built-in CZML’);

viewer.dataSources.add(czmlDataSource);

flyTo(-76.66529833333334,40.287861666666664);

Sandcastle.addToolbarButton(‘Update Altitude’, function() {

var entity = czmlDataSource.entities.entities[0];

updateEntityPosition(entity);

viewer.clock.shouldAnimate =  false;

viewer.clock.currentTime = entity.availability.stop;

});

``