WITH tmp1 as (
                SELECT 'Feature' as "type",
                ST_AsGeoJSON(ST_Transform(ST_SetSRID(t.geom,6589), 4326), 6)::json as "geometry",
                (
                    SELECT json_strip_nulls(row_to_json(t))
                    FROM (select objectid As id, name, touches,  ST_Length(ST_Transform(geom,6589)) as length) t
                ) as "properties"
                FROM public.kt_trails t
            ),
            tmp2 as (
                SELECT 'FeatureCollection' as "type",
                array_to_json(array_agg(t)) as "features"
                FROM tmp1 t
            ) SELECT row_to_json(t)
            FROM tmp2 t;
            {"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.959818,44.590383,0],[-71.960001,44.590479,0],[-71.960123,44.590543,0],[-71.960715,44.590685,0],[-71.961084,44.59082,0],[-71.961186,44.590833,0],[-71.961389,44.590867,0],[-71.96142,44.59092,0],[-71.961279,44.591176,0],[-71.96118,44.591395,0],[-71.961141,44.591622,0],[-71.960951,44.59193,0],[-71.960706,44.592124,0],[-71.960642,44.592263,0],[-71.960628,44.592287,0],[-71.960636,44.592415,0],[-71.960674,44.592582,0],[-71.960667,44.592706,0],[-71.960779,44.592818,0],[-71.961115,44.592949,0],[-71.961785,44.593058,0]]]},"properties":{"id":"mtb1","name":"Loop","touches":",rd373,rd374,mtb11,mtb68,mtb234,","length":457.9389475300279}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.960408,44.595406,0],[-71.960464,44.595658,0],[-71.960649,44.595818,0],[-71.960905,44.595874,0],[-71.96115,44.595829,0],[-71.961276,44.595819,0],[-71.961504,44.595755,0],[-71.961675,44.595683,0]]]},"properties":{"id":"mtb2","name":"Loop","touches":",mtb10,mtb234,mtb4,mtb66,mtb67,","length":138.06392843890643}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.9644,44.595695,0],[-71.964534,44.595674,0],[-71.96489,44.595472,0],[-71.965155,44.595209,0],[-71.965226,44.595157,0],[-71.965512,44.595009,0],[-71.965803,44.594811,0],[-71.966226,44.594408,0],[-71.966455,44.594087,0],[-71.966676,44.593889,0],[-71.966834,44.593705,0],[-71.967071,44.593471,0],[-71.967287,44.593319,0],[-71.967767,44.59312,0]]]},"properties":{"id":"mtb3","name":"Loop","touches":",mtb4,mtb273,mtb5,mtb272,","length":399.37789421167236}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.961675,44.595683,0],[-71.961839,44.595576,0],[-71.962054,44.595546,0],[-71.962247,44.595565,0],[-71.962585,44.595549,0],[-71.962778,44.595584,0],[-71.962955,44.595643,0],[-71.963403,44.595698,0],[-71.963606,44.595699,0],[-71.96401,44.595674,0],[-71.9644,44.595695,0]]]},"properties":{"id":"mtb4","name":"Loop","touches":",mtb2,mtb66,mtb67,mtb3,mtb273,","length":224.1467218784521}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.967767,44.59312,0],[-71.967672,44.592933,0],[-71.967704,44.592829,0],[-71.967773,44.592779,0],[-71.967997,44.592695,0],[-71.968372,44.592509,0],[-71.968481,44.592435,0],[-71.968633,44.592168,0],[-71.969105,44.591792,0],[-71.969159,44.591731,0],[-71.969182,44.591698,0],[-71.969181,44.591559,0]]]},"properties":{"id":"mtb5","name":"Loop","touches":",mtb3,mtb272,mtb9,mtb70,","length":225.7360932008263}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.966577,44.590777,0],[-71.966356,44.590923,0],[-71.966256,44.590929,0],[-71.966156,44.590916,0],[-71.965779,44.59081,0],[-71.965566,44.59085,0],[-71.965389,44.591209,0],[-71.964973,44.592059,0],[-71.964775,44.59235,0],[-71.964789,44.592651,0],[-71.964625,44.593016,0],[-71.964257,44.5937,0],[-71.963876,44.593933,0],[-71.963453,44.593686,0],[-71.963023,44.593632,0],[-71.962737,44.593545,0],[-71.962519,44.593321,0],[-71.962453,44.593298,0],[-71.962418,44.593303,0]]]},"properties":{"id":"mtb6","name":"Loop","touches":",mtb7,mtb71,mtb67,mtb68,","length":606.9068152877738}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.967687,44.58957,0],[-71.967202,44.590239,0],[-71.966799,44.590455,0],[-71.966577,44.590777,0]]]},"properties":{"id":"mtb7","name":"Loop","touches":",mtb6,mtb71,mtb8,mtb213,mtb568,mtb572,","length":163.61387295665224}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.968198,44.591133,0],[-71.968187,44.591027,0],[-71.968246,44.590815,0],[-71.968221,44.590672,0],[-71.968107,44.590358,0],[-71.968056,44.589891,0],[-71.968013,44.589788,0],[-71.967964,44.589725,0],[-71.967893,44.589674,0],[-71.967687,44.58957,0]]]},"properties":{"id":"mtb8","name":"Loop","touches":",mtb7,mtb213,mtb568,mtb572,mtb9,mtb71,","length":187.91947008527745}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969181,44.591559,0],[-71.968822,44.591495,0],[-71.968523,44.59136,0],[-71.968198,44.591133,0]]]},"properties":{"id":"mtb9","name":"Loop","touches":",mtb5,mtb70,mtb8,mtb71,","length":93.55073537403314}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.960035,44.595361,0],[-71.960068,44.595383,0],[-71.960216,44.595407,0],[-71.960408,44.595406,0]]]},"properties":{"id":"mtb10","name":"Loop","touches":",mtb2,mtb234,mtb11,mtb348,","length":30.878346372930686}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.961785,44.593058,0],[-71.961589,44.593263,0],[-71.961322,44.593429,0],[-71.961146,44.593499,0],[-71.960945,44.593506,0],[-71.960702,44.593458,0],[-71.960551,44.593451,0],[-71.960414,44.593492,0],[-71.960289,44.593604,0],[-71.960244,44.593707,0],[-71.960243,44.593778,0],[-71.960332,44.593908,0],[-71.960342,44.594014,0],[-71.960284,44.594152,0],[-71.960171,44.594272,0],[-71.960069,44.594511,0],[-71.960048,44.594799,0],[-71.960064,44.59487,0],[-71.959982,44.595151,0],[-71.959997,44.595294,0],[-71.960035,44.595361,0]]]},"properties":{"id":"mtb11","name":"Loop","touches":",mtb1,mtb68,mtb234,mtb10,mtb348,","length":350.99226091406246}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.949987,44.588212,0],[-71.950004,44.588143,0],[-71.949926,44.588047,0],[-71.949807,44.587912,0],[-71.949777,44.587784,0],[-71.949784,44.587689,0],[-71.949798,44.58738,0],[-71.949844,44.58716,0],[-71.949837,44.587047,0],[-71.949744,44.586589,0],[-71.9497,44.58645,0],[-71.949627,44.586375,0],[-71.949554,44.586355,0],[-71.949466,44.586356,0],[-71.949306,44.586403,0],[-71.949064,44.586544,0],[-71.948731,44.586773,0],[-71.948675,44.58683,0],[-71.948503,44.58722,0],[-71.948413,44.58748,0],[-71.948031,44.588006,0],[-71.94793,44.588096,0],[-71.947674,44.588249,0],[-71.94758,44.588285,0],[-71.947369,44.588336,0]]]},"properties":{"id":"mtb12","name":"Uptown","touches":",mtb96,mtb101,mtb347,mtb320,rd353,","length":514.700443509892}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.976116,44.584031,0],[-71.975991,44.584093,0],[-71.975977,44.584163,0],[-71.975958,44.584295,0],[-71.975969,44.584424,0],[-71.975993,44.584566,0],[-71.975914,44.584608,0],[-71.975865,44.58447,0],[-71.97581,44.584544,0],[-71.975737,44.584478,0],[-71.975714,44.584422,0],[-71.975545,44.584297,0],[-71.975337,44.584396,0],[-71.975261,44.584319,0],[-71.975115,44.584291,0],[-71.974989,44.584294,0],[-71.97502,44.584221,0],[-71.975043,44.584131,0],[-71.97501,44.584108,0],[-71.974948,44.584131,0],[-71.974849,44.584232,0],[-71.974787,44.584289,0],[-71.974748,44.584392,0],[-71.974727,44.584536,0],[-71.974683,44.58464,0],[-71.974652,44.584668,0],[-71.974556,44.584753,0],[-71.974299,44.584927,0],[-71.974178,44.584994,0],[-71.974086,44.585047,0],[-71.974,44.585075,0],[-71.973938,44.585089,0],[-71.973921,44.585016,0],[-71.974018,44.58493,0],[-71.974183,44.584554,0],[-71.974164,44.584447,0],[-71.974128,44.584279,0],[-71.974044,44.584193,0],[-71.97397,44.584168,0],[-71.973884,44.584245,0],[-71.973904,44.584345,0],[-71.973844,44.584442,0],[-71.973753,44.584525,0],[-71.973666,44.584488,0],[-71.973683,44.584402,0],[-71.973723,44.584324,0],[-71.973716,44.584278,0],[-71.973671,44.584247,0],[-71.973586,44.58424,0],[-71.973512,44.584273,0],[-71.97303,44.584592,0],[-71.972836,44.584709,0],[-71.972663,44.584783,0],[-71.972482,44.584885,0],[-71.97249,44.584936,0],[-71.972607,44.584967,0],[-71.972698,44.584979,0],[-71.972632,44.585088,0],[-71.972488,44.585154,0],[-71.972361,44.585239,0],[-71.972303,44.585399,0],[-71.972219,44.585513,0],[-71.972066,44.585578,0],[-71.971928,44.585743,0],[-71.971802,44.585822,0],[-71.971784,44.585953,0],[-71.97177,44.586107,0],[-71.971691,44.586228,0],[-71.971558,44.586293,0],[-71.97144,44.58632,0],[-71.97127,44.586302,0],[-71.971188,44.586284,0],[-71.97113,44.586225,0],[-71.971072,44.586096,0],[-71.971151,44.585899,0],[-71.971184,44.585784,0],[-71.971109,44.585721,0],[-71.970928,44.585713,0],[-71.970742,44.585774,0],[-71.970647,44.585849,0],[-71.970505,44.585896,0],[-71.970408,44.585874,0],[-71.97027,44.585842,0],[-71.970038,44.585927,0],[-71.969697,44.586077,0]]]},"properties":{"id":"hke13","name":"Tody's Tour","touches":",hke14,hke173,hke206,hke207,hke210,","length":1099.245199542637}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.978974,44.583338,0],[-71.978807,44.583442,0],[-71.978714,44.583471,0],[-71.97856,44.583565,0],[-71.978536,44.583596,0],[-71.978493,44.583662,0],[-71.978414,44.584055,0],[-71.978329,44.584263,0],[-71.978259,44.58436,0],[-71.977901,44.584661,0],[-71.977787,44.584733,0],[-71.977657,44.584789,0],[-71.977416,44.584844,0],[-71.977214,44.584857,0],[-71.976962,44.584836,0],[-71.976732,44.584763,0],[-71.976629,44.584684,0],[-71.97646,44.584344,0],[-71.976387,44.584248,0],[-71.976277,44.584127,0],[-71.976206,44.58404,0],[-71.976116,44.584031,0]]]},"properties":{"id":"hke14","name":"Tody's Tour","touches":",hke13,hke173,hke298,hke469,hke477,","length":377.055417210579}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.941472,44.592746,0],[-71.941675,44.59253,0],[-71.941735,44.592424,0],[-71.941804,44.592288,0],[-71.94188,44.592211,0],[-71.942096,44.592034,0],[-71.942239,44.591749,0],[-71.942391,44.591664,0],[-71.94247,44.591558,0],[-71.942446,44.591483,0],[-71.942479,44.591446,0],[-71.942651,44.591414,0],[-71.942683,44.591373,0],[-71.942747,44.591263,0],[-71.942908,44.591146,0],[-71.94301,44.591046,0]]]},"properties":{"id":"mtb15","name":"Shoots & Ladders","touches":",mtb343,mtb344,mtb407,mtb408,","length":234.55011169438365}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.919654,44.567215,0],[-71.91974,44.567153,0],[-71.919908,44.566868,0],[-71.920028,44.566506,0],[-71.920192,44.566235,0],[-71.92021,44.566102,0],[-71.920144,44.565542,0],[-71.920159,44.565418,0],[-71.920295,44.564875,0],[-71.920336,44.56478,0],[-71.920405,44.564685,0],[-71.920507,44.564608,0],[-71.920671,44.564545,0],[-71.921106,44.56446,0],[-71.921282,44.564412,0],[-71.921409,44.56433,0],[-71.921451,44.564221,0],[-71.921464,44.564123,0],[-71.921454,44.563874,0],[-71.921379,44.563528,0],[-71.921343,44.563463,0],[-71.921288,44.563427,0]]]},"properties":{"id":"mtb16","name":"MTB Burke Area","touches":",mtb323,mtb324,","length":488.30579616636953}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.901307,44.584896,0],[-71.90137,44.584442,0],[-71.90138,44.584323,0],[-71.901493,44.58419,0],[-71.902554,44.583396,0]]]},"properties":{"id":"mtb17","name":"MTB Burke Area","touches":",rd363,mtb409,mtb414,mtb741,","length":203.28585664614732}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.899571,44.587498,0],[-71.899669,44.587493,0],[-71.899715,44.587483,0]]]},"properties":{"id":"mtb18","name":"MTB Burke Area","touches":",mtb219,mtb294,mtb217,mtb387,","length":11.620119857986872}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.894095,44.584886,0],[-71.894236,44.58478,0]]]},"properties":{"id":"mtb19","name":"MTB Burke Area","touches":",rd732,rd734,mtb220,mtb730,","length":16.25848455081598}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.875273,44.602476,0],[-71.87429,44.602006,0],[-71.873647,44.601766,0],[-71.872902,44.601546,0],[-71.872034,44.601221,0],[-71.871095,44.600983,0],[-71.870397,44.600699,0],[-71.870282,44.600669,0],[-71.869822,44.600627,0],[-71.869244,44.600645,0],[-71.868703,44.600638,0],[-71.868301,44.600656,0],[-71.867632,44.600656,0],[-71.867438,44.600683,0],[-71.867051,44.600784,0],[-71.866741,44.600846,0],[-71.865907,44.600959,0],[-71.865114,44.600972,0],[-71.864339,44.600932,0],[-71.863752,44.600854,0],[-71.86337,44.600778,0],[-71.862859,44.600619,0],[-71.86237,44.600439,0],[-71.861782,44.600184,0],[-71.861644,44.600106,0],[-71.861408,44.599924,0],[-71.86107,44.599702,0],[-71.860653,44.599314,0],[-71.860389,44.599099,0],[-71.860275,44.598915,0],[-71.860274,44.59881,0],[-71.860355,44.598711,0],[-71.860367,44.598605,0],[-71.860407,44.598543,0],[-71.860553,44.598436,0],[-71.860862,44.598298,0],[-71.861028,44.598121,0],[-71.861195,44.597724,0],[-71.861595,44.597024,0],[-71.861615,44.596668,0],[-71.861692,44.5964,0],[-71.861658,44.59629,0],[-71.861583,44.596201,0],[-71.86116,44.595815,0],[-71.861059,44.595695,0],[-71.860745,44.595167,0],[-71.860556,44.59493,0],[-71.86025,44.594711,0],[-71.860088,44.594677,0],[-71.859887,44.594671,0],[-71.85954,44.594636,0],[-71.859412,44.594603,0],[-71.859288,44.594543,0],[-71.859162,44.594457,0],[-71.85905,44.59434,0],[-71.858919,44.594002,0],[-71.858865,44.593913,0],[-71.858775,44.59383,0],[-71.858699,44.593784,0],[-71.858373,44.593619,0],[-71.858088,44.593509,0],[-71.857357,44.593168,0],[-71.85665,44.592911,0],[-71.855519,44.592623,0],[-71.855231,44.592499,0],[-71.855166,44.592417,0],[-71.855168,44.59235,0],[-71.855315,44.592168,0],[-71.85534,44.5921,0],[-71.855347,44.591976,0],[-71.85529,44.591824,0],[-71.855237,44.591764,0],[-71.855006,44.591565,0],[-71.854674,44.591346,0],[-71.853863,44.590928,0],[-71.853592,44.590769,0],[-71.853168,44.590468,0],[-71.852858,44.590295,0],[-71.852557,44.590156,0],[-71.85238,44.590101,0],[-71.851974,44.590023,0],[-71.851883,44.589973,0],[-71.851813,44.589874,0],[-71.851707,44.589535,0],[-71.851632,44.589362,0],[-71.851433,44.589017,0],[-71.851329,44.588877,0],[-71.850792,44.588236,0],[-71.850626,44.588075,0],[-71.85026,44.58782,0],[-71.849954,44.587571,0],[-71.849722,44.58735,0],[-71.849632,44.587233,0],[-71.849517,44.587017,0],[-71.849495,44.586929,0],[-71.849487,44.586642,0],[-71.849502,44.586527,0],[-71.849681,44.58567,0],[-71.849753,44.585548,0],[-71.849936,44.585367,0],[-71.850016,44.585256,0],[-71.850048,44.585135,0],[-71.85005,44.584973,0],[-71.849998,44.584545,0],[-71.849939,44.584309,0],[-71.849739,44.583879,0],[-71.849695,44.583739,0],[-71.849689,44.583615,0],[-71.849743,44.583367,0],[-71.849749,44.582927,0],[-71.849829,44.582602,0],[-71.849813,44.582472,0],[-71.849687,44.582188,0],[-71.849471,44.581818,0],[-71.849415,44.581584,0],[-71.849402,44.581396,0],[-71.849436,44.581285,0],[-71.84956,44.581084,0],[-71.849575,44.581005,0],[-71.849575,44.58087,0],[-71.849622,44.580643,0],[-71.849597,44.580531,0],[-71.849485,44.580337,0],[-71.848806,44.579748,0],[-71.848573,44.579507,0],[-71.848451,44.579354,0],[-71.848144,44.579111,0],[-71.847623,44.578524,0],[-71.847104,44.577767,0],[-71.846964,44.577498,0],[-71.846863,44.57735,0],[-71.846696,44.577186,0],[-71.846422,44.576855,0],[-71.846171,44.57659,0],[-71.846065,44.576433,0],[-71.845891,44.576091,0],[-71.845621,44.575659,0],[-71.845142,44.575122,0],[-71.845061,44.57493,0],[-71.844829,44.574156,0],[-71.844552,44.573538,0],[-71.844287,44.573097,0],[-71.844095,44.572831,0],[-71.843914,44.572434,0],[-71.843687,44.57201,0],[-71.843298,44.571431,0],[-71.843115,44.571193,0],[-71.842996,44.570988,0],[-71.842978,44.570575,0],[-71.843044,44.569832,0],[-71.843019,44.569638,0],[-71.843084,44.568859,0],[-71.843127,44.568684,0],[-71.843133,44.56857,0],[-71.843016,44.567748,0],[-71.842804,44.567211,0],[-71.842674,44.56695,0],[-71.842569,44.566554,0],[-71.842569,44.566252,0],[-71.842628,44.565881,0],[-71.842631,44.56564,0],[-71.84257,44.56521,0],[-71.842567,44.565058,0],[-71.842586,44.564908,0],[-71.842714,44.564394,0],[-71.842718,44.564166,0],[-71.842816,44.563864,0],[-71.84289,44.563361,0],[-71.842882,44.563177,0],[-71.842903,44.562928,0],[-71.843122,44.56185,0],[-71.843195,44.561745,0],[-71.843333,44.56166,0],[-71.843634,44.561556,0],[-71.843989,44.561492,0],[-71.844294,44.561359,0],[-71.844441,44.561278,0],[-71.844618,44.561211,0],[-71.845049,44.561134,0],[-71.845128,44.561097,0],[-71.845332,44.560948,0],[-71.845654,44.560795,0],[-71.84577,44.560767,0],[-71.845979,44.560764,0],[-71.84637,44.560789,0],[-71.846569,44.560834,0],[-71.846675,44.560824,0],[-71.846772,44.560787,0],[-71.847032,44.560646,0],[-71.847118,44.560571,0],[-71.8472,44.560432,0],[-71.847184,44.560222,0],[-71.847214,44.560147,0],[-71.847309,44.560045,0],[-71.847339,44.559982,0],[-71.847291,44.559649,0],[-71.847371,44.559379,0],[-71.84729,44.559039,0],[-71.847236,44.558606,0],[-71.847114,44.558383,0],[-71.847097,44.558107,0],[-71.847075,44.558038,0],[-71.847011,44.557933,0],[-71.846782,44.557659,0],[-71.846729,44.55755,0],[-71.846617,44.55717,0],[-71.846532,44.556997,0],[-71.846494,44.556868,0],[-71.846494,44.556656,0],[-71.846528,44.556428,0],[-71.846576,44.556291,0],[-71.846661,44.556143,0],[-71.846779,44.556009,0],[-71.847199,44.555735,0],[-71.847584,44.555574,0],[-71.847881,44.555512,0],[-71.848284,44.555461,0],[-71.848649,44.555324,0],[-71.848974,44.555233,0],[-71.849097,44.555222,0],[-71.849815,44.555241,0],[-71.849882,44.555227,0],[-71.849959,44.555188,0],[-71.850057,44.555086,0],[-71.850183,44.554892,0],[-71.850188,44.55486,0]]]},"properties":{"id":"mtb20","name":"MTB Burke Area","touches":",mtb21,rd504,mtb36,mtb37,","length":7342.60542832233}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.879309,44.604457,0],[-71.878851,44.604299,0],[-71.877549,44.603788,0],[-71.877376,44.6037,0],[-71.877175,44.603565,0],[-71.876836,44.603289,0],[-71.876504,44.603071,0],[-71.876312,44.602978,0],[-71.875385,44.602525,0],[-71.875273,44.602476,0]]]},"properties":{"id":"mtb21","name":"MTB Burke Area","touches":",mtb20,rd504,mtb584,mtb596,","length":391.7063359362835}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.867252,44.557435,0],[-71.867571,44.557431,0],[-71.867797,44.557458,0]]]},"properties":{"id":"mtb22","name":"MTB Burke Area","touches":",mtb161,mtb162,mtb460,mtb461,","length":43.55367061765965}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.864097,44.553762,0],[-71.864437,44.553908,0],[-71.864604,44.554,0]]]},"properties":{"id":"mtb23","name":"MTB Burke Area","touches":",mtb32,mtb42,mtb227,mtb231,","length":48.24808160365265}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.85795,44.545946,0],[-71.857918,44.546045,0],[-71.857927,44.5461,0]]]},"properties":{"id":"mtb24","name":"MTB Burke Area","touches":",rd72,rd74,mtb159,mtb58,mtb329,","length":17.44464648102184}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.856513,44.549098,0],[-71.856407,44.549198,0],[-71.855989,44.54971,0],[-71.855742,44.550084,0],[-71.855656,44.550321,0],[-71.855506,44.550344,0],[-71.855334,44.550207,0],[-71.85512,44.550115,0],[-71.855002,44.550161,0],[-71.85483,44.550291,0],[-71.854658,44.55039,0],[-71.854465,44.550398,0],[-71.854358,44.550367,0],[-71.854208,44.550283,0],[-71.854057,44.550306,0],[-71.853961,44.550405,0],[-71.853929,44.550581,0],[-71.853746,44.55078,0],[-71.8538,44.550864,0]]]},"properties":{"id":"mtb25","name":"MTB Burke Area","touches":",mtb26,mtb44,mtb27,mtb34,","length":375.43556706908686}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.864986,44.55891,0],[-71.865033,44.55909,0],[-71.865215,44.559396,0],[-71.86543,44.559671,0],[-71.865688,44.560046,0]]]},"properties":{"id":"mtb38","name":"MTB Burke Area","touches":",mtb47,mtb458,mtb434,mtb436,","length":138.68601829682018}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.856513,44.549098,0],[-71.856322,44.54903,0],[-71.856179,44.54901,0],[-71.856022,44.549031,0],[-71.855941,44.549079,0],[-71.855728,44.549294,0],[-71.855707,44.549481,0],[-71.855725,44.549654,0],[-71.855684,44.549703,0],[-71.855626,44.54971,0],[-71.855523,44.549651,0],[-71.855475,44.549472,0],[-71.855416,44.549376,0],[-71.855335,44.54929,0],[-71.855318,44.54922,0],[-71.855369,44.549177,0],[-71.855536,44.549127,0],[-71.856265,44.548633,0],[-71.856314,44.548584,0],[-71.856304,44.548512,0],[-71.856183,44.548475,0],[-71.856055,44.548499,0],[-71.855776,44.54862,0],[-71.855606,44.548673,0],[-71.855093,44.548755,0],[-71.854988,44.548785,0],[-71.854897,44.548853,0],[-71.854869,44.548919,0],[-71.854849,44.549238,0],[-71.854878,44.549303,0],[-71.85495,44.54932,0],[-71.855079,44.54932,0],[-71.855164,44.54936,0],[-71.855265,44.549486,0],[-71.855289,44.549553,0],[-71.855259,44.549619,0],[-71.854985,44.549759,0],[-71.854843,44.549778,0],[-71.85477,44.549745,0],[-71.854731,44.549694,0],[-71.854669,44.549521,0],[-71.854659,44.549451,0],[-71.854704,44.549266,0],[-71.854661,44.549233,0],[-71.85458,44.549246,0],[-71.854504,44.549291,0],[-71.854362,44.549439,0],[-71.854268,44.549505,0],[-71.854104,44.54956,0],[-71.854055,44.549629,0],[-71.854076,44.54976,0],[-71.854049,44.549862,0],[-71.853981,44.549957,0],[-71.853863,44.550074,0],[-71.853816,44.550154,0],[-71.853794,44.550287,0],[-71.853743,44.550375,0],[-71.853575,44.550563,0],[-71.853384,44.550886,0],[-71.853357,44.550954,0],[-71.85337,44.551031,0],[-71.853414,44.551137,0],[-71.853415,44.551164,0]]]},"properties":{"id":"mtb26","name":"MTB Burke Area","touches":",mtb25,mtb44,mtb27,mtb28,","length":894.1232812570684}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.853415,44.551164,0],[-71.853569,44.55106,0],[-71.853635,44.550975,0],[-71.8538,44.550864,0]]]},"properties":{"id":"mtb27","name":"MTB Burke Area","touches":",mtb25,mtb34,mtb26,mtb28,","length":45.60658663576028}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.853415,44.551164,0],[-71.853418,44.551247,0],[-71.853477,44.551351,0],[-71.853457,44.551422,0],[-71.85335,44.55147,0]]]},"properties":{"id":"mtb28","name":"MTB Burke Area","touches":",mtb26,mtb27,mtb29,mtb35,","length":39.80486869964284}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.850981,44.552404,0],[-71.85103,44.552605,0],[-71.850954,44.552743,0],[-71.850955,44.552779,0],[-71.851018,44.552839,0],[-71.851184,44.552898,0],[-71.851257,44.552941,0],[-71.851326,44.553024,0],[-71.851397,44.553155,0],[-71.85166,44.553359,0],[-71.851711,44.553436,0],[-71.851684,44.553516,0],[-71.851585,44.553593,0],[-71.851543,44.553643,0],[-71.851532,44.5537,0],[-71.851575,44.553847,0],[-71.851624,44.553938,0],[-71.851687,44.554003,0],[-71.851863,44.554114,0],[-71.85198,44.554161,0],[-71.852382,44.554217,0],[-71.852528,44.554211,0],[-71.852608,44.554177,0],[-71.852839,44.553947,0],[-71.853579,44.553406,0],[-71.8536,44.553326,0],[-71.853568,44.553142,0],[-71.853653,44.552946,0],[-71.853617,44.552773,0],[-71.853589,44.552696,0],[-71.853415,44.552479,0],[-71.853327,44.552275,0],[-71.853283,44.552252,0],[-71.853184,44.552274,0],[-71.853056,44.55244,0],[-71.852964,44.552477,0],[-71.852911,44.552459,0],[-71.852867,44.552402,0],[-71.85291,44.552165,0],[-71.853015,44.551945,0],[-71.85307,44.551746,0],[-71.853099,44.551703,0],[-71.853253,44.55163,0],[-71.853281,44.551602,0],[-71.853317,44.551499,0],[-71.85335,44.55147,0]]]},"properties":{"id":"mtb29","name":"MTB Burke Area","touches":",mtb28,mtb35,rd73,rd75,","length":707.5813388130277}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.952916,44.574475,0],[-71.95313,44.57463,0],[-71.953264,44.574724,0],[-71.953379,44.574831,0],[-71.953417,44.574897,0],[-71.953424,44.574983,0],[-71.953375,44.575121,0],[-71.953374,44.575181,0],[-71.953444,44.575367,0],[-71.953449,44.575547,0],[-71.953418,44.575851,0],[-71.953235,44.57628,0],[-71.953192,44.576344,0],[-71.953193,44.576424,0],[-71.953187,44.576539,0],[-71.953103,44.576709,0]]]},"properties":{"id":"hke30","name":"MTB Burke Area","touches":",hke31,hke80,hke97,hke92,hke291,","length":268.8213820082092}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.95365,44.573068,0],[-71.953502,44.573078,0],[-71.953387,44.57311,0],[-71.953032,44.573278,0],[-71.952942,44.573353,0],[-71.952856,44.573471,0],[-71.952804,44.573627,0],[-71.952721,44.573757,0],[-71.952704,44.57387,0],[-71.952786,44.574048,0],[-71.952838,44.574229,0],[-71.952792,44.57433,0],[-71.952792,44.574394,0],[-71.952916,44.574475,0]]]},"properties":{"id":"hke31","name":"MTB Burke Area","touches":",hke30,hke80,hke97,mtb149,mtb150,mtb754,","length":201.14513980708514}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.863515,44.553763,0],[-71.863576,44.553782,0],[-71.86372,44.553803,0],[-71.863881,44.5538,0],[-71.864097,44.553762,0]]]},"properties":{"id":"mtb32","name":"MTB Burke Area","touches":",mtb23,mtb42,mtb33,mtb53,mtb56,mtb330,mtb384,","length":47.40593189012179}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.859345,44.551253,0],[-71.859213,44.551405,0],[-71.85902,44.551698,0],[-71.858999,44.551757,0],[-71.859028,44.551856,0],[-71.859143,44.55196,0],[-71.859474,44.552169,0],[-71.859862,44.552289,0],[-71.860059,44.552368,0],[-71.860302,44.552533,0],[-71.860509,44.552636,0],[-71.860838,44.552895,0],[-71.861453,44.553217,0],[-71.861671,44.553347,0],[-71.861779,44.553387,0],[-71.862907,44.553651,0],[-71.863003,44.553664,0],[-71.863251,44.553723,0],[-71.863515,44.553763,0]]]},"properties":{"id":"mtb33","name":"MTB Burke Area","touches":",mtb32,mtb53,mtb56,mtb330,mtb384,mtb57,","length":497.87863562268205}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.855674,44.551098,0],[-71.855556,44.551056,0],[-71.855431,44.550978,0],[-71.855227,44.550811,0],[-71.855077,44.550635,0],[-71.854808,44.55065,0],[-71.85454,44.550696,0],[-71.854261,44.550749,0],[-71.854047,44.550818,0],[-71.8538,44.550864,0]]]},"properties":{"id":"mtb34","name":"MTB Burke Area","touches":",mtb25,mtb27,mtb35,mtb478,","length":176.4144533654727}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.85335,44.55147,0],[-71.853429,44.551462,0],[-71.853696,44.551604,0],[-71.85379,44.551612,0],[-71.854168,44.551566,0],[-71.854284,44.551542,0],[-71.854846,44.551318,0],[-71.85512,44.551328,0],[-71.855214,44.551314,0],[-71.855306,44.551254,0],[-71.855368,44.55115,0],[-71.85546,44.551091,0],[-71.855548,44.551083,0],[-71.855674,44.551098,0]]]},"properties":{"id":"mtb35","name":"MTB Burke Area","touches":",mtb28,mtb29,mtb34,mtb478,","length":210.39476824318322}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.849967,44.553104,0],[-71.850264,44.553255,0],[-71.850379,44.553347,0],[-71.850443,44.553463,0],[-71.850452,44.553568,0],[-71.850357,44.55378,0],[-71.850337,44.553956,0],[-71.850409,44.554105,0],[-71.850583,44.554261,0],[-71.850632,44.554283,0],[-71.850741,44.554285,0],[-71.850822,44.554248,0],[-71.850962,44.554103,0],[-71.851029,44.554047,0],[-71.851082,44.554029,0],[-71.851166,44.554037,0],[-71.851211,44.55408,0],[-71.851211,44.554144,0],[-71.851168,44.554206,0],[-71.850973,44.554371,0],[-71.850909,44.554447,0],[-71.850884,44.554539,0],[-71.850951,44.554782,0],[-71.850938,44.554824,0],[-71.850886,44.554882,0],[-71.850752,44.554943,0],[-71.850621,44.554974,0],[-71.850525,44.554976,0],[-71.850417,44.554952,0],[-71.850188,44.55486,0]]]},"properties":{"id":"mtb36","name":"MTB Burke Area","touches":",mtb20,mtb37,rd73,","length":378.3495643367458}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.850188,44.55486,0],[-71.850197,44.554811,0],[-71.850029,44.554538,0],[-71.849961,44.554379,0],[-71.849879,44.554002,0],[-71.849875,44.553822,0],[-71.84985,44.553701,0],[-71.849781,44.553543,0],[-71.849784,44.553402,0],[-71.849827,44.553272,0],[-71.849967,44.553104,0]]]},"properties":{"id":"mtb37","name":"MTB Burke Area","touches":",mtb20,mtb36,rd73,","length":203.78333278297106}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.905728,44.589504,0],[-71.905894,44.589434,0],[-71.90599,44.589411,0]]]},"properties":{"id":"mtb39","name":"MTB Burke Area","touches":",mtb40,rd362,mtb412,mtb415,mtb293,mtb413,","length":23.345723691270116}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.905063,44.589423,0],[-71.905165,44.589444,0],[-71.905573,44.589588,0],[-71.905728,44.589504,0]]]},"properties":{"id":"mtb40","name":"MTB Burke Area","touches":",mtb39,rd362,mtb412,mtb415,mtb414,mtb727,","length":60.03506405491609}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.916537,44.589676,0],[-71.916266,44.589439,0],[-71.916055,44.589155,0],[-71.915949,44.589097,0],[-71.915749,44.589021,0],[-71.915517,44.588897,0],[-71.915386,44.588819,0],[-71.915162,44.588542,0],[-71.915092,44.588354,0],[-71.915124,44.588249,0],[-71.915159,44.588165,0],[-71.915219,44.588097,0],[-71.915353,44.58802,0]]]},"properties":{"id":"mtb41","name":"MTB Burke Area","touches":",rd371,rd372,mtb46,mtb317,","length":236.34610382437748}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.861382,44.548671,0],[-71.861673,44.548873,0],[-71.862674,44.549266,0],[-71.86285,44.549364,0],[-71.862909,44.549429,0],[-71.862979,44.54959,0],[-71.86298,44.549678,0],[-71.862946,44.549741,0],[-71.862737,44.54991,0],[-71.862682,44.550017,0],[-71.862635,44.550147,0],[-71.862664,44.550361,0],[-71.862653,44.550536,0],[-71.862727,44.55075,0],[-71.862849,44.550975,0],[-71.862989,44.551154,0],[-71.863233,44.551531,0],[-71.863261,44.551608,0],[-71.863268,44.551696,0],[-71.863207,44.551986,0],[-71.863198,44.552135,0],[-71.863228,44.552238,0],[-71.863335,44.552418,0],[-71.863373,44.55253,0],[-71.863387,44.552751,0],[-71.863445,44.552868,0],[-71.863573,44.553043,0],[-71.863642,44.553312,0],[-71.863922,44.553572,0],[-71.863992,44.553676,0],[-71.864097,44.553762,0]]]},"properties":{"id":"mtb42","name":"MTB Burke Area","touches":",mtb23,mtb32,mtb49,mtb226,mtb227,","length":668.3286109123578}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.857508,44.548323,0],[-71.857422,44.548365,0],[-71.857351,44.548437,0],[-71.857393,44.548486,0],[-71.857588,44.548574,0],[-71.857634,44.548632,0],[-71.85762,44.548671,0],[-71.857487,44.548764,0],[-71.857468,44.548808,0],[-71.857531,44.54884,0],[-71.857707,44.548883,0],[-71.857775,44.548935,0],[-71.857796,44.54898,0],[-71.857794,44.549112,0],[-71.85761,44.549685,0],[-71.857608,44.549808,0],[-71.857689,44.549954,0],[-71.857822,44.550297,0],[-71.857856,44.550471,0],[-71.857861,44.550773,0],[-71.857836,44.550848,0],[-71.857784,44.550902,0],[-71.857355,44.551259,0],[-71.857249,44.551318,0],[-71.857051,44.551366,0],[-71.856672,44.551496,0],[-71.856623,44.551542,0],[-71.856615,44.551604,0],[-71.856644,44.551727,0],[-71.856641,44.551819,0]]]},"properties":{"id":"mtb43","name":"MTB Burke Area","touches":",mtb44,mtb228,mtb229,mtb478,mtb480,","length":478.69623608667223}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.856513,44.549098,0],[-71.857019,44.548624,0],[-71.857201,44.548509,0],[-71.857356,44.548397,0],[-71.857508,44.548323,0]]]},"properties":{"id":"mtb44","name":"MTB Burke Area","touches":",mtb25,mtb26,mtb43,mtb228,mtb229,","length":117.69243908196182}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.915697,44.58791,0],[-71.915883,44.587907,0],[-71.916165,44.58795,0],[-71.916401,44.588027,0],[-71.916513,44.588081,0],[-71.916809,44.588236,0]]]},"properties":{"id":"mtb45","name":"MTB Burke Area","touches":",mtb46,mtb187,rd369,rd370,","length":98.13394044300045}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.915353,44.58802,0],[-71.915554,44.587945,0],[-71.915697,44.58791,0]]]},"properties":{"id":"mtb46","name":"MTB Burke Area","touches":",mtb41,mtb317,mtb45,mtb187,","length":30.009822384575955}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.864881,44.558347,0],[-71.864885,44.558585,0],[-71.864986,44.55891,0]]]},"properties":{"id":"mtb47","name":"MTB Burke Area","touches":",mtb38,mtb458,mtb48,mtb160,","length":63.53314504147977}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.864738,44.558138,0],[-71.864881,44.558347,0]]]},"properties":{"id":"mtb48","name":"MTB Burke Area","touches":",mtb47,mtb160,mtb330,mtb331,","length":25.78944246389905}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.860567,44.547176,0],[-71.860481,44.547225,0],[-71.860486,44.547339,0],[-71.860537,44.547459,0],[-71.8606,44.547551,0],[-71.860761,44.547692,0],[-71.860827,44.547836,0],[-71.860858,44.548081,0],[-71.860999,44.548258,0],[-71.861167,44.548388,0],[-71.861256,44.548559,0],[-71.861308,44.548619,0],[-71.861382,44.548671,0]]]},"properties":{"id":"mtb49","name":"MTB Burke Area","touches":",mtb42,mtb226,mtb227,mtb50,mtb158,mtb163,","length":189.81228213186733}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.861753,44.546609,0],[-71.861711,44.546603,0],[-71.861474,44.546519,0],[-71.861357,44.546523,0],[-71.8611,44.546603,0],[-71.860879,44.546631,0],[-71.860646,44.546691,0],[-71.860417,44.546694,0],[-71.86027,44.546731,0],[-71.860198,44.546789,0],[-71.860183,44.546834,0],[-71.860229,44.546898,0],[-71.860376,44.546988,0],[-71.860567,44.547176,0]]]},"properties":{"id":"mtb50","name":"MTB Burke Area","touches":",mtb49,mtb158,mtb163,mtb159,","length":187.03670444210954}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954885,44.573913,275.6],[-71.954992,44.574301,0],[-71.95499,44.574417,0],[-71.954953,44.574519,0],[-71.954775,44.574795,0],[-71.954776,44.57488,0],[-71.95482,44.574941,0],[-71.95503,44.575091,0],[-71.955084,44.575171,0],[-71.955098,44.57524,0],[-71.955087,44.575471,0],[-71.95515,44.575878,0],[-71.955192,44.575951,0],[-71.955406,44.57615,0],[-71.95549,44.576285,0],[-71.955515,44.576375,0]]]},"properties":{"id":"hke51","name":"MTB Burke Area","touches":",hke713,hke715,hke200,hke201,","length":295.050244986714}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.958618,44.572232,0],[-71.958495,44.572321,0],[-71.95828,44.572642,0],[-71.958195,44.572731,0],[-71.9575,44.573142,0],[-71.957405,44.573224,0],[-71.957228,44.57343,0],[-71.957081,44.573528,0],[-71.956992,44.573559,0],[-71.956894,44.573571,0],[-71.956769,44.57357,0],[-71.956446,44.573529,0],[-71.956298,44.573459,0]]]},"properties":{"id":"mtb52","name":"MTB Burke Area","touches":",mtb466,mtb467,mtb151,mtb152,hke712,","length":257.5765448546375}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.859345,44.551253,0],[-71.859572,44.551653,0],[-71.859695,44.551763,0],[-71.859775,44.551802,0],[-71.860073,44.551893,0],[-71.860409,44.55208,0],[-71.860591,44.552297,0],[-71.860728,44.552417,0],[-71.860922,44.552578,0],[-71.861019,44.552646,0],[-71.861473,44.552857,0],[-71.861912,44.553117,0],[-71.862224,44.553228,0],[-71.862905,44.553447,0],[-71.863515,44.553763,0]]]},"properties":{"id":"mtb53","name":"Middle Finger","touches":",mtb32,mtb33,mtb56,mtb330,mtb384,mtb57,","length":445.847307877464}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.861075,44.556858,0],[-71.860957,44.557092,0],[-71.860905,44.557127,0],[-71.860457,44.557221,0],[-71.860272,44.557209,0],[-71.860119,44.55722,0],[-71.860038,44.55727,0],[-71.860039,44.557309,0],[-71.860093,44.557363,0],[-71.860297,44.557503,0],[-71.860604,44.557678,0],[-71.860821,44.557825,0],[-71.861115,44.557961,0],[-71.861164,44.558029,0],[-71.861125,44.558113,0],[-71.861041,44.558134,0],[-71.86088,44.558123,0],[-71.860582,44.558062,0],[-71.86011,44.558024,0],[-71.859988,44.558038,0],[-71.859665,44.558128,0],[-71.859582,44.558169,0],[-71.859516,44.558224,0],[-71.85949,44.558272,0],[-71.859502,44.558334,0],[-71.859587,44.558391,0],[-71.859817,44.558471,0],[-71.860055,44.558678,0]]]},"properties":{"id":"mtb54","name":"Middle Finger","touches":",mtb55,mtb331,mtb435,mtb436,","length":448.8675290415974}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.860055,44.556231,0],[-71.860269,44.556346,0],[-71.860688,44.556468,0],[-71.860913,44.556644,0],[-71.861075,44.556858,0]]]},"properties":{"id":"mtb55","name":"Middle Finger","touches":",mtb54,mtb331,mtb56,mtb479,","length":110.73438238029415}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.949674,44.588859,0],[-71.94967,44.588993,0],[-71.949706,44.589086,0],[-71.949784,44.589149,0],[-71.950297,44.58902,0]]]},"properties":{"id":"mtb95","name":"Vast","touches":",mtb96,mtb320,mtb447,","length":78.16644218672008}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.863515,44.553763,0],[-71.863318,44.554026,0],[-71.863318,44.554253,0],[-71.863267,44.554506,0],[-71.863193,44.554785,0],[-71.863171,44.554863,0],[-71.863072,44.554989,0],[-71.86287,44.555176,0],[-71.862777,44.555224,0],[-71.862668,44.555252,0],[-71.862154,44.555199,0],[-71.862069,44.555199,0],[-71.861984,44.555222,0],[-71.861925,44.555273,0],[-71.861902,44.555321,0],[-71.861891,44.555453,0],[-71.861825,44.555526,0],[-71.86153,44.555612,0],[-71.861184,44.555686,0],[-71.860869,44.555701,0],[-71.860676,44.555777,0],[-71.860583,44.55584,0],[-71.860508,44.555959,0],[-71.860454,44.556004,0],[-71.860368,44.556034,0],[-71.860158,44.556062,0],[-71.860099,44.556094,0],[-71.860068,44.55614,0],[-71.860055,44.556231,0]]]},"properties":{"id":"mtb56","name":"Middle Finger","touches":",mtb32,mtb33,mtb53,mtb330,mtb384,mtb55,mtb479,","length":454.5804546994763}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.858778,44.548651,0],[-71.858676,44.54873,0],[-71.858403,44.54898,0],[-71.858376,44.549026,0],[-71.858376,44.549102,0],[-71.858447,44.54921,0],[-71.858643,44.549368,0],[-71.85873,44.549417,0],[-71.858959,44.549481,0],[-71.859347,44.549704,0],[-71.859542,44.549889,0],[-71.859636,44.550035,0],[-71.859703,44.550187,0],[-71.859735,44.550319,0],[-71.859703,44.550598,0],[-71.859669,44.550672,0],[-71.859437,44.551007,0],[-71.85935,44.551166,0],[-71.859345,44.551253,0]]]},"properties":{"id":"mtb57","name":"Middle Finger","touches":",mtb33,mtb53,mtb58,mtb229,mtb230,","length":351.998455557138}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.857927,44.5461,0],[-71.85783,44.546171,0],[-71.857744,44.546278,0],[-71.857725,44.546347,0],[-71.857688,44.546605,0],[-71.857724,44.546666,0],[-71.857766,44.546694,0],[-71.857867,44.546721,0],[-71.858175,44.546733,0],[-71.85878,44.546677,0],[-71.858937,44.546636,0],[-71.859067,44.546629,0],[-71.859148,44.546665,0],[-71.859212,44.546717,0],[-71.859395,44.546907,0],[-71.859419,44.546973,0],[-71.859423,44.547212,0],[-71.859389,44.547503,0],[-71.85934,44.547581,0],[-71.859045,44.547752,0],[-71.858964,44.547879,0],[-71.858918,44.548024,0],[-71.858912,44.548111,0],[-71.858972,44.548382,0],[-71.858948,44.548494,0],[-71.858901,44.548556,0],[-71.858778,44.548651,0]]]},"properties":{"id":"mtb58","name":"Middle Finger","touches":",mtb24,mtb329,mtb57,mtb229,mtb230,","length":432.656498856739}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.984816,44.562493,0],[-71.984838,44.562557,0],[-71.984749,44.562777,0],[-71.984684,44.563017,0],[-71.984708,44.563258,0],[-71.98464,44.56337,0],[-71.984613,44.563448,0],[-71.984699,44.563445,0],[-71.984795,44.563351,0],[-71.98486,44.56326,0],[-71.984891,44.563181,0],[-71.984922,44.563042,0],[-71.984984,44.56291,0],[-71.985195,44.562661,0],[-71.985269,44.56258,0],[-71.985378,44.562557,0],[-71.985475,44.56258,0],[-71.985565,44.562623,0],[-71.985595,44.562696,0],[-71.985489,44.562847,0],[-71.9855,44.562889,0],[-71.985606,44.562947,0],[-71.985635,44.563003,0],[-71.985597,44.563077,0],[-71.985573,44.56314,0],[-71.985578,44.563191,0],[-71.985505,44.563212,0],[-71.985451,44.563251,0],[-71.985448,44.563314,0],[-71.985532,44.563396,0],[-71.985549,44.563455,0],[-71.985494,44.56349,0],[-71.985389,44.563533,0],[-71.985353,44.563593,0],[-71.985408,44.563635,0],[-71.985573,44.563691,0],[-71.985581,44.563747,0],[-71.985489,44.563822,0],[-71.985429,44.563891,0],[-71.985378,44.563966,0],[-71.98531,44.56394,0],[-71.985248,44.563886,0],[-71.985202,44.563801,0],[-71.985093,44.563852,0],[-71.985066,44.563923,0],[-71.985131,44.56409,0],[-71.98511,44.56427,0],[-71.985065,44.564334,0],[-71.985019,44.564348,0],[-71.984883,44.564345,0],[-71.984731,44.564315,0]]]},"properties":{"id":"mtb59","name":"West Branch","touches":",mtb62,mtb383,mtb61,mtb172,","length":554.0754750269034}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.986381,44.566533,0],[-71.98649,44.566614,0],[-71.986552,44.566745,0],[-71.986551,44.567178,0],[-71.986467,44.567607,0],[-71.986359,44.567886,0],[-71.986279,44.568169,0],[-71.986288,44.568349,0],[-71.986263,44.568418,0],[-71.986167,44.5685,0],[-71.986035,44.568555,0],[-71.985713,44.568729,0],[-71.985543,44.568863,0],[-71.985306,44.568999,0],[-71.985221,44.569088,0],[-71.985223,44.56916,0],[-71.985264,44.569226,0],[-71.98537,44.569349,0],[-71.985416,44.569452,0],[-71.98553,44.569572,0],[-71.985615,44.569701,0],[-71.985658,44.569719,0],[-71.985857,44.569745,0],[-71.985949,44.569774,0],[-71.986024,44.569822,0],[-71.986092,44.569918,0],[-71.98612,44.570024,0],[-71.986125,44.570277,0],[-71.986083,44.570381,0],[-71.985993,44.570509,0],[-71.986018,44.57076,0],[-71.985945,44.571043,0],[-71.985772,44.571175,0],[-71.985681,44.571206,0],[-71.98558,44.571208,0],[-71.985382,44.57118,0],[-71.985079,44.571191,0],[-71.984992,44.571227,0],[-71.98489,44.571307,0],[-71.984537,44.571447,0],[-71.984302,44.571515,0],[-71.984202,44.571525,0],[-71.984109,44.571499,0],[-71.983605,44.571257,0],[-71.983456,44.571235,0],[-71.983051,44.57123,0],[-71.982851,44.571207,0],[-71.982706,44.571173,0],[-71.982352,44.571031,0],[-71.982257,44.571008,0],[-71.982206,44.571011,0],[-71.982159,44.571023,0],[-71.98198,44.571149,0],[-71.98172,44.571262,0],[-71.981269,44.571428,0],[-71.981073,44.571457,0]]]},"properties":{"id":"mtb60","name":"West Branch","touches":",mtb61,mtb430,mtb472,mtb473,","length":1014.3239298803542}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.984731,44.564315,0],[-71.984807,44.564377,0],[-71.984979,44.564431,0],[-71.985131,44.564514,0],[-71.985348,44.564601,0],[-71.985495,44.564629,0],[-71.985646,44.564637,0],[-71.986017,44.564529,0],[-71.986063,44.564541,0],[-71.986172,44.564615,0],[-71.986267,44.564742,0],[-71.986279,44.564994,0],[-71.986427,44.565301,0],[-71.986445,44.565445,0],[-71.986411,44.565803,0],[-71.986561,44.565991,0],[-71.986603,44.566095,0],[-71.986579,44.566201,0],[-71.986381,44.566533,0]]]},"properties":{"id":"mtb61","name":"West Branch","touches":",mtb59,mtb172,mtb60,mtb430,","length":355.00741128841656}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.981379,44.562911,0],[-71.981808,44.562798,0],[-71.982213,44.562794,0],[-71.982618,44.562821,0],[-71.982922,44.562802,0],[-71.983022,44.562812,0],[-71.983137,44.562881,0],[-71.983252,44.563042,0],[-71.983359,44.563245,0],[-71.983396,44.56327,0],[-71.983546,44.563286,0],[-71.983694,44.563261,0],[-71.983786,44.563229,0],[-71.984121,44.563066,0],[-71.984182,44.562943,0],[-71.984233,44.56271,0],[-71.984285,44.5628,0],[-71.984279,44.562916,0],[-71.984233,44.563059,0],[-71.984125,44.563193,0],[-71.984035,44.563276,0],[-71.983889,44.563363,0],[-71.983567,44.56351,0],[-71.983493,44.563579,0],[-71.983613,44.563594,0],[-71.983831,44.563549,0],[-71.984146,44.56338,0],[-71.984309,44.563283,0],[-71.984425,44.563144,0],[-71.984501,44.563051,0],[-71.984545,44.563001,0],[-71.984578,44.56292,0],[-71.984749,44.562551,0],[-71.984816,44.562493,0]]]},"properties":{"id":"mtb62","name":"West Branch","touches":",mtb59,mtb383,mtb63,mtb128,","length":595.8496696784403}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.980963,44.563088,0],[-71.981196,44.562963,0],[-71.981379,44.562911,0]]]},"properties":{"id":"mtb63","name":"West Branch","touches":",mtb62,mtb128,mtb107,mtb157,mtb253,mtb254,","length":38.79086970430309}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.960442,44.602387,0],[-71.960436,44.60213,0],[-71.96035,44.601321,0],[-71.960327,44.601134,0]]]},"properties":{"id":"rd64","name":"Bumps Road","touches":",rd65,xc527,xc534,mtb164,rd503,xc562,","length":139.50472831368072}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.9605,44.608925,0],[-71.960436,44.608688,0],[-71.960575,44.608321,0],[-71.960714,44.608001,0],[-71.960682,44.607772,0],[-71.960253,44.60681,0],[-71.960168,44.605482,0],[-71.960404,44.604795,0],[-71.960479,44.603756,0],[-71.960442,44.602387,0]]]},"properties":{"id":"rd65","name":"Bumps Road","touches":",rd64,xc527,xc534,rd484,rd485,","length":738.151845907376}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.949987,44.588212,0],[-71.949897,44.588349,0],[-71.949851,44.588414,0],[-71.949768,44.58859,0],[-71.949674,44.588859,0]]]},"properties":{"id":"mtb96","name":"Vast","touches":",mtb12,mtb101,mtb347,mtb95,mtb320,","length":76.36514094240502}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.961675,44.595683,0],[-71.961817,44.595683,0],[-71.962223,44.595664,0],[-71.96237,44.595689,0],[-71.962602,44.595829,0],[-71.962721,44.595944,0],[-71.962836,44.596016,0],[-71.962977,44.596054,0],[-71.963277,44.59609,0],[-71.963464,44.596147,0],[-71.96354,44.596192,0],[-71.963569,44.59626,0],[-71.963551,44.596331,0],[-71.963478,44.596426,0],[-71.963237,44.596659,0],[-71.96313,44.596736,0],[-71.962903,44.596817,0],[-71.962161,44.596939,0],[-71.961988,44.597014,0],[-71.961896,44.5971,0],[-71.961896,44.597135,0],[-71.962098,44.597133,0],[-71.962604,44.597165,0],[-71.962751,44.597196,0],[-71.962952,44.59721,0],[-71.963041,44.597243,0],[-71.963039,44.597269,0],[-71.962964,44.597318,0],[-71.962664,44.597451,0],[-71.96259,44.59763,0]]]},"properties":{"id":"mtb66","name":"Pound Cake","touches":",mtb2,mtb4,mtb67,mtb146,mtb273,mtb274,mtb691,","length":504.91781023421964}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962418,44.593303,0],[-71.962414,44.59335,0],[-71.962363,44.593418,0],[-71.962195,44.593562,0],[-71.962139,44.593662,0],[-71.961995,44.593811,0],[-71.961913,44.593906,0],[-71.961929,44.593964,0],[-71.961982,44.593963,0],[-71.962067,44.593903,0],[-71.962116,44.593906,0],[-71.962146,44.59401,0],[-71.962153,44.594082,0],[-71.96213,44.594262,0],[-71.962047,44.594509,0],[-71.962003,44.594759,0],[-71.96178,44.595043,0],[-71.961282,44.595499,0],[-71.961271,44.595569,0],[-71.961321,44.595631,0],[-71.961462,44.595667,0],[-71.961675,44.595683,0]]]},"properties":{"id":"mtb67","name":"Pound Cake","touches":",mtb2,mtb4,mtb66,mtb6,mtb68,","length":344.4300506036798}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.961785,44.593058,0],[-71.961832,44.593121,0],[-71.961828,44.593339,0],[-71.961795,44.593518,0],[-71.961779,44.593674,0],[-71.961722,44.593765,0],[-71.961741,44.593805,0],[-71.961818,44.593787,0],[-71.961928,44.593709,0],[-71.961994,44.593622,0],[-71.962033,44.593543,0],[-71.962106,44.593463,0],[-71.96226,44.593349,0],[-71.962349,44.593317,0],[-71.962418,44.593303,0]]]},"properties":{"id":"mtb68","name":"Pound Cake","touches":",mtb1,mtb11,mtb234,mtb6,mtb67,","length":166.27550880799225}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.972218,44.589847,0],[-71.972225,44.589848,0],[-71.972538,44.58997,0],[-71.972637,44.58997,0],[-71.972671,44.589944,0],[-71.972747,44.589809,0],[-71.972837,44.589722,0],[-71.972926,44.589689,0],[-71.973177,44.589654,0],[-71.973303,44.589593,0],[-71.973389,44.589503,0],[-71.973689,44.589042,0],[-71.973836,44.588852,0],[-71.973953,44.588652,0],[-71.974176,44.588409,0],[-71.974278,44.588328,0],[-71.974553,44.588166,0],[-71.97469,44.588059,0],[-71.974835,44.587909,0],[-71.974964,44.587865,0],[-71.975136,44.58784,0],[-71.97539,44.587845,0],[-71.9756,44.587867,0],[-71.976085,44.587921,0],[-71.976536,44.587864,0],[-71.976733,44.587903,0],[-71.977062,44.588,0],[-71.977286,44.588028,0]]]},"properties":{"id":"hke69","name":"River Walk","touches":",mtb568,mtb570,mtb571,hke474,hke475,","length":535.3720024544532}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969181,44.591559,0],[-71.969602,44.591435,0],[-71.969779,44.591364,0],[-71.969922,44.591261,0],[-71.970175,44.59099,0],[-71.970311,44.590942,0],[-71.970508,44.59092,0]]]},"properties":{"id":"mtb70","name":"River Walk","touches":",mtb5,mtb9,mtb569,mtb570,","length":132.47469649714625}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.966577,44.590777,0],[-71.966837,44.590932,0],[-71.967031,44.590987,0],[-71.967896,44.59115,0],[-71.968198,44.591133,0]]]},"properties":{"id":"mtb71","name":"Loop Jct","touches":",mtb6,mtb7,mtb8,mtb9,","length":138.54682294463495}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.85795,44.545946,0],[-71.857821,44.545821,0],[-71.857853,44.545686,0],[-71.857755,44.545336,0],[-71.8575,44.544959,0],[-71.857082,44.544446,0],[-71.856892,44.543994,0],[-71.856578,44.543667,0],[-71.854629,44.542931,0],[-71.853727,44.542558,0],[-71.853334,44.541458,0],[-71.853282,44.540032,0],[-71.853282,44.538978,0],[-71.852961,44.537691,0],[-71.85285,44.537333,0],[-71.852543,44.536535,0],[-71.852249,44.535743,0],[-71.851974,44.534675,0],[-71.851836,44.533817,0],[-71.851773,44.533095,0],[-71.851444,44.531937,0],[-71.850951,44.530324,0],[-71.850261,44.528049,0]]]},"properties":{"id":"rd72","name":"Victory Hill Rd","touches":",mtb24,rd74,mtb159,mtb123,","length":2180.5495002706098}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.849967,44.553104,0],[-71.850411,44.552714,0],[-71.850981,44.552404,0]]]},"properties":{"id":"rd73","name":"Victory Hill Rd","touches":",mtb29,rd75,mtb36,mtb37,","length":112.78340980388674}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.855777,44.54772,0],[-71.856029,44.54735,0],[-71.8565,44.546828,0],[-71.857075,44.546408,0],[-71.857546,44.546157,0],[-71.857775,44.545937,0],[-71.85795,44.545946,0]]]},"properties":{"id":"rd74","name":"Victory Hill Rd","touches":",mtb24,rd72,mtb159,rd75,mtb228,","length":271.13106007812735}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.850981,44.552404,0],[-71.851235,44.552108,0],[-71.851928,44.551633,0],[-71.85253,44.551391,0],[-71.852778,44.55113,0],[-71.853092,44.550468,0],[-71.853498,44.549899,0],[-71.854126,44.549303,0],[-71.854963,44.54852,0],[-71.855777,44.54772,0]]]},"properties":{"id":"rd75","name":"Victory Hill Rd","touches":",mtb29,rd73,rd74,mtb228,","length":655.8391723243503}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.879319,44.628886,440.1],[-71.879319,44.628992,440.1],[-71.879269,44.629077,0],[-71.879224,44.629117,0]]]},"properties":{"id":"mtb76","name":"Black Bear Jct","touches":",mtb381,mtb382,mtb385,mtb494,mtb495,","length":27.685404388650632}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.929436,44.609546,0],[-71.929213,44.609955,0],[-71.929243,44.610249,0],[-71.929398,44.610394,0],[-71.929457,44.61053,0],[-71.929437,44.610627,0],[-71.929478,44.610717,0],[-71.929497,44.610787,0],[-71.929474,44.610874,0],[-71.929447,44.610903,0],[-71.929391,44.610895,0],[-71.929289,44.610843,0],[-71.929048,44.610769,0],[-71.92882,44.610664,0],[-71.92873,44.610639,0],[-71.928665,44.610644,0],[-71.92864,44.610673,0],[-71.928642,44.610738,0],[-71.928666,44.610796,0],[-71.9287,44.610848,0],[-71.928705,44.610902,0],[-71.928749,44.611015,0],[-71.928792,44.611078,0],[-71.92888,44.611133,0],[-71.92896,44.611167,0],[-71.928986,44.611206,0],[-71.928984,44.611265,0],[-71.928836,44.611336,0],[-71.928771,44.61138,0],[-71.928723,44.611477,0],[-71.928722,44.61159,0],[-71.928703,44.611657,0],[-71.92868,44.611684,0],[-71.928456,44.611801,0],[-71.928232,44.611994,0],[-71.928145,44.612052,0],[-71.92797,44.612147,0],[-71.927842,44.612233,0],[-71.927692,44.612389,0],[-71.927621,44.612501,0],[-71.927584,44.612598,0],[-71.92757,44.612689,0],[-71.927589,44.612746,0],[-71.927631,44.612815,0],[-71.92779,44.612951,0],[-71.927841,44.613029,0],[-71.927841,44.613272,0],[-71.927777,44.613413,0],[-71.927715,44.613469,0],[-71.927628,44.613519,0],[-71.927564,44.613574,0],[-71.927526,44.613682,0],[-71.927562,44.613869,0],[-71.927579,44.613997,0],[-71.927606,44.614127,0],[-71.9276,44.614249,0],[-71.927606,44.614394,0],[-71.92759,44.614486,0],[-71.927439,44.614539,0],[-71.927289,44.614581,0],[-71.927145,44.614618,0]]]},"properties":{"id":"mtb77","name":"Skydive","touches":",mtb448,mtb449,mtb121,mtb122,","length":765.2634797332865}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.929784,44.606536,0],[-71.929587,44.606535,0],[-71.929388,44.606516,0],[-71.929233,44.606493,0],[-71.92918,44.606477,0],[-71.929173,44.606403,0],[-71.929131,44.606298,0],[-71.928878,44.605894,0],[-71.928753,44.60572,0],[-71.928759,44.605671,0]]]},"properties":{"id":"mtb78","name":"White School Jct","touches":",mtb452,mtb453,mtb450,mtb451,","length":145.4270014982516}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954077,44.573304,0],[-71.953802,44.573469,0],[-71.953712,44.573547,0],[-71.953628,44.573617,0],[-71.953537,44.573714,0],[-71.95345,44.573798,0],[-71.953366,44.573881,0],[-71.953279,44.573964,0],[-71.953193,44.574046,0],[-71.953114,44.574117,0],[-71.953025,44.574237,0],[-71.952916,44.574475,0]]]},"properties":{"id":"hke97","name":"Vast","touches":",hke30,hke31,hke80,hke713,hke714,mtb754,","length":161.8513030092821}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969456,44.569045,0],[-71.969455,44.569053,0],[-71.969473,44.569125,0],[-71.969514,44.5692,0],[-71.969533,44.569259,0],[-71.969537,44.569317,0],[-71.969556,44.569381,0],[-71.969617,44.5695,0],[-71.969644,44.569623,0],[-71.969642,44.569743,0],[-71.969598,44.569862,0],[-71.969495,44.570056,0],[-71.969336,44.57043,0],[-71.969309,44.570522,0],[-71.969248,44.5707,0],[-71.969221,44.57085,0],[-71.969224,44.570912,0],[-71.969262,44.570948,0],[-71.969318,44.570919,0],[-71.969347,44.57086,0],[-71.969412,44.570682,0],[-71.969448,44.570639,0],[-71.969501,44.570649,0],[-71.96951,44.570735,0],[-71.969474,44.570853,0],[-71.969472,44.571007,0],[-71.969472,44.571046,0],[-71.969532,44.571114,0],[-71.969585,44.571135,0],[-71.969631,44.571111,0],[-71.96972,44.571054,0],[-71.969788,44.570986,0],[-71.969857,44.570883,0],[-71.969999,44.570675,0],[-71.970073,44.570618,0],[-71.97022,44.57057,0],[-71.970356,44.5706,0],[-71.970394,44.57063,0],[-71.970396,44.570654,0],[-71.970371,44.570788,0],[-71.970249,44.571103,0],[-71.970242,44.571156,0],[-71.970184,44.571301,0],[-71.970098,44.571613,0],[-71.970077,44.571721,0],[-71.969972,44.572044,0],[-71.969946,44.572142,0],[-71.969808,44.572526,0],[-71.969727,44.572697,0],[-71.969623,44.572858,0],[-71.969587,44.57292,0]]]},"properties":{"id":"mtb79","name":"Heavens Bench","touches":",mtb629,mtb630,mtb261,mtb262,","length":682.706262264147}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.952916,44.574475,0],[-71.952848,44.574552,0],[-71.952763,44.574703,0],[-71.952678,44.574867,0],[-71.952653,44.575013,0],[-71.952656,44.57513,0],[-71.952669,44.575384,0],[-71.952656,44.575579,0],[-71.952637,44.575627,0],[-71.952596,44.575679,0],[-71.9526,44.575876,0],[-71.95266,44.575954,0],[-71.952686,44.576098,0],[-71.952831,44.57627,0],[-71.952985,44.576413,0],[-71.953053,44.576534,0],[-71.953103,44.576709,0]]]},"properties":{"id":"hke80","name":"Vast","touches":",hke30,hke31,hke97,hke92,hke291,","length":263.76499673514303}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.963503,44.56508,0],[-71.963504,44.565985,0],[-71.963588,44.566192,0],[-71.963677,44.566382,0],[-71.963768,44.566593,0],[-71.963829,44.566862,0],[-71.963853,44.567082,0],[-71.963929,44.567181,0],[-71.964092,44.567363,0],[-71.964107,44.567449,0]]]},"properties":{"id":"mtb81","name":"Vast","touches":",mtb103,mtb223,mtb83,mtb133,","length":272.32672120035573}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.963493,44.569119,304.3],[-71.963421,44.569257,0],[-71.963395,44.569408,0],[-71.963339,44.569483,0],[-71.963337,44.569647,0],[-71.963396,44.569724,0],[-71.963418,44.56989,0],[-71.963474,44.569963,0],[-71.963483,44.570092,0],[-71.963466,44.570146,0],[-71.963424,44.570186,0],[-71.963379,44.570241,0],[-71.963314,44.570279,0],[-71.963109,44.570337,0],[-71.962974,44.5704,0],[-71.962854,44.570434,0]]]},"properties":{"id":"mtb82","name":"Vast","touches":",mtb83,mtb224,mtb395,mtb84,mtb127,","length":178.8451118885939}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.964107,44.567449,0],[-71.964096,44.567709,0],[-71.964101,44.567859,0],[-71.964109,44.567912,0],[-71.964167,44.567968,0],[-71.964185,44.568152,0],[-71.964169,44.568285,0],[-71.964105,44.568344,0],[-71.964085,44.568404,0],[-71.964018,44.568469,0],[-71.963992,44.568554,0],[-71.963848,44.568666,0],[-71.963679,44.568894,0],[-71.963589,44.568953,0],[-71.963532,44.569025,0],[-71.963493,44.569119,304.3]]]},"properties":{"id":"mtb83","name":"Vast","touches":",mtb81,mtb133,mtb82,mtb224,mtb395,","length":203.7228822611922}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962854,44.570434,0],[-71.962514,44.570433,0],[-71.962356,44.570461,0],[-71.962213,44.570531,0],[-71.962038,44.570694,0],[-71.961964,44.57075,0],[-71.961853,44.570812,0],[-71.961561,44.570853,0],[-71.961416,44.570883,0],[-71.961264,44.570933,0],[-71.960832,44.57116,0],[-71.960666,44.571221,0],[-71.96039,44.571301,0],[-71.960127,44.571354,0],[-71.959758,44.571369,0],[-71.959587,44.571368,0],[-71.959293,44.571354,0],[-71.959123,44.571334,0],[-71.958657,44.571245,0],[-71.95833,44.571224,0],[-71.95819,44.571207,0],[-71.958018,44.571172,0],[-71.95789,44.571155,0],[-71.957723,44.571173,0],[-71.957335,44.571253,0],[-71.957177,44.571259,0],[-71.95709,44.57125,0],[-71.956979,44.571223,0]]]},"properties":{"id":"mtb84","name":"Vast","touches":",mtb82,mtb127,mtb85,mtb467,","length":502.60844045146837}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956979,44.571223,0],[-71.956943,44.571198,0],[-71.956877,44.571169,0],[-71.956765,44.571146,0],[-71.956647,44.571142,0],[-71.956506,44.571171,0],[-71.956432,44.571204,0]]]},"properties":{"id":"mtb85","name":"Vast","touches":",mtb84,mtb467,mtb86,mtb464,","length":47.38236933546376}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956432,44.571204,0],[-71.956366,44.571234,0],[-71.956268,44.571327,0],[-71.956123,44.571445,0],[-71.95603,44.571569,0],[-71.956011,44.571815,0],[-71.955937,44.57194,0],[-71.955871,44.572053,0]]]},"properties":{"id":"mtb86","name":"Vast","touches":",mtb85,mtb464,mtb98,mtb465,","length":108.26503199557939}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954444,44.582834,0],[-71.954421,44.5829,0],[-71.954395,44.582937,0],[-71.954218,44.583134,0],[-71.954129,44.583218,0],[-71.954051,44.583263,0],[-71.953994,44.583279,0],[-71.953883,44.583297,0],[-71.953744,44.583284,0]]]},"properties":{"id":"hke87","name":"Vast","touches":",hke88,hke239,hke102,hke589,","length":82.90123325588911}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954411,44.582602,0],[-71.954444,44.582834,0]]]},"properties":{"id":"hke88","name":"Vast","touches":",hke87,hke239,hke89,hke214,hke312,","length":25.880858832626522}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954464,44.578503,0],[-71.954491,44.57858,0],[-71.954514,44.578713,0],[-71.95448,44.578904,0],[-71.953943,44.581951,0],[-71.953947,44.582012,0],[-71.953961,44.582059,0],[-71.954029,44.582138,0],[-71.954051,44.582215,0],[-71.95439,44.582537,0],[-71.954411,44.582602,0]]]},"properties":{"id":"hke89","name":"Vast","touches":",hke88,hke214,hke312,hke90,hke314,hke315,","length":469.7324251760597}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953732,44.577724,0],[-71.953803,44.577783,0],[-71.953879,44.577882,0],[-71.953987,44.577983,0],[-71.954107,44.578125,0],[-71.954207,44.578265,0],[-71.9544,44.578427,0],[-71.954464,44.578503,0]]]},"properties":{"id":"hke90","name":"Vast","touches":",hke89,hke314,hke315,hke91,hke214,","length":104.73627172456082}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953337,44.577138,0],[-71.953512,44.577267,0],[-71.953576,44.577379,0],[-71.953622,44.577469,0],[-71.953671,44.577579,0],[-71.953732,44.577724,0]]]},"properties":{"id":"hke91","name":"Vast","touches":",hke90,hke214,hke315,hke92,hke200,","length":73.74083403805368}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953103,44.576709,0],[-71.953122,44.576793,0],[-71.953168,44.576834,0],[-71.953204,44.576984,0],[-71.953258,44.577031,0],[-71.95328,44.577082,0],[-71.953337,44.577138,0]]]},"properties":{"id":"hke92","name":"Vast","touches":",hke30,hke80,hke291,hke91,hke200,","length":52.55574494645245}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.96825,44.559283,0],[-71.968227,44.559386,0],[-71.968191,44.559485,0],[-71.968068,44.559611,0],[-71.967947,44.559708,0],[-71.967817,44.559781,0],[-71.96756,44.55992,0],[-71.967523,44.55995,0],[-71.967489,44.559995,0],[-71.967432,44.560063,0],[-71.96726,44.560249,0],[-71.967136,44.560363,0],[-71.967066,44.56042,0],[-71.966898,44.560555,0]]]},"properties":{"id":"mtb93","name":"Vast","touches":",mtb94,mtb327,mtb106,mtb130,","length":181.5550651101242}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.968561,44.558357,0],[-71.968536,44.558424,0],[-71.968499,44.558492,0],[-71.968403,44.558647,0],[-71.968347,44.558859,0],[-71.968262,44.559129,0],[-71.968251,44.559247,0],[-71.96825,44.559283,0]]]},"properties":{"id":"mtb94","name":"Vast","touches":",mtb93,mtb327,mtb99,mtb176,mtb328,","length":106.50566742638355}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955871,44.572053,0],[-71.955745,44.572269,0],[-71.955589,44.572491,0],[-71.955509,44.572584,0],[-71.955336,44.572691,0]]]},"properties":{"id":"mtb98","name":"Vast","touches":",mtb86,mtb465,mtb150,mtb151,hke714,","length":83.93092704895795}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.974576,44.558404,0],[-71.974308,44.558129,0],[-71.974121,44.557921,0],[-71.974064,44.557785,0],[-71.97405,44.557646,0],[-71.973982,44.557508,0],[-71.973964,44.557368,0],[-71.973881,44.557238,0],[-71.973637,44.557028,0],[-71.973314,44.556653,0],[-71.973269,44.556583,0],[-71.973132,44.556445,0],[-71.973114,44.556196,0],[-71.973102,44.556149,0],[-71.972416,44.555399,0],[-71.972264,44.55528,0],[-71.972158,44.555226,0],[-71.972042,44.555182,0],[-71.971913,44.555156,0],[-71.971655,44.555131,0],[-71.970985,44.555143,0],[-71.97075,44.555165,0],[-71.97036,44.555214,0],[-71.970052,44.555288,0],[-71.969979,44.555311,0],[-71.969697,44.555445,0],[-71.969287,44.555779,0],[-71.968908,44.556339,0],[-71.968575,44.557095,0],[-71.968499,44.557554,0],[-71.968485,44.557664,0],[-71.968489,44.557787,0],[-71.968558,44.557928,0],[-71.968575,44.558074,0],[-71.968594,44.558184,0],[-71.96859,44.558289,0],[-71.968561,44.558357,0]]]},"properties":{"id":"mtb99","name":"Vast","touches":",mtb94,mtb176,mtb328,mtb100,mtb175,","length":964.1562736282355}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.975044,44.559041,0],[-71.974576,44.558404,0]]]},"properties":{"id":"mtb100","name":"Vast","touches":",mtb99,mtb175,mtb171,mtb345,","length":80.03456287490287}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.950308,44.587835,0],[-71.950144,44.588074,0],[-71.950074,44.588155,0],[-71.949987,44.588212,0]]]},"properties":{"id":"mtb101","name":"Vast","touches":",mtb12,mtb96,mtb347,hke102,mtb177,","length":49.59005773492062}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953744,44.583284,0],[-71.953583,44.583239,0],[-71.953154,44.58309,0],[-71.952961,44.583037,0],[-71.952783,44.583012,0],[-71.952637,44.583018,0],[-71.95251,44.583056,0],[-71.952413,44.583106,0],[-71.952248,44.583219,0],[-71.952167,44.583281,0],[-71.9521,44.583346,0],[-71.952007,44.583477,0],[-71.951986,44.583535,0],[-71.951904,44.583746,0],[-71.951737,44.583964,0],[-71.951661,44.584058,0],[-71.951569,44.584177,0],[-71.951523,44.584228,0],[-71.951484,44.584303,0],[-71.951467,44.584396,0],[-71.951455,44.584905,0],[-71.95142,44.585099,0],[-71.951308,44.585297,0],[-71.951299,44.585347,0],[-71.951292,44.585782,0],[-71.95128,44.585921,0],[-71.951245,44.586029,0],[-71.951192,44.586112,0],[-71.951112,44.586204,0],[-71.951027,44.586315,0],[-71.950937,44.58644,0],[-71.95085,44.586572,0],[-71.95069,44.586851,0],[-71.950653,44.586922,0],[-71.950589,44.587066,0],[-71.950507,44.587332,0],[-71.950441,44.587499,0],[-71.950308,44.587835,0]]]},"properties":{"id":"hke102","name":"Vast","touches":",hke87,hke589,mtb101,mtb177,","length":678.0937131753809}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.963358,44.563786,0],[-71.963316,44.563986,0],[-71.96325,44.564108,0],[-71.96324,44.564213,0],[-71.963242,44.564439,0],[-71.96331,44.564568,0],[-71.963397,44.564744,0],[-71.963472,44.564952,0],[-71.963483,44.564978,0],[-71.963503,44.56508,0]]]},"properties":{"id":"mtb103","name":"Vast","touches":",mtb81,mtb223,mtb104,mtb287,mtb288,","length":148.21852174394235}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.963493,44.563646,0],[-71.96343,44.5637,0],[-71.96339,44.563745,0],[-71.963358,44.563786,0]]]},"properties":{"id":"mtb104","name":"Vast","touches":",mtb103,mtb287,mtb288,mtb105,mtb482,","length":18.9118873007484}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.96658,44.560583,0],[-71.96601,44.560742,0],[-71.965748,44.560847,0],[-71.965478,44.561057,0],[-71.965381,44.56115,0],[-71.964708,44.561803,0],[-71.964618,44.561895,0],[-71.964539,44.561974,0],[-71.96445,44.562103,0],[-71.964014,44.562783,0],[-71.96393,44.562917,0],[-71.96385,44.563104,0],[-71.963809,44.563243,0],[-71.963735,44.563381,0],[-71.963582,44.563551,0],[-71.963493,44.563646,0]]]},"properties":{"id":"mtb105","name":"Vast","touches":",mtb104,mtb482,mtb106,mtb287,","length":435.07848859793177}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.966898,44.560555,0],[-71.966829,44.560556,0],[-71.966735,44.560582,0],[-71.96666,44.560587,0],[-71.96658,44.560583,0]]]},"properties":{"id":"mtb106","name":"Vast","touches":",mtb93,mtb130,mtb105,mtb287,","length":25.78720190438943}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.980963,44.563088,0],[-71.980805,44.562979,0],[-71.980692,44.562826,0],[-71.98068,44.56266,0],[-71.98071,44.562553,0],[-71.980715,44.562445,0],[-71.980651,44.562196,0],[-71.980511,44.561886,0],[-71.980473,44.561562,0],[-71.980386,44.561243,0],[-71.980264,44.561005,0],[-71.980174,44.560919,0],[-71.9801,44.56085,0],[-71.980001,44.560812,0],[-71.979866,44.560802,0],[-71.979762,44.560855,0],[-71.979734,44.560902,0],[-71.979759,44.560948,0],[-71.979883,44.560965,0],[-71.979939,44.561005,0],[-71.979986,44.561069,0],[-71.98001,44.561176,0],[-71.980006,44.561248,0],[-71.979904,44.561528,0],[-71.979894,44.561598,0],[-71.979844,44.561624,0],[-71.979803,44.561602,0],[-71.979737,44.561545,0],[-71.979671,44.561437,0],[-71.979608,44.561361,0],[-71.979503,44.561316,0],[-71.979407,44.561298,0],[-71.97933,44.561326,0],[-71.9793,44.561371,0],[-71.979341,44.56142,0],[-71.979428,44.561471,0],[-71.979427,44.561506,0],[-71.97939,44.561557,0],[-71.979238,44.561626,0],[-71.97906,44.561694,0],[-71.978666,44.561627,0],[-71.978161,44.561658,0],[-71.978066,44.561685,0],[-71.977941,44.561746,0],[-71.977879,44.561803,0],[-71.977861,44.561872,0],[-71.977922,44.561927,0],[-71.978029,44.561957,0],[-71.978158,44.561957,0],[-71.978249,44.56198,0],[-71.978343,44.562015,0],[-71.978406,44.562053,0],[-71.9784,44.562095,0],[-71.978351,44.562123,0],[-71.978263,44.562125,0],[-71.97818,44.562078,0],[-71.978087,44.56206,0],[-71.978001,44.562036,0],[-71.977867,44.561985,0],[-71.977766,44.56198,0],[-71.977567,44.562,0],[-71.977389,44.562069,0],[-71.977156,44.562208,0]]]},"properties":{"id":"mtb107","name":"Old Web's","touches":",mtb63,mtb157,mtb253,mtb254,mtb108,mtb110,","length":791.4497133220859}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.980808,44.563181,0],[-71.980709,44.563186,0],[-71.980619,44.563155,0],[-71.980542,44.563108,0],[-71.980505,44.56304,0],[-71.980482,44.562719,0],[-71.980416,44.562582,0],[-71.980373,44.562566,0],[-71.980275,44.562547,0],[-71.980252,44.562644,0],[-71.980214,44.562711,0],[-71.98005,44.562849,0],[-71.979957,44.56287,0],[-71.979929,44.562842,0],[-71.979888,44.5627,0],[-71.979898,44.562482,0],[-71.979877,44.562374,0],[-71.979819,44.562274,0],[-71.979741,44.56223,0],[-71.979708,44.562246,0],[-71.97969,44.562279,0],[-71.97966,44.562423,0],[-71.979504,44.562652,0],[-71.979376,44.562708,0],[-71.97928,44.562713,0],[-71.979338,44.562353,0],[-71.979218,44.562038,0],[-71.97917,44.561974,0],[-71.979131,44.561952,0],[-71.979033,44.561961,0],[-71.978996,44.561984,0],[-71.978529,44.562545,0],[-71.978449,44.56259,0],[-71.978355,44.562617,0],[-71.97826,44.562597,0],[-71.97799,44.562494,0],[-71.977942,44.562489,0],[-71.977744,44.562525,0],[-71.977596,44.562502,0],[-71.977551,44.562466,0],[-71.977428,44.562368,0],[-71.977156,44.562208,0]]]},"properties":{"id":"mtb108","name":"Old Web's","touches":",mtb107,mtb110,mtb157,mtb726,","length":591.1735909849219}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.976453,44.560777,0],[-71.97648,44.560564,0],[-71.97655,44.560468,0],[-71.976652,44.560264,0],[-71.976651,44.560228,0],[-71.976583,44.560131,0],[-71.97659,44.560097,0],[-71.976603,44.560062,0],[-71.976741,44.559958,0],[-71.976784,44.559893,0],[-71.976831,44.559735,0]]]},"properties":{"id":"mtb109","name":"Old Web's","touches":",mtb110,mtb250,mtb251,mtb345,mtb755,","length":125.6318681073501}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.945422,44.588753,0],[-71.945609,44.588637,0],[-71.94585,44.588504,0],[-71.94628,44.58831,0],[-71.946826,44.588115,0],[-71.947026,44.588062,0]]]},"properties":{"id":"mtb138","name":"Church Path","touches":",mtb139,rd354,rd636,rd353,","length":149.5614326798855}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.977156,44.562208,0],[-71.976755,44.562206,0],[-71.976608,44.562179,0],[-71.976529,44.562134,0],[-71.976511,44.562105,0],[-71.976521,44.562033,0],[-71.976749,44.561889,0],[-71.976809,44.561831,0],[-71.976847,44.561726,0],[-71.976825,44.561657,0],[-71.97668,44.561627,0],[-71.976656,44.561597,0],[-71.976619,44.561493,0],[-71.976674,44.561354,0],[-71.976666,44.561284,0],[-71.976606,44.561227,0],[-71.976456,44.561134,0],[-71.97642,44.561029,0],[-71.976453,44.560777,0]]]},"properties":{"id":"mtb110","name":"Old Web's","touches":",mtb107,mtb108,mtb109,mtb250,","length":231.08966423801093}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.904093,44.562197,0],[-71.904001,44.562123,0],[-71.903793,44.562013,0],[-71.903689,44.561986,0],[-71.902813,44.561816,0],[-71.902584,44.561784,0],[-71.902208,44.561697,0],[-71.90181,44.561558,0],[-71.901249,44.561454,0],[-71.900982,44.561358,0],[-71.90078,44.561256,0],[-71.900588,44.561124,0],[-71.900377,44.561048,0],[-71.89989,44.560795,0],[-71.899388,44.560335,0],[-71.899058,44.560148,0],[-71.898822,44.559944,0],[-71.898677,44.559853,0],[-71.898229,44.559508,0],[-71.898042,44.559407,0],[-71.897607,44.559082,0],[-71.897365,44.558926,0],[-71.897089,44.558804,0],[-71.896762,44.558712,0],[-71.896588,44.558571,0],[-71.896361,44.558448,0],[-71.896199,44.55829,0],[-71.896105,44.558235,0],[-71.895879,44.55815,0],[-71.895618,44.55799,0],[-71.895321,44.557866,0],[-71.894894,44.557762,0],[-71.894513,44.557649,0],[-71.894353,44.557554,0],[-71.894216,44.557451,0],[-71.89408,44.557305,0],[-71.893975,44.557104,0],[-71.893832,44.556951,0],[-71.893645,44.556837,0],[-71.892712,44.556155,0],[-71.892372,44.555906,0],[-71.892234,44.555833,0],[-71.892102,44.555784,0],[-71.891447,44.555718,0],[-71.891211,44.555652,0],[-71.890753,44.555429,0],[-71.890413,44.555233,0],[-71.89022,44.555106,0],[-71.889984,44.55492,0],[-71.889731,44.554808,0]]]},"properties":{"id":"mtb111","name":"CCC Road","touches":",mtb112,mtb323,mtb123,mtb236,","length":1446.3777878876645}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.908968,44.572127,0],[-71.909058,44.572034,0],[-71.909296,44.571814,0],[-71.909392,44.571649,0],[-71.909428,44.571418,0],[-71.909409,44.571142,0],[-71.909516,44.570811,0],[-71.909654,44.570135,0],[-71.909762,44.569923,0],[-71.910052,44.569504,0],[-71.91019,44.569245,0],[-71.910304,44.568887,0],[-71.910307,44.56869,0],[-71.910276,44.56855,0],[-71.910158,44.568311,0],[-71.910062,44.568169,0],[-71.909898,44.568002,0],[-71.909564,44.567817,0],[-71.909153,44.567616,0],[-71.908076,44.566848,0],[-71.907894,44.566752,0],[-71.907193,44.566435,0],[-71.907018,44.566319,0],[-71.906888,44.56621,0],[-71.906528,44.5658,0],[-71.906456,44.565695,0],[-71.906421,44.565583,0],[-71.90643,44.565513,0],[-71.906482,44.565433,0],[-71.906559,44.565374,0],[-71.906779,44.565255,0],[-71.906831,44.565198,0],[-71.906846,44.56513,0],[-71.906827,44.56506,0],[-71.906782,44.564996,0],[-71.906672,44.564898,0],[-71.906072,44.564449,0],[-71.905732,44.56428,0],[-71.905173,44.564091,0],[-71.904981,44.563981,0],[-71.904879,44.563832,0],[-71.904851,44.563729,0],[-71.904849,44.563389,0],[-71.904798,44.563255,0],[-71.904691,44.563117,0],[-71.904336,44.562762,0],[-71.904273,44.562658,0],[-71.904179,44.562314,0],[-71.904093,44.562197,0]]]},"properties":{"id":"mtb112","name":"CCC Road","touches":",mtb111,mtb323,hke610,mtb611,hke612,","length":1360.1056646274947}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.902495,44.578534,0],[-71.902641,44.578509,0],[-71.90286,44.578385,0],[-71.903233,44.578077,0],[-71.903374,44.577999,0]]]},"properties":{"id":"mtb113","name":"CCC Road","touches":",mtb114,mtb349,mtb185,mtb611,mtb615,","length":93.59980773627959}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.899943,44.581377,0],[-71.900283,44.581104,0],[-71.900403,44.580996,0],[-71.900523,44.580865,0],[-71.900585,44.580759,0],[-71.900671,44.580619,0],[-71.900811,44.580414,0],[-71.900997,44.580214,0],[-71.901373,44.579795,0],[-71.901582,44.579484,0],[-71.9017,44.579349,0],[-71.901805,44.579152,0],[-71.90187,44.578989,0],[-71.901942,44.57878,0],[-71.902049,44.578651,0],[-71.902109,44.57861,0],[-71.902207,44.578577,0],[-71.902451,44.57855,0],[-71.902495,44.578534,0]]]},"properties":{"id":"mtb114","name":"CCC Road","touches":",mtb113,mtb349,mtb741,mtb742,","length":388.0055312138593}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.939666,44.592886,0],[-71.9395,44.592914,0],[-71.939445,44.592958,0],[-71.939424,44.593011,0],[-71.939391,44.593077,0],[-71.939332,44.593131,0],[-71.939267,44.593159,0],[-71.939101,44.593201,0],[-71.939068,44.593217,0],[-71.939069,44.593238,0],[-71.939069,44.593262,0],[-71.939099,44.593296,0],[-71.939112,44.593314,0],[-71.939114,44.593355,0],[-71.939107,44.593375,0],[-71.939086,44.593425,0],[-71.939078,44.593478,0],[-71.939135,44.593583,0],[-71.939148,44.593692,0],[-71.939134,44.593735,0],[-71.939043,44.59377,0],[-71.938996,44.593768,0],[-71.938894,44.593703,0],[-71.938762,44.593681,0],[-71.938731,44.593659,0],[-71.938694,44.593575,0],[-71.938686,44.59354,0],[-71.938715,44.593475,0],[-71.938752,44.593439,0],[-71.938813,44.593267,0],[-71.938792,44.593211,0],[-71.938818,44.593122,0],[-71.938875,44.593025,0],[-71.939001,44.592887,0]]]},"properties":{"id":"mtb115","name":"Park Loop","touches":",mtb116,mtb303,mtb305,mtb119,mtb137,mtb140,","length":254.25847061849646}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.940616,44.592375,0],[-71.940315,44.592574,0],[-71.939666,44.592886,0]]]},"properties":{"id":"mtb116","name":"Park Loop","touches":",mtb115,mtb303,mtb305,mtb117,mtb437,mtb438,","length":94.61313588388371}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.942257,44.590361,0],[-71.941792,44.590931,0],[-71.941441,44.591378,0],[-71.940986,44.592048,0],[-71.94066,44.592346,0],[-71.940616,44.592375,0]]]},"properties":{"id":"mtb117","name":"Park Loop","touches":",mtb116,mtb437,mtb438,mtb118,mtb142,mtb143,mtb302,","length":259.8365328285692}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.940238,44.591479,0],[-71.940807,44.591095,0],[-71.941222,44.590641,0],[-71.941636,44.590461,0],[-71.942257,44.590361,0]]]},"properties":{"id":"mtb118","name":"Park Loop","touches":",mtb117,mtb142,mtb143,mtb302,mtb119,mtb439,","length":211.49230100382258}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.939001,44.592887,0],[-71.938939,44.592448,0],[-71.939471,44.591996,0],[-71.940238,44.591479,0]]]},"properties":{"id":"mtb119","name":"Park Loop","touches":",mtb115,mtb137,mtb140,mtb118,mtb439,","length":198.31359280824432}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.927565,44.611629,0],[-71.92748,44.611436,0],[-71.92737,44.611299,0],[-71.927083,44.611078,0],[-71.926966,44.610973,0],[-71.926877,44.610872,0],[-71.926781,44.610784,0],[-71.926499,44.610581,0],[-71.926294,44.610364,0],[-71.926231,44.610326,0],[-71.926145,44.610293,0],[-71.925676,44.610144,0],[-71.925332,44.610012,0],[-71.925244,44.609992,0],[-71.925191,44.60999,0]]]},"properties":{"id":"mtb120","name":"To Farm Junk & Sky Dive","touches":",mtb121,mtb426,mtb427,mtb443,mtb444,","length":272.6200883728433}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.927145,44.614618,0],[-71.927217,44.614499,0],[-71.927326,44.614,0],[-71.927327,44.613843,0],[-71.927269,44.613702,0],[-71.927181,44.61342,0],[-71.927219,44.613159,0],[-71.927244,44.613037,0],[-71.927281,44.612931,0],[-71.927287,44.612644,0],[-71.927284,44.612558,0],[-71.927264,44.612452,0],[-71.927269,44.612337,0],[-71.927397,44.612048,0],[-71.927501,44.611924,0],[-71.927571,44.611748,0],[-71.927565,44.611629,0]]]},"properties":{"id":"mtb121","name":"To Farm Junk & Sky Dive","touches":",mtb77,mtb122,mtb120,mtb426,mtb427,","length":340.79221529285377}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.926686,44.614604,0],[-71.926756,44.614629,0],[-71.927145,44.614618,0]]]},"properties":{"id":"mtb122","name":"To Farm Junk & Sky Dive","touches":",mtb77,mtb121,mtb390,mtb426,","length":37.080334788962205}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.850261,44.528049,0],[-71.851948,44.528291,0],[-71.853531,44.528441,0],[-71.855271,44.528217,0],[-71.856709,44.528264,0],[-71.857926,44.527946,0],[-71.859509,44.52803,0],[-71.862072,44.527797,0],[-71.862922,44.527816,0],[-71.863315,44.528646,0],[-71.863171,44.529625,0],[-71.86321,44.530837,0],[-71.863423,44.531448,0],[-71.863864,44.532273,0],[-71.864662,44.5337,0],[-71.86631,44.535266,0],[-71.867344,44.536693,0],[-71.868455,44.538464,0],[-71.869933,44.541131,0],[-71.872955,44.543445,0],[-71.875781,44.545348,0],[-71.87631,44.545719,0],[-71.876667,44.546043,0],[-71.876806,44.546146,0],[-71.877291,44.546429,0],[-71.877804,44.54668,0],[-71.878669,44.546989,0],[-71.879158,44.547191,0],[-71.879647,44.547392,0],[-71.880516,44.547669,0],[-71.88147,44.547931,0],[-71.882723,44.548332,0],[-71.883369,44.548566,0],[-71.88369,44.54872,0],[-71.883875,44.548854,0],[-71.884619,44.549657,0],[-71.885057,44.550218,0],[-71.885616,44.551087,0],[-71.886156,44.552035,0],[-71.886391,44.552369,0],[-71.886762,44.55299,0],[-71.886969,44.553244,0],[-71.887112,44.553368,0],[-71.887749,44.553787,0],[-71.888448,44.554211,0],[-71.889352,44.554615,0],[-71.889731,44.554808,0]]]},"properties":{"id":"mtb123","name":"Masten Road","touches":",rd72,mtb111,mtb236,","length":4882.631788477591}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.894543,44.606093,0],[-71.89457,44.606124,0],[-71.894602,44.606136,0],[-71.894642,44.606136,0],[-71.894675,44.606145,0],[-71.894701,44.606164,0],[-71.894773,44.60617,0],[-71.894799,44.60617,0],[-71.894824,44.606201,0],[-71.894854,44.606245,0],[-71.894891,44.6063,0],[-71.894927,44.606426,0],[-71.894989,44.606435,0],[-71.895096,44.606418,0],[-71.89523,44.606406,0],[-71.895315,44.606438,0],[-71.895348,44.606514,0],[-71.895302,44.606568,0],[-71.895204,44.606662,0],[-71.895259,44.606773,0],[-71.895292,44.606851,0],[-71.89537,44.606868,0],[-71.895552,44.606872,0],[-71.89572,44.606887,0],[-71.895784,44.60692,0],[-71.895869,44.60694,0],[-71.895978,44.60689,0],[-71.896045,44.606829,0],[-71.896169,44.606612,0],[-71.896262,44.606517,0],[-71.896438,44.60633,0],[-71.896533,44.606298,0],[-71.896661,44.606393,0],[-71.896908,44.606448,0],[-71.897095,44.606562,0],[-71.897246,44.606652,0],[-71.897297,44.606747,0],[-71.897369,44.606744,0],[-71.89757,44.606705,0],[-71.897773,44.606656,0],[-71.897827,44.606673,0],[-71.897884,44.606756,0],[-71.897896,44.606878,0],[-71.897864,44.60694,0],[-71.89783,44.606996,0],[-71.897845,44.607067,0],[-71.89793,44.607113,0],[-71.898012,44.607086,0],[-71.898137,44.607033,0],[-71.898236,44.606955,0],[-71.898357,44.606886,0],[-71.898492,44.606791,0],[-71.898497,44.606727,0],[-71.898568,44.606702,0],[-71.898651,44.60669,0],[-71.898729,44.606739,0],[-71.898768,44.606846,0],[-71.898718,44.606904,0],[-71.898642,44.60698,0],[-71.89855,44.607048,0],[-71.898559,44.607147,0],[-71.898592,44.607302,0],[-71.898585,44.607401,0],[-71.898542,44.607466,0],[-71.898479,44.607524,0],[-71.89845,44.607569,0],[-71.898492,44.607599,0],[-71.898526,44.607633,0],[-71.898535,44.607686,0],[-71.898463,44.607736,0],[-71.898424,44.607782,0],[-71.898425,44.607836,0],[-71.898484,44.607817,0],[-71.898536,44.607773,0],[-71.898599,44.607705,0],[-71.898622,44.607661,0],[-71.898664,44.607553,0],[-71.898747,44.607327,0],[-71.898783,44.607312,0],[-71.898859,44.607319,0],[-71.898882,44.607393,0],[-71.898941,44.607508,0],[-71.899071,44.607554,0],[-71.899099,44.607626,0],[-71.899187,44.607679,0],[-71.899205,44.607786,0],[-71.89923,44.60783,0],[-71.899281,44.607838,0],[-71.899354,44.607761,0],[-71.899424,44.607678,0],[-71.899464,44.607676,0],[-71.899505,44.607742,0],[-71.899525,44.607829,0],[-71.899505,44.607929,0],[-71.899416,44.608133,0],[-71.899244,44.608219,0],[-71.898995,44.608359,0],[-71.898883,44.608407,0]]]},"properties":{"id":"mtb124","name":"Moose Deuce","touches":",mtb181,mtb593,mtb595,mtb582,mtb631,","length":955.1013997741885}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.95515,44.579023,0],[-71.955252,44.579068,0],[-71.955302,44.579099,0],[-71.955351,44.579143,0],[-71.955385,44.579176,0],[-71.955427,44.579193,0],[-71.955492,44.579222,0],[-71.955546,44.579251,0],[-71.95556,44.579277,0],[-71.955546,44.579313,0],[-71.955532,44.579345,0],[-71.95556,44.579388,0],[-71.955568,44.579422,0],[-71.955548,44.579454,0],[-71.95553,44.579491,0],[-71.955552,44.579525,0],[-71.955574,44.579572,0],[-71.955586,44.579622,0],[-71.955572,44.579683,0],[-71.955576,44.579747,0],[-71.955608,44.579798,0],[-71.955649,44.579846,0],[-71.955717,44.579901,0],[-71.955794,44.579955,0],[-71.955878,44.580026,0],[-71.955939,44.580102,0],[-71.955983,44.580148,0],[-71.955995,44.580215,0],[-71.955983,44.580274,0],[-71.956016,44.580321,0],[-71.956084,44.580378,0],[-71.956122,44.580451,0],[-71.956209,44.580513,0],[-71.956278,44.580579,0],[-71.956347,44.580599,0]]]},"properties":{"id":"hke125","name":"Nose","touches":",hke313,hke314,hke335,hke339,","length":215.68679025146704}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.978317,44.586174,0],[-71.978066,44.586196,0],[-71.977761,44.586327,0],[-71.977484,44.586417,0],[-71.977384,44.586428,0],[-71.977288,44.586407,0],[-71.97725,44.586384,0],[-71.977249,44.586349,0],[-71.977273,44.586317,0],[-71.977691,44.58591,0],[-71.977718,44.585804,0],[-71.977694,44.585697,0],[-71.9776,44.585614,0],[-71.977401,44.585587,0],[-71.977309,44.585557,0],[-71.977145,44.585472,0],[-71.976964,44.585407,0],[-71.976621,44.585193,0],[-71.976477,44.585158,0],[-71.976376,44.585167,0],[-71.975921,44.585326,0],[-71.975865,44.585383,0],[-71.975859,44.585491,0],[-71.975809,44.585553,0],[-71.975535,44.585646,0],[-71.975296,44.585779,0],[-71.975202,44.585806,0],[-71.975101,44.585814,0],[-71.975001,44.585803,0],[-71.974907,44.585777,0],[-71.974692,44.585681,0],[-71.974591,44.585673,0],[-71.974492,44.585687,0],[-71.974324,44.585769,0],[-71.974229,44.58578,0],[-71.974131,44.585698,0],[-71.974041,44.585673,0],[-71.97389,44.585768,0],[-71.973607,44.586024,0],[-71.973398,44.586125,0],[-71.973329,44.58622,0],[-71.973263,44.586275,0],[-71.972767,44.586529,0],[-71.972542,44.586612,0],[-71.972432,44.586686,0],[-71.972311,44.586803,0],[-71.972225,44.586836,0],[-71.97218,44.586822,0],[-71.972126,44.586762,0],[-71.972074,44.586622,0],[-71.972071,44.586514,0],[-71.972112,44.586336,0],[-71.972088,44.586306,0],[-71.97199,44.586287,0],[-71.971903,44.586322,0],[-71.971802,44.586403,0],[-71.971685,44.586522,0],[-71.971651,44.58659,0],[-71.971525,44.586703,0],[-71.971408,44.586773,0],[-71.971312,44.586796,0],[-71.971216,44.586778,0],[-71.970989,44.586695,0],[-71.970557,44.586587,0],[-71.970257,44.586555,0],[-71.970047,44.586457,0],[-71.969948,44.586459,0],[-71.969904,44.586476,0],[-71.969774,44.586576,0]]]},"properties":{"id":"hke126","name":"Tap & Die","touches":",hke469,hke471,hke210,hke211,","length":1017.2943970033679}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962854,44.570434,0],[-71.96287,44.570489,0],[-71.963054,44.57051,0],[-71.963341,44.570562,0],[-71.963482,44.570611,0],[-71.963636,44.570736,0],[-71.963627,44.571004,0],[-71.963597,44.571488,0],[-71.963529,44.571658,0],[-71.963503,44.571853,0],[-71.963542,44.571932,0],[-71.963687,44.572033,0],[-71.963954,44.572153,0]]]},"properties":{"id":"mtb127","name":"Bill Magill Jct","touches":",mtb82,mtb84,mtb261,mtb263,mtb630,","length":250.9778611674801}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.981235,44.561419,0],[-71.981617,44.561408,0],[-71.981762,44.56144,0],[-71.982119,44.561452,0],[-71.982218,44.561433,0],[-71.982444,44.561348,0],[-71.982736,44.56128,0],[-71.982837,44.561272,0],[-71.982929,44.561288,0],[-71.982908,44.561395,0],[-71.982881,44.561426,0],[-71.982751,44.561538,0],[-71.982634,44.561608,0],[-71.982433,44.56162,0],[-71.982307,44.561682,0],[-71.982246,44.561733,0],[-71.982199,44.561748,0],[-71.981999,44.561727,0],[-71.981853,44.561692,0],[-71.981753,44.561704,0],[-71.981706,44.561715,0],[-71.981426,44.561873,0],[-71.981481,44.561972,0],[-71.981647,44.562156,0],[-71.981692,44.562257,0],[-71.981464,44.562454,0],[-71.98142,44.562596,0],[-71.981415,44.562742,0],[-71.981379,44.562911,0]]]},"properties":{"id":"mtb128","name":"Border","touches":",mtb62,mtb63,mtb254,mtb255,","length":419.68577333837686}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.97157,44.581105,0],[-71.971768,44.581114,0],[-71.971983,44.581209,0],[-71.972444,44.581239,0],[-71.972754,44.581278,0],[-71.973131,44.581335,0],[-71.973576,44.581423,0],[-71.973651,44.581454,0],[-71.973978,44.581658,0],[-71.974396,44.581841,0],[-71.974544,44.581924,0],[-71.974607,44.581979,0],[-71.974735,44.582144,0],[-71.974876,44.582269,0],[-71.975054,44.582368,0],[-71.975204,44.582412,0],[-71.975666,44.582494,0],[-71.976115,44.582525,0],[-71.976266,44.582474,0],[-71.976393,44.582378,0],[-71.976639,44.582188,0],[-71.976836,44.581991,0],[-71.977347,44.581623,0]]]},"properties":{"id":"hke129","name":"Cat Box Hill Cutoff","touches":",hke135,hke136,hke173,hke174,","length":552.4092565052621}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.966898,44.560555,0],[-71.966966,44.560584,0],[-71.967015,44.560611,0],[-71.967074,44.560622,0],[-71.967149,44.560635,0],[-71.967216,44.560683,0],[-71.967262,44.560717,0],[-71.967293,44.560752,0],[-71.967301,44.560772,0],[-71.967299,44.560796,0],[-71.967346,44.560874,0],[-71.967382,44.560909,0],[-71.967413,44.560948,0],[-71.96743,44.561017,0],[-71.967429,44.561126,0],[-71.967418,44.561287,0],[-71.967366,44.561355,0],[-71.967335,44.561438,0],[-71.967361,44.56155,0],[-71.967401,44.561698,0],[-71.967453,44.561784,0],[-71.967494,44.561835,0],[-71.967498,44.561907,0],[-71.967582,44.562095,0],[-71.96767,44.562227,0],[-71.967664,44.562332,0],[-71.967681,44.562367,0],[-71.967709,44.562402,0],[-71.967791,44.562442,0],[-71.967829,44.562473,0],[-71.967854,44.562503,0],[-71.967837,44.562531,0],[-71.967839,44.562563,0],[-71.967796,44.562599,0],[-71.967763,44.562627,0],[-71.967745,44.562662,0],[-71.967754,44.562706,0],[-71.967779,44.562776,0],[-71.967768,44.562815,0],[-71.967764,44.562867,0],[-71.967775,44.562913,0],[-71.96777,44.562934,0],[-71.967767,44.562971,0],[-71.967776,44.562997,0],[-71.967781,44.563012,0],[-71.967776,44.563023,0],[-71.967762,44.563028,0],[-71.967742,44.563029,0],[-71.967713,44.563029,0],[-71.967665,44.563039,0],[-71.967626,44.563043,0],[-71.967537,44.563041,0],[-71.967506,44.563043,0],[-71.967479,44.563048,0],[-71.967452,44.563052,0],[-71.967425,44.563057,0],[-71.967422,44.56306,0],[-71.96742,44.563064,0],[-71.967423,44.563067,0],[-71.967432,44.563073,0]]]},"properties":{"id":"mtb130","name":"Sugar Hill","touches":",mtb93,mtb106,mtb132,mtb170,","length":340.7486641855351}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.966435,44.563447,0],[-71.966405,44.563472,0],[-71.966396,44.563498,0],[-71.966408,44.563555,0],[-71.966454,44.56362,0],[-71.966494,44.563694,0],[-71.966507,44.563794,0],[-71.966503,44.563912,0],[-71.966439,44.56408,0],[-71.966357,44.564135,0],[-71.9663,44.564154,0],[-71.966291,44.564194,0],[-71.966246,44.564287,0],[-71.96623,44.564372,0],[-71.966265,44.56443,0],[-71.966205,44.564566,0],[-71.966145,44.564719,0],[-71.966109,44.564869,0],[-71.96608,44.565007,0],[-71.966008,44.565101,0],[-71.965939,44.565224,0],[-71.965794,44.565331,0],[-71.965806,44.565429,0]]]},"properties":{"id":"mtb131","name":"Sugar Hill","touches":",mtb132,mtb462,mtb134,mtb235,mtb483,","length":239.6109058118497}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.967432,44.563073,0],[-71.967381,44.563064,0],[-71.967332,44.563081,0],[-71.967224,44.563135,0],[-71.967099,44.563183,0],[-71.967025,44.563232,0],[-71.966991,44.563268,0],[-71.966897,44.56334,0],[-71.966855,44.563361,0],[-71.966757,44.563386,0],[-71.966658,44.563393,0],[-71.966576,44.563403,0],[-71.96651,44.563415,0],[-71.96647,44.563429,0],[-71.966435,44.563447,0]]]},"properties":{"id":"mtb132","name":"Sugar Hill","touches":",mtb130,mtb170,mtb131,mtb462,","length":93.23148961172457}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.965839,44.566589,0],[-71.965782,44.56668,0],[-71.965259,44.567127,0],[-71.96515,44.56725,0],[-71.964604,44.567331,0],[-71.964107,44.567449,0]]]},"properties":{"id":"mtb133","name":"Sugar Hill","touches":",mtb81,mtb83,mtb134,mtb396,","length":177.93144083668338}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.965806,44.565429,0],[-71.965671,44.565437,0],[-71.965627,44.5655,0],[-71.965611,44.565636,0],[-71.965642,44.565811,0],[-71.965634,44.565918,0],[-71.965634,44.566149,0],[-71.96562,44.566292,0],[-71.965634,44.566408,0],[-71.965663,44.566516,0],[-71.965761,44.566579,0],[-71.965839,44.566589,0]]]},"properties":{"id":"mtb134","name":"Sugar Hill","touches":",mtb131,mtb235,mtb483,mtb133,mtb396,","length":148.80221514597022}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.97157,44.581105,0],[-71.971659,44.581061,0],[-71.97177,44.581027,0],[-71.971849,44.580973,0],[-71.971903,44.580898,0],[-71.97202,44.580822,0],[-71.972101,44.580765,0],[-71.972195,44.580705,0],[-71.972287,44.580675,0],[-71.972382,44.580636,0],[-71.972532,44.580586,0],[-71.972589,44.580547,0],[-71.972607,44.580488,0],[-71.972647,44.580431,0],[-71.972653,44.58035,0],[-71.972653,44.580292,0],[-71.972697,44.580247,0],[-71.972736,44.580192,0],[-71.972762,44.58016,0],[-71.972795,44.580153,0],[-71.97282,44.580173,0],[-71.972845,44.580197,0],[-71.972907,44.580203,0],[-71.972978,44.580197,0],[-71.973064,44.580169,0],[-71.97318,44.580144,0],[-71.973253,44.580138,0],[-71.973336,44.580113,0],[-71.973457,44.580076,0],[-71.973612,44.579998,0],[-71.973741,44.579908,0],[-71.973822,44.579869,0],[-71.97386,44.579862,0],[-71.973909,44.579844,0],[-71.97398,44.579846,0],[-71.974078,44.579854,0],[-71.974143,44.579851,0],[-71.974264,44.579828,0],[-71.974347,44.579798,0],[-71.974414,44.579809,0],[-71.974486,44.579818,0],[-71.974559,44.579799,0],[-71.974643,44.579762,0],[-71.97471,44.579739,0],[-71.974789,44.579709,0],[-71.974884,44.57969,0],[-71.974909,44.579658,0],[-71.974943,44.579603,0],[-71.97498,44.57958,0],[-71.975007,44.579592,0],[-71.975022,44.579646,0],[-71.975037,44.57972,0],[-71.97502,44.579776,0],[-71.974976,44.579846,0],[-71.974957,44.579879,0],[-71.974905,44.579909,0],[-71.974878,44.579957,0],[-71.974907,44.580005,0],[-71.974943,44.579993,0],[-71.974978,44.57997,0],[-71.975018,44.579946,0],[-71.975055,44.579906,0],[-71.975143,44.579869,0],[-71.975193,44.579784,0],[-71.975218,44.579768,0],[-71.975243,44.579739,0],[-71.97523,44.579713,0],[-71.975251,44.579691,0],[-71.975287,44.579699,0],[-71.975291,44.579751,0],[-71.975274,44.57981,0],[-71.975228,44.579888,0],[-71.975162,44.579943,0],[-71.975118,44.579993,0],[-71.975097,44.580049,0],[-71.975112,44.58007,0],[-71.975103,44.580102,0],[-71.97511,44.580121,0],[-71.975153,44.580117,0],[-71.975218,44.580088,0],[-71.975272,44.580032,0],[-71.975332,44.579934,0],[-71.975405,44.579877,0],[-71.975451,44.579844,0],[-71.97547,44.579812,0],[-71.975466,44.579743,0],[-71.975501,44.57969,0],[-71.97553,44.579636,0],[-71.975574,44.579598,0],[-71.975597,44.579584,0],[-71.975624,44.579588,0],[-71.975643,44.579618,0],[-71.975647,44.57966,0],[-71.975586,44.57971,0],[-71.975559,44.579751,0],[-71.975512,44.579825,0],[-71.975476,44.579897,0],[-71.975464,44.579964,0],[-71.975462,44.579991,0],[-71.975434,44.580003,0],[-71.975395,44.580043,0],[-71.975362,44.580101,0],[-71.975341,44.580182,0],[-71.975314,44.580277,0],[-71.975272,44.580321,0],[-71.975282,44.580344,0],[-71.975328,44.58035,0],[-71.975418,44.580301,0],[-71.975495,44.580229,0],[-71.975543,44.580155,0],[-71.975628,44.580068,0],[-71.975689,44.579993,0],[-71.975762,44.579872,0],[-71.975812,44.579758,0],[-71.975828,44.579665,0],[-71.975909,44.579616,0],[-71.975905,44.579586,0],[-71.975905,44.579553,0],[-71.975937,44.579549,0],[-71.975966,44.579579,0],[-71.975984,44.579653,0],[-71.975984,44.57974,0],[-71.975957,44.579806,0],[-71.975924,44.579902,0],[-71.975862,44.580012,0],[-71.975862,44.580049,0],[-71.975893,44.580047,0],[-71.975949,44.580031,0],[-71.975993,44.580001,0],[-71.976041,44.579953,0],[-71.97611,44.57989,0],[-71.976189,44.579821,0],[-71.976266,44.57975,0],[-71.976314,44.579695,0],[-71.976343,44.579702,0],[-71.976341,44.579734,0],[-71.976312,44.579803,0],[-71.976255,44.579892,0],[-71.976201,44.580009,0],[-71.976134,44.580106,0],[-71.976105,44.580146,0],[-71.976109,44.580176,0],[-71.976136,44.580182,0],[-71.976174,44.580168,0],[-71.976222,44.580123,0],[-71.976278,44.58007,0],[-71.976355,44.579988,0],[-71.97646,44.57989,0],[-71.976528,44.579787,0],[-71.976549,44.579762,0],[-71.976574,44.57976,0],[-71.976584,44.579775,0],[-71.976576,44.579818,0],[-71.976549,44.579857,0],[-71.976486,44.579958,0],[-71.976449,44.579994,0],[-71.97642,44.580073,0],[-71.976355,44.580143,0],[-71.976324,44.580232,0],[-71.976287,44.580328,0],[-71.976199,44.580461,0],[-71.976168,44.580518,0],[-71.976176,44.580544,0],[-71.976243,44.580599,0],[-71.976305,44.580625,0],[-71.976457,44.580699,0],[-71.976545,44.580783,0],[-71.976605,44.580879,0],[-71.976638,44.580901,0],[-71.976791,44.580979,0],[-71.976894,44.581009,0],[-71.976951,44.581091,0],[-71.976957,44.581175,0],[-71.976972,44.581274,0],[-71.976921,44.581365,0],[-71.97697,44.581425,0],[-71.977038,44.581402,0],[-71.977057,44.581357,0],[-71.977103,44.581284,0],[-71.977111,44.581209,0],[-71.977102,44.581119,0],[-71.977128,44.581025,0],[-71.977157,44.580977,0],[-71.977197,44.580951,0],[-71.97727,44.580921,0],[-71.977332,44.580913,0],[-71.977357,44.580924,0],[-71.977374,44.580946,0],[-71.977395,44.580975,0],[-71.977443,44.580983,0],[-71.977495,44.580968,0],[-71.977545,44.580946,0],[-71.977601,44.580914,0],[-71.977657,44.580912,0],[-71.977741,44.580903,0],[-71.97783,44.58091,0],[-71.977934,44.580927,0],[-71.978016,44.580928,0],[-71.978088,44.580964,0],[-71.978109,44.580999,0],[-71.978122,44.581038,0],[-71.978164,44.581091,0],[-71.978251,44.581233,0],[-71.978328,44.581384,0],[-71.97833,44.581492,0]]]},"properties":{"id":"hke135","name":"Burrington Bench","touches":",hke129,hke136,hke174,hke476,hke477,","length":1442.6122326653813}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.970828,44.581162,0],[-71.970873,44.581158,0],[-71.97094,44.581137,0],[-71.97106,44.581117,0],[-71.971206,44.58111,0],[-71.971418,44.581124,0],[-71.97157,44.581105,0]]]},"properties":{"id":"hke136","name":"Burrington Bench","touches":",hke129,hke135,hke209,hke565,","length":59.94760611074756}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.937632,44.592513,0],[-71.938215,44.592828,0],[-71.93829,44.592844,0],[-71.938362,44.592826,0],[-71.938458,44.592794,0],[-71.938645,44.592797,0],[-71.938751,44.5928,0],[-71.93885,44.592828,0],[-71.938929,44.592838,0],[-71.939001,44.592887,0]]]},"properties":{"id":"mtb137","name":"Church Path","touches":",mtb115,mtb119,mtb140,mtb581,rd635,rd636,","length":124.68842147701227}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.943972,44.589613,0],[-71.944233,44.589628,0],[-71.944386,44.589624,0],[-71.944635,44.589589,0],[-71.944869,44.589519,0],[-71.945135,44.589351,0],[-71.945274,44.589199,0],[-71.945335,44.5891,0],[-71.945379,44.588958,0],[-71.9454,44.588814,0],[-71.945422,44.588753,0]]]},"properties":{"id":"mtb139","name":"Church Path","touches":",mtb138,rd354,rd636,mtb141,mtb403,","length":172.928389450575}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.939001,44.592887,0],[-71.939051,44.592811,0],[-71.939091,44.592756,0],[-71.939205,44.592686,0]]]},"properties":{"id":"mtb140","name":"Church Path","touches":",mtb115,mtb119,mtb137,mtb144,mtb303,","length":28.155531475600625}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.94348,44.589641,0],[-71.943574,44.589614,0],[-71.943777,44.589602,0],[-71.943972,44.589613,0]]]},"properties":{"id":"mtb141","name":"Church Path","touches":",mtb139,mtb403,mtb142,mtb407,","length":39.75885829264678}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.942257,44.590361,0],[-71.942466,44.590219,0],[-71.943029,44.5898,0],[-71.943198,44.58972,0],[-71.94348,44.589641,0]]]},"properties":{"id":"mtb142","name":"Church Path","touches":",mtb117,mtb118,mtb143,mtb302,mtb141,mtb407,","length":127.59868252882698}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.94025,44.591844,0],[-71.940848,44.591464,0],[-71.941009,44.591324,0],[-71.941444,44.59102,0],[-71.941647,44.590857,0],[-71.941991,44.590543,0],[-71.942257,44.590361,0]]]},"properties":{"id":"mtb143","name":"Church Path","touches":",mtb117,mtb118,mtb142,mtb302,mtb144,mtb438,mtb439,","length":229.81821089919205}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.939205,44.592686,0],[-71.939345,44.592535,0],[-71.939513,44.592398,0],[-71.939666,44.592303,0],[-71.940016,44.59204,0],[-71.94025,44.591844,0]]]},"properties":{"id":"mtb144","name":"Church Path","touches":",mtb140,mtb303,mtb143,mtb438,mtb439,","length":125.39628298917312}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.967529,44.600419,0],[-71.967253,44.600459,0],[-71.96698,44.600413,0],[-71.966685,44.600269,0],[-71.966507,44.600048,0],[-71.966475,44.599831,0],[-71.966329,44.599521,0],[-71.966273,44.599459,0],[-71.966193,44.599414,0],[-71.966045,44.599389,0],[-71.965911,44.599437,0],[-71.965838,44.599532,0],[-71.965687,44.599697,0],[-71.965617,44.599737,0],[-71.965559,44.599713,0],[-71.965548,44.599657,0],[-71.96558,44.599565,0],[-71.96558,44.599507,0],[-71.965554,44.599476,0],[-71.96551,44.599491,0],[-71.965484,44.599516,0],[-71.965367,44.599655,0],[-71.965196,44.59979,0],[-71.965101,44.599876,0],[-71.964957,44.60007,0],[-71.964817,44.600176,0],[-71.964545,44.600441,0],[-71.964426,44.600603,0],[-71.964276,44.600751,0],[-71.964098,44.601,0]]]},"properties":{"id":"mtb145","name":"Coronary Bypass","touches":",mtb277,mtb278,mtb432,mtb276,mtb280,","length":482.4976200932246}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.96055,44.598913,0],[-71.960604,44.598835,0],[-71.960772,44.598815,0],[-71.960772,44.598815,0],[-71.960819,44.598821,0],[-71.961071,44.598942,0],[-71.961118,44.598954,0],[-71.961212,44.598935,0],[-71.961265,44.598876,0],[-71.961308,44.5987,0],[-71.961422,44.598499,0],[-71.961517,44.598415,0],[-71.961838,44.59831,0],[-71.961995,44.598219,0],[-71.962145,44.598201,0],[-71.962371,44.598121,0],[-71.962491,44.597965,0],[-71.962539,44.597841,0],[-71.962619,44.597713,0],[-71.96259,44.59763,0]]]},"properties":{"id":"mtb146","name":"Coronary Bypass","touches":",mtb66,mtb273,mtb274,mtb691,mtb147,mtb279,mtb307,","length":261.79691753892723}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.96066,44.600243,0],[-71.960422,44.600176,0],[-71.960392,44.600148,0],[-71.960358,44.600007,0],[-71.960385,44.5999,0],[-71.960439,44.599841,0],[-71.96053,44.599809,0],[-71.960558,44.59978,0],[-71.960586,44.599674,0],[-71.96054,44.599532,0],[-71.960444,44.599404,0],[-71.960377,44.59923,0],[-71.960407,44.599161,0],[-71.960511,44.599008,0],[-71.96055,44.598913,0]]]},"properties":{"id":"mtb147","name":"Coronary Bypass","touches":",mtb146,mtb274,mtb279,mtb307,mtb148,mtb164,","length":174.35789478940998}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962846,44.601287,0],[-71.962238,44.601279,0],[-71.962097,44.60124,0],[-71.962053,44.601178,0],[-71.96206,44.601071,0],[-71.961984,44.600977,0],[-71.961901,44.600935,0],[-71.961621,44.600845,0],[-71.961501,44.600781,0],[-71.96144,44.60068,0],[-71.961403,44.600501,0],[-71.961373,44.600473,0],[-71.961278,44.600458,0],[-71.961082,44.600499,0],[-71.96093,44.600513,0],[-71.960785,44.600479,0],[-71.96066,44.600243,0]]]},"properties":{"id":"mtb148","name":"Coronary Bypass","touches":",mtb147,mtb164,mtb279,mtb280,","length":248.8214295860799}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.95365,44.573068,0],[-71.953579,44.573052,0],[-71.953483,44.573036,0],[-71.953393,44.57303,0],[-71.953137,44.572959,0],[-71.953,44.57292,0],[-71.952936,44.572905,0],[-71.952871,44.572925,0],[-71.95277,44.572952,0],[-71.952696,44.572964,0],[-71.952647,44.572937,0],[-71.952629,44.572896,0],[-71.952612,44.572828,0],[-71.952595,44.572639,0],[-71.952604,44.57256,0],[-71.952629,44.572453,0],[-71.952665,44.572365,0],[-71.952728,44.572241,0],[-71.952881,44.572087,0],[-71.952948,44.572022,0],[-71.953065,44.571964,0],[-71.953111,44.571927,0],[-71.953235,44.571851,0],[-71.953264,44.571805,0],[-71.95332,44.571789,0],[-71.95338,44.571813,0],[-71.953437,44.571806,0],[-71.953485,44.571779,0],[-71.953494,44.571752,0],[-71.953508,44.571694,0],[-71.953542,44.5716,0],[-71.953561,44.571532,0],[-71.953552,44.571375,0],[-71.953532,44.571305,0],[-71.953495,44.571208,0],[-71.953457,44.571141,0],[-71.953398,44.571094,0]]]},"properties":{"id":"mtb149","name":"Widow Maker","touches":",hke31,mtb150,mtb754,hke291,mtb292,","length":328.82698418740415}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955336,44.572691,0],[-71.955243,44.572633,0],[-71.95517,44.572526,0],[-71.955117,44.572513,0],[-71.955024,44.572523,0],[-71.954952,44.572554,0],[-71.954824,44.572632,0],[-71.954714,44.572722,0],[-71.954624,44.572843,0],[-71.954528,44.572898,0],[-71.954405,44.572945,0],[-71.954242,44.573033,0],[-71.954183,44.573042,0],[-71.954121,44.573028,0],[-71.954094,44.573017,0],[-71.954046,44.573005,0],[-71.953985,44.573016,0],[-71.953874,44.573052,0],[-71.95365,44.573068,0]]]},"properties":{"id":"mtb150","name":"Widow Maker","touches":",hke31,mtb149,mtb754,mtb98,mtb151,hke714,","length":169.57227257762594}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956298,44.573459,0],[-71.956228,44.573388,0],[-71.95616,44.57335,0],[-71.956074,44.573332,0],[-71.95599,44.573333,0],[-71.955904,44.57332,0],[-71.955841,44.573267,0],[-71.955825,44.573203,0],[-71.955846,44.57312,0],[-71.955889,44.573014,0],[-71.955863,44.572919,0],[-71.955796,44.572801,0],[-71.955642,44.57271,0],[-71.955512,44.572665,0],[-71.955463,44.572668,0],[-71.955336,44.572691,0]]]},"properties":{"id":"mtb151","name":"Widow Maker","touches":",mtb52,mtb152,hke712,mtb98,mtb150,hke714,","length":140.478226938501}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956897,44.574743,0],[-71.956829,44.574725,0],[-71.956772,44.574701,0],[-71.956678,44.574635,0],[-71.95661,44.574551,0],[-71.956611,44.574517,0],[-71.956614,44.574508,0],[-71.956622,44.574483,0],[-71.956771,44.574441,0],[-71.956934,44.574407,0],[-71.95698,44.574347,0],[-71.956984,44.574263,0],[-71.956965,44.574189,0],[-71.956924,44.574139,0],[-71.956787,44.574039,0],[-71.956681,44.574004,0],[-71.956556,44.57401,0],[-71.956428,44.574039,0],[-71.956313,44.574055,0],[-71.956188,44.574035,0],[-71.956101,44.57398,0],[-71.956037,44.573916,0],[-71.955995,44.573824,0],[-71.955998,44.573761,0],[-71.956084,44.57366,0],[-71.956259,44.573545,0],[-71.956292,44.573505,0],[-71.956298,44.573459,0]]]},"properties":{"id":"mtb152","name":"Widow Maker","touches":",mtb52,mtb151,hke712,mtb153,hke711,","length":240.75993739689486}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962445,44.574764,0],[-71.962294,44.574841,0],[-71.962115,44.574879,0],[-71.961944,44.574884,0],[-71.96182,44.574878,0],[-71.961665,44.57491,0],[-71.96144,44.574961,0],[-71.961211,44.575,0],[-71.961039,44.575023,311.7],[-71.960867,44.575033,310.3],[-71.960646,44.575028,309],[-71.960467,44.575012,308.1],[-71.960299,44.575005,307.4],[-71.96021,44.575003,307.1],[-71.960032,44.574981,0],[-71.959834,44.574936,305.545088],[-71.959612,44.574879,0],[-71.959381,44.574864,0],[-71.959127,44.574872,0],[-71.958932,44.574854,300.6],[-71.958752,44.574838,300.2],[-71.958485,44.574862,0],[-71.958217,44.574902,0],[-71.958049,44.574923,0],[-71.957945,44.574937,0],[-71.957851,44.574932,0],[-71.957741,44.574894,0],[-71.957595,44.574851,0],[-71.957452,44.574808,299.3],[-71.957374,44.574794,0],[-71.957211,44.574796,299.1],[-71.957111,44.574776,299.2],[-71.957007,44.574754,0],[-71.956897,44.574743,0]]]},"properties":{"id":"mtb153","name":"Widow Maker","touches":",mtb152,hke711,hke264,mtb265,","length":453.55459846820776}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.914479,44.585677,0],[-71.914326,44.585378,0],[-71.914222,44.585212,0],[-71.914142,44.585159,0],[-71.913949,44.585052,0],[-71.913858,44.58497,0],[-71.913767,44.584871,0],[-71.913669,44.584833,0],[-71.913372,44.58482,0],[-71.912441,44.584776,0],[-71.912336,44.584732,0],[-71.912205,44.584544,0],[-71.912096,44.584322,0],[-71.911628,44.583648,0],[-71.911317,44.583341,0],[-71.910646,44.582919,0],[-71.910552,44.582811,0],[-71.910497,44.582648,0],[-71.910337,44.58231,0],[-71.910233,44.58219,0],[-71.909967,44.58199,0],[-71.909801,44.58194,0],[-71.909632,44.581928,0],[-71.909215,44.581983,0],[-71.90854,44.582016,0],[-71.907995,44.581858,0],[-71.907755,44.581807,0],[-71.907647,44.581766,0],[-71.907582,44.581716,0],[-71.907549,44.581652,0],[-71.907548,44.581502,0],[-71.907505,44.581374,0],[-71.907441,44.581322,0],[-71.907344,44.58129,0],[-71.907209,44.581274,0],[-71.907125,44.581245,0],[-71.90707,44.5812,0],[-71.906937,44.58094,0],[-71.906903,44.580703,0],[-71.906852,44.580613,0],[-71.906791,44.580558,0],[-71.906742,44.580536,0],[-71.906656,44.580527,0],[-71.906564,44.580548,0],[-71.906243,44.580685,0],[-71.906162,44.580689,0],[-71.906088,44.580653,0],[-71.906055,44.580592,0],[-71.906073,44.580421,0],[-71.906042,44.580356,0],[-71.905985,44.580327,0],[-71.90586,44.58031,0]]]},"properties":{"id":"mtb154","name":"Rolly Grail","touches":",mtb188,mtb189,mtb205,mtb259,","length":1056.5102972119655}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.888757,44.579868,0],[-71.888704,44.579819,0],[-71.88869,44.579728,0],[-71.88874,44.579642,0],[-71.888769,44.579469,0],[-71.888826,44.579293,0],[-71.888815,44.579237,0],[-71.888723,44.579143,0],[-71.888562,44.579046,0],[-71.888316,44.578722,0],[-71.888187,44.578369,0],[-71.888165,44.578254,0],[-71.88819,44.578055,0],[-71.888094,44.577627,0],[-71.888102,44.577492,0],[-71.888177,44.577322,0],[-71.888259,44.577238,0],[-71.888404,44.577193,0],[-71.888657,44.577082,0],[-71.888708,44.577036,0],[-71.888774,44.576888,0],[-71.888742,44.57668,0],[-71.888689,44.576615,0],[-71.888577,44.576544,0],[-71.888502,44.576452,0],[-71.888497,44.576353,0],[-71.888554,44.576233,0],[-71.888568,44.576118,0],[-71.888553,44.575971,0],[-71.888575,44.575887,0],[-71.888674,44.575705,0],[-71.888679,44.575583,0],[-71.888632,44.575428,0],[-71.888616,44.575158,0],[-71.888663,44.57501,0],[-71.888544,44.574771,0],[-71.888444,44.574454,0],[-71.888413,44.574274,0],[-71.888442,44.574219,0],[-71.888545,44.57413,0],[-71.888524,44.57392,0],[-71.888564,44.57386,0],[-71.888699,44.573755,0],[-71.888776,44.573647,0],[-71.888814,44.573472,0],[-71.888812,44.573401,0],[-71.888763,44.573293,0],[-71.888744,44.573194,0],[-71.88877,44.573003,0],[-71.888939,44.572808,0],[-71.888881,44.572629,0],[-71.888955,44.572282,0],[-71.888926,44.572004,0],[-71.888885,44.571762,0],[-71.888811,44.571604,0],[-71.888825,44.571518,0],[-71.888967,44.571321,0],[-71.888957,44.571163,0],[-71.889043,44.571033,0],[-71.88923,44.570846,0],[-71.889271,44.570564,0],[-71.889268,44.570493,0],[-71.889212,44.570434,0]]]},"properties":{"id":"mtb155","name":"Free Ride","touches":",mtb196,mtb197,mtb729,","length":1131.0936392674905}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.980483,44.567179,0],[-71.980455,44.567454,0],[-71.980459,44.567599,0],[-71.98052,44.567775,0],[-71.980519,44.567848,0],[-71.980421,44.568083,0],[-71.980326,44.568282,0],[-71.980311,44.568355,0],[-71.980305,44.568688,0],[-71.980391,44.568977,0],[-71.980574,44.569361,0],[-71.980651,44.569689,0],[-71.980722,44.569807,0]]]},"properties":{"id":"mtb156","name":"Meadow Wood","touches":",mtb725,mtb726,mtb470,mtb746,","length":299.9797069509391}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.980963,44.563088,0],[-71.980808,44.563181,0]]]},"properties":{"id":"mtb157","name":"Meadow Wood","touches":",mtb63,mtb107,mtb253,mtb254,mtb108,mtb726,","length":16.075522320426238}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.861753,44.546609,0],[-71.861536,44.546772,0],[-71.86141,44.546829,0],[-71.861195,44.546862,0],[-71.861035,44.546896,0],[-71.860914,44.546946,0],[-71.860567,44.547176,0]]]},"properties":{"id":"mtb158","name":"Clodhopper","touches":",mtb49,mtb50,mtb163,mtb159,","length":116.27292132193642}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.85795,44.545946,0],[-71.858188,44.545956,0],[-71.858328,44.54598,0],[-71.858661,44.545979,0],[-71.859309,44.54594,0],[-71.859799,44.545961,0],[-71.860257,44.546031,0],[-71.860668,44.546026,0],[-71.860867,44.54606,0],[-71.861442,44.546099,0],[-71.861779,44.546154,0],[-71.862231,44.546145,0],[-71.862397,44.546195,0],[-71.862461,44.546244,0],[-71.862491,44.546331,0],[-71.862446,44.546427,0],[-71.862321,44.546516,0],[-71.862111,44.546555,0],[-71.861904,44.546616,0],[-71.861818,44.546619,0],[-71.861753,44.546609,0]]]},"properties":{"id":"mtb159","name":"Clodhopper","touches":",mtb24,rd72,rd74,mtb50,mtb158,","length":447.14315162892814}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.867114,44.557822,0],[-71.86707,44.557996,0],[-71.866987,44.558118,0],[-71.866925,44.558174,0],[-71.866818,44.558217,0],[-71.866675,44.55821,0],[-71.866532,44.558157,0],[-71.866403,44.558087,0],[-71.866281,44.557987,0],[-71.866193,44.557838,0],[-71.866136,44.557781,0],[-71.866007,44.557735,0],[-71.865905,44.557804,0],[-71.865909,44.557917,0],[-71.866051,44.558343,0],[-71.866197,44.55858,0],[-71.866197,44.558729,0],[-71.866198,44.558882,0],[-71.866342,44.55919,0],[-71.866347,44.559262,0],[-71.866311,44.559325,0],[-71.866235,44.55936,0],[-71.866141,44.55936,0],[-71.866049,44.559334,0],[-71.86594,44.559235,0],[-71.865826,44.559142,0],[-71.865748,44.559015,0],[-71.865679,44.558897,0],[-71.865583,44.55881,0],[-71.865405,44.558628,0],[-71.865276,44.558533,0],[-71.864881,44.558347,0]]]},"properties":{"id":"mtb160","name":"Clodhopper","touches":",mtb47,mtb48,mtb161,mtb231,mtb232,","length":497.0141307019338}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.867252,44.557435,0],[-71.86716,44.557641,0],[-71.867114,44.557822,0]]]},"properties":{"id":"mtb161","name":"Clodhopper","touches":",mtb22,mtb162,mtb160,mtb231,mtb232,","length":44.460138349985876}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.96606,44.602896,0],[-71.96605,44.602766,0],[-71.966089,44.602498,0],[-71.966222,44.602289,0],[-71.96627,44.602059,0],[-71.966451,44.601752,0],[-71.966518,44.601374,0]]]},"properties":{"id":"mtb182","name":"Coronary Jct","touches":",rd502,rd503,mtb276,mtb277,","length":175.12580725153398}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.968935,44.585545,0],[-71.968902,44.585653,0],[-71.968923,44.585732,0],[-71.968984,44.585881,0],[-71.969095,44.586,0],[-71.969302,44.586029,0],[-71.969522,44.58604,0],[-71.969697,44.586077,0]]]},"properties":{"id":"hke207","name":"Bemis","touches":",hke13,hke206,hke210,hke209,","length":103.14590469236447}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.981235,44.561419,0],[-71.981253,44.561451,0],[-71.981171,44.561955,0],[-71.981167,44.562497,0],[-71.981186,44.562714,0],[-71.981188,44.562891,0],[-71.981133,44.56297,0],[-71.980963,44.563088,0]]]},"properties":{"id":"mtb254","name":"Violet's Outback","touches":",mtb63,mtb107,mtb157,mtb253,mtb128,mtb255,","length":192.9042948204618}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.865735,44.550928,0],[-71.865672,44.550924,0],[-71.865441,44.550823,0],[-71.865338,44.550813,0],[-71.865238,44.550856,0],[-71.86522,44.550948,0],[-71.86526,44.551082,0],[-71.865517,44.551592,0],[-71.865514,44.551725,0],[-71.86564,44.552042,0],[-71.865668,44.552202,0],[-71.865425,44.552175,0],[-71.865453,44.552255,0],[-71.865919,44.552464,0],[-71.866128,44.552557,0],[-71.86639,44.552786,0],[-71.866409,44.55283,0],[-71.866338,44.553094,0],[-71.866265,44.553217,0],[-71.866024,44.553471,0],[-71.866025,44.553643,0],[-71.865991,44.553797,0],[-71.865927,44.553855,0],[-71.865852,44.553874,0],[-71.86565,44.553857,0],[-71.865558,44.553882,0],[-71.865515,44.553953,0],[-71.865502,44.554061,0],[-71.865473,44.554084,0],[-71.865374,44.554097,0],[-71.865122,44.554092,0],[-71.86503,44.554114,0],[-71.864962,44.554158,0],[-71.864927,44.554225,0],[-71.864924,44.554292,0],[-71.864959,44.554398,0],[-71.86525,44.554793,0],[-71.865426,44.554933,0],[-71.86558,44.55509,0],[-71.865604,44.555162,0],[-71.865561,44.555281,0],[-71.865556,44.555362,0],[-71.865741,44.555534,0],[-71.865837,44.555704,0],[-71.866023,44.555828,0],[-71.866282,44.556034,0],[-71.866565,44.556304,0],[-71.866785,44.556431,0],[-71.866864,44.556499,0],[-71.867126,44.556902,0],[-71.867168,44.557013,0],[-71.867252,44.557435,0]]]},"properties":{"id":"mtb162","name":"Clodhopper","touches":",mtb22,mtb161,mtb163,mtb461,","length":975.0048277383858}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.860567,44.547176,0],[-71.860616,44.547192,0],[-71.860892,44.547267,0],[-71.860966,44.547337,0],[-71.86103,44.547575,0],[-71.861097,44.547653,0],[-71.861352,44.54778,0],[-71.861409,44.547844,0],[-71.861414,44.547892,0],[-71.86135,44.548034,0],[-71.861348,44.548077,0],[-71.861383,44.548137,0],[-71.861454,44.548173,0],[-71.861803,44.548174,0],[-71.861888,44.548197,0],[-71.861927,44.548226,0],[-71.861984,44.548332,0],[-71.862038,44.548382,0],[-71.862104,44.548415,0],[-71.862369,44.548504,0],[-71.862651,44.548541,0],[-71.862716,44.548488,0],[-71.862548,44.548335,0],[-71.862669,44.548315,0],[-71.862935,44.548438,0],[-71.863114,44.548527,0],[-71.86325,44.548537,0],[-71.863699,44.548491,0],[-71.863864,44.548445,0],[-71.864041,44.548306,0],[-71.864108,44.54828,0],[-71.864198,44.548272,0],[-71.864288,44.548292,0],[-71.864383,44.548344,0],[-71.864496,44.548514,0],[-71.864863,44.548772,0],[-71.864973,44.549002,0],[-71.865041,44.549103,0],[-71.865044,44.549163,0],[-71.864932,44.54929,0],[-71.86492,44.549363,0],[-71.864954,44.549461,0],[-71.865055,44.549673,0],[-71.865144,44.549894,0],[-71.865257,44.550031,0],[-71.86562,44.55037,0],[-71.865871,44.550567,0],[-71.866107,44.550758,0],[-71.866256,44.550964,0],[-71.866135,44.551017,0],[-71.866013,44.550917,0],[-71.865839,44.550903,0],[-71.865735,44.550928,0]]]},"properties":{"id":"mtb163","name":"Clodhopper","touches":",mtb49,mtb50,mtb158,mtb162,mtb461,","length":846.0429893413343}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.960327,44.601134,0],[-71.960166,44.600901,0],[-71.960336,44.6008,0],[-71.960416,44.600642,0],[-71.96066,44.600243,0]]]},"properties":{"id":"mtb164","name":"Coronary Bypass Access","touches":",rd64,rd503,xc534,xc562,mtb147,mtb148,","length":113.54719662862607}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.891711,44.586847,0],[-71.891704,44.586793,0],[-71.8917,44.586714,0],[-71.891719,44.586637,0],[-71.891774,44.586573,0],[-71.891784,44.58654,0],[-71.891772,44.586516,0],[-71.891691,44.586476,0],[-71.89165,44.586428,0],[-71.891615,44.586407,0],[-71.89155,44.586398,0],[-71.891469,44.586357,0],[-71.891373,44.586352,0],[-71.89132,44.586331,0],[-71.891275,44.586296,0],[-71.891278,44.586254,0],[-71.89127,44.586214,0],[-71.891244,44.586194,0],[-71.891172,44.586168,0],[-71.89112,44.586136,0],[-71.891111,44.586111,0],[-71.891118,44.586081,0],[-71.891138,44.585975,0],[-71.891127,44.585916,0]]]},"properties":{"id":"mtb165","name":"Dead Moose Alley","touches":",mtb166,mtb168,mtb167,","length":135.84527203455247}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.891711,44.586847,0],[-71.891575,44.586809,0],[-71.891481,44.586812,0],[-71.891417,44.586829,0],[-71.89135,44.586823,0],[-71.891255,44.586788,0],[-71.891036,44.58669,0],[-71.890602,44.586595,0],[-71.890499,44.586563,0],[-71.89037,44.586505,0],[-71.890144,44.586383,0],[-71.890057,44.586346,0],[-71.889705,44.586133,0],[-71.88962,44.586059,0],[-71.88941,44.585782,0],[-71.889362,44.585653,0],[-71.889297,44.585521,0],[-71.889132,44.585263,0],[-71.88911,44.585207,0],[-71.889083,44.585066,0],[-71.889067,44.585039,0],[-71.889058,44.584977,0],[-71.889031,44.584925,0],[-71.889024,44.584877,0],[-71.889045,44.584822,0],[-71.889107,44.584739,0],[-71.889129,44.584675,0],[-71.889128,44.584641,0],[-71.889121,44.584619,0],[-71.889039,44.584509,0],[-71.889004,44.584436,0],[-71.889003,44.584392,0],[-71.889025,44.5843,0],[-71.889112,44.584135,0],[-71.889191,44.584038,0],[-71.889272,44.58395,0],[-71.889412,44.583848,0],[-71.889423,44.583849,0],[-71.88949,44.583898,0],[-71.889533,44.583965,0],[-71.889597,44.584262,0],[-71.889628,44.584348,0],[-71.889709,44.584483,0],[-71.889832,44.584598,0],[-71.88988,44.584654,0],[-71.889942,44.584745,0],[-71.890012,44.5849,0],[-71.890097,44.584993,0],[-71.890169,44.585043,0],[-71.890397,44.585125,0],[-71.890483,44.585164,0],[-71.890527,44.5852,0],[-71.890566,44.585248,0],[-71.890564,44.585308,0],[-71.890396,44.585471,0],[-71.89037,44.585533,0],[-71.89038,44.585627,0],[-71.890485,44.585712,0],[-71.890643,44.585813,0],[-71.890744,44.585866,0],[-71.890879,44.585897,0],[-71.891069,44.585922,0],[-71.891127,44.585916,0]]]},"properties":{"id":"mtb166","name":"Dead Moose Alley","touches":",mtb165,mtb168,mtb167,","length":768.976535293484}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.891127,44.585916,0],[-71.891164,44.585882,0],[-71.891242,44.585796,0],[-71.891419,44.58567,0],[-71.89149,44.585592,0],[-71.891579,44.585478,0],[-71.891619,44.585398,0],[-71.891623,44.585341,0],[-71.891597,44.585213,0],[-71.891534,44.585103,0],[-71.891423,44.584989,0],[-71.891339,44.584926,0],[-71.891226,44.58486,0],[-71.891165,44.584786,0],[-71.891149,44.584723,0],[-71.891152,44.584675,0],[-71.891192,44.584607,0],[-71.891295,44.584525,0],[-71.891382,44.584426,0],[-71.891451,44.584366,0],[-71.891716,44.584271,0],[-71.891802,44.584217,0],[-71.891853,44.584166,0],[-71.891859,44.584119,0],[-71.891856,44.584073,0],[-71.891832,44.584007,0],[-71.891796,44.58396,0],[-71.891786,44.583928,0],[-71.891747,44.583888,0],[-71.891682,44.583835,0],[-71.891385,44.583641,0],[-71.891236,44.58352,0],[-71.891209,44.583461,0],[-71.891194,44.58339,0],[-71.891195,44.583223,0],[-71.891212,44.58314,0],[-71.891236,44.583088,0],[-71.891268,44.583053,0]]]},"properties":{"id":"mtb167","name":"Dead Moose Alley","touches":",mtb165,mtb166,mtb197,mtb218,","length":388.69470368118}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.914479,44.585677,0],[-71.914485,44.585585,0],[-71.91452,44.585481,0],[-71.914584,44.585425,0],[-71.914589,44.585394,0],[-71.914492,44.585267,0],[-71.914432,44.585131,0],[-71.914432,44.584953,0],[-71.914471,44.584849,0],[-71.914659,44.584636,0],[-71.914736,44.584503,0],[-71.914816,44.584412,0],[-71.914934,44.584212,0],[-71.914945,44.584141,0],[-71.914941,44.584069,0],[-71.914919,44.584039,0],[-71.91461,44.583857,0],[-71.914555,44.583797,0],[-71.914539,44.583728,0],[-71.914574,44.583625,0],[-71.914641,44.583571,0],[-71.915042,44.583298,0],[-71.915135,44.58327,0],[-71.915522,44.583102,0],[-71.915587,44.583047,0],[-71.915671,44.582916,0],[-71.915748,44.582744,0],[-71.915796,44.58257,0],[-71.915796,44.582246,0],[-71.915766,44.582143,0],[-71.915794,44.582113,0],[-71.915819,44.582007,0],[-71.915951,44.581814,0],[-71.916205,44.581592,0],[-71.916399,44.581301,0],[-71.916413,44.581193,0],[-71.916446,44.581127,0],[-71.916451,44.580947,0],[-71.916378,44.580701,0],[-71.916487,44.5805,0],[-71.9165,44.580393,0],[-71.916569,44.580259,0],[-71.916612,44.580118,0],[-71.91662,44.579866,0],[-71.916693,44.579732,0],[-71.91671,44.579662,0],[-71.916703,44.579554,0],[-71.916674,44.579525,0],[-71.916534,44.579487,0],[-71.916244,44.579442,0]]]},"properties":{"id":"mtb188","name":"J-Bar","touches":",mtb154,mtb189,mtb186,mtb487,","length":810.2003306225515}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.896097,44.587373,0],[-71.896095,44.587372,0],[-71.896032,44.587397,0],[-71.895972,44.587579,0],[-71.895907,44.58767,0],[-71.89583,44.587752,0],[-71.895763,44.587778,0],[-71.895731,44.587754,0],[-71.895716,44.587701,0],[-71.89578,44.587585,0],[-71.895957,44.587401,0],[-71.895956,44.587349,0],[-71.895901,44.587325,0],[-71.895855,44.587332,0],[-71.89582,44.58738,0],[-71.895769,44.587409,0],[-71.895699,44.587423,0],[-71.89555,44.587437,0],[-71.895495,44.58753,0],[-71.895452,44.587581,0],[-71.895401,44.587606,0],[-71.89537,44.587583,0],[-71.895358,44.587556,0],[-71.895369,44.587516,0],[-71.895358,44.587472,0],[-71.895324,44.587436,0],[-71.895236,44.587455,0],[-71.89521,44.587443,0],[-71.895198,44.58738,0],[-71.895181,44.587324,0],[-71.895188,44.587274,0],[-71.895236,44.587225,0],[-71.89528,44.587172,0],[-71.895259,44.587122,0],[-71.895223,44.587104,0],[-71.895172,44.587121,0],[-71.895161,44.58715,0],[-71.895068,44.587317,0],[-71.895009,44.587386,0],[-71.894928,44.587456,0],[-71.894868,44.587478,0],[-71.894804,44.587475,0],[-71.89478,44.587446,0],[-71.894823,44.587376,0],[-71.894882,44.587292,0],[-71.894927,44.587208,0],[-71.894931,44.587097,0],[-71.894907,44.587016,0],[-71.894861,44.58699,0],[-71.894736,44.586984,0],[-71.894617,44.586902,0],[-71.894568,44.586898,0],[-71.894525,44.586921,0],[-71.894509,44.586956,0],[-71.894531,44.586995,0],[-71.894574,44.587033,0],[-71.894606,44.587103,0],[-71.894618,44.587164,0],[-71.894607,44.587213,0],[-71.894563,44.587248,0],[-71.894523,44.58728,0],[-71.894469,44.587299,0],[-71.894429,44.587292,0],[-71.894418,44.587257,0],[-71.894448,44.587211,0],[-71.894422,44.587169,0],[-71.894377,44.587167,0],[-71.894336,44.587196,0],[-71.894306,44.58726,0],[-71.894244,44.587306,0],[-71.894197,44.587344,0],[-71.894104,44.587374,0],[-71.894021,44.58738,0],[-71.893941,44.587378,0],[-71.893905,44.587368,0],[-71.893893,44.587344,0],[-71.893886,44.587316,0],[-71.893899,44.587284,0],[-71.893915,44.587274,0],[-71.893944,44.587272,0],[-71.893956,44.587273,0],[-71.893974,44.587268,0],[-71.894036,44.587235,0],[-71.894049,44.587232,0],[-71.894094,44.587229,0],[-71.894123,44.587222,0],[-71.89416,44.587203,0],[-71.894174,44.587186,0],[-71.89418,44.587163,0],[-71.894173,44.587123,0],[-71.894173,44.587094,0],[-71.894181,44.587064,0],[-71.894172,44.587042,0],[-71.894159,44.587035,0],[-71.894127,44.587026,0],[-71.894104,44.587029,0],[-71.894077,44.587049,0],[-71.894065,44.587067,0],[-71.894053,44.587111,0],[-71.894034,44.58713,0],[-71.894003,44.587151,0],[-71.893963,44.587177,0],[-71.89389,44.587201,0],[-71.893836,44.587205,0],[-71.893743,44.587215,0],[-71.893686,44.587233,0],[-71.893615,44.587247,0],[-71.893556,44.587261,0],[-71.893498,44.587271,0],[-71.89343,44.587272,0],[-71.893371,44.587288,0],[-71.893308,44.587339,0],[-71.893208,44.587365,0],[-71.89312,44.587355,0],[-71.893107,44.587331,0],[-71.893134,44.587295,0],[-71.893239,44.587239,0],[-71.893336,44.587132,0],[-71.893424,44.587044,0],[-71.89344,44.58699,0],[-71.893426,44.586936,0],[-71.893417,44.586894,0],[-71.893314,44.586834,0],[-71.893279,44.586791,0],[-71.893284,44.586755,0],[-71.893315,44.586723,0],[-71.893331,44.586672,0],[-71.89332,44.586629,0],[-71.893296,44.586597,0],[-71.893311,44.586516,0],[-71.893294,44.586489,0],[-71.893266,44.586469,0],[-71.893226,44.586457,0],[-71.893183,44.586452,0],[-71.893152,44.586456,0],[-71.893132,44.586462,0],[-71.893113,44.586478,0],[-71.893096,44.586511,0],[-71.893088,44.586576,0],[-71.893096,44.586659,0],[-71.893086,44.586698,0],[-71.893066,44.586745,0],[-71.89304,44.586789,0],[-71.893018,44.586811,0],[-71.892997,44.586825,0],[-71.892981,44.586844,0],[-71.892968,44.586861,0],[-71.892962,44.586875,0],[-71.892968,44.586887,0],[-71.892997,44.586897,0],[-71.893028,44.586903,0],[-71.893061,44.586916,0],[-71.893056,44.586937,0],[-71.893038,44.586956,0],[-71.893005,44.586975,0],[-71.892961,44.586987,0],[-71.892943,44.586991,0],[-71.892916,44.586994,0],[-71.892888,44.586989,0],[-71.892857,44.586973,0],[-71.89282,44.586963,0],[-71.892778,44.586902,0],[-71.892762,44.586877,0],[-71.892748,44.586859,0],[-71.892711,44.586846,0],[-71.892665,44.586849,0],[-71.892614,44.586858,0],[-71.892571,44.586873,0],[-71.892531,44.58689,0],[-71.892507,44.586906,0],[-71.892505,44.586934,0],[-71.89252,44.586973,0],[-71.89254,44.587002,0],[-71.892569,44.587022,0],[-71.892582,44.587057,0],[-71.892575,44.587075,0],[-71.892551,44.587087,0],[-71.892528,44.587088,0],[-71.892424,44.587058,0],[-71.892394,44.58706,0],[-71.892361,44.587075,0],[-71.892336,44.587109,0],[-71.892325,44.587129,0],[-71.892309,44.587144,0],[-71.892288,44.587148,0],[-71.892244,44.587153,0],[-71.892197,44.587151,0],[-71.892153,44.587144,0],[-71.892101,44.587125,0],[-71.892049,44.587119,0],[-71.891979,44.587126,0],[-71.891915,44.587139,0],[-71.891887,44.587144,0],[-71.891862,44.587153,0],[-71.891819,44.587155,0],[-71.89178,44.587153,0],[-71.891763,44.587133,0],[-71.891755,44.58711,0],[-71.891718,44.587086,0],[-71.891668,44.587067,0],[-71.891646,44.587051,0],[-71.891634,44.587029,0],[-71.891635,44.587007,0],[-71.891666,44.586995,0],[-71.891758,44.586996,0],[-71.89178,44.586988,0],[-71.891768,44.586967,0],[-71.891771,44.586952,0],[-71.89173,44.586934,0],[-71.891715,44.586914,0],[-71.891711,44.586847,0]]]},"properties":{"id":"mtb168","name":"Dead Moose Alley","touches":",mtb165,mtb166,mtb642,mtb643,","length":1045.8359725101925}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.898602,44.588005,0],[-71.898524,44.588023,0],[-71.898446,44.588119,0],[-71.89843,44.58816,0],[-71.898382,44.588186,0],[-71.898304,44.588203,0],[-71.898201,44.588221,0],[-71.898153,44.58823,0],[-71.898092,44.588222,0],[-71.898048,44.588196,0],[-71.898035,44.588147,0],[-71.898045,44.588069,0],[-71.898083,44.588016,0],[-71.898083,44.587946,0],[-71.89805,44.587906,0],[-71.897984,44.587891,0],[-71.897871,44.587871,0],[-71.897805,44.587868,0],[-71.897751,44.58788,0],[-71.897705,44.587869,0],[-71.897692,44.587826,0],[-71.897696,44.587781,0],[-71.897717,44.587744,0],[-71.897773,44.587699,0],[-71.897816,44.587648,0],[-71.897823,44.587599,0],[-71.897845,44.58755,0],[-71.897834,44.58752,0],[-71.897786,44.587496,0],[-71.897726,44.587499,0],[-71.897675,44.587503,0],[-71.897586,44.587514,0],[-71.897522,44.587533,0],[-71.89744,44.58759,0],[-71.897339,44.587619,0]]]},"properties":{"id":"mtb169","name":"Dead Moose Alley","touches":",mtb295,mtb735,mtb641,mtb642,","length":205.0072932098566}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969561,44.563762,0],[-71.969372,44.563743,0],[-71.969183,44.563765,0],[-71.96896,44.563712,0],[-71.968789,44.563636,0],[-71.968393,44.563476,0],[-71.96784,44.56322,0],[-71.967432,44.563073,0]]]},"properties":{"id":"mtb170","name":"Jaw","touches":",mtb130,mtb132,mtb171,mtb235,","length":189.84037125402324}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.975044,44.559041,0],[-71.974886,44.559156,0],[-71.974821,44.559367,0],[-71.974727,44.559494,0],[-71.974646,44.559536,0],[-71.974448,44.559517,0],[-71.974353,44.559535,0],[-71.974159,44.559701,0],[-71.973905,44.559878,0],[-71.973656,44.560192,0],[-71.973467,44.560311,0],[-71.973404,44.560367,0],[-71.973306,44.560571,0],[-71.973135,44.560793,0],[-71.972954,44.561205,0],[-71.972842,44.561367,0],[-71.972738,44.561446,0],[-71.972113,44.561684,0],[-71.972001,44.561756,0],[-71.971879,44.561992,0],[-71.971594,44.562334,0],[-71.971533,44.562471,0],[-71.971453,44.562597,0],[-71.971392,44.562715,0],[-71.971438,44.562793,0],[-71.971348,44.562863,0],[-71.971315,44.562972,0],[-71.971102,44.563127,0],[-71.970788,44.56341,0],[-71.97071,44.563456,0],[-71.97049,44.563544,0],[-71.970311,44.563672,0],[-71.970222,44.563706,0],[-71.969977,44.563667,0],[-71.969827,44.563677,0],[-71.969649,44.563744,0],[-71.969561,44.563762,0]]]},"properties":{"id":"mtb171","name":"Jaw","touches":",mtb100,mtb345,mtb170,mtb235,","length":735.9300304080286}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.984731,44.564315,0],[-71.984396,44.564274,0],[-71.984204,44.564229,0],[-71.984098,44.564246,0],[-71.983978,44.564269,0],[-71.983938,44.564251,0],[-71.98387,44.564103,0],[-71.98384,44.56409,0],[-71.983797,44.564086,0],[-71.983718,44.564115,0],[-71.983634,44.564169,0],[-71.983563,44.564233,0],[-71.983529,44.564227,0],[-71.983457,44.564124,0],[-71.983395,44.564017,0],[-71.983311,44.563915,0],[-71.98324,44.563832,0],[-71.983208,44.563817,0],[-71.983057,44.563815,0],[-71.983012,44.563772,0],[-71.982856,44.563722,0],[-71.982842,44.563667,0],[-71.982923,44.56361,0],[-71.982937,44.563562,0],[-71.982833,44.563536,0],[-71.982705,44.563523,0],[-71.982743,44.563304,0],[-71.982743,44.563304,0],[-71.982732,44.563271,0],[-71.982748,44.563209,0],[-71.982627,44.563179,0],[-71.982501,44.563187,0],[-71.982452,44.563263,0],[-71.982439,44.563352,0],[-71.982439,44.563352,0],[-71.982339,44.563344,269.4],[-71.9823,44.563395,269.6],[-71.982207,44.563374,269.9],[-71.982155,44.563347,0],[-71.982095,44.563307,270.2],[-71.98205,44.563233,270.4],[-71.981998,44.56323,270.424063],[-71.981959,44.563249,134.19187],[-71.981918,44.563282,270.5],[-71.981943,44.563336,270.5],[-71.98196,44.563479,270.052811],[-71.981981,44.563562,0],[-71.982035,44.563631,0],[-71.982049,44.563695,268.638326],[-71.982153,44.563793,0],[-71.982193,44.563839,0],[-71.982214,44.563871,0],[-71.982243,44.563916,0],[-71.982307,44.563973,0],[-71.982356,44.564025,0],[-71.982371,44.564056,0],[-71.982406,44.564085,0],[-71.982465,44.564124,0],[-71.982518,44.564164,0],[-71.982528,44.564206,0],[-71.982522,44.564246,0],[-71.982504,44.564319,0],[-71.982533,44.564483,0]]]},"properties":{"id":"mtb172","name":"Sidewinder","touches":",mtb59,mtb61,mtb404,mtb428,mtb429,","length":518.9944623799643}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.91509,44.587452,0],[-71.91508,44.58738,0],[-71.915073,44.58707,0],[-71.915029,44.587002,0],[-71.914975,44.586969,0],[-71.914752,44.58694,0],[-71.914691,44.586906,0],[-71.914648,44.586846,0],[-71.914631,44.586663,0],[-71.9146,44.58661,0],[-71.91447,44.58653,0],[-71.914376,44.58642,0],[-71.91435,44.586291,0],[-71.91446,44.58598,0],[-71.914479,44.585677,0]]]},"properties":{"id":"mtb189","name":"J-Bar","touches":",mtb154,mtb188,mtb187,mtb456,","length":226.66995808371553}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.977347,44.581623,0],[-71.977462,44.581693,0],[-71.977564,44.581718,0],[-71.977707,44.581719,0],[-71.977731,44.581782,0],[-71.977638,44.581858,0],[-71.977472,44.581822,0],[-71.977441,44.581899,0],[-71.977567,44.582115,0],[-71.977551,44.582538,0],[-71.977555,44.582877,0],[-71.977548,44.583079,0],[-71.977645,44.583379,0],[-71.97761,44.583425,0],[-71.977534,44.583402,0],[-71.977421,44.583154,0],[-71.97731,44.582993,0],[-71.977265,44.582812,0],[-71.977135,44.582483,0],[-71.97707,44.582403,0],[-71.976979,44.582397,0],[-71.97696,44.58243,0],[-71.97696,44.582514,0],[-71.977065,44.583264,0],[-71.977181,44.583429,0],[-71.977226,44.583506,0],[-71.977211,44.583553,0],[-71.977156,44.583639,0],[-71.977083,44.58394,0],[-71.97706,44.58408,0],[-71.976998,44.584155,0],[-71.976927,44.584202,0],[-71.976845,44.584163,0],[-71.976819,44.584102,0],[-71.97681,44.584001,0],[-71.976898,44.583889,0],[-71.976924,44.583829,0],[-71.976893,44.583679,0],[-71.976956,44.583552,0],[-71.97698,44.583479,0],[-71.976962,44.583269,0],[-71.976901,44.583014,0],[-71.976868,44.582976,0],[-71.97675,44.58298,0],[-71.97658,44.582751,0],[-71.976403,44.582636,0],[-71.976334,44.58266,0],[-71.976441,44.582891,0],[-71.976424,44.583094,0],[-71.97644,44.583323,0],[-71.976478,44.583547,0],[-71.976354,44.583719,0],[-71.976199,44.583842,0],[-71.976116,44.584031,0]]]},"properties":{"id":"hke173","name":"Catbox Hill","touches":",hke13,hke14,hke129,hke174,","length":957.5127877722383}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.97833,44.581492,0],[-71.978308,44.581428,0],[-71.978203,44.581304,0],[-71.977892,44.581227,0],[-71.977707,44.581144,0],[-71.977662,44.581154,0],[-71.977363,44.5814,0],[-71.977305,44.5815,0],[-71.977329,44.58157,0],[-71.977347,44.581623,0]]]},"properties":{"id":"hke174","name":"Catbox Hill","touches":",hke129,hke173,hke135,hke476,hke477,","length":132.888780310554}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.972275,44.55777,0],[-71.972287,44.557827,0],[-71.972301,44.55784,0],[-71.972411,44.558059,0],[-71.972456,44.558125,0],[-71.972545,44.558226,0],[-71.972611,44.558282,0],[-71.972691,44.558325,0],[-71.97275,44.558335,0],[-71.972811,44.55833,0],[-71.972891,44.558295,0],[-71.972925,44.558275,0],[-71.972962,44.558234,0],[-71.972971,44.558201,0],[-71.972966,44.558081,0],[-71.972988,44.558017,0],[-71.973017,44.557968,0],[-71.973222,44.557805,0],[-71.973357,44.557767,0],[-71.973465,44.557767,0],[-71.973526,44.55779,0],[-71.973618,44.557904,0],[-71.973744,44.558024,0],[-71.974142,44.558277,0],[-71.974225,44.55832,0],[-71.974576,44.558404,0]]]},"properties":{"id":"mtb175","name":"Culvert Cut","touches":",mtb99,mtb100,mtb176,mtb326,","length":289.05357454841646}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.968561,44.558357,0],[-71.968599,44.55832,0],[-71.968635,44.558279,0],[-71.968684,44.558219,0],[-71.9688,44.558114,0],[-71.968865,44.558055,0],[-71.96887,44.558035,0],[-71.968934,44.55795,0],[-71.968969,44.557884,0],[-71.968978,44.557819,0],[-71.969011,44.557761,0],[-71.969167,44.557589,0],[-71.969302,44.557411,0],[-71.96936,44.557347,0],[-71.969402,44.557329,0],[-71.96947,44.557324,0],[-71.969527,44.55733,0],[-71.969554,44.557349,0],[-71.969571,44.55741,0],[-71.969617,44.557509,0],[-71.969617,44.557531,0],[-71.969621,44.557514,0],[-71.969642,44.557495,0],[-71.969837,44.557388,0],[-71.969983,44.557243,0],[-71.970083,44.557174,0],[-71.970139,44.557148,0],[-71.970232,44.55713,0],[-71.970299,44.557107,0],[-71.970379,44.557061,0],[-71.970627,44.556887,0],[-71.970806,44.556782,0],[-71.970932,44.556731,0],[-71.971084,44.556691,0],[-71.971184,44.556681,0],[-71.971305,44.556692,0],[-71.971515,44.556723,0],[-71.9716,44.556724,0],[-71.971755,44.556712,0],[-71.972036,44.556724,0],[-71.972137,44.55672,0],[-71.972337,44.556677,0],[-71.972464,44.556668,0],[-71.972494,44.556673,0],[-71.972497,44.55682,0],[-71.97252,44.556905,0],[-71.972588,44.557015,0],[-71.972646,44.557038,0],[-71.972716,44.557046,0],[-71.972803,44.557033,0],[-71.972903,44.557038,0],[-71.972951,44.557107,0],[-71.972927,44.557187,0],[-71.97268,44.557454,0],[-71.972459,44.557527,0],[-71.972347,44.557639,0],[-71.972275,44.55777,0]]]},"properties":{"id":"mtb176","name":"Culvert Cut","touches":",mtb94,mtb99,mtb328,mtb175,mtb326,","length":602.7098076402344}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.950997,44.587314,0],[-71.950969,44.58733,0],[-71.950638,44.587668,0],[-71.950445,44.587786,0],[-71.950308,44.587835,0]]]},"properties":{"id":"mtb177","name":"Herbs","touches":",mtb101,hke102,mtb587,mtb588,","length":81.02187411989912}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956027,44.58807,0],[-71.956023,44.588069,0],[-71.956004,44.588067,0],[-71.95596,44.588044,0],[-71.955792,44.587939,0],[-71.955741,44.587787,0],[-71.955817,44.58755,0],[-71.955854,44.587384,0],[-71.955868,44.587366,0],[-71.95587,44.587327,0],[-71.955859,44.587289,0],[-71.955829,44.587244,0],[-71.95576,44.58721,0],[-71.955657,44.587183,0],[-71.955564,44.587143,0],[-71.955401,44.587044,0],[-71.955295,44.586991,0],[-71.955167,44.586956,0],[-71.955078,44.586936,0],[-71.954997,44.586949,0],[-71.954873,44.586988,0],[-71.954798,44.587034,0],[-71.954715,44.587037,0],[-71.95469,44.587022,0],[-71.954658,44.587001,0],[-71.954614,44.586973,0],[-71.954567,44.586931,0],[-71.954541,44.58687,0],[-71.954536,44.586817,0],[-71.954549,44.586755,0],[-71.95453,44.586675,0],[-71.954455,44.586562,0],[-71.954408,44.586547,0],[-71.954258,44.58652,0],[-71.95419,44.586514,0],[-71.95411,44.586502,0],[-71.954002,44.586496,0],[-71.953903,44.586549,0],[-71.953834,44.586631,0],[-71.953737,44.586687,0],[-71.953633,44.586752,0],[-71.95352,44.5868,0],[-71.953288,44.586828,0],[-71.953092,44.58681,0],[-71.952986,44.58684,0],[-71.952893,44.586875,0]]]},"properties":{"id":"mtb178","name":"Herbs","touches":",mtb268,mtb270,mtb346,mtb419,mtb588,","length":404.8433054877818}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.907025,44.582573,0],[-71.906575,44.582348,0],[-71.906223,44.582175,0],[-71.906154,44.582127,0],[-71.906123,44.582032,0],[-71.906127,44.581896,0],[-71.906036,44.581806,0],[-71.905966,44.581728,0],[-71.90593,44.581577,0],[-71.905755,44.581513,0],[-71.905313,44.58146,0],[-71.90503,44.581382,0],[-71.904918,44.581324,0],[-71.904874,44.581268,0],[-71.904857,44.581155,0]]]},"properties":{"id":"mtb179","name":"Enchanted Forest","touches":",mtb180,mtb318,mtb456,mtb457,","length":256.8342700619278}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.910373,44.584719,0],[-71.910524,44.58458,0],[-71.910708,44.584298,0],[-71.910742,44.58423,0],[-71.91074,44.58418,0],[-71.910706,44.584128,0],[-71.910538,44.584027,0],[-71.9105,44.583959,0],[-71.91049,44.583862,0],[-71.910451,44.583805,0],[-71.910376,44.583767,0],[-71.910093,44.583726,0],[-71.910029,44.583662,0],[-71.91004,44.583491,0],[-71.91,44.58338,0],[-71.909901,44.583355,0],[-71.909644,44.583373,0],[-71.909522,44.583308,0],[-71.909442,44.583176,0],[-71.909117,44.583129,0],[-71.908947,44.583167,0],[-71.908846,44.583162,0],[-71.908737,44.583092,0],[-71.908724,44.583023,0],[-71.908766,44.58289,0],[-71.908748,44.582744,0],[-71.908696,44.582688,0],[-71.908648,44.582671,0],[-71.908559,44.582678,0],[-71.908437,44.582726,0],[-71.908301,44.582745,0],[-71.908214,44.582718,0],[-71.907875,44.582647,0],[-71.907622,44.582616,0],[-71.907025,44.582573,0]]]},"properties":{"id":"mtb180","name":"Enchanted Forest","touches":",mtb179,mtb318,mtb319,","length":489.09289621186525}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.894543,44.606093,0],[-71.894594,44.606095,0],[-71.894641,44.60608,0],[-71.8947,44.606033,0],[-71.894762,44.605977,0],[-71.894829,44.605936,0],[-71.894878,44.605873,0],[-71.89495,44.605762,0],[-71.895011,44.605696,0],[-71.895026,44.605662,0],[-71.895054,44.6056,0],[-71.895087,44.605566,0],[-71.895161,44.605483,0],[-71.895376,44.605088,0],[-71.895638,44.604664,0],[-71.895692,44.604407,0],[-71.895777,44.604234,0],[-71.895863,44.604165,0],[-71.895979,44.604113,0],[-71.896115,44.604038,0],[-71.896349,44.603879,0],[-71.896531,44.603729,0],[-71.896701,44.603615,0],[-71.896987,44.603696,0]]]},"properties":{"id":"mtb181","name":"Magill Field","touches":",mtb124,mtb593,mtb595,rd626,mtb709,","length":360.41360127580896}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.915721,44.594567,0],[-71.916042,44.594491,0],[-71.91634,44.594437,0],[-71.916481,44.594403,0],[-71.916704,44.594414,0],[-71.916807,44.594418,0],[-71.916872,44.594401,0],[-71.917105,44.594339,0],[-71.917274,44.594363,0],[-71.917466,44.594395,0],[-71.917563,44.594359,0],[-71.9179,44.594233,0],[-71.918098,44.594171,0],[-71.918282,44.594113,0],[-71.918559,44.594025,0],[-71.91859,44.594007,0],[-71.918664,44.593955,0],[-71.918702,44.593923,0],[-71.91884,44.593723,0],[-71.918994,44.593672,0],[-71.91906,44.593689,0],[-71.919144,44.593716,0],[-71.919287,44.593796,0],[-71.9195,44.59391,0],[-71.920018,44.59401,0],[-71.920459,44.594091,0],[-71.920505,44.594177,0],[-71.920617,44.594385,0],[-71.920653,44.594566,0],[-71.920712,44.594665,0],[-71.920857,44.594889,0],[-71.920856,44.594998,0],[-71.920946,44.595142,0],[-71.921084,44.595361,0],[-71.921132,44.595507,0],[-71.921078,44.595709,0],[-71.921128,44.595795,0],[-71.921283,44.59589,0],[-71.92153,44.595935,0],[-71.921659,44.595907,0],[-71.921744,44.59581,0],[-71.921779,44.595762,0],[-71.921819,44.595663,0],[-71.921909,44.595608,0],[-71.922012,44.595587,0],[-71.922187,44.595552,0],[-71.922227,44.595457,0],[-71.922262,44.595368,0],[-71.922316,44.595279,0],[-71.922353,44.595225,0],[-71.922486,44.595185,0],[-71.922558,44.595174,0],[-71.922714,44.595147,0],[-71.922808,44.595132,0],[-71.92293,44.595125,0],[-71.923044,44.595119,0],[-71.923115,44.595117,0],[-71.923153,44.595106,0],[-71.923232,44.595081,0],[-71.923283,44.595061,0],[-71.923292,44.594933,0],[-71.923284,44.594879,0],[-71.923271,44.594786,0],[-71.923253,44.594668,0],[-71.923212,44.59458,0],[-71.923156,44.594459,0],[-71.923162,44.59444,0],[-71.923177,44.594406,0],[-71.92323,44.59434,0],[-71.923252,44.594233,0],[-71.92328,44.594098,0],[-71.923243,44.593995,0],[-71.92329,44.593918,0],[-71.923264,44.593764,0],[-71.923333,44.593644,0],[-71.923355,44.593603,0],[-71.923356,44.593548,0],[-71.923357,44.593466,0],[-71.923367,44.59335,0],[-71.923474,44.593173,0],[-71.92356,44.593038,0],[-71.923789,44.592914,0],[-71.92388,44.592862,0],[-71.923947,44.592768,0],[-71.923944,44.592733,0],[-71.92393,44.592629,0],[-71.923931,44.592547,0],[-71.923984,44.592465,0],[-71.924098,44.592448,0],[-71.92414,44.592401,0],[-71.924117,44.592342,0],[-71.924195,44.592246,0],[-71.924273,44.592136,0],[-71.924275,44.59206,0],[-71.924358,44.59197,0],[-71.924425,44.591889,0],[-71.924539,44.591847,0],[-71.924739,44.59183,0],[-71.924864,44.591827,0],[-71.925016,44.591738,0],[-71.925232,44.591714,0],[-71.925399,44.59173,0],[-71.925559,44.591694,0],[-71.925651,44.591675,0],[-71.925721,44.591693,0],[-71.925871,44.59173,0],[-71.926049,44.591763,0],[-71.926077,44.591817,0],[-71.926108,44.591875,0],[-71.926076,44.59194,0],[-71.926041,44.592032,0],[-71.926094,44.59211,0],[-71.926229,44.592149,0],[-71.926473,44.592108,0],[-71.926582,44.592049,0],[-71.926677,44.592047,0],[-71.926777,44.592007,0],[-71.927204,44.591996,0],[-71.92723,44.591989,0],[-71.927354,44.591955,0],[-71.927335,44.59176,0],[-71.927469,44.591692,0],[-71.927585,44.591711,0],[-71.927615,44.591726,0],[-71.927707,44.591789,0],[-71.927772,44.591831,0],[-71.927837,44.591887,0],[-71.927921,44.591923,0],[-71.92799,44.591888,0],[-71.928014,44.591836,0],[-71.928018,44.591787,0],[-71.928015,44.591665,0],[-71.927984,44.591597,0],[-71.927979,44.591569,0],[-71.927974,44.591458,0],[-71.927964,44.591338,0],[-71.928027,44.591222,0],[-71.928108,44.591057,0],[-71.928158,44.590988,0],[-71.928244,44.590888,0],[-71.928263,44.59081,0],[-71.928214,44.590742,0],[-71.928265,44.590684,0],[-71.928335,44.590614,0],[-71.928453,44.590553,0],[-71.928544,44.590519,0],[-71.928581,44.590461,0],[-71.928559,44.590381,0],[-71.92861,44.590323,0],[-71.928738,44.590185,0],[-71.928813,44.590134,0],[-71.928894,44.590131,0]]]},"properties":{"id":"mtb183","name":"New Burnham Down","touches":",mtb321,rd361,mtb723,mtb322,","length":1836.5920227509512}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.976845,44.574508,0],[-71.976895,44.574684,0],[-71.976914,44.574828,0],[-71.976907,44.575079,0],[-71.976943,44.575197,0],[-71.976975,44.575423,0],[-71.976959,44.575536,0],[-71.976909,44.575636,0],[-71.976863,44.575647,0],[-71.976815,44.575641,0],[-71.976793,44.575605,0],[-71.976745,44.575588,0],[-71.976684,44.575623,0],[-71.976644,44.575697,0],[-71.976491,44.575812,0],[-71.97638,44.575805,0],[-71.976311,44.575759,0],[-71.976234,44.575781,0],[-71.976144,44.575879,0],[-71.97605,44.575999,0],[-71.975947,44.576121,0],[-71.975828,44.576195,0],[-71.975694,44.576249,0],[-71.975492,44.576293,0],[-71.975357,44.576407,0],[-71.975231,44.576467,0],[-71.975168,44.576481,0],[-71.975115,44.576466,0],[-71.97508,44.576434,0],[-71.975097,44.576389,0],[-71.975135,44.576316,0],[-71.97524,44.576189,0],[-71.975441,44.576049,0],[-71.975502,44.575875,0],[-71.975423,44.575802,0],[-71.975122,44.575803,0],[-71.974907,44.575847,0],[-71.974655,44.575923,0],[-71.97441,44.575988,0],[-71.974252,44.575955,0],[-71.974261,44.575814,0],[-71.974233,44.575713,0],[-71.974099,44.575606,0]]]},"properties":{"id":"mtb184","name":"Fox Run","touches":",mtb620,mtb622,mtb424,mtb756,","length":550.5957527899592}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.90952,44.579473,0],[-71.909376,44.579372,0],[-71.909319,44.579313,0],[-71.90918,44.579009,0],[-71.909061,44.57885,0],[-71.909063,44.578671,0],[-71.909184,44.578556,0],[-71.909221,44.57849,0],[-71.909216,44.578454,0],[-71.909172,44.57839,0],[-71.909133,44.578368,0],[-71.908889,44.578324,0],[-71.908738,44.578328,0],[-71.90864,44.578346,0],[-71.908536,44.578422,0],[-71.908507,44.578451,0],[-71.908459,44.57859,0],[-71.908446,44.578734,0],[-71.908394,44.578834,0],[-71.908342,44.578895,0],[-71.9083,44.578914,0],[-71.908255,44.578904,0],[-71.908165,44.578817,0],[-71.908115,44.578569,0],[-71.907984,44.578337,0],[-71.907976,44.577941,0],[-71.907948,44.577872,0],[-71.907933,44.577729,0],[-71.90777,44.577548,0],[-71.90771,44.577412,0],[-71.907535,44.577283,0],[-71.907389,44.577094,0],[-71.907171,44.576896,0],[-71.907133,44.57683,0],[-71.906828,44.57659,0],[-71.906744,44.57655,0],[-71.906645,44.576545,0],[-71.906555,44.576577,0],[-71.906193,44.576828,0],[-71.905859,44.577144,0],[-71.905508,44.577575,0],[-71.905186,44.577749,0],[-71.904905,44.57783,0],[-71.904675,44.577886,0],[-71.904617,44.577834,0],[-71.90464,44.577716,0],[-71.904594,44.577677,0],[-71.904528,44.577705,0],[-71.904314,44.57779,0],[-71.903951,44.577916,0],[-71.903777,44.577965,0],[-71.903592,44.577993,0],[-71.903374,44.577999,0]]]},"properties":{"id":"mtb185","name":"J-Bar","touches":",mtb113,mtb611,mtb615,mtb186,mtb259,","length":915.5234086961668}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.916244,44.579442,0],[-71.916143,44.579566,0],[-71.916064,44.579737,0],[-71.916053,44.579844,0],[-71.916006,44.579947,0],[-71.915772,44.580224,0],[-71.915751,44.580294,0],[-71.915679,44.580385,0],[-71.915416,44.580602,0],[-71.91495,44.580878,0],[-71.914669,44.580957,0],[-71.914471,44.580943,0],[-71.914118,44.580958,0],[-71.913889,44.581033,0],[-71.913599,44.581096,0],[-71.913366,44.581167,0],[-71.91322,44.581194,0],[-71.913119,44.581195,0],[-71.913073,44.58118,0],[-71.913017,44.581123,0],[-71.913049,44.581019,0],[-71.913049,44.580876,0],[-71.913036,44.580842,0],[-71.912927,44.580767,0],[-71.912918,44.580696,0],[-71.912934,44.580662,0],[-71.913041,44.580585,0],[-71.913164,44.580522,0],[-71.913241,44.580429,0],[-71.913263,44.580361,0],[-71.913195,44.580266,0],[-71.913118,44.580221,0],[-71.912935,44.58016,0],[-71.912692,44.580112,0],[-71.912592,44.580037,0],[-71.912495,44.579686,0],[-71.91243,44.57955,0],[-71.91228,44.579363,0],[-71.912064,44.579163,0],[-71.911625,44.578988,0],[-71.911202,44.578869,0],[-71.910858,44.578718,0],[-71.910709,44.578705,0],[-71.910513,44.578738,0],[-71.910431,44.578779,0],[-71.910407,44.578811,0],[-71.910385,44.578954,0],[-71.910425,44.57913,0],[-71.910429,44.57931,0],[-71.910418,44.579345,0],[-71.910358,44.579402,0],[-71.9101,44.579515,0],[-71.909958,44.579551,0],[-71.909859,44.579546,0],[-71.90952,44.579473,0]]]},"properties":{"id":"mtb186","name":"J-Bar","touches":",mtb185,mtb259,mtb188,mtb487,","length":921.420707650003}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.915697,44.58791,0],[-71.91558,44.587761,0],[-71.915499,44.587693,0],[-71.915226,44.58755,0],[-71.91509,44.587452,0]]]},"properties":{"id":"mtb187","name":"J-Bar","touches":",mtb45,mtb46,mtb189,mtb456,","length":71.12857512956748}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.935781,44.60537,0],[-71.93587,44.605452,0],[-71.93602,44.605641,0],[-71.936258,44.605894,0],[-71.936508,44.606078,0],[-71.936671,44.606134,0],[-71.936841,44.606138,0],[-71.93701,44.60607,0],[-71.937196,44.605837,0],[-71.937303,44.60562,0],[-71.9375,44.605436,0],[-71.938121,44.60505,0],[-71.938206,44.604958,0],[-71.938307,44.604801,0],[-71.938414,44.604773,0],[-71.938643,44.604687,0]]]},"properties":{"id":"mtb203","name":"Ware's Davis","touches":",mtb440,mtb442,rd356,","length":348.7439497535547}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.86763,44.559736,0],[-71.867537,44.559394,0]]]},"properties":{"id":"mtb233","name":"The Lift","touches":",mtb232,mtb458,mtb434,mtb459,","length":38.71553375115955}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956366,44.587717,0],[-71.956413,44.587635,0],[-71.956542,44.587576,0]]]},"properties":{"id":"mtb269","name":"To Kitchel","touches":",mtb244,mtb270,mtb334,mtb340,","length":22.027748740142826}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.903462,44.59764,0],[-71.902958,44.59749,0],[-71.902841,44.597441,0],[-71.902788,44.597408,0],[-71.902703,44.597344,0],[-71.902638,44.597272,0],[-71.902618,44.59723,0],[-71.902575,44.597014,0],[-71.902523,44.596878,0],[-71.902312,44.596795,0],[-71.902115,44.596786,0],[-71.901794,44.596811,0],[-71.901672,44.596808,0],[-71.901527,44.596787,0],[-71.901355,44.596742,0],[-71.901117,44.596692,0],[-71.901017,44.596679,0],[-71.900916,44.596676,0],[-71.9008,44.596688,0],[-71.9004,44.596771,0],[-71.900188,44.596785,0],[-71.900004,44.59678,0],[-71.89989,44.596761,0],[-71.899688,44.596694,0],[-71.899624,44.596664,0],[-71.899435,44.596536,0],[-71.899357,44.596504,0],[-71.899264,44.596483,0],[-71.899173,44.596479,0],[-71.899105,44.596486,0],[-71.899002,44.596509,0],[-71.898939,44.596533,0],[-71.898838,44.596588,0],[-71.898747,44.596662,0],[-71.898662,44.596754,0],[-71.898534,44.596946,0],[-71.898362,44.597125,0],[-71.898149,44.597396,0],[-71.898076,44.59746,0],[-71.897989,44.59751,0],[-71.897887,44.597543,0],[-71.897779,44.597559,0],[-71.897564,44.597568,0],[-71.897374,44.597592,0],[-71.897214,44.597634,0],[-71.897163,44.597661,0],[-71.89707,44.597772,0],[-71.89699,44.597851,0],[-71.89676,44.597987,0],[-71.896691,44.598022,0],[-71.896629,44.598042,0],[-71.896418,44.598081,0],[-71.896301,44.598122,0],[-71.896221,44.598166,0],[-71.895989,44.598322,0],[-71.895895,44.598373,0],[-71.895739,44.598413,0],[-71.895641,44.598423,0],[-71.894911,44.598374,0],[-71.894606,44.59837,0],[-71.894246,44.598431,0],[-71.894054,44.59848,0],[-71.893658,44.598551,0],[-71.893527,44.598589,0],[-71.893327,44.59863,0],[-71.892701,44.598664,0],[-71.892544,44.598683,0],[-71.892476,44.5987,0],[-71.892335,44.598752,0],[-71.892119,44.598847,0],[-71.891473,44.599178,0],[-71.89132,44.599265,0],[-71.891132,44.599416,0],[-71.890907,44.599663,0],[-71.890799,44.599763,0],[-71.89047,44.600035,0]]]},"properties":{"id":"mtb190","name":"Trillium","touches":",rd378,rd627,rd364,mtb593,","length":1257.071895257389}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.906237,44.611891,0],[-71.906316,44.611885,0],[-71.906388,44.611864,0],[-71.906443,44.611833,0],[-71.906614,44.611691,0],[-71.906701,44.61163,0],[-71.906797,44.611582,0],[-71.906958,44.611533,0],[-71.907067,44.61151,0],[-71.907434,44.611467,0],[-71.907702,44.611412,0],[-71.908028,44.611367,0],[-71.908472,44.611263,0],[-71.90956,44.610957,0],[-71.910326,44.610645,0],[-71.910559,44.610572,0],[-71.910688,44.610515,0],[-71.910802,44.610444,0],[-71.910874,44.610377,0],[-71.911031,44.610264,0],[-71.911234,44.610137,0],[-71.911434,44.61001,0],[-71.911768,44.609776,0],[-71.911806,44.609528,0],[-71.9118,44.609399,0],[-71.911703,44.609361,0],[-71.911626,44.609323,0],[-71.911627,44.609226,0],[-71.911684,44.609132,0],[-71.911899,44.608921,0],[-71.912066,44.608796,0],[-71.912233,44.608653,0],[-71.912248,44.608622,0],[-71.91232,44.608563,0],[-71.912334,44.608535,0],[-71.912537,44.608347,0],[-71.912633,44.608283,0],[-71.912709,44.608252,0],[-71.912954,44.608174,0],[-71.913093,44.608141,0],[-71.913216,44.608124,0],[-71.913356,44.60813,0],[-71.913699,44.608199,0],[-71.913836,44.608245,0],[-71.914002,44.608364,0],[-71.914093,44.608453,0],[-71.914133,44.608507,0],[-71.91416,44.608568,0],[-71.915019,44.608971,0],[-71.915637,44.609201,0],[-71.915831,44.609313,0],[-71.916029,44.609238,0]]]},"properties":{"id":"mtb191","name":"Moose Alley","touches":",mtb632,mtb748,rd360,mtb634,","length":1032.0730980131682}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.958357,44.583782,0],[-71.958279,44.583784,0],[-71.958131,44.583848,0],[-71.958035,44.583919,0],[-71.957954,44.584045,0],[-71.957887,44.584158,0],[-71.957767,44.584263,0],[-71.957689,44.584286,0],[-71.957619,44.584254,0],[-71.957579,44.584166,0],[-71.957541,44.584078,0],[-71.95748,44.583904,0],[-71.957434,44.58386,0],[-71.957388,44.583841,0],[-71.957286,44.5839,0],[-71.957217,44.583965,0],[-71.957144,44.58399,0],[-71.957109,44.583944,0],[-71.957088,44.58389,0],[-71.957093,44.583803,0],[-71.957101,44.583709,0],[-71.957109,44.583562,0],[-71.957091,44.583493,0],[-71.957072,44.583409,0],[-71.956973,44.583233,0],[-71.95689,44.583159,0],[-71.956833,44.582995,0],[-71.956841,44.582941,0],[-71.956884,44.582859,0],[-71.956962,44.582754,0],[-71.956989,44.582626,0],[-71.956986,44.582513,0],[-71.95691,44.582446,0]]]},"properties":{"id":"hke192","name":"Worth It","touches":",hke193,hke481,hke338,hke339,","length":346.6053894777669}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.95999,44.582001,0],[-71.959894,44.582127,0],[-71.959829,44.582223,0],[-71.959816,44.582263,0],[-71.959735,44.582456,0],[-71.959682,44.582574,0],[-71.959623,44.58263,0],[-71.959553,44.582668,0],[-71.959435,44.582796,0],[-71.95937,44.582874,0],[-71.959298,44.582878,0],[-71.959231,44.582849,0],[-71.959148,44.582863,0],[-71.959121,44.582901,0],[-71.95911,44.582954,0],[-71.959118,44.583163,0],[-71.959102,44.583262,0],[-71.959089,44.583348,0],[-71.959049,44.583421,0],[-71.958979,44.583464,0],[-71.958864,44.583424,0],[-71.958823,44.583338,0],[-71.958821,44.583208,0],[-71.958783,44.583134,0],[-71.958705,44.583128,0],[-71.958654,44.583184,0],[-71.958601,44.58327,0],[-71.958475,44.58352,0],[-71.958434,44.583635,0],[-71.958357,44.583782,0]]]},"properties":{"id":"hke193","name":"Worth It","touches":",hke192,hke481,hke194,","length":327.49809815436737}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.959085,44.577894,0],[-71.959011,44.578024,0],[-71.958823,44.578173,0],[-71.958708,44.578304,0],[-71.958644,44.578364,0],[-71.958598,44.578452,0],[-71.958587,44.578516,0],[-71.958622,44.578721,0],[-71.958657,44.579051,0],[-71.958662,44.579185,0],[-71.958689,44.579254,0],[-71.958866,44.579407,0],[-71.959006,44.579554,0],[-71.959043,44.579745,0],[-71.95903,44.579953,0],[-71.95907,44.580028,0],[-71.959113,44.58006,0],[-71.959408,44.580118,0],[-71.959561,44.580146,0],[-71.959623,44.580163,0],[-71.959883,44.580244,0],[-71.960036,44.580328,0],[-71.96013,44.580377,0],[-71.960213,44.58048,0],[-71.960234,44.580564,0],[-71.960218,44.580631,0],[-71.960183,44.580673,0],[-71.959987,44.58088,0],[-71.959781,44.581096,0],[-71.959639,44.581228,0],[-71.959588,44.581325,0],[-71.959548,44.581459,0],[-71.959652,44.581587,0],[-71.959789,44.581644,0],[-71.959883,44.58169,0],[-71.959936,44.581745,0],[-71.959969,44.581908,0],[-71.95999,44.582001,0]]]},"properties":{"id":"hke194","name":"Worth It","touches":",hke193,hke481,hke335,hke336,","length":565.1672232246203}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.894218,44.571596,0],[-71.894247,44.571552,0],[-71.894407,44.571155,0],[-71.894426,44.571099,0]]]},"properties":{"id":"mtb195","name":"DH Trail","touches":",mtb729,rd731,hke286,hke618,","length":57.76266508081747}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.928551,44.606812,0],[-71.928557,44.606902,0],[-71.928543,44.606973,0],[-71.928505,44.607061,0],[-71.928423,44.607129,0],[-71.92803,44.607285,0],[-71.927931,44.607336,0],[-71.927869,44.607376,0],[-71.927839,44.607407,0],[-71.92778,44.607511,0],[-71.92774,44.607562,0],[-71.92769,44.607606,0],[-71.927497,44.6077,0],[-71.927386,44.607745,0],[-71.927308,44.607802,0],[-71.927222,44.607911,0],[-71.927134,44.608129,0],[-71.927131,44.608159,0],[-71.927137,44.6082,0],[-71.92716,44.608213,0],[-71.927285,44.608231,0],[-71.927526,44.608227,0],[-71.927586,44.60824,0],[-71.927632,44.608265,0],[-71.927747,44.608356,0],[-71.927907,44.608457,0],[-71.927981,44.60855,0],[-71.928101,44.608613,0],[-71.928144,44.608649,0],[-71.928215,44.608737,0],[-71.928279,44.60877,0],[-71.928452,44.608825,0],[-71.928565,44.608906,0],[-71.928681,44.609011,0],[-71.928813,44.609101,0],[-71.928976,44.609297,0],[-71.929029,44.609336,0]]]},"properties":{"id":"mtb204","name":"Swan Dive","touches":",mtb247,mtb451,mtb427,mtb444,mtb449,","length":410.94923627310556}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.90586,44.58031,0],[-71.905417,44.58039,0],[-71.905287,44.580447,0],[-71.905083,44.580474,0]]]},"properties":{"id":"mtb205","name":"Black Forest","touches":",mtb154,mtb259,mtb410,","length":64.85460900731258}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.888757,44.579868,0],[-71.888666,44.579785,0],[-71.888419,44.57967,0],[-71.888357,44.579613,0],[-71.88812,44.57948,0],[-71.888099,44.579447,0],[-71.887869,44.579256,0],[-71.887647,44.579111,0],[-71.887521,44.578998,0],[-71.887451,44.578904,0],[-71.887303,44.578811,0],[-71.887295,44.57874,0],[-71.887342,44.578639,0],[-71.887334,44.578314,0],[-71.887231,44.57812,0],[-71.886942,44.577782,0],[-71.886905,44.577759,0],[-71.886761,44.577724,0],[-71.88656,44.577717,0],[-71.886413,44.577692,0],[-71.886266,44.577714,0],[-71.886016,44.577695,0],[-71.885596,44.577573,0],[-71.885511,44.577536,0],[-71.88545,44.577479,0],[-71.885442,44.577407,0],[-71.885366,44.577314,0],[-71.885234,44.577266,0],[-71.885085,44.577286,0],[-71.884432,44.577469,0],[-71.884283,44.577492,0],[-71.884133,44.577484,0],[-71.883834,44.577515,0],[-71.883642,44.577557,0],[-71.883491,44.577548,0],[-71.88326,44.577474,0],[-71.883143,44.577407,0],[-71.882944,44.577202,0],[-71.882831,44.577131,0],[-71.882627,44.576883,0],[-71.882606,44.576777,0],[-71.882577,44.576748,0],[-71.882848,44.576659,0],[-71.882942,44.576652,0],[-71.883031,44.576688,0],[-71.883125,44.576771,0],[-71.883246,44.576834,0],[-71.883483,44.576898,0],[-71.883733,44.576891,0],[-71.883913,44.576827,0],[-71.88402,44.57675,0],[-71.884242,44.57651,0],[-71.884327,44.576341,0],[-71.884324,44.576089,0],[-71.88434,44.576055,0],[-71.884532,44.575944,0],[-71.884572,44.575768,0],[-71.884295,44.575562,0],[-71.884259,44.575458,0],[-71.884249,44.575207,0],[-71.884286,44.575067,0],[-71.884123,44.574767,0],[-71.884116,44.574514,0],[-71.884081,44.574373,0],[-71.884092,44.57434,0],[-71.884286,44.574134,0],[-71.884409,44.573864,0],[-71.884423,44.573757,0],[-71.884299,44.573484,0],[-71.884323,44.573456,0],[-71.884304,44.573431,0],[-71.884351,44.573367,0],[-71.884384,44.573342,0],[-71.884525,44.573312,0],[-71.884761,44.573374,0],[-71.884885,44.573435,0],[-71.88498,44.573459,0],[-71.885127,44.573447,0],[-71.885225,44.573466,0],[-71.885241,44.573443,0],[-71.885148,44.573278,0],[-71.885145,44.57317,0],[-71.884933,44.572883,0],[-71.884895,44.572779,0],[-71.884932,44.57268,0],[-71.885068,44.572631,0],[-71.885218,44.57263,0],[-71.885314,44.57261,0],[-71.885408,44.572584,0],[-71.885577,44.572505,0],[-71.885723,44.572475,0],[-71.885859,44.572427,0],[-71.886011,44.572284,0],[-71.88612,44.572212,0],[-71.886268,44.572186,0],[-71.886611,44.572196,0],[-71.886643,44.572093,0],[-71.886607,44.572026,0],[-71.886397,44.571871,0],[-71.886335,44.571735,0],[-71.886276,44.571677,0],[-71.886271,44.571605,0],[-71.886396,44.571547,0],[-71.886515,44.571432,0],[-71.886556,44.571413,0],[-71.886723,44.571487,0],[-71.88682,44.571502,0],[-71.88687,44.571502,0],[-71.88701,44.571462,0],[-71.887111,44.571464,0],[-71.887257,44.571438,0],[-71.88726,44.571294,0],[-71.887314,44.571118,0],[-71.887378,44.57102,0],[-71.887466,44.570932,0],[-71.887588,44.570868,0],[-71.88763,44.570765,0],[-71.887621,44.570658,0],[-71.887648,44.570589,0],[-71.887664,44.570555,0],[-71.88775,44.570518,0],[-71.887847,44.570538,0],[-71.887903,44.570636,0],[-71.887976,44.570686,0],[-71.888276,44.570718,0],[-71.888527,44.570702,0],[-71.888587,44.570607,0],[-71.888589,44.570499,0],[-71.888642,44.570438,0],[-71.888678,44.570414,0],[-71.888774,44.570393,0],[-71.889212,44.570434,0]]]},"properties":{"id":"mtb196","name":"DH Trail","touches":",mtb155,mtb197,mtb729,","length":2008.8882581815606}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.891268,44.583053,0],[-71.891172,44.582854,0],[-71.890999,44.582676,0],[-71.890766,44.582397,0],[-71.890451,44.582164,0],[-71.890361,44.582078,0],[-71.890284,44.582032,0],[-71.8902,44.581942,0],[-71.890018,44.58182,0],[-71.889891,44.581708,0],[-71.889824,44.581535,0],[-71.889754,44.58144,0],[-71.88972,44.581299,0],[-71.889596,44.581067,0],[-71.889369,44.580828,0],[-71.889194,44.580611,0],[-71.889108,44.580444,0],[-71.889098,44.580336,0],[-71.889001,44.580095,0],[-71.888757,44.579868,0]]]},"properties":{"id":"mtb197","name":"DH Trail","touches":",mtb155,mtb196,mtb167,mtb218,","length":414.1284455177617}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.906484,44.597018,0],[-71.906406,44.596851,0],[-71.906365,44.596771,0],[-71.906363,44.596717,0],[-71.906384,44.596654,0],[-71.906424,44.596599,0],[-71.906455,44.596529,0],[-71.906474,44.596438,0],[-71.906445,44.596338,0],[-71.90637,44.596279,0],[-71.9063,44.596251,0],[-71.906278,44.596226,0],[-71.906342,44.59616,0],[-71.906363,44.596118,0],[-71.906261,44.59599,0],[-71.906239,44.595902,0],[-71.90626,44.595805,0],[-71.906405,44.595615,0],[-71.906409,44.59559,0],[-71.906426,44.595571,0],[-71.90644,44.595551,0]]]},"properties":{"id":"mtb198","name":"Millie's Way","touches":",rd377,rd378,rd362,","length":180.32447501892148}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.977381,44.58763,0],[-71.97665,44.587699,0],[-71.976163,44.587795,0],[-71.975998,44.587803,0],[-71.975449,44.587734,0],[-71.975151,44.587708,0],[-71.974897,44.587712,0],[-71.974793,44.587729,0],[-71.974708,44.587784,0],[-71.974432,44.588031,0],[-71.974177,44.588206,0],[-71.973807,44.588396,0],[-71.973693,44.588511,0],[-71.973583,44.5887,0],[-71.973446,44.588776,0],[-71.973337,44.588781,0],[-71.973302,44.58873,0],[-71.973304,44.588658,0],[-71.973381,44.588604,0],[-71.973486,44.588497,0],[-71.973541,44.588396,0],[-71.973621,44.588201,0],[-71.973657,44.58813,0],[-71.973654,44.588068,0],[-71.97359,44.588056,0],[-71.973458,44.588105,0],[-71.973415,44.588079,0],[-71.973435,44.588018,0],[-71.973447,44.587768,0],[-71.97343,44.587698,0],[-71.973401,44.587669,0],[-71.973355,44.587655,0],[-71.973306,44.587659,0],[-71.973229,44.587702,0],[-71.973078,44.588008,0],[-71.972969,44.588128,0],[-71.97265,44.588307,0],[-71.97251,44.588348,0],[-71.972308,44.588348,0],[-71.972262,44.588362,0],[-71.972117,44.588461,0],[-71.971924,44.588715,0],[-71.9719,44.588785,0],[-71.971896,44.589038,0],[-71.971862,44.589105,0],[-71.971675,44.589276,0],[-71.971597,44.589322,0],[-71.971504,44.589349,0],[-71.971407,44.589334,0],[-71.97137,44.58931,0],[-71.971274,44.589184,0],[-71.971236,44.589042,0],[-71.971205,44.588755,0],[-71.971193,44.58872,0],[-71.971155,44.58871,0],[-71.971057,44.588727,0],[-71.970843,44.588927,0],[-71.970623,44.589016,0],[-71.970462,44.589104,0],[-71.97032,44.58914,0],[-71.970118,44.589134,0],[-71.970021,44.589149,0],[-71.969869,44.589265,0],[-71.969807,44.589336,0],[-71.969738,44.589324,0],[-71.969724,44.589239,0],[-71.969679,44.589185,0],[-71.969613,44.589132,0],[-71.96957,44.589152,0],[-71.969513,44.589282,0],[-71.969473,44.589317,0],[-71.969414,44.58926,0],[-71.969383,44.589121,0],[-71.969248,44.589007,0],[-71.969025,44.588784,0],[-71.968953,44.588733,0],[-71.968906,44.588721,0],[-71.968807,44.588731,0],[-71.968537,44.588895,0],[-71.968277,44.588984,0]]]},"properties":{"id":"hke199","name":"Troll Stroll","touches":",hke471,hke474,hke211,hke212,","length":1211.2620792888074}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955515,44.576375,0],[-71.955454,44.576409,0],[-71.955306,44.576595,0],[-71.955225,44.576645,0],[-71.955138,44.576685,0],[-71.954903,44.576745,0],[-71.954845,44.576768,0],[-71.954515,44.576919,0],[-71.954399,44.576936,0],[-71.954276,44.576968,0],[-71.954198,44.576967,0],[-71.954172,44.5769,0],[-71.954093,44.576788,0],[-71.953968,44.576749,0],[-71.953914,44.576782,0],[-71.953998,44.576821,0],[-71.954043,44.576874,0],[-71.953869,44.576926,0],[-71.953764,44.577018,0],[-71.95362,44.577116,0],[-71.953479,44.577119,0],[-71.953337,44.577138,0]]]},"properties":{"id":"hke200","name":"Pines","touches":",hke51,hke201,hke91,hke92,","length":248.45981473444886}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.957215,44.575614,0],[-71.957049,44.575726,0],[-71.956738,44.575857,0],[-71.956685,44.575888,0],[-71.956658,44.57596,0],[-71.95666,44.576032,0],[-71.956685,44.576117,0],[-71.956722,44.576186,0],[-71.956726,44.576293,0],[-71.956721,44.576411,0],[-71.956708,44.576428,0],[-71.956702,44.576497,0],[-71.956682,44.576529,0],[-71.956605,44.576562,0],[-71.95645,44.576548,0],[-71.95624,44.576456,0],[-71.956124,44.576429,0],[-71.955814,44.5764,0],[-71.955629,44.576362,0],[-71.955515,44.576375,0]]]},"properties":{"id":"hke201","name":"Pines","touches":",hke51,hke200,hke202,hke463,","length":223.21366782657452}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.960729,44.575842,0],[-71.960692,44.575906,0],[-71.960726,44.575963,0],[-71.960825,44.57619,0],[-71.960825,44.576213,0],[-71.960803,44.576275,0],[-71.960721,44.576336,0],[-71.96062,44.576362,0],[-71.960505,44.576371,0],[-71.960169,44.576352,0],[-71.96004,44.576359,0],[-71.959972,44.57637,0],[-71.959882,44.576406,0],[-71.959588,44.576563,0],[-71.959496,44.576602,0],[-71.959371,44.576631,0],[-71.959201,44.576646,0],[-71.959143,44.576647,0],[-71.959086,44.576638,0],[-71.959013,44.576609,0],[-71.958946,44.576559,0],[-71.95887,44.576482,0],[-71.958806,44.576445,0],[-71.958518,44.576378,0],[-71.958431,44.576347,0],[-71.958376,44.576311,0],[-71.958316,44.576261,0],[-71.95829,44.576187,0],[-71.958293,44.57601,0],[-71.958269,44.575956,0],[-71.958246,44.575928,0],[-71.958205,44.575902,0],[-71.95815,44.575879,0],[-71.957993,44.575837,0],[-71.957844,44.575742,0],[-71.957705,44.575678,0],[-71.957365,44.575605,0],[-71.957278,44.575602,0],[-71.957215,44.575614,0]]]},"properties":{"id":"hke202","name":"Pines","touches":",hke201,hke463,mtb710,mtb716,","length":405.93193051649325}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969697,44.586077,0],[-71.969062,44.585693,0],[-71.968962,44.585612,0],[-71.968935,44.585545,0]]]},"properties":{"id":"hke206","name":"Bemis","touches":",hke13,hke207,hke210,hke209,","length":85.80879594350257}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.973404,44.574835,0],[-71.973327,44.574788,0],[-71.973191,44.574742,0],[-71.972711,44.574623,0],[-71.972548,44.574616,0],[-71.9723,44.574633,0],[-71.971844,44.574517,0],[-71.97184,44.574435,0],[-71.971984,44.574213,0],[-71.972093,44.574061,0],[-71.972081,44.57395,0],[-71.971973,44.573879,0],[-71.971809,44.573809,0],[-71.971749,44.573738,0]]]},"properties":{"id":"mtb208","name":"Bemis","touches":",mtb425,mtb725,mtb757,rd375,rd376,","length":235.18656277385512}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.968935,44.585545,0],[-71.968949,44.585511,0],[-71.968989,44.585493,0],[-71.969241,44.585504,0],[-71.969491,44.585477,0],[-71.969562,44.585429,0],[-71.969578,44.585394,0],[-71.969583,44.585286,0],[-71.969655,44.585113,0],[-71.969836,44.58448,0],[-71.969819,44.584194,0],[-71.969846,44.583978,0],[-71.970148,44.58314,0],[-71.970293,44.582463,0],[-71.970456,44.582085,0],[-71.970547,44.581767,0],[-71.970699,44.581385,0],[-71.970828,44.581162,0]]]},"properties":{"id":"hke209","name":"Bemis","touches":",hke136,hke565,hke206,hke207,","length":542.694987912297}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969774,44.586576,0],[-71.969768,44.586246,0],[-71.969697,44.586077,0]]]},"properties":{"id":"hke210","name":"Bemis","touches":",hke13,hke206,hke207,hke126,hke211,","length":56.281164206865775}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.968277,44.588984,0],[-71.968486,44.588651,0],[-71.968667,44.588232,0],[-71.96886,44.587892,0],[-71.968914,44.58783,0],[-71.969289,44.587527,0],[-71.969392,44.587401,0],[-71.969468,44.587077,0],[-71.969541,44.58694,0],[-71.969714,44.586715,0],[-71.969774,44.586576,0]]]},"properties":{"id":"hke211","name":"Bemis","touches":",hke126,hke210,hke199,hke212,","length":296.8226426773529}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.967799,44.589053,0],[-71.967831,44.589035,0],[-71.968083,44.589023,0],[-71.968277,44.588984,0]]]},"properties":{"id":"hke212","name":"Bemis","touches":",hke199,hke211,mtb572,mtb573,","length":39.30915849138688}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.961858,44.587426,0],[-71.962098,44.587681,0],[-71.962271,44.587945,0],[-71.962372,44.58823,0],[-71.962543,44.588366,0],[-71.962615,44.588448,0],[-71.962658,44.588573,0],[-71.965032,44.589271,0],[-71.965243,44.589371,0],[-71.965433,44.589421,0],[-71.965885,44.589467,0],[-71.965984,44.589452,0],[-71.966216,44.589379,0],[-71.966316,44.589366,0],[-71.966468,44.589367,0],[-71.966666,44.589398,0],[-71.967182,44.589551,0],[-71.967432,44.589525,0],[-71.967687,44.58957,0]]]},"properties":{"id":"mtb213","name":"Wood n' You","touches":",mtb7,mtb8,mtb568,mtb572,rd351,rd575,","length":570.5618826828346}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953732,44.577724,0],[-71.953646,44.577746,0],[-71.953564,44.577714,0],[-71.953135,44.57749,0],[-71.952966,44.577454,0],[-71.952892,44.577394,0],[-71.95281,44.577294,0],[-71.95274,44.577231,0],[-71.95267,44.577252,0],[-71.952734,44.577352,0],[-71.952696,44.57748,0],[-71.952654,44.577706,0],[-71.952639,44.578038,0],[-71.952653,44.578322,0],[-71.952686,44.578388,0],[-71.952725,44.578413,0],[-71.952799,44.57843,0],[-71.952903,44.578425,0],[-71.953004,44.578402,0],[-71.953165,44.578331,0],[-71.95323,44.57829,0],[-71.953292,44.578248,0],[-71.953341,44.578195,0],[-71.95344,44.578129,0],[-71.953485,44.578114,0],[-71.953555,44.578113,0],[-71.953626,44.578132,0],[-71.953688,44.57818,0],[-71.953724,44.578246,0],[-71.953722,44.578326,0],[-71.953687,44.578479,0],[-71.953662,44.578538,0],[-71.953606,44.578596,0],[-71.953372,44.578705,0],[-71.953141,44.578792,0],[-71.953027,44.578854,0],[-71.952952,44.578914,0],[-71.952932,44.578945,0],[-71.952928,44.579009,0],[-71.95291,44.579046,0],[-71.952867,44.579094,0],[-71.952777,44.579138,0],[-71.952641,44.579179,0],[-71.952481,44.579178,0],[-71.952186,44.579121,0],[-71.952096,44.579095,0],[-71.951991,44.579066,0],[-71.951861,44.579044,0],[-71.95181,44.579064,0],[-71.951904,44.579116,0],[-71.952009,44.579153,0],[-71.951983,44.579316,0],[-71.952022,44.579422,0],[-71.952025,44.579472,0],[-71.952017,44.579531,0],[-71.951985,44.579609,0],[-71.951901,44.579699,0],[-71.9518,44.579788,0],[-71.951751,44.579865,0],[-71.951749,44.579986,0],[-71.951808,44.58012,0],[-71.951829,44.580212,0],[-71.951829,44.580292,0],[-71.95181,44.580377,0],[-71.95177,44.580442,0],[-71.951705,44.580514,0],[-71.951663,44.580593,0],[-71.951575,44.580828,0],[-71.951514,44.580958,0],[-71.951512,44.581034,0],[-71.95149,44.581107,0],[-71.951407,44.581244,0],[-71.951384,44.58131,0],[-71.951352,44.581368,0],[-71.951342,44.581427,0],[-71.951328,44.581564,0],[-71.951342,44.581594,0],[-71.951371,44.581608,0],[-71.951408,44.581607,0],[-71.95144,44.581577,0],[-71.951466,44.581502,0],[-71.951492,44.581428,0],[-71.95159,44.581331,0],[-71.951863,44.581195,0],[-71.951963,44.581161,0],[-71.952027,44.58114,0],[-71.952092,44.581146,0],[-71.952143,44.581179,0],[-71.952219,44.581279,0],[-71.952261,44.581355,0],[-71.952267,44.581492,0],[-71.952262,44.581581,0],[-71.95222,44.581672,0],[-71.952155,44.581715,0],[-71.951881,44.581791,0],[-71.951813,44.581819,0],[-71.951695,44.581897,0],[-71.951616,44.581937,0],[-71.951554,44.581982,0],[-71.951496,44.582036,0],[-71.951435,44.582102,0],[-71.951391,44.582163,0],[-71.951371,44.582228,0],[-71.951388,44.582281,0],[-71.951443,44.582328,0],[-71.951523,44.582387,0],[-71.951586,44.582407,0],[-71.951626,44.582387,0],[-71.951667,44.582313,0],[-71.951679,44.58222,0],[-71.951711,44.582181,0],[-71.951753,44.582148,0],[-71.95177,44.58213,0],[-71.951799,44.582118,0],[-71.951829,44.582131,0],[-71.951836,44.582159,0],[-71.951852,44.582257,0],[-71.951889,44.582399,0],[-71.951961,44.582484,0],[-71.952081,44.582528,0],[-71.952189,44.582519,0],[-71.952274,44.582493,0],[-71.952455,44.582412,0],[-71.95281,44.582324,0],[-71.952843,44.582278,0],[-71.952913,44.582209,0],[-71.953096,44.582056,0],[-71.953172,44.581966,0],[-71.953177,44.581869,0],[-71.953299,44.581949,0],[-71.953427,44.581929,0],[-71.953526,44.58182,0],[-71.953618,44.581824,0],[-71.953665,44.581888,0],[-71.953682,44.582007,0],[-71.953788,44.582088,0],[-71.953876,44.582202,0],[-71.954005,44.582351,0],[-71.954175,44.582524,0],[-71.954313,44.582556,0],[-71.954411,44.582602,0]]]},"properties":{"id":"hke214","name":"Riverwood","touches":",hke88,hke89,hke312,hke90,hke91,hke315,","length":1504.7745987956325}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.942976,44.591727,0],[-71.942979,44.591374,0],[-71.943006,44.591252,0]]]},"properties":{"id":"mtb215","name":"East Branch Pump Track","touches":",mtb216,mtb405,mtb406,mtb408,","length":52.95048730357305}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.942976,44.591727,0],[-71.942987,44.591759,0],[-71.943033,44.591759,0],[-71.943056,44.591749,0],[-71.943089,44.591752,0],[-71.943136,44.591754,0],[-71.943181,44.591774,0],[-71.943207,44.591791,0],[-71.943209,44.59182,0],[-71.943179,44.591853,0],[-71.943083,44.591988,0],[-71.943039,44.592044,0],[-71.943003,44.592049,0],[-71.942953,44.592027,0],[-71.942873,44.592011,0],[-71.942832,44.592023,0],[-71.942796,44.592019,0],[-71.942727,44.591996,0],[-71.942641,44.591942,0],[-71.942625,44.591907,0],[-71.942674,44.591892,0],[-71.942731,44.591878,0],[-71.942778,44.591854,0],[-71.942798,44.591832,0],[-71.942834,44.591808,0],[-71.942886,44.591805,0],[-71.94293,44.591804,0],[-71.942968,44.59178,0],[-71.942976,44.591727,0]]]},"properties":{"id":"mtb216","name":"East Branch Pump Track","touches":",mtb215,","length":132.3620899479458}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.900341,44.588052,0],[-71.900134,44.588067,0],[-71.899976,44.58807,0],[-71.899824,44.58805,0],[-71.899713,44.587979,0],[-71.899681,44.587857,0],[-71.899721,44.587695,0],[-71.899715,44.587483,0]]]},"properties":{"id":"mtb217","name":"Camptown","touches":",mtb18,mtb387,","length":108.81178056284674}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.892645,44.583446,0],[-71.891897,44.583284,0],[-71.891617,44.583192,0],[-71.891268,44.583053,0]]]},"properties":{"id":"mtb218","name":"Camptown","touches":",mtb167,mtb197,mtb730,rd731,rd732,","length":118.27974978682408}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.961785,44.593058,0],[-71.961556,44.593552,0],[-71.961433,44.593746,0],[-71.961373,44.593919,0],[-71.961244,44.594106,0],[-71.961076,44.594247,0],[-71.96096,44.594412,0],[-71.960702,44.594644,0],[-71.960599,44.594813,0],[-71.960468,44.594972,0],[-71.960408,44.595406,0]]]},"properties":{"id":"mtb234","name":"Cupcake","touches":",mtb1,mtb11,mtb68,mtb2,mtb10,","length":288.00859350546835}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969561,44.563762,0],[-71.969432,44.563896,0],[-71.969287,44.563933,0],[-71.969186,44.56394,0],[-71.96878,44.563895,0],[-71.968492,44.563817,0],[-71.968146,44.563749,0],[-71.968044,44.563748,0],[-71.96795,44.563775,0],[-71.967731,44.563928,0],[-71.967671,44.563987,0],[-71.967534,44.564376,0],[-71.967472,44.564432,0],[-71.967326,44.564458,0],[-71.966711,44.56447,0],[-71.966613,44.56449,0],[-71.966574,44.564513,0],[-71.966518,44.564574,0],[-71.966359,44.564843,0],[-71.966333,44.565135,0],[-71.966281,44.565238,0],[-71.966128,44.565333,0],[-71.965806,44.565429,0]]]},"properties":{"id":"mtb235","name":"Maxilla","touches":",mtb131,mtb134,mtb483,mtb170,mtb171,","length":427.038133630602}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.899571,44.587498,0],[-71.899547,44.587486,0],[-71.899504,44.587341,0],[-71.899524,44.587124,0],[-71.899497,44.587046,0],[-71.899419,44.586991,0],[-71.899323,44.586968,0],[-71.899224,44.586974,0],[-71.899134,44.587009,0],[-71.898759,44.587189,0],[-71.898687,44.587196,0],[-71.898621,44.587181,0],[-71.89856,44.587152,0],[-71.898472,44.587088,0],[-71.898452,44.587062,0],[-71.898451,44.586995,0],[-71.898489,44.58687,0],[-71.898471,44.5868,0],[-71.89843,44.586706,0],[-71.898423,44.586654,0],[-71.898382,44.586608,0],[-71.898311,44.586585,0],[-71.898236,44.586578,0],[-71.898171,44.58658,0],[-71.897995,44.586603,0],[-71.897871,44.586645,0],[-71.897816,44.586654,0],[-71.897764,44.586646,0],[-71.897716,44.586623,0],[-71.897657,44.586585,0],[-71.897613,44.586538,0],[-71.897591,44.586481,0],[-71.897571,44.586368,0],[-71.897564,44.586242,0],[-71.897524,44.586177,0],[-71.897458,44.58612,0],[-71.897244,44.585974,0],[-71.897009,44.585869,0],[-71.896919,44.585861,0],[-71.896805,44.585886,0],[-71.896728,44.585922,0],[-71.896572,44.586019,0],[-71.896489,44.58604,0],[-71.896409,44.586033,0],[-71.896341,44.586007,0],[-71.896282,44.585968,0],[-71.896258,44.585922,0],[-71.896235,44.585802,0],[-71.896191,44.585751,0],[-71.896125,44.585729,0],[-71.896064,44.585729,0],[-71.895947,44.585741,0],[-71.895892,44.58574,0],[-71.895785,44.585723,0],[-71.89574,44.58569,0],[-71.895722,44.585657,0],[-71.895722,44.585611,0]]]},"properties":{"id":"mtb219","name":"Camptown","touches":",mtb18,mtb294,mtb221,mtb350,","length":505.6008973590897}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.894727,44.584526,0],[-71.89465,44.584628,0],[-71.894581,44.584684,0],[-71.894347,44.584732,0],[-71.894236,44.58478,0]]]},"properties":{"id":"mtb220","name":"Camptown","touches":",mtb19,mtb730,mtb221,mtb742,","length":50.82182512849003}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.895722,44.585611,0],[-71.895741,44.585562,0],[-71.895782,44.585499,0],[-71.895852,44.585429,0],[-71.896041,44.585181,0],[-71.895955,44.585066,0],[-71.895554,44.585189,0],[-71.895503,44.585182,0],[-71.895484,44.585163,0],[-71.895501,44.585107,0],[-71.895498,44.585074,0],[-71.895481,44.585048,0],[-71.895446,44.585034,0],[-71.8953,44.585032,0],[-71.895221,44.585013,0],[-71.895183,44.584981,0],[-71.895153,44.584904,0],[-71.895117,44.584889,0],[-71.894991,44.584857,0],[-71.894929,44.584816,0],[-71.894901,44.58476,0],[-71.894816,44.584667,0],[-71.894781,44.584608,0],[-71.894727,44.584526,0]]]},"properties":{"id":"mtb221","name":"Camptown","touches":",mtb219,mtb350,mtb220,mtb742,","length":215.13061243095603}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962398,44.56514,0],[-71.962366,44.565139,0],[-71.96224,44.565137,0],[-71.96217,44.565168,0],[-71.962096,44.565232,0],[-71.961995,44.565356,0],[-71.961862,44.565588,0],[-71.961809,44.565649,0],[-71.961482,44.56587,0],[-71.961402,44.56591,0],[-71.961214,44.565962,0]]]},"properties":{"id":"mtb222","name":"Rim","touches":",mtb223,mtb508,mtb509,mtb225,mtb564,","length":139.62632051272846}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.963503,44.56508,0],[-71.963427,44.565076,0],[-71.963353,44.565073,0],[-71.96318,44.565111,0],[-71.963007,44.565154,0],[-71.962866,44.565178,0],[-71.962777,44.565196,0],[-71.962695,44.565193,0],[-71.962548,44.565176,0],[-71.962398,44.56514,0]]]},"properties":{"id":"mtb223","name":"Rim","touches":",mtb81,mtb103,mtb222,mtb508,mtb509,","length":90.64863237068977}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.961367,44.56884,288.1],[-71.961501,44.568827,0],[-71.961619,44.568853,0],[-71.961737,44.568829,0],[-71.961843,44.568756,0],[-71.962005,44.568596,0],[-71.96217,44.568553,0],[-71.96236,44.568529,0],[-71.962532,44.568547,0],[-71.96272,44.568605,0],[-71.96282,44.568651,296.725815],[-71.962842,44.568712,0],[-71.962793,44.568781,0],[-71.962819,44.568867,299.2],[-71.96301,44.568892,0],[-71.963134,44.568948,300],[-71.963343,44.569074,303.2],[-71.963493,44.569119,304.3]]]},"properties":{"id":"mtb224","name":"Rim","touches":",mtb82,mtb83,mtb395,mtb225,mtb289,mtb509,","length":219.91402296544766}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.961214,44.565962,0],[-71.96115,44.566014,0],[-71.961143,44.5661,0],[-71.96111,44.566179,0],[-71.96104,44.566226,0],[-71.960894,44.566275,0],[-71.960649,44.566305,0],[-71.960515,44.5663,0],[-71.960445,44.566305,0],[-71.960358,44.566335,0],[-71.960245,44.566419,0],[-71.96013,44.566532,0],[-71.959938,44.566704,0],[-71.959749,44.566845,0],[-71.959629,44.566911,0],[-71.959551,44.566987,0],[-71.959504,44.567036,0],[-71.959486,44.567086,0],[-71.95954,44.567173,0],[-71.959571,44.567263,0],[-71.959575,44.567311,0],[-71.959531,44.567364,0],[-71.959459,44.567392,0],[-71.959461,44.567444,0],[-71.959477,44.567495,0],[-71.95951,44.567505,0],[-71.959576,44.567492,0],[-71.959668,44.567442,0],[-71.959738,44.56739,0],[-71.959816,44.567282,0],[-71.959838,44.567234,0],[-71.959924,44.567194,0],[-71.959985,44.567194,0],[-71.960028,44.567244,0],[-71.960048,44.567342,0],[-71.96006,44.567423,0],[-71.960116,44.567413,0],[-71.960159,44.567363,0],[-71.960238,44.567274,0],[-71.960266,44.567223,0],[-71.96027,44.567161,0],[-71.960291,44.567132,0],[-71.960337,44.567116,0],[-71.96038,44.567057,0],[-71.960453,44.567078,0],[-71.96049,44.567106,0],[-71.960579,44.567147,0],[-71.960638,44.567157,0],[-71.960681,44.567188,0],[-71.960676,44.567257,0],[-71.960625,44.567322,0],[-71.960541,44.567359,0],[-71.960418,44.567403,0],[-71.960365,44.56748,0],[-71.960298,44.567541,0],[-71.96025,44.567593,0],[-71.960242,44.56765,0],[-71.960267,44.567707,0],[-71.96022,44.567967,0],[-71.960188,44.568015,0],[-71.960188,44.568054,0],[-71.960201,44.568072,0],[-71.960286,44.568109,0],[-71.960437,44.568177,0],[-71.960569,44.56826,0],[-71.96069,44.568291,0],[-71.960777,44.568272,0],[-71.960814,44.568257,0],[-71.960843,44.568231,0],[-71.960891,44.568237,0],[-71.960922,44.56826,0],[-71.960995,44.568302,0],[-71.961047,44.568357,0],[-71.961165,44.568431,0],[-71.961215,44.568493,0],[-71.961211,44.568589,0],[-71.961229,44.56871,0],[-71.961298,44.568781,0],[-71.961367,44.56884,288.1]]]},"properties":{"id":"mtb225","name":"Rim","touches":",mtb222,mtb564,mtb224,mtb289,mtb509,","length":674.6455902623377}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.861382,44.548671,0],[-71.860949,44.548676,0],[-71.860294,44.548714,0],[-71.859754,44.548736,0]]]},"properties":{"id":"mtb226","name":"The Lift","touches":",mtb42,mtb49,mtb227,mtb230,mtb329,mtb384,","length":129.63634599888337}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.864604,44.554,0],[-71.864661,44.553928,0],[-71.864865,44.553561,0],[-71.865026,44.553294,0],[-71.865069,44.552957,0],[-71.865047,44.552422,0],[-71.864994,44.551918,0],[-71.864768,44.55126,0],[-71.864478,44.550756,0],[-71.864521,44.550496,0],[-71.864704,44.550304,0],[-71.864779,44.550106,0],[-71.8648,44.549892,0],[-71.864718,44.549626,0],[-71.864639,44.549433,0],[-71.864232,44.54918,0],[-71.863642,44.548944,0],[-71.863212,44.548821,0],[-71.86273,44.548775,0],[-71.861989,44.548676,0],[-71.861382,44.548671,0]]]},"properties":{"id":"mtb227","name":"The Lift","touches":",mtb23,mtb231,mtb42,mtb49,mtb226,","length":808.6929858153185}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.857508,44.548323,0],[-71.857161,44.548202,0],[-71.856357,44.547972,0],[-71.855777,44.54772,0]]]},"properties":{"id":"mtb228","name":"The Lift","touches":",mtb43,mtb44,mtb229,rd74,rd75,","length":153.39630449399527}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.858778,44.548651,0],[-71.85862,44.548645,0],[-71.85817,44.548508,0],[-71.857508,44.548323,0]]]},"properties":{"id":"mtb229","name":"The Lift","touches":",mtb43,mtb44,mtb228,mtb57,mtb58,mtb230,","length":107.95586262473324}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.859754,44.548736,0],[-71.859554,44.548745,0],[-71.858778,44.548651,0]]]},"properties":{"id":"mtb230","name":"The Lift","touches":",mtb57,mtb58,mtb229,mtb226,mtb329,mtb384,","length":78.43064155428134}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.867114,44.557822,0],[-71.86701,44.557483,0],[-71.866839,44.557071,0],[-71.866592,44.556711,0],[-71.866324,44.556398,0],[-71.866131,44.556191,0],[-71.865712,44.555878,0],[-71.865154,44.555457,0],[-71.864875,44.555297,0],[-71.864629,44.555006,0],[-71.864457,44.554708,0],[-71.864393,44.554433,0],[-71.864436,44.554211,0],[-71.864604,44.554,0]]]},"properties":{"id":"mtb231","name":"The Lift","touches":",mtb23,mtb227,mtb160,mtb161,mtb232,","length":496.85335251523384}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.867537,44.559394,0],[-71.867493,44.559035,0],[-71.867375,44.558775,0],[-71.867236,44.558363,0],[-71.867139,44.557904,0],[-71.867114,44.557822,0]]]},"properties":{"id":"mtb232","name":"The Lift","touches":",mtb160,mtb161,mtb231,mtb233,mtb458,","length":178.44071627990314}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.867637,44.559363,0],[-71.867817,44.559417,0],[-71.867889,44.559429,0],[-71.868033,44.559407,0],[-71.868275,44.559463,0],[-71.868358,44.559503,0],[-71.86842,44.559659,0],[-71.868462,44.559707,0],[-71.868614,44.559777,0],[-71.8687,44.559857,0],[-71.868764,44.559992,0],[-71.868848,44.560093,0],[-71.868922,44.560147,0],[-71.868995,44.560162,0],[-71.869157,44.560076,0],[-71.869257,44.560085,0],[-71.869434,44.560182,0],[-71.869558,44.560326,0],[-71.869597,44.560428,0],[-71.8696,44.560669,0],[-71.869554,44.560726,0],[-71.869273,44.560733,0],[-71.869133,44.560764,0],[-71.868989,44.560818,0],[-71.868878,44.560888,0],[-71.86884,44.560959,0],[-71.868842,44.561018,0],[-71.869011,44.56134,0],[-71.869046,44.561746,0],[-71.869071,44.561822,0],[-71.869407,44.562236,0],[-71.869644,44.562477,0],[-71.869905,44.562668,0],[-71.870082,44.562966,0],[-71.870228,44.563066,0],[-71.870318,44.5631,0],[-71.870399,44.563097,0],[-71.870432,44.563073,0],[-71.870449,44.563011,0],[-71.870418,44.5628,0],[-71.870434,44.562473,0],[-71.870545,44.562213,0],[-71.870538,44.562144,0],[-71.870341,44.561788,0],[-71.870276,44.561608,0],[-71.870243,44.561304,0],[-71.870253,44.561118,0],[-71.870269,44.56105,0],[-71.870323,44.560995,0],[-71.870407,44.560962,0],[-71.870577,44.560954,0],[-71.87111,44.561006,0],[-71.871318,44.560987,0],[-71.871418,44.560956,0],[-71.871763,44.560713,0],[-71.872088,44.560552,0],[-71.872293,44.560395,0],[-71.872417,44.560363,0],[-71.872869,44.560404,0],[-71.873459,44.560512,0],[-71.873552,44.560506,0],[-71.873751,44.560432,0],[-71.873813,44.560392,0],[-71.873848,44.560331,0],[-71.873822,44.560198,0],[-71.873861,44.560143,0],[-71.873912,44.560136,0],[-71.874056,44.560159,0],[-71.874296,44.560252,0],[-71.874399,44.560262,0],[-71.874539,44.56023,0],[-71.874604,44.560241,0],[-71.874663,44.560292,0],[-71.874901,44.560632,0],[-71.875057,44.560783,0],[-71.875727,44.561282,0],[-71.876145,44.561412,0],[-71.876687,44.561539,0],[-71.876919,44.561549,0],[-71.877061,44.561504,0],[-71.87721,44.561424,0],[-71.877566,44.561301,0],[-71.877855,44.561082,0],[-71.878089,44.560873,0],[-71.8782,44.560765,0],[-71.878616,44.560227,0],[-71.879053,44.559762,0],[-71.879235,44.559539,0],[-71.879472,44.559147,0],[-71.879588,44.558913,0],[-71.879813,44.558353,0],[-71.879844,44.558213,0],[-71.879854,44.557875,0],[-71.879903,44.557685,0],[-71.879968,44.557532,0],[-71.880161,44.557243,0],[-71.880401,44.556975,0],[-71.880581,44.556897,0],[-71.881156,44.556749,0],[-71.881506,44.556735,0],[-71.881889,44.556701,0],[-71.882315,44.55664,0],[-71.882668,44.55649,0],[-71.882829,44.556444,0],[-71.882989,44.556435,0],[-71.88352,44.556478,0],[-71.884175,44.55671,0],[-71.884484,44.556801,0],[-71.884803,44.55688,0],[-71.884862,44.556882,0],[-71.885434,44.556804,0],[-71.885869,44.556695,0],[-71.88607,44.556663,0],[-71.88633,44.556591,0],[-71.886786,44.556511,0],[-71.887163,44.556462,0],[-71.887919,44.556424,0],[-71.888342,44.556354,0],[-71.88847,44.556323,0],[-71.888666,44.556249,0],[-71.889059,44.555997,0],[-71.889252,44.55581,0],[-71.889311,44.555722,0],[-71.88938,44.555543,0],[-71.889455,44.555168,0],[-71.88951,44.55504,0],[-71.889731,44.554808,0]]]},"properties":{"id":"mtb236","name":"CCC Connector","touches":",mtb111,mtb123,mtb459,mtb460,","length":2974.264099108416}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955782,44.583032,0],[-71.955723,44.58301,0],[-71.955254,44.583026,0],[-71.955092,44.583024,0]]]},"properties":{"id":"hke237","name":"Jct","touches":",hke332,hke337,hke238,hke239,","length":55.484553229671434}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955315,44.583263,0],[-71.955311,44.583185,0],[-71.95524,44.583119,0],[-71.955092,44.583024,0]]]},"properties":{"id":"hke238","name":"Jct","touches":",hke237,hke239,hke332,hke341,","length":33.801891629432575}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955092,44.583024,0],[-71.954934,44.58294,0],[-71.954763,44.582872,0],[-71.954601,44.582852,0],[-71.954444,44.582834,0]]]},"properties":{"id":"hke239","name":"Jct","touches":",hke87,hke88,hke237,hke238,","length":56.780899565493534}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.941159,44.59692,0],[-71.941159,44.596988,0],[-71.9412,44.597035,0],[-71.941201,44.59714,0],[-71.941153,44.597248,0],[-71.941128,44.597351,0],[-71.941101,44.597557,0],[-71.941064,44.597714,0],[-71.941061,44.597875,0],[-71.941081,44.597966,0],[-71.941078,44.598042,0],[-71.941,44.598113,0],[-71.940889,44.598244,0],[-71.940806,44.598368,0],[-71.940671,44.598636,0],[-71.940589,44.598718,0],[-71.940499,44.59876,0],[-71.940351,44.598799,0],[-71.940314,44.598822,0],[-71.940289,44.598859,0],[-71.940269,44.5989,0],[-71.940265,44.598947,0],[-71.940267,44.598957,0],[-71.940293,44.598974,0],[-71.940547,44.599023,0],[-71.940606,44.599052,0],[-71.94065,44.599259,0],[-71.940655,44.599333,0],[-71.940697,44.599411,0],[-71.940828,44.599555,0],[-71.94087,44.599624,0],[-71.940887,44.599676,0],[-71.940885,44.599762,0],[-71.940846,44.599804,0],[-71.940651,44.599942,0],[-71.940563,44.600015,0],[-71.940504,44.600076,0],[-71.940457,44.600162,0],[-71.940414,44.6002,0],[-71.940354,44.600204,0],[-71.940239,44.600197,0],[-71.940124,44.600208,0],[-71.940136,44.600257,0],[-71.940116,44.600334,0],[-71.940056,44.600425,0],[-71.939989,44.600504,0],[-71.939884,44.600569,0],[-71.93971,44.600738,0],[-71.939581,44.601012,0],[-71.939576,44.601039,0],[-71.939554,44.601072,0],[-71.939492,44.601131,0],[-71.939396,44.601202,0],[-71.939348,44.601224,0],[-71.939277,44.601236,0],[-71.939141,44.60123,0],[-71.938996,44.601253,0],[-71.938717,44.601329,0],[-71.938495,44.601405,0],[-71.938235,44.601459,0],[-71.938148,44.601487,0],[-71.938072,44.601524,0],[-71.937912,44.601629,0],[-71.937837,44.601667,0],[-71.937724,44.601702,0],[-71.937664,44.601714,0]]]},"properties":{"id":"mtb240","name":"Pete's Pond","touches":",mtb445,mtb446,mtb418,mtb440,","length":731.2213743879606}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.894226,44.634427,0],[-71.894074,44.63439,0],[-71.893949,44.63439,0],[-71.893921,44.634395,0],[-71.89385,44.634401,0],[-71.893748,44.634414,299],[-71.893616,44.634408,299.9],[-71.893537,44.634395,301.2],[-71.893333,44.634415,303.4],[-71.893185,44.634472,0],[-71.893132,44.634499,0],[-71.893084,44.634526,305.9],[-71.893018,44.634589,0],[-71.892971,44.634642,306.7],[-71.892892,44.634701,308.1],[-71.892805,44.634748,309.7],[-71.892716,44.634761,0],[-71.892619,44.634781,0],[-71.892534,44.634807,311.2],[-71.892428,44.634825,311.9],[-71.892314,44.63482,312.2],[-71.892212,44.634827,313.4],[-71.892113,44.634827,314.2],[-71.891993,44.634818,0],[-71.891753,44.634802,316.4],[-71.891668,44.634801,0],[-71.891431,44.634792,319.4],[-71.891349,44.634797,0],[-71.891237,44.634796,320.7],[-71.891178,44.634815,321],[-71.891123,44.634858,321.3],[-71.891055,44.63487,321.6],[-71.890935,44.63485,321.4],[-71.890894,44.634846,0],[-71.890853,44.634842,321.9],[-71.890661,44.634797,322.4],[-71.890505,44.634828,323.4],[-71.890437,44.634834,324.1],[-71.890336,44.634812,324.5],[-71.890254,44.634781,324.6],[-71.890166,44.634731,324.5],[-71.890099,44.634686,325.5],[-71.890056,44.63463,325.9],[-71.889975,44.634588,325.2],[-71.889895,44.634546,0],[-71.889798,44.634501,326.7],[-71.889721,44.634493,327.5],[-71.889653,44.634492,327.8],[-71.889572,44.634525,328.4],[-71.889512,44.634533,328.4],[-71.88941,44.63453,0],[-71.88938,44.634527,0],[-71.889303,44.634519,0],[-71.889162,44.634494,0],[-71.889045,44.634468,329.6],[-71.888867,44.634413,332.1],[-71.888828,44.634389,333.8],[-71.88882,44.634358,335.7],[-71.888825,44.634323,335.2],[-71.888846,44.634265,336.3],[-71.888896,44.634232,336.1],[-71.888928,44.634159,336.8],[-71.888939,44.634112,338.9],[-71.888971,44.634068,339.3],[-71.889049,44.634023,339.7],[-71.889085,44.633989,339.9],[-71.889103,44.633961,340.7],[-71.889103,44.633912,341.3],[-71.889068,44.633878,0],[-71.889003,44.633882,342.7],[-71.88891,44.633934,343.3],[-71.888804,44.633986,343.9]]]},"properties":{"id":"mtb241","name":"Wily Coyote","touches":",mtb249,mtb380,mtb386,mtb493,mtb639,","length":557.686871561786}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.976453,44.560777,0],[-71.977067,44.5607,0],[-71.977636,44.560673,0],[-71.97796,44.560559,0],[-71.978246,44.560513,0],[-71.978654,44.560525,0],[-71.97887,44.560508,0],[-71.979124,44.560449,0]]]},"properties":{"id":"mtb250","name":"Violet's Outback","touches":",mtb109,mtb110,mtb251,mtb252,","length":217.73053282399636}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.979124,44.560449,0],[-71.978912,44.560394,0],[-71.978474,44.560324,0],[-71.978122,44.560285,0],[-71.977904,44.560257,0],[-71.977698,44.560199,0],[-71.977419,44.560093,0],[-71.976831,44.559735,0]]]},"properties":{"id":"mtb251","name":"Violet's Outback","touches":",mtb109,mtb345,mtb755,mtb250,mtb252,","length":203.51397334331892}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.979124,44.560449,0],[-71.97938,44.560334,0],[-71.979527,44.560305,0],[-71.979779,44.560305,0],[-71.97996,44.560369,0],[-71.980041,44.560432,0]]]},"properties":{"id":"mtb252","name":"Violet's Outback","touches":",mtb250,mtb251,mtb255,mtb383,mtb755,","length":81.72289482211836}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.980963,44.563088,0],[-71.98094,44.56324,0],[-71.981006,44.563366,0],[-71.981121,44.563484,0]]]},"properties":{"id":"mtb253","name":"Violet's Outback","touches":",mtb63,mtb107,mtb157,mtb254,mtb258,mtb429,","length":47.92103485034521}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.876899,44.628872,451],[-71.87688,44.628833,451],[-71.876846,44.628751,0],[-71.876791,44.628631,0],[-71.876757,44.628569,452.9],[-71.876748,44.628524,0],[-71.87675,44.62848,0],[-71.876791,44.628383,0],[-71.876816,44.628313,455],[-71.876818,44.628271,455.3],[-71.876794,44.628234,455.9],[-71.876751,44.628214,456.4],[-71.876651,44.62822,457],[-71.876627,44.62823,0],[-71.876557,44.62826,457.4],[-71.876468,44.628299,457.5],[-71.876362,44.628298,458.1],[-71.876339,44.628305,0],[-71.876299,44.628316,458.4],[-71.876205,44.628335,458.8],[-71.876163,44.62833,459],[-71.876056,44.628325,459.4],[-71.876003,44.62829,0],[-71.875907,44.628199,460.4],[-71.875825,44.628167,0],[-71.875752,44.628136,461],[-71.875655,44.628086,461.2],[-71.875607,44.628077,461.3],[-71.875551,44.627982,461.5],[-71.875494,44.627917,0],[-71.875463,44.627843,462.5],[-71.87547,44.627804,463.3],[-71.875569,44.627734,0],[-71.875667,44.627677,466.2],[-71.875815,44.627589,0],[-71.875932,44.627502,467.9],[-71.876055,44.627461,467.7],[-71.876115,44.627461,467.5],[-71.87623,44.627499,466.1],[-71.876285,44.627491,466.2],[-71.876318,44.627453,466.3],[-71.876426,44.627428,465.7],[-71.876481,44.627412,465.4],[-71.876556,44.627363,465.2],[-71.876573,44.627324,465.3],[-71.876554,44.627252,0],[-71.876515,44.627175,466.6],[-71.87649,44.627115,467.4],[-71.876501,44.627046,0],[-71.876486,44.626994,468.1],[-71.87649,44.626959,0],[-71.876476,44.626844,469.8],[-71.876444,44.626782,470.8],[-71.876404,44.62674,471.6],[-71.876331,44.626722,472.4],[-71.876254,44.626728,472.6],[-71.876195,44.626707,0],[-71.876078,44.626622,0],[-71.876033,44.626612,0],[-71.875952,44.626613,0],[-71.875873,44.626639,0],[-71.875797,44.626652,0],[-71.875739,44.626645,0],[-71.875685,44.626614,0],[-71.875637,44.626559,0],[-71.875612,44.626502,0],[-71.875601,44.626414,0],[-71.875629,44.626305,0],[-71.875671,44.626219,0],[-71.875699,44.626061,0],[-71.875706,44.625975,0],[-71.875686,44.625896,481.2],[-71.875685,44.625862,0],[-71.875693,44.625818,0],[-71.875689,44.625785,482.7],[-71.875653,44.625703,482.5],[-71.875637,44.625651,483.3],[-71.875622,44.625604,483.5],[-71.875608,44.625574,483.2],[-71.875583,44.625517,483.8],[-71.875568,44.625458,0],[-71.87555,44.62543,484.9],[-71.875494,44.625377,485.8],[-71.875463,44.625334,0],[-71.875381,44.625273,0],[-71.875226,44.625282,487.6],[-71.875081,44.625294,0],[-71.874988,44.625333,0],[-71.874929,44.625371,491],[-71.874887,44.625378,491.7],[-71.874832,44.625372,492.4],[-71.874792,44.625354,492.9],[-71.874753,44.625325,492.9],[-71.874743,44.625291,493.3],[-71.874738,44.625227,0],[-71.874727,44.625078,0],[-71.874757,44.625017,0],[-71.874822,44.624959,0],[-71.874911,44.624858,493.2],[-71.87496,44.624811,0],[-71.874968,44.624765,0],[-71.874946,44.624741,0],[-71.874862,44.624698,0],[-71.874783,44.624677,0],[-71.874736,44.624669,0],[-71.874671,44.624665,0],[-71.87464,44.624663,0],[-71.874617,44.624651,0],[-71.874596,44.624609,0],[-71.874582,44.624571,0],[-71.874575,44.624532,0]]]},"properties":{"id":"mtb242","name":"Grin & Bear It","touches":",mtb382,mtb501,mtb490,mtb491,","length":784.191454770602}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.98458,44.567969,0],[-71.984361,44.568227,0],[-71.984097,44.568562,0],[-71.983789,44.568782,0],[-71.983469,44.568705,0],[-71.983305,44.568676,0],[-71.983042,44.568687,0]]]},"properties":{"id":"mtb243","name":"Hog Back Jct","touches":",mtb430,mtb431,mtb256,mtb257,","length":171.92017003439867}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956366,44.587717,0],[-71.956357,44.587641,0],[-71.956379,44.587545,0],[-71.956335,44.587373,0],[-71.956275,44.587215,0],[-71.956199,44.58716,0],[-71.956064,44.587132,0],[-71.955939,44.587072,0],[-71.955919,44.586999,0],[-71.955983,44.586891,0],[-71.956046,44.586783,0],[-71.956011,44.58672,0],[-71.95597,44.586615,0],[-71.955932,44.5865,0],[-71.955785,44.586303,0],[-71.955634,44.586157,0],[-71.955496,44.586095,0],[-71.955421,44.586058,0],[-71.955426,44.585951,0],[-71.955515,44.585857,0],[-71.955678,44.585745,0],[-71.955754,44.585638,0],[-71.955733,44.585561,0],[-71.955674,44.585471,0]]]},"properties":{"id":"mtb244","name":"Beat Bog","touches":",mtb269,mtb270,mtb245,mtb246,","length":296.5286622213606}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955674,44.585471,0],[-71.955855,44.585388,0]]]},"properties":{"id":"mtb245","name":"Beat Bog","touches":",mtb244,mtb246,mtb340,hke341,","length":17.073685624787945}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.952597,44.584187,0],[-71.952741,44.584168,0],[-71.952908,44.584199,0],[-71.953154,44.584378,0],[-71.953562,44.584401,0],[-71.953637,44.584374,0],[-71.953745,44.584394,0],[-71.954056,44.584573,0],[-71.954227,44.584588,0],[-71.954404,44.584684,0],[-71.954635,44.584676,0],[-71.954844,44.58455,0],[-71.954952,44.584554,0],[-71.954978,44.584581,0],[-71.954957,44.584627,0],[-71.954984,44.584684,0],[-71.955134,44.584718,0],[-71.955139,44.584753,0],[-71.955064,44.584795,0],[-71.954812,44.584867,0],[-71.954716,44.584948,0],[-71.954549,44.585013,0],[-71.954469,44.584994,0],[-71.95441,44.584902,0],[-71.954249,44.584787,0],[-71.954034,44.584791,0],[-71.953954,44.584738,0],[-71.953868,44.584695,0],[-71.953836,44.584596,0],[-71.953723,44.584573,0],[-71.953594,44.584527,0],[-71.953348,44.584516,0],[-71.953106,44.58455,0],[-71.953031,44.584535,0],[-71.952816,44.584416,0],[-71.95257,44.584432,0],[-71.952488,44.584499,0],[-71.952548,44.584596,0],[-71.952763,44.584653,0],[-71.953138,44.584768,0],[-71.953326,44.584749,0],[-71.953428,44.584776,0],[-71.953621,44.584783,0],[-71.953723,44.58486,0],[-71.95367,44.584974,0],[-71.953739,44.585074,0],[-71.953916,44.58515,0],[-71.95397,44.585234,0],[-71.954163,44.585372,0],[-71.954496,44.585517,0],[-71.954689,44.58546,0],[-71.954898,44.585471,0],[-71.955166,44.585479,0],[-71.955413,44.585505,0],[-71.955674,44.585471,0]]]},"properties":{"id":"mtb246","name":"Beat Bog","touches":",mtb244,mtb245,mtb587,hke589,","length":813.2752338366807}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.928551,44.606812,0],[-71.928682,44.606925,0],[-71.928822,44.607091,0],[-71.928844,44.607167,0],[-71.92899,44.607281,0],[-71.929075,44.60731,0],[-71.929452,44.607311,0],[-71.92956,44.607335,0],[-71.929619,44.607377,0],[-71.929638,44.607441,0],[-71.92957,44.607528,0],[-71.929172,44.607752,0],[-71.929121,44.607812,0],[-71.929127,44.607874,0],[-71.929311,44.608036,0],[-71.929372,44.608154,0],[-71.929387,44.608225,0],[-71.929375,44.608295,0],[-71.929302,44.608386,0],[-71.929116,44.608541,0],[-71.929047,44.608619,0],[-71.92896,44.608661,0],[-71.92888,44.608716,0],[-71.928816,44.608725,0],[-71.928558,44.608598,0],[-71.928473,44.608613,0],[-71.928507,44.608672,0],[-71.928696,44.608757,0],[-71.928903,44.608854,0],[-71.928964,44.608913,0],[-71.928997,44.60898,0],[-71.929052,44.609042,0],[-71.92909,44.60909,0],[-71.929137,44.609106,0],[-71.929248,44.609122,0],[-71.929383,44.609132,0],[-71.929567,44.609177,0],[-71.929737,44.609241,0],[-71.929845,44.609324,0],[-71.929844,44.609422,0],[-71.929833,44.609456,0]]]},"properties":{"id":"mtb247","name":"Nose Dive","touches":",mtb204,mtb451,mtb448,mtb455,","length":498.38503916636154}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.934088,44.605566,0],[-71.933928,44.60546,0],[-71.933679,44.605209,0],[-71.933547,44.60496,0]]]},"properties":{"id":"mtb248","name":"Pond Jct","touches":",mtb441,mtb442,mtb417,mtb418,","length":81.08395970170727}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.894226,44.634427,0],[-71.894294,44.634519,0],[-71.894364,44.634612,0],[-71.894317,44.634829,0],[-71.894063,44.635028,0],[-71.893976,44.635362,0],[-71.893927,44.635638,0],[-71.89381,44.635861,0],[-71.893663,44.636061,0],[-71.89356,44.636171,0],[-71.893357,44.636368,0],[-71.893135,44.636494,0],[-71.892977,44.636634,0],[-71.892833,44.636798,0],[-71.89274,44.636971,0],[-71.892776,44.637251,0],[-71.892858,44.637404,0],[-71.892991,44.637624,0],[-71.893202,44.637803,0],[-71.893294,44.638026,0],[-71.893295,44.638301,0],[-71.893253,44.638468,0],[-71.893217,44.638681,0],[-71.892865,44.638858,0],[-71.892365,44.639167,0],[-71.89243,44.639226,0],[-71.89265,44.639148,0],[-71.893004,44.639025,0],[-71.893125,44.63906,0],[-71.893323,44.639407,0],[-71.89347,44.63964,0],[-71.89346,44.639741,0],[-71.892995,44.639946,0],[-71.892823,44.640103,0],[-71.89271,44.640325,0],[-71.891968,44.640493,0]]]},"properties":{"id":"mtb249","name":"Winnie's Way","touches":",mtb241,mtb380,mtb386,mtb493,","length":916.3911324379351}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.980041,44.560432,0],[-71.980128,44.5605,0],[-71.9805,44.560687,0],[-71.980881,44.561071,0],[-71.981175,44.56132,0],[-71.981235,44.561419,0]]]},"properties":{"id":"mtb255","name":"Violet's Outback","touches":",mtb128,mtb254,mtb252,mtb383,mtb755,","length":146.8672975578128}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.983042,44.568687,0],[-71.98293,44.56876,0],[-71.982707,44.568845,0],[-71.982572,44.568953,0],[-71.982325,44.56908,0],[-71.982155,44.569215,0],[-71.98202,44.569409,0],[-71.981822,44.569521,0],[-71.981762,44.569579,0],[-71.981742,44.56965,0],[-71.981768,44.569939,0],[-71.981737,44.570045,0],[-71.981681,44.570147,0],[-71.981575,44.57027,0],[-71.981428,44.57037,0],[-71.981407,44.570402,0],[-71.981243,44.570474,0]]]},"properties":{"id":"mtb256","name":"Violet's Outback","touches":",mtb243,mtb257,mtb472,mtb743,","length":260.5017735281964}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.982546,44.566989,0],[-71.982677,44.567068,0],[-71.982772,44.567205,0],[-71.982803,44.567458,0],[-71.982859,44.56767,0],[-71.982889,44.567951,0],[-71.982908,44.568285,0],[-71.982927,44.568356,0],[-71.983074,44.568584,0],[-71.983042,44.568687,0]]]},"properties":{"id":"mtb257","name":"Violet's Outback","touches":",mtb243,mtb256,mtb258,mtb342,","length":198.92426918549546}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.981121,44.563484,0],[-71.981172,44.563624,0],[-71.981491,44.563951,0],[-71.981548,44.564089,0],[-71.981554,44.564198,0],[-71.981631,44.56433,0],[-71.981693,44.564388,0],[-71.981822,44.564585,0],[-71.981869,44.564688,0],[-71.981898,44.565086,0],[-71.981956,44.565336,0],[-71.981959,44.565626,0],[-71.981992,44.565806,0],[-71.982045,44.565945,0],[-71.982068,44.566162,0],[-71.982097,44.566267,0],[-71.982319,44.566749,0],[-71.982459,44.566899,0],[-71.982546,44.566989,0]]]},"properties":{"id":"mtb258","name":"Violet's Outback","touches":",mtb253,mtb429,mtb257,mtb342,","length":414.21588303404815}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.90952,44.579473,0],[-71.909327,44.579636,0],[-71.909286,44.579776,0],[-71.909338,44.579915,0],[-71.909485,44.580106,0],[-71.909609,44.580168,0],[-71.909775,44.580304,0],[-71.909782,44.580335,0],[-71.909693,44.580368,0],[-71.909345,44.580415,0],[-71.909041,44.580421,0],[-71.908999,44.580403,0],[-71.908932,44.580306,0],[-71.908708,44.580159,0],[-71.90855,44.580018,0],[-71.908422,44.57996,0],[-71.908325,44.579939,0],[-71.908177,44.579966,0],[-71.908078,44.579967,0],[-71.907977,44.579955,0],[-71.907842,44.579911,0],[-71.907487,44.579901,0],[-71.907242,44.579855,0],[-71.907043,44.579881,0],[-71.906904,44.579926,0],[-71.906759,44.579914,0],[-71.90657,44.579964,0],[-71.906065,44.579933,0],[-71.905966,44.579945,0],[-71.905878,44.579981,0],[-71.90579,44.580069,0],[-71.90586,44.58031,0]]]},"properties":{"id":"mtb259","name":"Drawbridge","touches":",mtb154,mtb205,mtb185,mtb186,","length":495.54473055885086}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.912355,44.587218,0],[-71.912293,44.587118,0],[-71.912117,44.587058,0],[-71.911689,44.587073,0],[-71.911328,44.587056,0],[-71.911075,44.587096,0],[-71.910715,44.587123,0],[-71.910628,44.587118,0],[-71.910415,44.587049,0],[-71.910169,44.58704,0],[-71.910095,44.587003,0],[-71.909869,44.586838,0],[-71.909722,44.586694,0],[-71.909578,44.58638,0],[-71.909493,44.586271,0],[-71.90941,44.586123,0],[-71.909346,44.58606,0],[-71.909027,44.585923,0],[-71.908991,44.58588,0],[-71.908962,44.585741,0],[-71.908902,44.58567,0],[-71.908747,44.585581,0],[-71.908625,44.585438,0],[-71.908487,44.585324,0],[-71.908388,44.585271,0],[-71.907736,44.585068,0],[-71.907603,44.585004,0],[-71.907546,44.584946,0],[-71.907519,44.584864,0],[-71.907621,44.584552,0],[-71.907588,44.584459,0],[-71.907531,44.584417,0],[-71.907444,44.584401,0],[-71.907239,44.584397,0],[-71.90712,44.584378,0],[-71.907005,44.584347,0],[-71.906856,44.584281,0],[-71.906777,44.584216,0],[-71.906617,44.583846,0],[-71.906555,44.583778,0],[-71.906389,44.583722,0],[-71.905971,44.58368,0],[-71.905821,44.583637,0],[-71.905722,44.583573,0],[-71.905484,44.583328,0],[-71.905347,44.583216,0],[-71.905206,44.583145,0],[-71.904937,44.582965,0],[-71.904553,44.582807,0],[-71.904444,44.5827,0],[-71.904402,44.582592,0],[-71.904482,44.58229,0],[-71.904539,44.582184,0],[-71.904738,44.582088,0],[-71.904822,44.581992,0],[-71.904823,44.581942,0],[-71.904795,44.581878,0],[-71.904727,44.581781,0],[-71.904663,44.581688,0],[-71.904479,44.581703,0]]]},"properties":{"id":"mtb260","name":"Knightslayer","touches":",mtb316,mtb319,mtb409,mtb411,","length":1049.2180730253976}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969587,44.57292,0],[-71.969462,44.572873,0],[-71.968982,44.572712,0],[-71.968256,44.57251,0],[-71.967981,44.572444,0],[-71.967851,44.572424,0],[-71.96737,44.572383,0],[-71.966699,44.572307,0],[-71.966255,44.572282,0],[-71.965958,44.572274,0],[-71.965773,44.572272,0],[-71.965354,44.572283,0],[-71.965135,44.572274,0],[-71.964579,44.572219,0],[-71.964389,44.572181,0],[-71.964176,44.572157,0],[-71.963954,44.572153,0]]]},"properties":{"id":"mtb261","name":"Bill Magill","touches":",mtb79,mtb262,mtb127,mtb263,mtb630,","length":460.6796366713797}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.971885,44.573452,0],[-71.971827,44.573427,0],[-71.971691,44.57339,0],[-71.971302,44.573247,0],[-71.971105,44.573202,0],[-71.970169,44.573104,0],[-71.970015,44.573081,0],[-71.969862,44.573044,0],[-71.969726,44.57299,0],[-71.969587,44.57292,0]]]},"properties":{"id":"mtb262","name":"Bill Magill","touches":",mtb79,mtb261,rd376,","length":194.43704454799743}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.963954,44.572153,0],[-71.963931,44.572209,0],[-71.963744,44.572477,0],[-71.963606,44.572704,0],[-71.963546,44.572783,0],[-71.963465,44.572865,0],[-71.963364,44.572943,0],[-71.9631,44.573091,0],[-71.962975,44.57317,0],[-71.962561,44.573512,0],[-71.962214,44.573751,0],[-71.96209,44.573852,0],[-71.962067,44.573886,0],[-71.962077,44.573919,0]]]},"properties":{"id":"mtb263","name":"Bill Magill","touches":",mtb127,mtb261,mtb630,mtb265,mtb466,","length":251.53530882319365}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962445,44.574764,0],[-71.962433,44.574886,0],[-71.962424,44.57505,0],[-71.962405,44.575153,0],[-71.962364,44.575265,0],[-71.962335,44.575313,0],[-71.962277,44.575376,0],[-71.962226,44.575433,0]]]},"properties":{"id":"hke264","name":"Bill Magill","touches":",mtb153,mtb265,hke267,mtb710,","length":77.86108369718394}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962077,44.573919,0],[-71.962343,44.574149,0],[-71.962391,44.574244,0],[-71.962429,44.574451,0],[-71.962451,44.574696,0],[-71.962445,44.574764,0]]]},"properties":{"id":"mtb265","name":"Bill Magill","touches":",mtb153,hke264,mtb263,mtb466,","length":102.47963473909569}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962182,44.575843,0],[-71.962425,44.57596,0],[-71.962633,44.576,0],[-71.962842,44.576012,0],[-71.963225,44.575951,0],[-71.963703,44.575889,0],[-71.963832,44.575893,0],[-71.963944,44.575907,0],[-71.964033,44.575931,0],[-71.964394,44.576093,0],[-71.964511,44.576132,0],[-71.964789,44.576208,0],[-71.965111,44.576269,0],[-71.965349,44.576335,0],[-71.9655,44.576395,0],[-71.965564,44.576411,0],[-71.965735,44.576495,0],[-71.966068,44.576617,0],[-71.966166,44.576664,0],[-71.966253,44.576723,0],[-71.966381,44.57685,0],[-71.96641,44.576896,0],[-71.966444,44.57693,0],[-71.966491,44.576958,0],[-71.966735,44.577051,0],[-71.966871,44.577082,0],[-71.967345,44.577081,0],[-71.967499,44.577126,0],[-71.967647,44.577148,0],[-71.967787,44.577154,0],[-71.967939,44.577187,0],[-71.967988,44.577209,0]]]},"properties":{"id":"hke266","name":"Bill Magill","touches":",hke267,hke336,rd375,rd577,","length":509.2920896314231}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962226,44.575433,0],[-71.962213,44.575637,0],[-71.962182,44.575843,0]]]},"properties":{"id":"hke267","name":"Bill Magill","touches":",hke264,mtb710,hke266,hke336,","length":45.71427583048806}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.95609,44.588515,0],[-71.956087,44.588333,0],[-71.956011,44.588167,0],[-71.956027,44.58807,0]]]},"properties":{"id":"mtb268","name":"To Kitchel","touches":",mtb178,mtb270,mtb346,mtb333,mtb334,","length":50.45636959103955}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956027,44.58807,0],[-71.956174,44.588009,0],[-71.956263,44.587914,0],[-71.956313,44.587809,0],[-71.956366,44.587717,0]]]},"properties":{"id":"mtb270","name":"To Kitchel","touches":",mtb178,mtb268,mtb346,mtb244,mtb269,","length":49.5552132530099}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.968831,44.594579,0],[-71.968898,44.594719,0],[-71.968976,44.594815,0],[-71.968991,44.594959,0],[-71.969077,44.595133,0],[-71.969258,44.595357,0],[-71.969492,44.595761,0]]]},"properties":{"id":"mtb271","name":"Coronary","touches":",mtb272,mtb282,mtb275,mtb281,","length":142.6564229703075}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.967767,44.59312,0],[-71.96791,44.593227,0],[-71.96816,44.593455,0],[-71.96839,44.593597,0],[-71.968629,44.593875,0],[-71.968711,44.594046,0],[-71.968745,44.594298,0],[-71.968831,44.594579,0]]]},"properties":{"id":"mtb272","name":"Coronary","touches":",mtb3,mtb5,mtb271,mtb282,","length":189.19931485702287}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.9644,44.595695,0],[-71.964496,44.595815,0],[-71.964496,44.595924,0],[-71.964513,44.595955,0],[-71.964591,44.596001,0],[-71.964691,44.596167,0],[-71.964665,44.59631,0],[-71.964473,44.596522,0],[-71.964389,44.596693,0],[-71.964243,44.596924,0],[-71.964158,44.597014,0],[-71.964025,44.597123,0],[-71.963436,44.597469,0],[-71.963222,44.597545,0],[-71.962956,44.597554,0],[-71.96259,44.59763,0]]]},"properties":{"id":"mtb273","name":"Coronary","touches":",mtb3,mtb4,mtb66,mtb146,mtb274,mtb691,","length":310.7605478515286}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.96259,44.59763,0],[-71.962479,44.597809,0],[-71.962405,44.597897,0],[-71.962316,44.597973,0],[-71.962164,44.598019,0],[-71.961803,44.598136,0],[-71.961524,44.598109,0],[-71.961303,44.598113,0],[-71.9611,44.598131,0],[-71.960783,44.598402,0],[-71.960564,44.598798,0],[-71.96055,44.598913,0]]]},"properties":{"id":"mtb274","name":"Coronary","touches":",mtb66,mtb146,mtb273,mtb691,mtb147,mtb279,mtb307,","length":244.19621330537356}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969492,44.595761,0],[-71.9694,44.595886,0],[-71.969388,44.595985,0]]]},"properties":{"id":"mtb275","name":"Coronary","touches":",mtb271,mtb281,mtb379,mtb690,mtb692,","length":26.706463498485974}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.966518,44.601374,0],[-71.96643,44.601406,0],[-71.966028,44.601445,0],[-71.965472,44.601425,0],[-71.964796,44.601266,0],[-71.964549,44.601223,0],[-71.964319,44.601149,0],[-71.964098,44.601,0]]]},"properties":{"id":"mtb276","name":"Coronary","touches":",mtb145,mtb280,mtb182,mtb277,","length":205.07942358731623}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.967529,44.600419,0],[-71.967365,44.600578,0],[-71.966905,44.600832,0],[-71.966779,44.600945,0],[-71.96668,44.601071,0],[-71.966518,44.601374,0]]]},"properties":{"id":"mtb277","name":"Coronary","touches":",mtb145,mtb278,mtb432,mtb182,mtb276,","length":136.2901315012448}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.968413,44.596715,0],[-71.968404,44.59686,0],[-71.968396,44.596919,0],[-71.968401,44.597644,0],[-71.968508,44.598033,0],[-71.968527,44.598503,0],[-71.968499,44.598572,0],[-71.968097,44.599034,0],[-71.967914,44.59937,0],[-71.967689,44.599654,0],[-71.967666,44.599942,0],[-71.967529,44.600419,0]]]},"properties":{"id":"mtb278","name":"Coronary","touches":",mtb145,mtb277,mtb432,mtb690,mtb691,mtb692,","length":430.4877993871249}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962846,44.601287,0],[-71.962807,44.601272,0],[-71.962788,44.601165,0],[-71.962684,44.601,0],[-71.962541,44.600615,0],[-71.962466,44.60052,0],[-71.962251,44.600367,0],[-71.962152,44.60024,0],[-71.962035,44.60004,0],[-71.961795,44.599807,0],[-71.961664,44.599571,0],[-71.961561,44.599448,0],[-71.960841,44.599108,0],[-71.960578,44.598999,0],[-71.960554,44.598972,0],[-71.96055,44.598913,0]]]},"properties":{"id":"mtb279","name":"Coronary","touches":",mtb146,mtb147,mtb274,mtb307,mtb148,mtb280,","length":335.4265127595349}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.964098,44.601,0],[-71.963949,44.600989,0],[-71.963802,44.60101,0],[-71.963741,44.601065,0],[-71.963658,44.601106,0],[-71.963275,44.6012,0],[-71.963044,44.601275,0],[-71.962895,44.601295,0],[-71.962846,44.601287,0]]]},"properties":{"id":"mtb280","name":"Coronary","touches":",mtb145,mtb276,mtb148,mtb279,","length":107.9243505120567}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969986,44.595258,0],[-71.969981,44.59531,0],[-71.969943,44.595368,0],[-71.969492,44.595761,0]]]},"properties":{"id":"mtb281","name":"Coronary","touches":",mtb271,mtb275,mtb282,mtb297,mtb433,","length":69.36142190066715}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.968831,44.594579,0],[-71.968952,44.594779,0],[-71.969028,44.594826,0],[-71.969401,44.594943,0],[-71.96971,44.595069,0],[-71.969948,44.595205,0],[-71.969978,44.595232,0],[-71.969986,44.595258,0]]]},"properties":{"id":"mtb282","name":"Coronary","touches":",mtb271,mtb272,mtb281,mtb297,mtb433,","length":123.7890854249805}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969072,44.602864,0],[-71.968631,44.602758,0],[-71.96843,44.602739,0],[-71.968236,44.602696,0],[-71.968084,44.602694,0],[-71.96799,44.60272,0],[-71.967777,44.602873,0],[-71.967475,44.602883,0],[-71.967427,44.602872,0],[-71.967366,44.602817,0],[-71.967332,44.602675,0],[-71.967279,44.602618,0],[-71.967085,44.602653,0],[-71.967,44.602617,0],[-71.966935,44.602562,0],[-71.966813,44.6025,0],[-71.966769,44.60236,0],[-71.96677,44.602252,0],[-71.966862,44.602123,0],[-71.966946,44.601952,0],[-71.967,44.601813,0],[-71.967026,44.601633,0],[-71.967123,44.601467,0],[-71.967237,44.601397,0],[-71.967483,44.601353,0],[-71.967761,44.601265,0],[-71.967934,44.601087,0],[-71.96816,44.600891,0],[-71.968219,44.600792,0],[-71.968222,44.600657,0],[-71.968255,44.600565,0]]]},"properties":{"id":"mtb283","name":"Pastore Point Loop","touches":",mtb284,mtb306,mtb285,mtb379,mtb432,mtb433,","length":482.5673196023721}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.968356,44.600739,0],[-71.968333,44.600791,0],[-71.968176,44.601025,0],[-71.968089,44.60127,0],[-71.968028,44.601327,0],[-71.967873,44.601416,0],[-71.967798,44.601626,0],[-71.967691,44.601829,0],[-71.967579,44.601949,0],[-71.967509,44.602045,0],[-71.967484,44.602114,0],[-71.967506,44.602145,0],[-71.96755,44.602163,0],[-71.967701,44.602173,0],[-71.96809,44.60209,0],[-71.96834,44.60206,0],[-71.968617,44.601969,0],[-71.968838,44.601773,0],[-71.968957,44.601589,0],[-71.969049,44.601586,0],[-71.969069,44.601746,0],[-71.969206,44.60194,0],[-71.969328,44.602138,0],[-71.969366,44.602243,0],[-71.969383,44.60235,0],[-71.969323,44.602745,0],[-71.969252,44.602838,0],[-71.96921,44.602859,0],[-71.969112,44.602874,0],[-71.969072,44.602864,0]]]},"properties":{"id":"mtb284","name":"Pastore Point Loop","touches":",mtb283,mtb306,mtb285,mtb297,","length":486.47438723769983}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.968255,44.600565,0],[-71.968294,44.600655,0],[-71.968342,44.600698,0],[-71.968356,44.600739,0]]]},"properties":{"id":"mtb285","name":"Pastore Point Loop","touches":",mtb283,mtb379,mtb432,mtb433,mtb284,mtb297,","length":21.33267705445058}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.895168,44.570721,0],[-71.895073,44.570746,0],[-71.894976,44.570777,0],[-71.894826,44.570833,0],[-71.894542,44.570996,0],[-71.894426,44.571099,0]]]},"properties":{"id":"hke286","name":"Profile Trail","touches":",mtb195,hke618,mtb615,hke616,","length":73.53380494070709}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.941445,44.592364,0],[-71.941463,44.592223,0],[-71.94151,44.592183,0],[-71.941568,44.592044,0],[-71.941677,44.591917,0],[-71.941739,44.591779,0],[-71.941849,44.591682,0],[-71.9419,44.59153,0],[-71.941998,44.591426,0],[-71.942116,44.5913,0],[-71.942126,44.591207,0],[-71.941966,44.591096,0],[-71.941969,44.590949,0],[-71.942032,44.590867,0],[-71.942071,44.590716,0],[-71.942154,44.590575,0],[-71.942257,44.590361,0]]]},"properties":{"id":"mtb302","name":"Ridge Run","touches":",mtb117,mtb118,mtb142,mtb143,mtb304,mtb343,","length":246.30375523803764}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.963358,44.563786,0],[-71.963297,44.563633,0],[-71.963293,44.563482,0],[-71.963156,44.563264,0],[-71.963156,44.56316,0],[-71.963197,44.563086,0],[-71.963392,44.562867,0],[-71.963477,44.562804,0],[-71.963644,44.562725,0],[-71.963691,44.562668,0],[-71.963712,44.562431,0],[-71.96375,44.562308,0],[-71.963838,44.562191,0],[-71.964127,44.561897,0],[-71.964168,44.561823,0],[-71.964173,44.561638,0],[-71.964209,44.561531,0],[-71.96463,44.561144,0],[-71.964704,44.56103,0],[-71.96477,44.560857,0],[-71.964795,44.56067,0],[-71.964866,44.560549,0],[-71.964941,44.560504,0],[-71.965457,44.560322,0],[-71.965795,44.56014,0],[-71.965927,44.56012,0],[-71.966184,44.560161,0],[-71.966273,44.560197,0],[-71.96633,44.56025,0],[-71.966338,44.560297,0],[-71.966259,44.560378,0],[-71.966208,44.560438,0],[-71.966215,44.560492,0],[-71.966237,44.560519,0],[-71.966303,44.560543,0],[-71.966385,44.560567,0],[-71.96658,44.560583,0]]]},"properties":{"id":"mtb287","name":"East Branch","touches":",mtb103,mtb104,mtb288,mtb105,mtb106,","length":600.1981786525653}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962575,44.56423,0],[-71.962636,44.564198,0],[-71.962665,44.564167,0],[-71.962686,44.564124,0],[-71.962705,44.56404,0],[-71.962759,44.563964,0],[-71.962808,44.563934,0],[-71.96287,44.563933,0],[-71.962916,44.563918,0],[-71.962964,44.563885,0],[-71.963,44.56385,0],[-71.96305,44.563817,0],[-71.963165,44.5638,0],[-71.963309,44.563791,0],[-71.963358,44.563786,0]]]},"properties":{"id":"mtb288","name":"East Branch","touches":",mtb103,mtb104,mtb287,mtb508,mtb564,","length":88.48004959011442}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.961367,44.56884,288.1],[-71.961377,44.568915,288],[-71.961442,44.569044,0],[-71.961446,44.569083,0],[-71.961413,44.569092,286.869011],[-71.961379,44.569072,286.2],[-71.961293,44.569032,0],[-71.961179,44.569034,0],[-71.961077,44.569072,0],[-71.961033,44.569135,0],[-71.961024,44.569208,0],[-71.961014,44.569297,287.5],[-71.960983,44.569394,0],[-71.960906,44.569472,0],[-71.960755,44.569622,0],[-71.96059,44.569732,289.5],[-71.96069,44.569525,0],[-71.960719,44.56939,290.8],[-71.960697,44.569264,290.6],[-71.960601,44.56911,290.1],[-71.960491,44.568931,289],[-71.960263,44.568607,286.448396],[-71.960216,44.568559,0],[-71.960123,44.568548,0],[-71.960036,44.568562,0],[-71.959848,44.568578,0],[-71.959679,44.568545,140.926774],[-71.959526,44.568498,278.247954],[-71.959428,44.568461,277.4],[-71.959344,44.568448,276.6],[-71.959275,44.568467,0],[-71.959248,44.568466,0],[-71.959208,44.568457,0],[-71.959207,44.56843,0],[-71.959236,44.568355,0],[-71.959167,44.568328,0],[-71.958974,44.568308,0],[-71.958752,44.568335,270.8],[-71.95864,44.568372,0],[-71.958461,44.56843,0],[-71.958277,44.568444,0],[-71.958121,44.568469,0],[-71.957982,44.568488,0],[-71.957754,44.568512,0],[-71.957473,44.568578,0],[-71.957273,44.568632,0],[-71.957102,44.568714,0],[-71.956993,44.568766,0],[-71.956872,44.568848,0],[-71.956686,44.568899,0],[-71.956549,44.568997,0],[-71.956434,44.569128,0],[-71.956307,44.569285,0],[-71.956148,44.569613,0],[-71.956018,44.569775,0]]]},"properties":{"id":"mtb289","name":"East Branch","touches":",mtb224,mtb225,mtb509,mtb290,mtb464,","length":713.2846024728523}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956018,44.569775,0],[-71.955952,44.569808,0],[-71.95591,44.569833,0],[-71.955793,44.569921,0],[-71.955721,44.569964,0],[-71.955632,44.570003,0]]]},"properties":{"id":"mtb290","name":"East Branch","touches":",mtb289,mtb464,mtb292,mtb465,","length":39.93043957386719}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953398,44.571094,0],[-71.953001,44.57126,0],[-71.952854,44.571228,0],[-71.952656,44.571301,0],[-71.952477,44.571521,0],[-71.952406,44.571562,0],[-71.952303,44.571659,0],[-71.952183,44.571674,0],[-71.952109,44.571791,0],[-71.952054,44.571955,0],[-71.95202,44.572011,0],[-71.95201,44.572061,0],[-71.951983,44.572108,0],[-71.951966,44.572197,0],[-71.951935,44.572236,0],[-71.951924,44.572279,0],[-71.951888,44.572329,0],[-71.951878,44.572375,0],[-71.951844,44.57242,0],[-71.951834,44.572464,0],[-71.9518,44.572505,0],[-71.95179,44.57254,0],[-71.951758,44.572571,0],[-71.951748,44.572597,0],[-71.951719,44.572617,0],[-71.951693,44.572666,0],[-71.951592,44.572774,0],[-71.951576,44.572811,0],[-71.951543,44.572845,0],[-71.951532,44.572876,0],[-71.951418,44.573001,0],[-71.951405,44.573071,0],[-71.951375,44.573117,0],[-71.951366,44.573201,0],[-71.951324,44.573304,0],[-71.951256,44.573417,0],[-71.951233,44.573491,0],[-71.951206,44.57352,0],[-71.951192,44.573587,0],[-71.950966,44.57387,0],[-71.95087,44.574071,0],[-71.950854,44.574121,0],[-71.950856,44.57419,0],[-71.950859,44.574206,0],[-71.950888,44.574236,0],[-71.950902,44.574365,0],[-71.950936,44.574456,0],[-71.950977,44.574559,0],[-71.951033,44.574655,0],[-71.951133,44.574736,0],[-71.951223,44.574742,0],[-71.951232,44.574661,0],[-71.951244,44.57446,0],[-71.951273,44.57441,0],[-71.951287,44.574324,0],[-71.951369,44.574246,0],[-71.951452,44.574207,0],[-71.951519,44.574205,0],[-71.951578,44.574225,0],[-71.951605,44.574243,0],[-71.95166,44.574298,0],[-71.951671,44.574335,0],[-71.951831,44.574551,0],[-71.951844,44.574605,0],[-71.951975,44.574795,0],[-71.952051,44.574885,0],[-71.952061,44.57492,0],[-71.952092,44.574954,0],[-71.952104,44.575011,0],[-71.952133,44.575039,0],[-71.952149,44.575128,0],[-71.95218,44.575166,0],[-71.952201,44.575246,0],[-71.952223,44.575288,0],[-71.952233,44.575364,0],[-71.952264,44.575405,0],[-71.952277,44.57548,0],[-71.952305,44.575513,0],[-71.952317,44.575628,0],[-71.95229,44.575732,0],[-71.952275,44.575832,0],[-71.952276,44.57593,0],[-71.95227,44.575993,0],[-71.952198,44.576114,0],[-71.952247,44.576242,0],[-71.952317,44.576266,0],[-71.95255,44.57633,0],[-71.952662,44.576386,0],[-71.952782,44.57646,0],[-71.952963,44.576589,0],[-71.953103,44.576709,0]]]},"properties":{"id":"hke291","name":"East Branch","touches":",hke30,hke80,hke92,mtb149,mtb292,","length":905.5207834832474}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955632,44.570003,0],[-71.955473,44.570016,0],[-71.95533,44.570055,0],[-71.955151,44.570137,0],[-71.955045,44.570202,0],[-71.95498,44.570262,0],[-71.954919,44.570339,0],[-71.954867,44.570407,0],[-71.954808,44.57045,0],[-71.95459,44.570539,0],[-71.954459,44.570649,0],[-71.954222,44.570839,0],[-71.954024,44.571003,0],[-71.953892,44.571072,0],[-71.953831,44.571101,0],[-71.953783,44.571115,0],[-71.953727,44.571089,0],[-71.953699,44.571062,0],[-71.953715,44.571021,0],[-71.953745,44.570981,0],[-71.953771,44.570936,0],[-71.953696,44.570916,0],[-71.953579,44.570956,0],[-71.953485,44.571008,0],[-71.953398,44.571094,0]]]},"properties":{"id":"mtb292","name":"East Branch","touches":",mtb149,hke291,mtb290,mtb465,","length":259.9247746579122}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.90599,44.589411,0],[-71.906833,44.589841,0],[-71.907381,44.590165,0],[-71.907861,44.590488,0],[-71.908304,44.59073,0],[-71.909156,44.591125,0],[-71.909296,44.591167,0],[-71.909388,44.591144,0],[-71.909503,44.591073,0],[-71.910236,44.590335,0],[-71.910606,44.590144,0],[-71.910836,44.589954,0],[-71.911199,44.589758,0],[-71.911498,44.589622,0],[-71.911598,44.589608,0],[-71.911744,44.58963,0],[-71.912099,44.58961,0],[-71.912295,44.589577,0],[-71.912498,44.589565,0],[-71.912986,44.589665,0],[-71.913356,44.589784,0],[-71.913456,44.589787,0],[-71.913634,44.589728,0],[-71.913886,44.589747,0],[-71.914048,44.589661,0],[-71.914237,44.58961,0],[-71.914382,44.589491,0]]]},"properties":{"id":"mtb293","name":"Shire","touches":",mtb39,mtb412,mtb413,rd371,","length":823.0271849472729}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.899092,44.587836,0],[-71.899123,44.587839,0],[-71.89917,44.587847,0],[-71.899227,44.587837,0],[-71.89935,44.587764,0],[-71.899461,44.587643,0],[-71.899571,44.587498,0]]]},"properties":{"id":"mtb294","name":"Shire","touches":",mtb18,mtb219,rd728,mtb735,rd736,","length":58.05226058398715}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.898802,44.588494,0],[-71.898774,44.58849,0],[-71.898714,44.588437,0],[-71.898673,44.588352,0],[-71.898662,44.588243,0],[-71.898679,44.588182,0],[-71.89865,44.588113,0],[-71.898602,44.588005,0]]]},"properties":{"id":"mtb295","name":"Shire","touches":",mtb169,mtb735,mtb296,mtb388,","length":59.49157611380606}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.939205,44.592686,0],[-71.939399,44.592838,0],[-71.939442,44.592855,0],[-71.939666,44.592886,0]]]},"properties":{"id":"mtb303","name":"Ridge Run","touches":",mtb115,mtb116,mtb305,mtb140,mtb144,","length":44.91335023278053}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.941165,44.592672,0],[-71.941258,44.592577,0],[-71.941346,44.592497,0],[-71.941374,44.592423,0],[-71.941445,44.592364,0]]]},"properties":{"id":"mtb304","name":"Ridge Run","touches":",mtb302,mtb343,mtb305,mtb437,","length":41.378000551220694}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.902424,44.590271,0],[-71.902273,44.590309,0],[-71.90216,44.590428,0],[-71.901732,44.590738,0],[-71.901499,44.590877,0],[-71.901278,44.590965,0],[-71.900879,44.59102,0],[-71.900677,44.591032,0],[-71.899915,44.591047,0],[-71.899306,44.591034,0],[-71.899061,44.590988,0],[-71.899023,44.590964,0],[-71.899031,44.590929,0],[-71.899538,44.590432,0],[-71.900023,44.590061,0],[-71.900074,44.589961,0],[-71.900034,44.589897,0],[-71.89994,44.589878,0],[-71.899693,44.589919,0],[-71.89944,44.589935,0],[-71.898658,44.590093,0],[-71.89834,44.590203,0],[-71.898291,44.590212,0],[-71.898202,44.590184,0],[-71.89818,44.590115,0],[-71.898231,44.590055,0],[-71.898425,44.589938,0],[-71.898808,44.589762,0],[-71.899137,44.589488,0],[-71.899366,44.589347,0],[-71.899627,44.589124,0],[-71.899675,44.589061,0],[-71.899681,44.58899,0],[-71.899624,44.588931,0],[-71.8992,44.58866,0],[-71.898983,44.588594,0],[-71.898802,44.588494,0]]]},"properties":{"id":"mtb296","name":"Shire","touches":",mtb295,mtb388,mtb727,rd728,","length":877.7072787442862}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969986,44.595258,0],[-71.969988,44.595229,0],[-71.969998,44.595216,0],[-71.970092,44.595119,0],[-71.970266,44.594987,0],[-71.970406,44.594948,0],[-71.97055,44.594979,0],[-71.970726,44.595196,0],[-71.970733,44.595266,0],[-71.970683,44.595443,0],[-71.970797,44.595682,0],[-71.97073,44.595927,0],[-71.97066,44.596023,0],[-71.970653,44.596093,0],[-71.970742,44.596223,0],[-71.970878,44.596329,0],[-71.970979,44.596495,0],[-71.970994,44.596566,0],[-71.970916,44.596848,0],[-71.970834,44.597067,0],[-71.970802,44.597234,0],[-71.97089,44.597282,0],[-71.970984,44.597367,0],[-71.97108,44.59738,0],[-71.971164,44.597415,0],[-71.971189,44.597469,0],[-71.97118,44.597565,0],[-71.971222,44.597584,0],[-71.971255,44.597576,0],[-71.971351,44.597411,0],[-71.971403,44.597412,0],[-71.97141,44.597485,0],[-71.971392,44.597578,0],[-71.971392,44.59786,0],[-71.971362,44.598036,0],[-71.971269,44.598199,0],[-71.971159,44.598337,0],[-71.971064,44.598579,0],[-71.970853,44.598735,0],[-71.970711,44.598884,0],[-71.97052,44.599002,0],[-71.970321,44.599212,0],[-71.970321,44.599282,0],[-71.970389,44.59935,0],[-71.970606,44.599358,0],[-71.970652,44.599389,0],[-71.970667,44.599424,0],[-71.970634,44.599453,0],[-71.97056,44.599474,0],[-71.970256,44.599444,0],[-71.97019,44.599447,0],[-71.969792,44.599607,0],[-71.96971,44.59965,0],[-71.969497,44.599853,0],[-71.969426,44.600099,0],[-71.969308,44.600259,0],[-71.969188,44.600432,0],[-71.96918,44.600533,0],[-71.969204,44.600568,0],[-71.96925,44.600583,0],[-71.969278,44.600561,0],[-71.9693,44.6005,0],[-71.969335,44.600484,0],[-71.969372,44.600505,0],[-71.969404,44.600641,0],[-71.969394,44.600748,0],[-71.969341,44.600809,0],[-71.969173,44.600889,0],[-71.969032,44.601078,0],[-71.968855,44.601208,0],[-71.968687,44.601305,0],[-71.968624,44.601361,0],[-71.968543,44.601472,0],[-71.968501,44.601492,0],[-71.968471,44.601472,0],[-71.968466,44.601402,0],[-71.968545,44.601213,0],[-71.968545,44.601171,0],[-71.968438,44.601022,0],[-71.968416,44.600902,0],[-71.968421,44.600837,0],[-71.968442,44.600765,0],[-71.968451,44.600715,0],[-71.968356,44.600739,0]]]},"properties":{"id":"mtb297","name":"Pastore Point","touches":",mtb281,mtb282,mtb433,mtb284,mtb285,","length":1139.7629448931752}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.980384,44.577806,0],[-71.980471,44.577831,0],[-71.980728,44.577954,0],[-71.980966,44.578143,0],[-71.981309,44.578299,0],[-71.98157,44.578609,0],[-71.981612,44.578713,0],[-71.981691,44.57918,0],[-71.981758,44.579317,0],[-71.981854,44.579445,0],[-71.982027,44.579862,0],[-71.982025,44.579935,0],[-71.981967,44.580148,0],[-71.981964,44.580257,0],[-71.981903,44.580355,0],[-71.981771,44.580405,0],[-71.981517,44.58041,0],[-71.981165,44.580393,0],[-71.980894,44.580404,0],[-71.98081,44.580485,0],[-71.980959,44.580587,0],[-71.980669,44.580655,0],[-71.980567,44.580858,0],[-71.980506,44.580915,0],[-71.980415,44.580947,0],[-71.980203,44.580937,0],[-71.980108,44.580981,0],[-71.980194,44.581043,0],[-71.98026,44.58111,0],[-71.980345,44.581177,0],[-71.980436,44.581233,0],[-71.980436,44.581281,0],[-71.980338,44.581286,0],[-71.980189,44.581223,0],[-71.980008,44.581193,0],[-71.979825,44.58118,0],[-71.979726,44.581195,0],[-71.979643,44.581236,0],[-71.979605,44.581302,0],[-71.979599,44.581411,0],[-71.979562,44.581477,0],[-71.979403,44.581663,0],[-71.979171,44.581855,0],[-71.979105,44.581992,0],[-71.979124,44.582245,0],[-71.979088,44.582497,0],[-71.979163,44.582782,0],[-71.979119,44.58307,0],[-71.979087,44.583139,0],[-71.979052,44.583239,0],[-71.978974,44.583338,0]]]},"properties":{"id":"hke298","name":"Eager Beaver","touches":",hke14,hke469,hke477,mtb311,mtb468,mtb567,","length":893.1432630414163}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.940872,44.585121,0],[-71.940845,44.585315,0],[-71.94079,44.585376,0],[-71.940703,44.585397,0],[-71.940662,44.585436,0],[-71.940659,44.585562,0],[-71.940631,44.585644,0],[-71.940517,44.585832,0],[-71.94043,44.585955,0],[-71.94042,44.586028,0],[-71.940448,44.586085,0],[-71.94075,44.58626,0]]]},"properties":{"id":"mtb299","name":"Last Call","touches":",mtb300,mtb706,rd355,","length":149.5595350355572}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.94012,44.581772,0],[-71.940122,44.581726,0],[-71.940147,44.581669,0],[-71.940174,44.581638,0],[-71.940217,44.581646,0],[-71.940253,44.581691,0],[-71.940285,44.581722,0],[-71.940323,44.581754,0],[-71.940414,44.581829,0],[-71.940463,44.581842,0],[-71.940508,44.581829,0],[-71.940547,44.581809,0],[-71.940542,44.581781,0],[-71.940566,44.581751,0],[-71.940628,44.581726,0],[-71.940711,44.581712,0],[-71.940741,44.581704,0],[-71.940745,44.581684,0],[-71.940736,44.581668,0],[-71.940724,44.581664,0],[-71.940704,44.581656,0],[-71.940706,44.581648,0],[-71.940741,44.581643,0],[-71.940765,44.581638,0],[-71.940795,44.58163,0],[-71.940818,44.581639,0],[-71.940884,44.581641,0],[-71.940926,44.581649,0],[-71.941004,44.581654,0],[-71.941087,44.58164,0],[-71.94115,44.581627,0],[-71.941179,44.581627,0],[-71.94119,44.58165,0],[-71.941193,44.581677,0],[-71.941199,44.581686,0],[-71.94125,44.581697,0],[-71.941306,44.581682,0],[-71.941362,44.581648,0],[-71.941391,44.581637,0],[-71.941471,44.581636,0],[-71.941531,44.581645,0],[-71.94156,44.581669,0],[-71.941562,44.581701,0],[-71.941558,44.58179,0],[-71.941649,44.581865,0],[-71.941828,44.581915,0],[-71.94192,44.581966,0],[-71.942008,44.58211,0],[-71.94207,44.582315,0],[-71.942085,44.582589,0],[-71.94187,44.582768,0],[-71.941835,44.582858,0],[-71.941721,44.582961,0],[-71.941662,44.583067,0],[-71.941525,44.583177,0],[-71.941486,44.583212,0],[-71.941397,44.583255,0],[-71.941283,44.583311,0],[-71.941234,44.583345,0],[-71.94121,44.583454,0],[-71.941457,44.583667,0],[-71.941586,44.583754,0],[-71.941568,44.583917,0],[-71.941433,44.584181,0],[-71.94141,44.584469,0],[-71.941309,44.584523,0],[-71.941054,44.584729,0],[-71.940944,44.584922,0],[-71.940938,44.585045,0],[-71.940872,44.585121,0]]]},"properties":{"id":"mtb300","name":"Last Call","touches":",mtb299,mtb706,mtb704,mtb705,","length":620.6077352411749}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.938116,44.585023,0],[-71.938052,44.585105,0],[-71.938035,44.585276,0],[-71.937963,44.585325,0],[-71.937882,44.585319,0],[-71.937882,44.585319,0],[-71.93782,44.585331,0],[-71.937669,44.58537,0],[-71.93761,44.585299,0],[-71.937716,44.585207,0],[-71.93778,44.585086,0],[-71.937727,44.584994,0],[-71.93744,44.585106,0],[-71.937,44.585219,0],[-71.936695,44.585307,0],[-71.936564,44.585289,0],[-71.936464,44.585301,0],[-71.936337,44.585403,0],[-71.936097,44.585453,0],[-71.935985,44.585457,0],[-71.935838,44.585482,0],[-71.935698,44.585441,0],[-71.935574,44.58532,0],[-71.935551,44.585207,0],[-71.935674,44.585115,0],[-71.935926,44.585123,0],[-71.936067,44.58504,0],[-71.936085,44.584868,0],[-71.935991,44.584789,0],[-71.93602,44.584701,0],[-71.93612,44.584614,0],[-71.936284,44.584501,0],[-71.936349,44.584401,0],[-71.936495,44.584354,0],[-71.936607,44.58443,0],[-71.93656,44.58453,0],[-71.936472,44.584588,0],[-71.936501,44.58463,0],[-71.936624,44.584647,0],[-71.936765,44.58458,0],[-71.936918,44.584442,0],[-71.936859,44.584375,0],[-71.936806,44.58425,0],[-71.936924,44.58425,0],[-71.937111,44.584451,0],[-71.937158,44.584597,0],[-71.937152,44.584743,0],[-71.937229,44.584735,0],[-71.937258,44.58458,0],[-71.937275,44.584385,0],[-71.937311,44.584354,0],[-71.937364,44.584278,0],[-71.937375,44.584202,0],[-71.937399,44.58418,0]]]},"properties":{"id":"mtb301","name":"Last Call","touches":",mtb705,mtb706,mtb325,mtb704,","length":704.2950413762962}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.888018,44.590788,0],[-71.888027,44.590789,0],[-71.888031,44.590776,0],[-71.888034,44.59068,0],[-71.888051,44.590611,0],[-71.888116,44.590436,0],[-71.888126,44.589888,0],[-71.888116,44.589757,0]]]},"properties":{"id":"mtb389","name":"Parr's Yard","touches":",mtb388,mtb701,","length":116.25740188252473}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.939666,44.592886,0],[-71.939756,44.592884,0],[-71.939842,44.592901,0],[-71.939941,44.592892,0],[-71.940044,44.592855,0],[-71.940102,44.592816,0],[-71.940142,44.592768,0],[-71.940209,44.592772,0],[-71.940452,44.592714,0],[-71.940591,44.592707,0],[-71.940685,44.59277,0],[-71.940753,44.592849,0],[-71.940778,44.592981,0],[-71.94084,44.593061,0],[-71.940867,44.593035,0],[-71.940904,44.592877,0],[-71.940962,44.59282,0],[-71.941091,44.59275,0],[-71.941165,44.592672,0]]]},"properties":{"id":"mtb305","name":"Ridge Run","touches":",mtb115,mtb116,mtb303,mtb304,mtb437,","length":178.61303254550222}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969073,44.602991,0],[-71.969072,44.602864,0]]]},"properties":{"id":"mtb306","name":"Pastore Jct","touches":",mtb283,mtb284,rd484,rd502,","length":14.120515536472583}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.96055,44.598913,0],[-71.960533,44.598832,0],[-71.960416,44.598785,0],[-71.960272,44.598742,0],[-71.959881,44.598667,0],[-71.959752,44.598639,0],[-71.959614,44.598656,0],[-71.959529,44.598784,0],[-71.95949,44.598964,0],[-71.959271,44.599001,0],[-71.959186,44.598927,0],[-71.959258,44.59865,0],[-71.959395,44.59855,0],[-71.959449,44.598426,0],[-71.959475,44.598148,0],[-71.95943,44.597933,0],[-71.959346,44.597724,0],[-71.959338,44.597615,0],[-71.95931,44.597588,0],[-71.95916,44.597584,0],[-71.958988,44.597668,0],[-71.958867,44.59773,0],[-71.958818,44.597844,0],[-71.958734,44.597862,0],[-71.958693,44.597833,0],[-71.958688,44.597788,0],[-71.958739,44.597621,0],[-71.958752,44.597471,0],[-71.958777,44.597367,0],[-71.958814,44.597267,0],[-71.958835,44.59718,0],[-71.958808,44.597129,0],[-71.958692,44.597101,0],[-71.958597,44.597118,0],[-71.958522,44.597115,0],[-71.958482,44.597097,0],[-71.95841,44.597049,0],[-71.958411,44.596983,0],[-71.958385,44.596932,0],[-71.958337,44.596842,0],[-71.958287,44.5968,0],[-71.958258,44.596781,0],[-71.958225,44.596775,0]]]},"properties":{"id":"mtb307","name":"Harp","touches":",mtb146,mtb147,mtb274,mtb279,mtb308,mtb310,","length":522.9433995723113}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.957904,44.59716,0],[-71.958057,44.597062,0],[-71.958112,44.597,0],[-71.958208,44.596832,0],[-71.958225,44.596775,0]]]},"properties":{"id":"mtb308","name":"Harp","touches":",mtb307,mtb310,mtb693,mtb694,","length":51.1377097890538}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.95829,44.595845,0],[-71.95827,44.595706,0],[-71.958196,44.595659,0],[-71.957843,44.595684,0],[-71.957538,44.595555,0],[-71.957428,44.595481,0],[-71.957356,44.595347,0],[-71.957258,44.595264,0],[-71.957217,44.595199,0],[-71.957156,44.594986,0],[-71.957083,44.594592,0]]]},"properties":{"id":"mtb309","name":"Harp","touches":",mtb310,mtb486,rd374,rd625,","length":195.99637765530264}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.958225,44.596775,0],[-71.958251,44.59669,0],[-71.958275,44.596582,0],[-71.958393,44.596421,0],[-71.958407,44.596349,0],[-71.958399,44.59624,0],[-71.958316,44.596031,0],[-71.95829,44.595845,0]]]},"properties":{"id":"mtb310","name":"Harp","touches":",mtb307,mtb308,mtb309,mtb486,","length":107.0934683922956}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.980384,44.577806,0],[-71.980331,44.577799,0],[-71.980276,44.577801,0],[-71.98011,44.577897,0],[-71.979838,44.578116,0],[-71.979636,44.578228,0],[-71.979573,44.578285,0],[-71.979554,44.578392,0],[-71.97957,44.578463,0],[-71.979661,44.578551,0],[-71.979907,44.57868,0],[-71.979982,44.578775,0],[-71.979987,44.578847,0],[-71.979936,44.578948,0],[-71.979699,44.579086,0],[-71.97953,44.579167,0],[-71.97945,44.579235,0],[-71.979477,44.579302,0],[-71.97953,44.579333,0],[-71.979603,44.579328,0],[-71.979718,44.57931,0],[-71.979841,44.579306,0],[-71.979911,44.57933,0],[-71.97999,44.579396,0],[-71.980016,44.579462,0],[-71.979977,44.579519,0],[-71.979959,44.579556,0],[-71.979882,44.579597,0],[-71.97983,44.579614,0],[-71.979806,44.579645,0],[-71.979842,44.579658,0],[-71.980026,44.579707,0],[-71.980205,44.579747,0],[-71.980256,44.579726,0],[-71.980293,44.5797,0],[-71.980325,44.579647,0],[-71.980399,44.579596,0],[-71.980493,44.579582,0],[-71.980697,44.579575,0],[-71.980894,44.579614,0],[-71.981233,44.579777,0]]]},"properties":{"id":"mtb311","name":"Web's","touches":",hke298,mtb468,mtb567,hke476,","length":444.0969770723506}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956061,44.582642,0],[-71.956017,44.58259,0],[-71.955955,44.582533,0],[-71.95592,44.582506,0],[-71.955672,44.582343,0],[-71.95551,44.582275,0],[-71.955385,44.582283,0],[-71.955306,44.582308,0],[-71.955253,44.582344,0],[-71.9552,44.582389,0],[-71.955126,44.582458,0],[-71.955092,44.582554,0],[-71.955131,44.58267,0],[-71.955134,44.582787,0],[-71.955095,44.582807,0],[-71.954991,44.582755,0],[-71.954864,44.582702,0],[-71.954775,44.582532,0],[-71.954654,44.58251,0],[-71.954489,44.582599,0],[-71.954411,44.582602,0]]]},"properties":{"id":"hke312","name":"Leatherwood","touches":",hke88,hke89,hke214,hke313,hke500,","length":214.81348657130016}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.95515,44.579023,0],[-71.955141,44.579054,0],[-71.95505,44.579075,0],[-71.954991,44.579108,0],[-71.954974,44.579167,0],[-71.954992,44.579216,0],[-71.954979,44.579351,0],[-71.955044,44.579553,0],[-71.955056,44.579661,0],[-71.955063,44.579781,0],[-71.955118,44.579909,0],[-71.955183,44.580037,0],[-71.95525,44.580128,0],[-71.955506,44.580393,0],[-71.955651,44.58052,0],[-71.955738,44.580619,0],[-71.955823,44.580736,0],[-71.955845,44.580788,0],[-71.955851,44.580865,0],[-71.955866,44.580901,0],[-71.955871,44.581246,0],[-71.955907,44.581368,0],[-71.955913,44.581419,0],[-71.955936,44.581477,0],[-71.956169,44.581909,0],[-71.956162,44.581993,0],[-71.956146,44.582066,0],[-71.956144,44.582134,0],[-71.95617,44.582204,0],[-71.956198,44.582396,0],[-71.95618,44.582455,0],[-71.956153,44.582508,0],[-71.956134,44.582577,0],[-71.95609,44.582635,0],[-71.956061,44.582642,0]]]},"properties":{"id":"hke313","name":"Leatherwood","touches":",hke125,hke314,hke312,hke500,","length":435.87995362018495}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954464,44.578503,0],[-71.954542,44.578583,0],[-71.954593,44.578605,0],[-71.954714,44.578635,0],[-71.954772,44.578663,0],[-71.954903,44.578885,0],[-71.955012,44.57895,0],[-71.955117,44.57899,0],[-71.95515,44.579023,0]]]},"properties":{"id":"hke314","name":"Leatherwood","touches":",hke89,hke90,hke315,hke125,hke313,","length":83.31522932741622}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953732,44.577724,0],[-71.953954,44.577752,0],[-71.954108,44.577801,0],[-71.954171,44.577837,0],[-71.954228,44.577882,0],[-71.954296,44.577894,0],[-71.954348,44.577878,0],[-71.954416,44.577833,0],[-71.954462,44.577809,0],[-71.954519,44.577825,0],[-71.954633,44.57791,0],[-71.954702,44.577968,0],[-71.954764,44.578045,0],[-71.954804,44.578142,0],[-71.954776,44.57824,0],[-71.954713,44.578342,0],[-71.954593,44.578358,0],[-71.954502,44.578325,0],[-71.954456,44.578378,0],[-71.954464,44.578503,0]]]},"properties":{"id":"hke315","name":"Leatherwood","touches":",hke89,hke90,hke314,hke91,hke214,","length":176.0436069408088}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.914801,44.587862,0],[-71.914768,44.58773,0],[-71.914689,44.587673,0],[-71.914368,44.587575,0],[-71.914024,44.587506,0],[-71.91388,44.587494,0],[-71.91376,44.587514,0],[-71.913583,44.587592,0],[-71.913242,44.587639,0],[-71.912949,44.587606,0],[-71.912797,44.587567,0],[-71.912492,44.587426,0],[-71.912407,44.587361,0],[-71.912376,44.587316,0],[-71.912355,44.587218,0]]]},"properties":{"id":"mtb316","name":"Merlin","touches":",mtb260,mtb319,mtb317,mtb413,","length":236.9971840915433}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.915353,44.58802,0],[-71.915092,44.587925,0],[-71.914801,44.587862,0]]]},"properties":{"id":"mtb317","name":"Merlin","touches":",mtb41,mtb46,mtb316,mtb413,","length":47.36332426049611}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953473,44.611768,0],[-71.953364,44.61178,0],[-71.953299,44.611764,0],[-71.953145,44.611754,0],[-71.95298,44.611707,0],[-71.952898,44.611637,0],[-71.952884,44.61157,0],[-71.952877,44.611473,0]]]},"properties":{"id":"xc516","name":"Skeet Club","touches":",xc578,xc579,xc517,xc543,","length":69.07184518413345}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.910373,44.584719,0],[-71.910335,44.584537,0],[-71.910156,44.584265,0],[-71.909843,44.584063,0],[-71.909596,44.58387,0],[-71.90922,44.583633,0],[-71.908868,44.583457,0],[-71.90853,44.583242,0],[-71.90824,44.583088,0],[-71.908014,44.582916,0],[-71.907864,44.582737,0],[-71.9075,44.582706,0],[-71.907025,44.582573,0]]]},"properties":{"id":"mtb318","name":"Merlin","touches":",mtb179,mtb180,mtb319,","length":374.0186938254823}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.912355,44.587218,0],[-71.912396,44.587051,0],[-71.91237,44.586892,0],[-71.912301,44.586757,0],[-71.912187,44.58663,0],[-71.912026,44.586494,0],[-71.911985,44.586422,0],[-71.911948,44.586237,0],[-71.911657,44.585671,0],[-71.911601,44.585622,0],[-71.911517,44.58561,0],[-71.911335,44.585616,0],[-71.911237,44.58558,0],[-71.911175,44.585527,0],[-71.911125,44.58541,0],[-71.911095,44.58524,0],[-71.911046,44.585172,0],[-71.91055,44.584875,0],[-71.910406,44.584811,0],[-71.910357,44.584753,0],[-71.910373,44.584719,0]]]},"properties":{"id":"mtb319","name":"Merlin","touches":",mtb180,mtb318,mtb260,mtb316,","length":347.80500284550254}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.947369,44.588336,0],[-71.94741,44.588447,0],[-71.947478,44.588516,0],[-71.947516,44.588624,0],[-71.947506,44.588753,0],[-71.947514,44.588868,0],[-71.947537,44.588959,0],[-71.947572,44.58906,0],[-71.94766,44.589169,0],[-71.947707,44.589214,0],[-71.947797,44.589198,0],[-71.947855,44.589163,0],[-71.947899,44.589098,0],[-71.947919,44.588993,0],[-71.947971,44.588884,0],[-71.94804,44.588637,0],[-71.948234,44.58877,0],[-71.948287,44.588801,0],[-71.948339,44.588792,0],[-71.948389,44.588772,0],[-71.948472,44.588718,0],[-71.948581,44.588666,0],[-71.948691,44.588634,0],[-71.94893,44.5886,0],[-71.949054,44.588586,0],[-71.949166,44.588608,0],[-71.949274,44.588691,0],[-71.94938,44.588802,0],[-71.949478,44.588847,0],[-71.949674,44.588859,0]]]},"properties":{"id":"mtb320","name":"Kitchel Herbs Jct","touches":",mtb12,rd353,mtb95,mtb96,","length":332.9396790893464}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.928894,44.590131,0],[-71.928615,44.589982,0],[-71.928411,44.589889,0],[-71.928307,44.589862,0],[-71.927926,44.589827,0],[-71.927863,44.589809,0],[-71.927703,44.589732,0],[-71.927642,44.589711,0],[-71.927573,44.589701,0],[-71.927497,44.58971,0],[-71.927225,44.589768,0],[-71.927077,44.589787,0],[-71.927005,44.589803,0],[-71.926779,44.589876,0],[-71.926215,44.58995,0],[-71.926055,44.589988,0],[-71.925814,44.590062,0],[-71.925676,44.590085,0],[-71.925513,44.59009,0],[-71.925247,44.590085,0],[-71.924858,44.590108,0],[-71.924745,44.590101,0],[-71.924348,44.590049,0],[-71.924196,44.590049,0],[-71.923953,44.590066,0],[-71.923788,44.590101,0],[-71.923718,44.59013,0],[-71.923652,44.590165,0],[-71.923543,44.590239,0],[-71.923393,44.590309,0],[-71.922812,44.590436,0],[-71.922657,44.590494,0],[-71.922579,44.59053,0],[-71.922405,44.590667,0],[-71.922269,44.590812,0],[-71.92223,44.590857,0],[-71.922184,44.590936,0],[-71.922176,44.590973,0],[-71.922147,44.591006,0],[-71.922133,44.591079,0],[-71.922102,44.591116,0],[-71.922091,44.591154,0],[-71.922056,44.591191,0],[-71.921974,44.59126,0],[-71.921842,44.591348,0],[-71.921706,44.591454,0],[-71.921648,44.591488,0],[-71.921522,44.591546,0],[-71.921274,44.591643,0],[-71.921103,44.591698,0],[-71.920868,44.591757,0],[-71.920681,44.59183,0],[-71.920587,44.591848,0],[-71.920531,44.59185,0],[-71.920343,44.591829,0],[-71.920262,44.591832,0],[-71.920084,44.59185,0],[-71.919995,44.591877,0],[-71.919914,44.59192,0],[-71.919801,44.592035,0],[-71.919732,44.592132,0],[-71.919648,44.592229,0],[-71.919522,44.592329,0],[-71.919432,44.592381,0],[-71.91933,44.592412,0],[-71.919192,44.592434,0],[-71.919048,44.592468,0],[-71.918835,44.592545,0],[-71.918764,44.592561,0],[-71.918663,44.592568,0],[-71.918521,44.592563,0],[-71.918356,44.592584,0],[-71.918222,44.592684,0],[-71.918185,44.592799,0],[-71.918185,44.59299,0],[-71.918145,44.593081,0],[-71.918096,44.593146,0],[-71.918011,44.593215,0],[-71.917949,44.593278,0],[-71.917935,44.593303,0],[-71.917928,44.593351,0],[-71.917888,44.593413,0],[-71.917848,44.59345,0],[-71.917797,44.593486,0],[-71.9176,44.593593,0],[-71.917501,44.593672,0],[-71.917157,44.593988,0],[-71.916989,44.594126,0],[-71.91689,44.594201,0],[-71.916753,44.594282,0],[-71.916676,44.594312,0],[-71.916582,44.594334,0],[-71.916334,44.594372,0],[-71.916119,44.594405,0],[-71.915914,44.594473,0],[-71.915721,44.594567,0]]]},"properties":{"id":"mtb321","name":"Burnham Down","touches":",mtb183,rd361,mtb723,mtb322,","length":1296.0555562834497}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.93524,44.59223,0],[-71.935085,44.592217,0],[-71.934788,44.592254,0],[-71.934563,44.592295,0],[-71.934368,44.59235,0],[-71.934014,44.592369,0],[-71.933908,44.59236,0],[-71.933834,44.592277,0],[-71.933824,44.592178,0],[-71.933812,44.59215,0],[-71.933768,44.592113,0],[-71.933739,44.592102,0],[-71.933644,44.592099,0],[-71.933549,44.592118,0],[-71.933429,44.592157,0],[-71.933309,44.59218,0],[-71.933215,44.592159,0],[-71.933146,44.592105,0],[-71.933105,44.592037,0],[-71.933092,44.591967,0],[-71.933019,44.591851,0],[-71.933007,44.591803,0],[-71.93297,44.59176,0],[-71.932828,44.591638,0],[-71.932501,44.591484,0],[-71.932408,44.591424,0],[-71.932319,44.591348,0],[-71.932108,44.591118,0],[-71.93207,44.591066,0],[-71.932059,44.591011,0],[-71.932029,44.590957,0],[-71.932027,44.590798,0],[-71.932014,44.590676,0],[-71.931899,44.590512,0],[-71.931886,44.590476,0],[-71.93181,44.590417,0],[-71.931726,44.590371,0],[-71.931495,44.590303,0],[-71.931375,44.590289,0],[-71.931315,44.590295,0],[-71.931253,44.590311,0],[-71.931183,44.590339,0],[-71.931121,44.590379,0],[-71.931077,44.590424,0],[-71.931093,44.590474,0],[-71.931118,44.590578,0],[-71.931248,44.590694,0],[-71.931357,44.590839,0],[-71.931478,44.59103,0],[-71.93141,44.591104,0],[-71.931138,44.591095,0],[-71.930923,44.591102,0],[-71.930825,44.591231,0],[-71.930754,44.591251,0],[-71.93067,44.59123,0],[-71.930609,44.591182,0],[-71.93056,44.591099,0],[-71.930548,44.591058,0],[-71.930554,44.590995,0],[-71.930557,44.590951,0],[-71.930525,44.590905,0],[-71.930512,44.590855,0],[-71.930391,44.5907,0],[-71.930348,44.590664,0],[-71.930141,44.59063,0],[-71.930174,44.590555,0],[-71.930138,44.590503,0],[-71.930124,44.590432,0],[-71.930085,44.59036,0],[-71.930017,44.590298,0],[-71.929917,44.590259,0],[-71.929808,44.590254,0],[-71.92971,44.590275,0],[-71.929504,44.59035,0],[-71.929404,44.590365,0],[-71.929355,44.590365,0],[-71.9293,44.590355,0],[-71.929187,44.590309,0],[-71.928894,44.590131,0]]]},"properties":{"id":"mtb322","name":"Burnham Down","touches":",mtb183,mtb321,mtb581,mtb633,","length":867.9870282174198}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.921288,44.563427,0],[-71.92108,44.56337,0],[-71.920971,44.56337,0],[-71.92082,44.563411,0],[-71.920489,44.563537,0],[-71.92033,44.563624,0],[-71.92024,44.563651,0],[-71.919794,44.563731,0],[-71.919224,44.563785,0],[-71.918596,44.563787,0],[-71.918497,44.563776,0],[-71.918035,44.563693,0],[-71.917755,44.563615,0],[-71.917289,44.563459,0],[-71.917174,44.563395,0],[-71.917015,44.563245,0],[-71.916907,44.563211,0],[-71.916748,44.5632,0],[-71.916656,44.563177,0],[-71.916435,44.563075,0],[-71.916332,44.563048,0],[-71.91602,44.563021,0],[-71.915901,44.562994,0],[-71.915822,44.562953,0],[-71.915616,44.562711,0],[-71.915162,44.562295,0],[-71.914956,44.562165,0],[-71.914834,44.562123,0],[-71.91439,44.562077,0],[-71.913622,44.561886,0],[-71.912953,44.561778,0],[-71.9128,44.561737,0],[-71.91264,44.561669,0],[-71.912529,44.561573,0],[-71.912353,44.561317,0],[-71.912309,44.561125,0],[-71.912299,44.560928,0],[-71.912253,44.560772,0],[-71.912129,44.560598,0],[-71.911833,44.560406,0],[-71.911531,44.560248,0],[-71.911289,44.560135,0],[-71.911054,44.560052,0],[-71.910861,44.560017,0],[-71.910714,44.560016,0],[-71.910157,44.560146,0],[-71.909575,44.560309,0],[-71.90926,44.560469,0],[-71.908477,44.560749,0],[-71.908346,44.560818,0],[-71.908186,44.560943,0],[-71.908005,44.561147,0],[-71.907815,44.561313,0],[-71.907546,44.561471,0],[-71.907346,44.561563,0],[-71.907195,44.561606,0],[-71.906444,44.561731,0],[-71.906207,44.561787,0],[-71.905616,44.561852,0],[-71.905486,44.561883,0],[-71.905312,44.561952,0],[-71.905064,44.562007,0],[-71.904673,44.562043,0],[-71.904368,44.562094,0],[-71.904093,44.562197,0]]]},"properties":{"id":"mtb323","name":"Bennett Road","touches":",mtb16,mtb324,mtb111,mtb112,","length":1631.4750582883091}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.928504,44.562363,0],[-71.927915,44.562617,0],[-71.927179,44.562727,0],[-71.925908,44.562788,0],[-71.925318,44.562677,0],[-71.924559,44.562451,0],[-71.923753,44.562457,0],[-71.923171,44.562407,0],[-71.92267,44.562591,0],[-71.922339,44.562806,0],[-71.922128,44.562918,0],[-71.921978,44.563048,0],[-71.921537,44.563266,0],[-71.921408,44.563365,0],[-71.921288,44.563427,0]]]},"properties":{"id":"mtb324","name":"Bennett Road","touches":",mtb16,mtb323,rd368,","length":629.260160557166}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.937399,44.58418,0],[-71.937329,44.584104,0],[-71.937275,44.584005,0],[-71.937286,44.583938,0],[-71.937353,44.583797,0],[-71.937361,44.583654,0],[-71.937321,44.583548,0],[-71.937252,44.583501,0],[-71.936781,44.583284,0],[-71.936417,44.583187,0],[-71.935894,44.582972,0]]]},"properties":{"id":"mtb325","name":"Last Call Jct","touches":",mtb301,mtb704,rd367,","length":204.95456020405396}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969096,44.559567,0],[-71.969354,44.559561,0],[-71.969442,44.559522,0],[-71.96947,44.559437,0],[-71.969587,44.559217,0],[-71.969705,44.559048,0],[-71.969825,44.55892,0],[-71.969881,44.558744,0],[-71.969861,44.558418,0],[-71.969889,44.558349,0],[-71.969998,44.558276,0],[-71.970422,44.558077,0],[-71.970524,44.558077,0],[-71.970568,44.558094,0],[-71.970587,44.558127,0],[-71.970571,44.558271,0],[-71.970641,44.558319,0],[-71.970782,44.558359,0],[-71.970829,44.558419,0],[-71.970722,44.558771,0],[-71.970757,44.558876,0],[-71.970823,44.558928,0],[-71.970869,44.558924,0],[-71.970999,44.55877,0],[-71.971277,44.558615,0],[-71.971292,44.558584,0],[-71.971281,44.558548,0],[-71.971168,44.558477,0],[-71.971155,44.558445,0],[-71.971152,44.558373,0],[-71.971242,44.558244,0],[-71.97137,44.558188,0],[-71.971573,44.558175,0],[-71.971668,44.55815,0],[-71.971746,44.558104,0],[-71.971764,44.558071,0],[-71.971758,44.558002,0],[-71.971716,44.557987,0],[-71.971513,44.557991,0],[-71.971446,44.558009,0],[-71.971395,44.558085,0],[-71.971345,44.558104,0],[-71.971299,44.558047,0],[-71.971287,44.557943,0],[-71.971345,44.557833,0],[-71.971448,44.557762,0],[-71.971517,44.557709,0],[-71.971655,44.557558,0],[-71.971721,44.557414,0],[-71.971904,44.557331,0],[-71.972009,44.55738,0],[-71.972103,44.557604,0],[-71.972275,44.55777,0]]]},"properties":{"id":"mtb326","name":"Knob","touches":",mtb175,mtb176,mtb327,mtb328,","length":697.2458103821439}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.96825,44.559283,0],[-71.968273,44.559276,0],[-71.968323,44.559273,0],[-71.968376,44.559285,0],[-71.968379,44.55931,0],[-71.968369,44.559358,0],[-71.968349,44.559402,0],[-71.968298,44.559498,0],[-71.968232,44.559602,0],[-71.968176,44.559689,0],[-71.96817,44.559754,0],[-71.9682,44.559806,0],[-71.968238,44.559816,0],[-71.9683,44.559755,0],[-71.968356,44.559736,0],[-71.968381,44.559755,0],[-71.968384,44.559814,0],[-71.968419,44.559845,0],[-71.968544,44.559907,0],[-71.968693,44.559914,0],[-71.968812,44.559851,0],[-71.968855,44.55975,0],[-71.969013,44.559609,0],[-71.969096,44.559567,0]]]},"properties":{"id":"mtb327","name":"Knob","touches":",mtb93,mtb94,mtb326,mtb328,","length":177.93050741003736}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.968561,44.558357,0],[-71.968597,44.558485,0],[-71.968508,44.558876,0],[-71.96856,44.558939,0],[-71.968612,44.558929,0],[-71.968692,44.558746,0],[-71.96882,44.558586,0],[-71.969024,44.558528,0],[-71.969094,44.558636,0],[-71.969041,44.558762,0],[-71.968906,44.558899,0],[-71.968917,44.559029,0],[-71.968949,44.559132,0],[-71.969008,44.559274,0],[-71.969019,44.559438,0],[-71.969096,44.559567,0]]]},"properties":{"id":"mtb328","name":"Knob","touches":",mtb94,mtb99,mtb176,mtb326,mtb327,","length":253.09386802861607}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.857927,44.5461,0],[-71.857984,44.546138,0],[-71.858108,44.546139,0],[-71.858276,44.546104,0],[-71.858425,44.546109,0],[-71.859059,44.546207,0],[-71.859215,44.546206,0],[-71.859372,44.546222,0],[-71.859464,44.546247,0],[-71.859548,44.546295,0],[-71.859616,44.546388,0],[-71.85967,44.546596,0],[-71.859884,44.546912,0],[-71.859924,44.54694,0],[-71.860144,44.54699,0],[-71.860199,44.547022,0],[-71.86025,44.54711,0],[-71.860242,44.547197,0],[-71.860179,44.547366,0],[-71.86019,44.547432,0],[-71.86035,44.54762,0],[-71.860318,44.547687,0],[-71.860247,44.547709,0],[-71.860085,44.547707,0],[-71.860001,44.547727,0],[-71.85994,44.547813,0],[-71.859937,44.547935,0],[-71.859908,44.548017,0],[-71.859743,44.548233,0],[-71.859692,44.548331,0],[-71.859677,44.548473,0],[-71.859754,44.548736,0]]]},"properties":{"id":"mtb329","name":"Lief's","touches":",mtb24,mtb58,mtb226,mtb230,mtb384,","length":461.13336328102855}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.864738,44.558138,0],[-71.8649,44.55815,0],[-71.865052,44.558174,0],[-71.86527,44.558295,0],[-71.865448,44.5585,0],[-71.86564,44.558674,0],[-71.86584,44.558863,0],[-71.865948,44.558922,0],[-71.866001,44.558906,0],[-71.866009,44.55881,0],[-71.865988,44.55868,0],[-71.865936,44.558607,0],[-71.865866,44.558492,0],[-71.865748,44.557839,0],[-71.865732,44.557748,0],[-71.865647,44.557606,0],[-71.865256,44.557263,0],[-71.865134,44.557187,0],[-71.865018,44.557136,0],[-71.864798,44.557075,0],[-71.864724,44.55704,0],[-71.86471,44.55701,0],[-71.864749,44.556966,0],[-71.864804,44.556944,0],[-71.864956,44.556921,0],[-71.865115,44.556917,0],[-71.865309,44.556931,0],[-71.865769,44.557009,0],[-71.866087,44.557081,0],[-71.866234,44.557095,0],[-71.866331,44.557086,0],[-71.866393,44.557053,0],[-71.866359,44.556984,0],[-71.866212,44.556905,0],[-71.866039,44.55675,0],[-71.865887,44.556649,0],[-71.86579,44.556548,0],[-71.865766,44.556498,0],[-71.86581,44.556369,0],[-71.865747,44.556342,0],[-71.86545,44.55631,0],[-71.865297,44.55626,0],[-71.865111,44.556128,0],[-71.864881,44.556007,0],[-71.864814,44.555957,0],[-71.864786,44.5559,0],[-71.864823,44.555846,0],[-71.865059,44.555734,0],[-71.865107,44.555679,0],[-71.865052,44.555591,0],[-71.864767,44.555413,0],[-71.864536,44.555233,0],[-71.864208,44.555132,0],[-71.86392,44.555074,0],[-71.863865,44.555031,0],[-71.863744,44.554877,0],[-71.863683,44.554835,0],[-71.863445,44.554737,0],[-71.863371,44.554695,0],[-71.863317,44.554641,0],[-71.863308,44.554601,0],[-71.863331,44.55454,0],[-71.863403,44.554445,0],[-71.863469,44.554312,0],[-71.86347,44.554191,0],[-71.863432,44.554061,0],[-71.863442,44.553994,0],[-71.863547,44.553842,0],[-71.863515,44.553763,0]]]},"properties":{"id":"mtb330","name":"Lief's","touches":",mtb32,mtb33,mtb53,mtb56,mtb384,mtb48,mtb331,","length":1057.6516377787339}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.861075,44.556858,0],[-71.861242,44.556954,0],[-71.861493,44.557169,0],[-71.861797,44.557346,0],[-71.861913,44.557459,0],[-71.862004,44.557513,0],[-71.862072,44.557528,0],[-71.862354,44.557512,0],[-71.862437,44.557525,0],[-71.862708,44.557611,0],[-71.863248,44.55769,0],[-71.863883,44.557881,0],[-71.864127,44.557911,0],[-71.864291,44.557952,0],[-71.864556,44.558055,0],[-71.864738,44.558138,0]]]},"properties":{"id":"mtb331","name":"Lief's","touches":",mtb48,mtb330,mtb54,mtb55,","length":335.82870003419197}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955782,44.583032,0],[-71.955605,44.583127,0],[-71.955474,44.583192,0],[-71.955315,44.583263,0]]]},"properties":{"id":"hke332","name":"Sugarhouse Run","touches":",hke237,hke337,hke238,hke341,","length":45.20973471163805}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.95609,44.588515,0],[-71.956014,44.588687,0],[-71.955925,44.588856,0],[-71.955826,44.589015,0]]]},"properties":{"id":"mtb333","name":"Sugarhouse Run","touches":",mtb268,mtb334,rd352,","length":59.44708469994515}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956542,44.587576,0],[-71.956517,44.587696,0],[-71.956498,44.587768,0],[-71.956428,44.587959,0],[-71.956337,44.588166,0],[-71.956262,44.588269,0],[-71.95609,44.588515,0]]]},"properties":{"id":"mtb334","name":"Sugarhouse Run","touches":",mtb268,mtb333,mtb269,mtb340,","length":111.10456106874315}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.959085,44.577894,0],[-71.958868,44.577968,0],[-71.958793,44.57801,0],[-71.958692,44.578043,0],[-71.958622,44.578091,0],[-71.958539,44.578178,0],[-71.958483,44.578228,0],[-71.958449,44.578246,0],[-71.958365,44.578261,0],[-71.958149,44.578261,0],[-71.958005,44.57827,0],[-71.957941,44.578288,0],[-71.957829,44.578358,0],[-71.957772,44.578441,0],[-71.957764,44.578478,0],[-71.957735,44.578507,0],[-71.957719,44.578588,0],[-71.95769,44.578612,0],[-71.957678,44.578666,0],[-71.95765,44.578689,0],[-71.957641,44.578725,0],[-71.957518,44.578892,0],[-71.957472,44.578983,0],[-71.957433,44.579097,0],[-71.957423,44.579195,0],[-71.957341,44.579391,0],[-71.957335,44.579428,0],[-71.957325,44.579446,0],[-71.957305,44.579457,0],[-71.957293,44.57951,0],[-71.957171,44.579646,0],[-71.956745,44.579977,0],[-71.956729,44.58001,0],[-71.956702,44.580027,0],[-71.956691,44.580057,0],[-71.956559,44.580265,0],[-71.956401,44.580466,0],[-71.956355,44.580551,0],[-71.956347,44.580599,0]]]},"properties":{"id":"hke335","name":"Sugarhouse Run","touches":",hke125,hke339,hke194,hke336,","length":400.00361024956186}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962182,44.575843,0],[-71.962107,44.575937,0],[-71.961719,44.576281,0],[-71.961418,44.576508,0],[-71.961131,44.576621,0],[-71.961038,44.576688,0],[-71.961,44.576725,0],[-71.960985,44.576795,0],[-71.960954,44.576835,0],[-71.960944,44.576887,0],[-71.96088,44.577015,0],[-71.960818,44.577084,0],[-71.960655,44.577231,0],[-71.960547,44.577385,0],[-71.960388,44.577536,0],[-71.960344,44.577565,0],[-71.960169,44.577625,0],[-71.960027,44.577663,0],[-71.959274,44.577829,0],[-71.959085,44.577894,0]]]},"properties":{"id":"hke336","name":"Sugarhouse Run","touches":",hke194,hke335,hke266,hke267,","length":352.9525515511745}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956172,44.582869,0],[-71.955804,44.583023,0],[-71.955782,44.583032,0]]]},"properties":{"id":"hke337","name":"Sugarhouse Run","touches":",hke237,hke332,hke338,hke500,","length":35.816162233630784}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.95691,44.582446,0],[-71.956821,44.582499,0],[-71.956593,44.582608,0],[-71.956446,44.58272,0],[-71.956383,44.582772,0],[-71.95632,44.582805,0],[-71.956199,44.582856,0],[-71.956172,44.582869,0]]]},"properties":{"id":"hke338","name":"Sugarhouse Run","touches":",hke192,hke339,hke337,hke500,","length":75.6654077216118}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956347,44.580599,0],[-71.956354,44.580678,0],[-71.95648,44.580814,0],[-71.956602,44.580903,0],[-71.956737,44.580977,0],[-71.957044,44.581045,0],[-71.957168,44.58111,0],[-71.957249,44.581237,0],[-71.957261,44.58134,0],[-71.957291,44.581442,0],[-71.957301,44.581708,0],[-71.957296,44.581771,0],[-71.957262,44.581859,0],[-71.95725,44.581951,0],[-71.957208,44.582049,0],[-71.95701,44.582288,0],[-71.956992,44.582345,0],[-71.95691,44.582446,0]]]},"properties":{"id":"hke339","name":"Sugarhouse Run","touches":",hke125,hke335,hke192,hke338,","length":249.30957506410513}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955855,44.585388,0],[-71.955957,44.585461,0],[-71.956012,44.585531,0],[-71.95605,44.585607,0],[-71.956047,44.585809,0],[-71.956015,44.585892,0],[-71.956006,44.586088,0],[-71.95604,44.586182,0],[-71.956057,44.586267,0],[-71.956134,44.586397,0],[-71.956144,44.586441,0],[-71.956178,44.586483,0],[-71.956186,44.586522,0],[-71.956216,44.586554,0],[-71.956231,44.586637,0],[-71.95626,44.586662,0],[-71.956272,44.586741,0],[-71.956305,44.586791,0],[-71.956313,44.586836,0],[-71.956348,44.586881,0],[-71.956358,44.586922,0],[-71.95653,44.587181,0],[-71.956603,44.587315,0],[-71.956575,44.587501,0],[-71.956542,44.587576,0]]]},"properties":{"id":"mtb340","name":"Sugarhouse Run","touches":",mtb245,hke341,mtb269,mtb334,","length":258.8381516787}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955315,44.583263,0],[-71.955194,44.583297,0],[-71.954929,44.58346,0],[-71.95478,44.583616,0],[-71.954724,44.583757,0],[-71.954711,44.583874,0],[-71.954719,44.584009,0],[-71.954759,44.584081,0],[-71.954818,44.584142,0],[-71.955145,44.584329,0],[-71.9552,44.58437,0],[-71.955327,44.584475,0],[-71.955514,44.584663,0],[-71.955574,44.584741,0],[-71.955586,44.584818,0],[-71.955699,44.585118,0],[-71.955833,44.585351,0],[-71.955855,44.585388,0]]]},"properties":{"id":"hke341","name":"Sugarhouse Run","touches":",hke238,hke332,mtb245,mtb340,","length":286.33230420330653}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.982546,44.566989,0],[-71.982895,44.566923,0],[-71.982979,44.566884,0]]]},"properties":{"id":"mtb342","name":"Violet's Jct","touches":",mtb257,mtb258,mtb404,mtb428,mtb431,","length":36.63663953366893}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.941472,44.592746,0],[-71.941403,44.592536,0],[-71.941445,44.592364,0]]]},"properties":{"id":"mtb343","name":"Dog Trail","touches":",mtb15,mtb344,mtb302,mtb304,","length":43.365114621095586}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.941564,44.59298,0],[-71.941469,44.59286,0],[-71.941472,44.592746,0]]]},"properties":{"id":"mtb344","name":"Dog Trail","touches":",mtb15,mtb343,mtb405,mtb406,","length":28.004613612809635}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.976831,44.559735,0],[-71.976577,44.559649,0],[-71.976429,44.559625,0],[-71.976227,44.559622,0],[-71.975985,44.559677,0],[-71.975834,44.559692,0],[-71.975634,44.559671,0],[-71.975599,44.559664,0],[-71.97547,44.559613,0],[-71.975365,44.559546,0],[-71.97531,44.559473,0],[-71.975276,44.559417,0],[-71.975172,44.559248,0],[-71.975044,44.559041,0]]]},"properties":{"id":"mtb345","name":"Violet's Out Back","touches":",mtb100,mtb171,mtb109,mtb251,mtb755,","length":186.21972536904303}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.952704,44.587124,0],[-71.952781,44.587166,0],[-71.952796,44.587229,0],[-71.952782,44.587267,0],[-71.952779,44.587353,0],[-71.952796,44.587405,0],[-71.952802,44.587499,0],[-71.95284,44.587596,0],[-71.952884,44.587692,0],[-71.952942,44.587769,0],[-71.953105,44.587908,0],[-71.953208,44.587946,0],[-71.953356,44.587944,0],[-71.953497,44.587906,0],[-71.953619,44.587835,0],[-71.953776,44.58766,0],[-71.953833,44.587573,0],[-71.953916,44.587392,0],[-71.954023,44.586993,0],[-71.954049,44.586953,0],[-71.95409,44.586922,0],[-71.954114,44.586908,0],[-71.954153,44.586898,0],[-71.954292,44.5869,0],[-71.954411,44.586917,0],[-71.954496,44.586953,0],[-71.954557,44.586997,0],[-71.954593,44.587051,0],[-71.954624,44.587174,0],[-71.954605,44.587277,0],[-71.954602,44.5874,0],[-71.95467,44.587525,0],[-71.954895,44.587775,0],[-71.954974,44.587914,0],[-71.955037,44.588066,0],[-71.955151,44.588213,0],[-71.955371,44.588295,0],[-71.95561,44.588255,0],[-71.955786,44.588156,0],[-71.95602,44.588072,0],[-71.956027,44.58807,0]]]},"properties":{"id":"mtb346","name":"Kitchel","touches":",mtb178,mtb268,mtb270,mtb347,mtb419,","length":518.7652016672845}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.949987,44.588212,0],[-71.950001,44.588323,0],[-71.950048,44.588369,0],[-71.950112,44.588409,0],[-71.950147,44.588428,0],[-71.950193,44.58845,0],[-71.950227,44.588481,0],[-71.950258,44.5885,0],[-71.950285,44.588516,0],[-71.950318,44.588515,0],[-71.950348,44.588555,0],[-71.950377,44.588555,0],[-71.950413,44.588557,0],[-71.950402,44.588607,0],[-71.950424,44.588645,0],[-71.950442,44.588646,0],[-71.95046,44.588642,0],[-71.950471,44.58861,0],[-71.950492,44.588577,0],[-71.95053,44.588555,0],[-71.950565,44.588572,0],[-71.950575,44.588622,0],[-71.950572,44.588677,0],[-71.950607,44.588696,0],[-71.950664,44.588687,0],[-71.95072,44.588627,0],[-71.950711,44.588567,0],[-71.950704,44.588516,0],[-71.950732,44.588478,0],[-71.950787,44.588478,0],[-71.950823,44.588519,0],[-71.950857,44.588544,0],[-71.950907,44.588575,0],[-71.950949,44.588588,0],[-71.95097,44.588614,0],[-71.951028,44.588664,0],[-71.95106,44.588663,0],[-71.951096,44.588607,0],[-71.95113,44.588576,0],[-71.951155,44.588518,0],[-71.951147,44.588475,0],[-71.951093,44.588465,0],[-71.951094,44.588409,0],[-71.951103,44.588383,0],[-71.951149,44.588375,0],[-71.951171,44.588349,0],[-71.951179,44.588315,0],[-71.951165,44.588246,0],[-71.951171,44.58819,0],[-71.951229,44.588128,0],[-71.951335,44.588006,0],[-71.95139,44.587958,0],[-71.951551,44.587856,0],[-71.951661,44.58777,0],[-71.951728,44.587735,0],[-71.951847,44.587698,0],[-71.951888,44.587709,0],[-71.951921,44.587696,0],[-71.951929,44.587661,0],[-71.951919,44.587628,0],[-71.95193,44.587596,0],[-71.951981,44.587598,0],[-71.952009,44.587633,0],[-71.952047,44.587644,0],[-71.952137,44.587599,0],[-71.952188,44.587533,0],[-71.952308,44.587503,0],[-71.952373,44.587407,0],[-71.952455,44.587315,0],[-71.952529,44.587247,0],[-71.952564,44.587178,0],[-71.952623,44.587116,0],[-71.952704,44.587124,0]]]},"properties":{"id":"mtb347","name":"Kitchel","touches":",mtb12,mtb96,mtb101,mtb346,mtb419,","length":418.09352640823226}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.959097,44.595829,0],[-71.959386,44.595732,0],[-71.959704,44.595697,0],[-71.960035,44.595361,0]]]},"properties":{"id":"mtb348","name":"Loop Connector","touches":",mtb10,mtb11,mtb486,","length":96.5571620044121}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.904866,44.580798,0],[-71.904843,44.580782,0],[-71.904811,44.580779,0],[-71.904778,44.58078,0],[-71.904747,44.580795,544.1],[-71.904663,44.580806,544.7],[-71.904585,44.580803,545.2],[-71.904507,44.580792,545.8],[-71.904434,44.580813,545.7],[-71.904362,44.580797,546.6],[-71.904308,44.58077,547.9],[-71.904286,44.580715,549.3],[-71.904244,44.580668,550.2],[-71.904194,44.580633,551.3],[-71.904147,44.580596,552.6],[-71.904055,44.580539,555.7],[-71.90402,44.580497,557.2],[-71.903987,44.580458,558],[-71.903958,44.580417,558.6],[-71.903943,44.580379,559.8],[-71.903934,44.580327,560.4],[-71.903934,44.580282,561.4],[-71.903933,44.580244,562],[-71.903895,44.580141,563.9],[-71.903859,44.580147,564.1],[-71.90381,44.580133,564.9],[-71.903502,44.579986,570],[-71.903457,44.579946,572.3],[-71.903424,44.57991,573.2],[-71.903401,44.579877,574.4],[-71.903395,44.579846,575.4],[-71.903396,44.579812,576.4],[-71.903406,44.579755,578.2],[-71.903412,44.579719,579.1],[-71.903426,44.579691,579.9],[-71.903445,44.579644,581.9],[-71.903425,44.579621,581.9],[-71.903393,44.579595,583.1],[-71.903353,44.579577,584.2],[-71.903299,44.579563,584.5],[-71.903236,44.579567,584.8],[-71.903191,44.579529,585.7],[-71.903166,44.579496,586.6],[-71.90314,44.579468,587.7],[-71.903136,44.579435,588.6],[-71.903109,44.579409,590],[-71.903051,44.579369,592.8],[-71.902832,44.579263,597.9],[-71.902794,44.579231,599],[-71.902769,44.579199,600.1],[-71.90276,44.579165,601],[-71.902764,44.579132,602],[-71.902779,44.5791,602.8],[-71.902812,44.579056,604.7],[-71.902835,44.579029,605.2],[-71.902831,44.578997,606.2],[-71.902817,44.578961,607.3],[-71.902785,44.578936,608.7],[-71.902746,44.578903,610.2],[-71.902712,44.578866,611.5],[-71.902692,44.578827,612.5],[-71.90267,44.578804,613.7],[-71.902635,44.578774,615.4],[-71.902589,44.578745,617.9],[-71.902537,44.578709,619.9],[-71.902508,44.578685,0],[-71.902477,44.578653,0],[-71.902465,44.57862,0],[-71.902464,44.578588,0],[-71.902486,44.578546,0],[-71.902495,44.578534,0]]]},"properties":{"id":"mtb349","name":"Enduro Traill off CCC Road","touches":",mtb113,mtb114,mtb410,mtb411,mtb457,","length":368.2001375117211}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.895286,44.585828,0],[-71.895382,44.585784,0],[-71.895722,44.585611,0]]]},"properties":{"id":"mtb350","name":"Blacksmith","touches":",mtb219,mtb221,mtb733,rd734,rd736,","length":42.18675519786239}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.960136,44.589884,0],[-71.960727,44.588954,0],[-71.961216,44.588148,0],[-71.961858,44.587426,0]]]},"properties":{"id":"rd351","name":"Darling Hill Rd","touches":",mtb213,rd575,rd352,rd373,","length":306.1790799847909}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.960136,44.589884,0],[-71.959851,44.589821,0],[-71.959099,44.58965,0],[-71.957456,44.58926,0],[-71.956565,44.589092,0],[-71.955826,44.589015,0]]]},"properties":{"id":"rd352","name":"East Darling Hill Rd","touches":",mtb333,rd351,rd373,","length":356.2697481695079}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.947026,44.588062,0],[-71.947283,44.588315,0],[-71.947369,44.588336,0]]]},"properties":{"id":"rd353","name":"East Darling Hill Rd","touches":",mtb12,mtb320,mtb138,","length":41.943659965353696}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.945422,44.588753,0],[-71.945193,44.588585,0],[-71.945162,44.588149,0],[-71.94472,44.588148,0],[-71.944485,44.588062,0],[-71.943797,44.587741,0],[-71.943945,44.587581,0],[-71.944138,44.58742,0],[-71.944534,44.587109,0]]]},"properties":{"id":"rd354","name":"EBS To Bottom Up","touches":",mtb138,mtb139,rd636,mtb489,","length":287.3676114723577}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.941407,44.586571,0],[-71.94075,44.58626,0]]]},"properties":{"id":"rd355","name":"Belden Hill Rd","touches":",mtb299,mtb489,","length":62.56615618423523}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.93954,44.603197,0],[-71.939472,44.603244,0],[-71.939147,44.603813,0],[-71.938643,44.604687,0]]]},"properties":{"id":"rd356","name":"Burk Hollow Rd","touches":",mtb203,mtb688,","length":180.8506039846423}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.93216,44.625209,0],[-71.9326,44.624791,0],[-71.932985,44.624418,0],[-71.933094,44.624315,0],[-71.933596,44.623844,0],[-71.934149,44.623318,0],[-71.934594,44.622902,0],[-71.934976,44.622538,0],[-71.935316,44.622229,0],[-71.935687,44.621895,0],[-71.936314,44.621331,0],[-71.93682,44.620864,0],[-71.937283,44.620446,0],[-71.937406,44.620319,0]]]},"properties":{"id":"rd357","name":"Burke Green Rd","touches":",rd600,rd601,rd358,rd365,","length":684.5815018164866}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.937406,44.620319,0],[-71.936611,44.620168,0],[-71.935951,44.620115,0],[-71.934566,44.620092,0],[-71.933753,44.620061,0],[-71.932662,44.620024,0],[-71.931206,44.619948,0],[-71.930669,44.619906,0],[-71.930117,44.619812,0],[-71.929729,44.619712,0],[-71.929369,44.619572,0],[-71.929079,44.619418,0]]]},"properties":{"id":"rd358","name":"White School Rd","touches":",rd357,rd365,mtb393,mtb394,rd608,","length":677.0663796504634}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.913695,44.593432,0],[-71.913827,44.593195,0],[-71.914199,44.592897,0],[-71.914331,44.592726,0],[-71.914199,44.592494,0],[-71.913943,44.592207,0],[-71.915098,44.591721,0],[-71.916447,44.59128,0],[-71.917912,44.590821,0],[-71.91785,44.590678,0],[-71.91785,44.590573,0],[-71.917416,44.59006,0],[-71.917129,44.589375,0]]]},"properties":{"id":"rd359","name":"Sherburne To Dashney","touches":",rd361,rd377,rd370,rd372,","length":685.6654675104692}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.916029,44.609238,0],[-71.916405,44.610109,0],[-71.916668,44.610661,0],[-71.916804,44.610859,0]]]},"properties":{"id":"rd360","name":"White School Rd","touches":",mtb191,mtb634,mtb443,rd764,","length":190.51976312554}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.915721,44.594567,0],[-71.915439,44.594386,0],[-71.913695,44.593432,0]]]},"properties":{"id":"rd361","name":"Dirt To Dashney","touches":",mtb183,mtb321,mtb723,rd359,rd377,","length":204.42348393978867}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.905728,44.589504,0],[-71.905654,44.589767,0],[-71.905475,44.590181,0],[-71.90553,44.590573,0],[-71.905592,44.591009,0],[-71.905537,44.592052,0],[-71.905367,44.592875,0],[-71.905335,44.593431,0],[-71.905708,44.593603,0],[-71.906126,44.593824,0],[-71.905026,44.595077,0],[-71.905281,44.595182,0],[-71.90644,44.595551,0]]]},"properties":{"id":"rd362","name":"Millie's Way to Shire","touches":",mtb39,mtb40,mtb412,mtb415,mtb198,","length":805.7731692998366}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.901307,44.584896,0],[-71.901092,44.584989,0],[-71.900766,44.585299,0],[-71.900557,44.585641,0],[-71.900526,44.586027,0],[-71.900679,44.586336,0]]]},"properties":{"id":"rd363","name":"Parr's Yard to Rolly Grail","touches":",mtb17,mtb387,","length":183.89830939209259}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.89047,44.600035,0],[-71.890423,44.599979,0],[-71.890023,44.599732,0],[-71.889713,44.599531,0],[-71.88955,44.599379,0],[-71.889403,44.599181,0],[-71.889306,44.598963,0],[-71.889306,44.598867,0],[-71.889274,44.598769,0],[-71.889261,44.598484,0],[-71.889227,44.598404,0],[-71.889165,44.598306,0],[-71.889085,44.598199,0],[-71.888949,44.598099,0],[-71.888847,44.598053,0],[-71.888733,44.598003,0],[-71.888517,44.597955,0],[-71.888308,44.597935,0],[-71.888038,44.597939,0],[-71.887744,44.597954,0],[-71.887523,44.597941,0],[-71.887434,44.597941,0],[-71.887184,44.597901,0],[-71.88681,44.597793,0],[-71.886432,44.597665,0],[-71.886141,44.597594,0],[-71.885515,44.597439,0],[-71.885126,44.597303,0],[-71.884878,44.597189,0],[-71.884537,44.596992,0],[-71.883672,44.596528,0],[-71.8835,44.596446,0],[-71.883019,44.596167,0],[-71.882921,44.596052,0],[-71.882905,44.595914,0],[-71.882948,44.595772,0],[-71.883037,44.595612,0],[-71.88312,44.595484,0]]]},"properties":{"id":"rd364","name":"Pinkham Rd","touches":",mtb190,mtb593,mtb701,","length":870.2815909927359}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.951968,44.612013,0],[-71.952067,44.611957,0],[-71.952127,44.611873,0],[-71.952183,44.611752,0],[-71.952272,44.611648,0],[-71.952389,44.611593,0],[-71.952569,44.611535,0],[-71.952758,44.611499,0],[-71.952877,44.611473,0]]]},"properties":{"id":"xc517","name":"Skeet Club","touches":",xc511,xc546,xc578,xc516,xc543,","length":100.4295503150945}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.941113,44.615268,0],[-71.94105,44.615251,0],[-71.940455,44.615701,0],[-71.940058,44.616039,0],[-71.939918,44.616152,0],[-71.939693,44.616326,0],[-71.939491,44.616499,0],[-71.93926,44.61669,0],[-71.938984,44.616979,0],[-71.93878,44.617288,0],[-71.938549,44.617832,0],[-71.938251,44.61869,0],[-71.938069,44.619155,0],[-71.93778,44.619764,0],[-71.937593,44.620104,0],[-71.937406,44.620319,0]]]},"properties":{"id":"rd365","name":"Burke Green Rd","touches":",rd357,rd358,rd628,rd695,","length":651.3141096421026}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953462,44.61611,0],[-71.953348,44.616275,0],[-71.953311,44.616377,0],[-71.953273,44.61648,0],[-71.953263,44.616531,0],[-71.953267,44.616577,0],[-71.953275,44.61663,0],[-71.953294,44.616679,0],[-71.953331,44.616719,0],[-71.953607,44.616895,0],[-71.953716,44.616981,0],[-71.953789,44.617188,0],[-71.953913,44.617357,0],[-71.954138,44.617537,0],[-71.954156,44.617607,0]]]},"properties":{"id":"rd366","name":"Roundy Brook Rd","touches":",xc538,rd539,rd696,","length":193.52487302034805}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.932497,44.569887,0],[-71.932802,44.570918,0],[-71.933174,44.572685,0],[-71.93288,44.575269,0],[-71.931655,44.579465,0],[-71.931795,44.58015,0],[-71.931996,44.58068,0],[-71.932849,44.580669,0],[-71.934058,44.580691,0],[-71.934601,44.580834,0],[-71.935097,44.581199,0],[-71.935825,44.581729,0],[-71.936197,44.581806,0],[-71.936445,44.582038,0],[-71.93643,44.582237,0],[-71.936143,44.582584,0],[-71.935894,44.582972,0]]]},"properties":{"id":"rd367","name":"Last Call To Kirby Connector","touches":",mtb325,rd368,mtb609,","length":1744.340516306941}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.928504,44.562363,0],[-71.928915,44.562617,0],[-71.929148,44.562865,0],[-71.929799,44.56445,0],[-71.929923,44.564804,0],[-71.930171,44.565715,0],[-71.930768,44.566665,0],[-71.931225,44.567841,0],[-71.931574,44.568675,0],[-71.93207,44.569238,0],[-71.932295,44.569509,0],[-71.932497,44.569887,0]]]},"properties":{"id":"rd368","name":"Ridge Rd","touches":",mtb324,rd367,mtb609,","length":905.622134527636}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.916809,44.588236,0],[-71.918059,44.587397,0]]]},"properties":{"id":"rd369","name":"Sherburn Parking Lot","touches":",mtb45,rd370,hke416,","length":136.13250405531593}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.917129,44.589375,0],[-71.916809,44.588236,0]]]},"properties":{"id":"rd370","name":"Sherburne Lodge Rd","touches":",mtb45,rd369,rd359,rd372,","length":129.16451022026305}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.916537,44.589676,0],[-71.916269,44.589806,0],[-71.915796,44.589894,0],[-71.915199,44.589789,0],[-71.914382,44.589491,0]]]},"properties":{"id":"rd371","name":"High Meadows Rd","touches":",mtb41,rd372,mtb293,","length":186.19572165646179}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.917129,44.589375,0],[-71.916537,44.589676,0]]]},"properties":{"id":"rd372","name":"High Meadows Rd","touches":",mtb41,rd371,rd359,rd370,","length":57.69357604031766}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.959818,44.590383,0],[-71.960136,44.589884,0]]]},"properties":{"id":"rd373","name":"Darling Hill Rd","touches":",mtb1,rd374,rd351,rd352,","length":60.964054433393194}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.957083,44.594592,0],[-71.957169,44.59446,0],[-71.957592,44.593744,0],[-71.95784,44.593364,0],[-71.958214,44.592785,0],[-71.958592,44.592229,0],[-71.95896,44.591674,0],[-71.959818,44.590383,0]]]},"properties":{"id":"rd374","name":"Darling Hill Rd","touches":",mtb1,rd373,mtb309,rd625,","length":515.7365062313456}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.971749,44.573738,0],[-71.971613,44.573937,0],[-71.971177,44.574392,0],[-71.969666,44.5758,0],[-71.969038,44.576475,0],[-71.967988,44.577209,0]]]},"properties":{"id":"rd375","name":"Darling Hill Rd","touches":",mtb208,rd376,hke266,rd577,","length":489.8442431816752}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.971885,44.573452,0],[-71.971749,44.573738,0]]]},"properties":{"id":"rd376","name":"Darling Hill Rd","touches":",mtb208,rd375,mtb262,","length":33.51677358694187}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.906484,44.597018,0],[-71.906774,44.597053,0],[-71.907646,44.59715,0],[-71.908405,44.597188,0],[-71.908719,44.597197,0],[-71.909033,44.597188,0],[-71.90956,44.597078,0],[-71.910161,44.596965,0],[-71.910746,44.597015,0],[-71.911002,44.597037,0],[-71.911246,44.597015,0],[-71.911467,44.596932,0],[-71.911762,44.596788,0],[-71.912002,44.596609,0],[-71.912168,44.596347,0],[-71.912304,44.595933,0],[-71.912413,44.595568,0],[-71.912475,44.595298,0],[-71.912479,44.594909,0],[-71.912564,44.594608,0],[-71.913021,44.594048,0],[-71.913463,44.593568,0],[-71.913695,44.593432,0]]]},"properties":{"id":"rd377","name":"Dashney Rd","touches":",mtb198,rd378,rd359,rd361,","length":847.3246483300268}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.903462,44.59764,0],[-71.903754,44.597344,0],[-71.904018,44.597178,0],[-71.904824,44.597057,0],[-71.905723,44.597024,0],[-71.906484,44.597018,0]]]},"properties":{"id":"rd378","name":"Dashney Rd","touches":",mtb190,rd627,mtb198,rd377,","length":265.4721885195972}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969388,44.595985,0],[-71.969399,44.596125,0],[-71.96933,44.596236,0],[-71.969148,44.596323,0],[-71.969008,44.5964,0],[-71.968932,44.596474,0],[-71.968847,44.596549,0],[-71.96878,44.596631,0],[-71.968676,44.596762,0],[-71.96864,44.596853,0],[-71.96863,44.596962,0],[-71.968619,44.597086,0],[-71.968624,44.597181,0],[-71.968681,44.597309,0],[-71.96872,44.597336,0],[-71.968755,44.597312,0],[-71.968782,44.597278,0],[-71.96884,44.597232,0],[-71.968874,44.597142,0],[-71.968806,44.596942,0],[-71.968792,44.596806,0],[-71.968821,44.596754,0],[-71.968872,44.596776,0],[-71.968922,44.596874,0],[-71.968985,44.596971,0],[-71.969168,44.597095,0],[-71.969257,44.597225,0],[-71.969278,44.597549,0],[-71.969221,44.597648,0],[-71.969078,44.597746,0],[-71.969028,44.597886,0],[-71.969006,44.598066,0],[-71.969057,44.598205,0],[-71.969203,44.598352,0],[-71.969382,44.598509,0],[-71.969394,44.59855,0],[-71.969353,44.598569,0],[-71.969284,44.598556,0],[-71.969215,44.598524,0],[-71.96914,44.598529,0],[-71.969067,44.59858,0],[-71.969026,44.598646,0],[-71.968982,44.598823,0],[-71.969024,44.599182,0],[-71.968988,44.59936,0],[-71.968943,44.599463,0],[-71.968874,44.59956,0],[-71.968658,44.599761,0],[-71.968598,44.599859,0],[-71.968591,44.599967,0],[-71.968614,44.600109,0],[-71.968574,44.60025,0],[-71.968504,44.600346,0],[-71.968316,44.600506,0],[-71.968255,44.600565,0]]]},"properties":{"id":"mtb379","name":"Fence Line","touches":",mtb275,mtb690,mtb692,mtb283,mtb285,mtb432,mtb433,","length":741.6986778917836}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.883794,44.631002,0],[-71.883942,44.631051,0],[-71.88426,44.631151,0],[-71.884398,44.631192,0],[-71.884489,44.631221,0],[-71.884567,44.631236,0],[-71.884823,44.631282,0],[-71.885071,44.631328,0],[-71.885316,44.631438,0],[-71.885436,44.631487,0],[-71.885734,44.631557,0],[-71.88593,44.631584,0],[-71.886296,44.631636,0],[-71.886643,44.631591,0],[-71.886865,44.631562,0],[-71.886942,44.631558,0],[-71.88731,44.63156,0],[-71.887422,44.631585,0],[-71.887797,44.631666,0],[-71.88804,44.631894,0],[-71.888187,44.632046,0],[-71.888352,44.632227,0],[-71.888421,44.632363,0],[-71.888506,44.632548,0],[-71.888613,44.632931,0],[-71.888852,44.633203,0],[-71.889044,44.633388,0],[-71.889187,44.633519,0],[-71.889303,44.63362,0],[-71.889522,44.633672,0],[-71.88976,44.633727,0],[-71.890091,44.633725,0],[-71.890239,44.633727,0],[-71.890511,44.633717,0],[-71.890661,44.633711,0],[-71.891059,44.633725,0],[-71.891242,44.633784,0],[-71.891408,44.633834,0],[-71.891779,44.633858,0],[-71.891856,44.633863,0],[-71.892142,44.63384,0],[-71.892401,44.633817,0],[-71.89278,44.633804,0],[-71.893108,44.633869,0],[-71.893316,44.633965,0],[-71.893471,44.634034,0],[-71.894194,44.634404,0],[-71.894214,44.634415,0],[-71.894226,44.634427,0]]]},"properties":{"id":"mtb380","name":"Haul Road","touches":",mtb241,mtb249,mtb386,mtb493,mtb381,mtb496,mtb640,mtb739,","length":1001.8818572033902}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.879319,44.628886,0],[-71.87932,44.628886,0],[-71.879619,44.628874,0],[-71.879775,44.628871,0],[-71.87989,44.628901,0],[-71.880015,44.628932,0],[-71.880195,44.62896,0],[-71.880308,44.628977,0],[-71.880423,44.629035,0],[-71.880582,44.629117,0],[-71.880707,44.629181,0],[-71.880834,44.629238,0],[-71.880964,44.629299,0],[-71.881066,44.629347,0],[-71.881226,44.629435,0],[-71.881346,44.629499,0],[-71.881505,44.629564,0],[-71.881645,44.629621,0],[-71.881733,44.62967,0],[-71.88185,44.629734,0],[-71.882194,44.630146,0],[-71.882307,44.6304,0],[-71.882561,44.630601,0],[-71.882695,44.630743,0],[-71.882735,44.630781,0],[-71.882849,44.63081,0],[-71.883022,44.63086,0],[-71.883227,44.630944,0],[-71.883275,44.630961,0],[-71.883533,44.630972,0],[-71.883654,44.630976,0],[-71.883727,44.63098,0],[-71.883794,44.631002,0]]]},"properties":{"id":"mtb381","name":"Haul Road","touches":",mtb76,mtb382,mtb385,mtb380,mtb496,mtb640,mtb739,","length":455.35292667565255}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.876899,44.628872,0],[-71.877205,44.62884,0],[-71.877612,44.628751,0],[-71.878032,44.628782,0],[-71.878376,44.628794,0],[-71.878678,44.628826,0],[-71.878914,44.628826,0],[-71.879319,44.628886,0]]]},"properties":{"id":"mtb382","name":"Haul Road","touches":",mtb76,mtb381,mtb385,mtb242,mtb501,","length":194.95488740513574}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.984816,44.562493,0],[-71.984872,44.562441,0],[-71.984937,44.562401,0],[-71.984967,44.562389,0],[-71.98502,44.562379,0],[-71.985061,44.562344,0],[-71.985125,44.562285,0],[-71.985032,44.562279,0],[-71.98497,44.562291,0],[-71.984942,44.562289,0],[-71.984935,44.56227,0],[-71.984948,44.562256,0],[-71.984986,44.562234,0],[-71.985072,44.562181,0],[-71.985102,44.562125,0],[-71.985117,44.562076,0],[-71.985175,44.562019,0],[-71.985195,44.561982,0],[-71.985228,44.561956,0],[-71.98534,44.561871,0],[-71.985485,44.561774,0],[-71.985519,44.561581,0],[-71.98549,44.56154,0],[-71.985388,44.561557,0],[-71.985274,44.561563,0],[-71.985186,44.56156,0],[-71.985098,44.561537,0],[-71.984747,44.561587,0],[-71.984539,44.56156,0],[-71.98446,44.561555,0],[-71.984333,44.561567,0],[-71.984216,44.561558,0],[-71.984205,44.56154,0],[-71.984288,44.561491,0],[-71.984376,44.561452,0],[-71.984523,44.561383,0],[-71.984603,44.561328,0],[-71.984652,44.561316,0],[-71.984808,44.561307,0],[-71.98489,44.561296,0],[-71.984963,44.561248,0],[-71.985048,44.561142,0],[-71.985134,44.561031,0],[-71.985158,44.561022,0],[-71.985197,44.561013,0],[-71.985234,44.561021,0],[-71.985279,44.561024,0],[-71.985339,44.560975,0],[-71.985325,44.560938,0],[-71.985298,44.560908,0],[-71.985285,44.560878,0],[-71.985304,44.560845,0],[-71.985294,44.560801,0],[-71.985302,44.560763,0],[-71.985319,44.560727,0],[-71.985344,44.560671,0],[-71.985366,44.560615,0],[-71.985362,44.560603,0],[-71.98535,44.560589,0],[-71.985302,44.560583,0],[-71.985213,44.560533,0],[-71.985124,44.560492,0],[-71.985085,44.56043,0],[-71.985072,44.560317,0],[-71.985132,44.560203,0],[-71.985101,44.560115,0],[-71.98507,44.560057,0],[-71.984971,44.559962,0],[-71.984919,44.559938,0],[-71.98482,44.559938,0],[-71.984671,44.559957,0],[-71.984619,44.559984,0],[-71.984528,44.560003,0],[-71.984461,44.559982,0],[-71.984423,44.559994,0],[-71.984377,44.560021,0],[-71.984306,44.560064,0],[-71.984258,44.560076,0],[-71.984217,44.560073,0],[-71.984229,44.560015,0],[-71.984257,44.559958,0],[-71.984289,44.559941,0],[-71.984365,44.559903,0],[-71.984344,44.559897,0],[-71.984298,44.559877,0],[-71.984146,44.559813,0],[-71.983955,44.559723,0],[-71.983864,44.559687,0],[-71.98369,44.559698,0],[-71.983524,44.559678,0],[-71.983418,44.559682,0],[-71.983086,44.559642,0],[-71.982887,44.559577,0],[-71.982738,44.559493,0],[-71.982613,44.559484,0],[-71.982376,44.559528,0],[-71.982191,44.559533,0],[-71.981967,44.559555,0],[-71.981911,44.559618,0],[-71.981894,44.559713,0],[-71.981937,44.559728,0],[-71.982109,44.559778,0],[-71.98234,44.559795,0],[-71.982522,44.559823,0],[-71.982628,44.559846,0],[-71.982637,44.55986,0],[-71.98263,44.559886,0],[-71.982607,44.55989,0],[-71.982529,44.559891,0],[-71.982459,44.559867,0],[-71.982412,44.559867,0],[-71.982303,44.559861,0],[-71.982222,44.559842,0],[-71.98214,44.559827,0],[-71.982162,44.559845,0],[-71.982188,44.559854,0],[-71.982252,44.559865,0],[-71.982317,44.559895,0],[-71.982389,44.559951,0],[-71.982366,44.559981,0],[-71.982266,44.560021,0],[-71.981976,44.560084,0],[-71.981055,44.560158,0],[-71.980891,44.560197,0],[-71.980732,44.560138,0],[-71.980676,44.559939,0],[-71.980763,44.559695,0],[-71.980864,44.559454,0],[-71.980801,44.559383,0],[-71.980733,44.559492,0],[-71.980726,44.559616,0],[-71.980511,44.560008,0],[-71.980442,44.560025,0],[-71.980442,44.55991,0],[-71.980517,44.559712,0],[-71.980485,44.559555,0],[-71.980351,44.559608,0],[-71.980236,44.559737,0],[-71.980124,44.560272,0],[-71.980041,44.560432,0]]]},"properties":{"id":"mtb383","name":"Bear Back","touches":",mtb59,mtb62,mtb252,mtb255,mtb755,","length":1413.0085783693091}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.859754,44.548736,0],[-71.859875,44.548861,0],[-71.859949,44.548905,0],[-71.860086,44.548943,0],[-71.860553,44.549025,0],[-71.860944,44.549058,0],[-71.861303,44.549131,0],[-71.861631,44.549218,0],[-71.861745,44.549293,0],[-71.861744,44.549362,0],[-71.861648,44.549604,0],[-71.861605,44.549643,0],[-71.861428,44.549698,0],[-71.861342,44.549762,0],[-71.861272,44.549853,0],[-71.860981,44.550136,0],[-71.860778,44.550253,0],[-71.860618,44.550375,0],[-71.860525,44.55041,0],[-71.860334,44.550452,0],[-71.860261,44.550484,0],[-71.860198,44.550535,0],[-71.860128,44.550639,0],[-71.860112,44.55074,0],[-71.86015,44.550802,0],[-71.860358,44.551022,0],[-71.860554,44.551158,0],[-71.860603,44.551213,0],[-71.860593,44.551272,0],[-71.8605,44.551328,0],[-71.859881,44.551378,0],[-71.859805,44.551414,0],[-71.85979,44.551494,0],[-71.859828,44.551535,0],[-71.859951,44.551592,0],[-71.860323,44.551718,0],[-71.860415,44.551762,0],[-71.860492,44.551819,0],[-71.860582,44.551925,0],[-71.860699,44.552151,0],[-71.860783,44.552226,0],[-71.860909,44.5523,0],[-71.861073,44.552358,0],[-71.861459,44.55235,0],[-71.861584,44.552372,0],[-71.861898,44.552638,0],[-71.862072,44.552847,0],[-71.862149,44.552884,0],[-71.862359,44.552918,0],[-71.862542,44.55304,0],[-71.862616,44.553064,0],[-71.862798,44.553064,0],[-71.862884,44.553083,0],[-71.862944,44.553133,0],[-71.863014,44.553254,0],[-71.863257,44.553521,0],[-71.863515,44.553763,0]]]},"properties":{"id":"mtb384","name":"Poutine","touches":",mtb32,mtb33,mtb53,mtb56,mtb330,mtb226,mtb230,mtb329,","length":958.6742562435086}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.879608,44.628503,0],[-71.879427,44.628683,0],[-71.879363,44.628792,0],[-71.879319,44.628886,439.6]]]},"properties":{"id":"mtb385","name":"Stormin Norman","touches":",mtb76,mtb381,mtb382,mtb739,mtb740,","length":48.808222179762765}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.925542,44.61717,0],[-71.925177,44.616962,0],[-71.925037,44.616843,0],[-71.924991,44.616748,0],[-71.925002,44.616618,0],[-71.925098,44.61645,0],[-71.925206,44.616237,0],[-71.925163,44.616122,0],[-71.925163,44.615939,0],[-71.925216,44.615679,0],[-71.925463,44.615282,0],[-71.925806,44.614847,0],[-71.925978,44.614808,0],[-71.926364,44.61477,0],[-71.926686,44.614604,0]]]},"properties":{"id":"mtb390","name":"Good 'n You","touches":",mtb122,mtb426,mtb391,mtb394,","length":368.5671458660061}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.926229,44.618034,0],[-71.926217,44.618018,0],[-71.926195,44.617939,0],[-71.926185,44.617854,0],[-71.92612,44.617815,0],[-71.926104,44.617785,0],[-71.926132,44.61775,0],[-71.926243,44.617726,0],[-71.926353,44.617689,0],[-71.926397,44.617655,0],[-71.926396,44.617617,0],[-71.926333,44.617576,0],[-71.92623,44.617551,0],[-71.926066,44.617481,0],[-71.925881,44.617446,0],[-71.925764,44.617396,0],[-71.925594,44.61731,0],[-71.925513,44.617253,0],[-71.925542,44.61717,0]]]},"properties":{"id":"mtb391","name":"Good 'n You","touches":",mtb390,mtb394,mtb392,rd607,rd608,","length":155.06583841038682}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.944229,44.58902,0],[-71.944111,44.588978,0],[-71.943844,44.588986,0],[-71.9437,44.589044,0],[-71.943615,44.589058,0],[-71.94356,44.589087,0],[-71.943543,44.589117,0],[-71.943565,44.589128,0],[-71.943591,44.589133,0],[-71.943736,44.589104,0],[-71.943909,44.589093,0],[-71.944001,44.589089,0],[-71.944055,44.589101,0],[-71.944101,44.589125,0],[-71.94411,44.589154,0],[-71.944075,44.589177,0],[-71.943936,44.589176,0],[-71.943853,44.589157,0],[-71.943796,44.589164,0],[-71.943681,44.589197,0],[-71.943559,44.589203,0],[-71.943545,44.589234,0],[-71.943569,44.589283,0],[-71.943724,44.589414,0],[-71.943888,44.58947,0],[-71.944008,44.58949,0]]]},"properties":{"id":"mtb401","name":"Pump Track","touches":",mtb398,mtb402,mtb403,mtb399,mtb400,","length":208.95199045221386}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.944048,44.589432,0],[-71.944012,44.589471,0],[-71.944008,44.58949,0]]]},"properties":{"id":"mtb402","name":"Pump Track","touches":",mtb397,mtb400,mtb398,mtb401,mtb403,","length":7.357305610543272}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.944008,44.58949,0],[-71.943972,44.589613,0]]]},"properties":{"id":"mtb403","name":"Pump Track","touches":",mtb139,mtb141,mtb398,mtb401,mtb402,","length":13.951296215326712}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.894226,44.634427,0],[-71.89428,44.634396,0],[-71.894307,44.634382,297.499746],[-71.894353,44.634382,297.3],[-71.894444,44.634334,297.3],[-71.894475,44.634291,297.1],[-71.894491,44.634271,0],[-71.894491,44.634237,298.1],[-71.894477,44.634207,0],[-71.894446,44.634172,299.4],[-71.894424,44.634157,0],[-71.89439,44.634144,298.2],[-71.894321,44.634133,298.1],[-71.894264,44.634106,297.9],[-71.894209,44.634057,0],[-71.894154,44.634001,299.9],[-71.894101,44.633988,300.5],[-71.89405,44.633992,0],[-71.893938,44.634011,300.5],[-71.893863,44.634,301.9],[-71.893798,44.63396,302.2],[-71.89373,44.633933,302.4],[-71.893574,44.633867,302.4],[-71.893455,44.633839,302.9],[-71.893413,44.633742,0],[-71.893412,44.63365,304.5],[-71.893376,44.633594,305.1],[-71.893303,44.633536,0],[-71.893235,44.63349,308],[-71.893116,44.633459,0],[-71.892997,44.633442,0],[-71.892895,44.633421,0],[-71.892798,44.63341,0],[-71.892617,44.633413,311.2],[-71.892448,44.63348,311.8],[-71.892362,44.633501,312.4],[-71.892217,44.633548,312.7],[-71.892162,44.633562,0],[-71.892063,44.633594,313.7],[-71.891935,44.633607,0],[-71.891715,44.633614,0],[-71.891646,44.633618,0],[-71.891575,44.63363,318.1],[-71.891532,44.633674,318.2],[-71.891492,44.633694,0],[-71.891436,44.633724,0],[-71.891385,44.633739,0],[-71.89137,44.633732,0],[-71.891352,44.633724,0],[-71.891314,44.633699,320],[-71.891281,44.633668,321.4],[-71.891264,44.633645,322.3],[-71.891293,44.633615,322.6],[-71.891337,44.633592,321.9],[-71.89137,44.633578,321.8],[-71.891405,44.63357,322.3],[-71.891433,44.633542,0],[-71.891431,44.633506,322.7],[-71.89137,44.633493,0],[-71.891334,44.633493,0],[-71.891313,44.633493,323.9],[-71.891275,44.633492,322.8],[-71.891211,44.633487,323.9],[-71.891123,44.633479,325.6],[-71.891017,44.633492,325.3],[-71.890817,44.633531,327.1],[-71.890755,44.633547,327.9],[-71.890651,44.633549,329],[-71.890581,44.633524,0],[-71.890498,44.63351,0],[-71.890414,44.633521,331.5],[-71.890356,44.633533,0],[-71.890296,44.633549,333.3],[-71.890256,44.63355,0],[-71.89023,44.633547,0],[-71.890215,44.63354,334.6],[-71.890242,44.633528,334.6],[-71.890304,44.633513,335.4],[-71.890348,44.63349,333.6],[-71.890429,44.633452,0],[-71.890457,44.633412,0],[-71.890488,44.633379,0],[-71.890522,44.633354,0],[-71.890509,44.633319,0],[-71.890468,44.633292,0],[-71.890425,44.633283,338],[-71.890385,44.633285,338.1],[-71.890343,44.633298,0],[-71.890244,44.633308,339.4],[-71.890143,44.633329,339.9],[-71.890042,44.633332,0],[-71.889999,44.633335,340.2],[-71.889819,44.633382,339.5],[-71.889717,44.633402,340.3],[-71.889628,44.633409,341.1],[-71.889594,44.633394,341.4],[-71.889547,44.633339,0],[-71.889524,44.633282,0],[-71.889507,44.63321,0],[-71.889469,44.633133,0],[-71.889464,44.633103,0],[-71.889466,44.633072,0],[-71.889479,44.633036,342.2],[-71.889505,44.632991,342.4],[-71.889518,44.632964,0],[-71.88953,44.632923,0],[-71.889525,44.63287,0],[-71.889498,44.632811,0],[-71.889438,44.632721,0],[-71.889393,44.632668,345.3],[-71.889333,44.632641,0],[-71.889268,44.632652,346.4],[-71.889208,44.632697,0],[-71.889155,44.632734,346.6],[-71.889117,44.632746,347.9],[-71.889005,44.632747,347.8],[-71.888925,44.632736,0],[-71.888844,44.632699,347.5],[-71.888781,44.632657,347.3],[-71.888756,44.632626,347.3],[-71.888761,44.632588,347.1],[-71.888798,44.632551,347.2],[-71.88886,44.632529,346.6],[-71.888971,44.632473,347.2],[-71.88912,44.632415,0],[-71.88918,44.632362,345.7],[-71.889257,44.632283,0],[-71.889391,44.632189,347],[-71.889415,44.632151,347.2],[-71.889455,44.632088,0],[-71.889473,44.632057,346.7],[-71.889484,44.632026,346.2],[-71.889485,44.631996,347.2],[-71.889468,44.631965,348.1],[-71.889417,44.631998,0],[-71.889397,44.632062,0],[-71.889346,44.632076,0],[-71.88931,44.632099,0],[-71.889272,44.632139,0],[-71.889136,44.63226,0],[-71.889069,44.63229,350.5],[-71.888919,44.632329,350.8],[-71.88886,44.632333,0],[-71.888808,44.632329,353.5],[-71.888767,44.632315,353.5],[-71.888731,44.632295,354.2],[-71.888707,44.632272,354.8],[-71.888705,44.632243,0],[-71.888729,44.632173,0],[-71.888744,44.632106,356.4],[-71.88876,44.632024,356.6],[-71.888767,44.631947,0],[-71.88874,44.631894,356.7],[-71.888586,44.631729,0],[-71.888531,44.631677,0],[-71.888475,44.631648,359],[-71.888429,44.631632,0],[-71.888377,44.631614,359.7],[-71.888329,44.631604,0],[-71.888277,44.631623,360.1],[-71.888242,44.631653,360],[-71.888238,44.631692,361],[-71.888246,44.631753,361.7],[-71.888248,44.6318,362.8],[-71.888211,44.631816,363.4],[-71.888165,44.631812,363.9],[-71.888124,44.631789,364],[-71.888115,44.631754,363.8],[-71.888145,44.631696,363.6],[-71.888174,44.631622,363.1],[-71.888204,44.631565,363.6],[-71.888207,44.63151,364.8],[-71.888175,44.631444,364.8],[-71.888139,44.631392,0],[-71.888083,44.631322,0],[-71.888048,44.631295,367.8],[-71.888008,44.631275,367.9],[-71.887987,44.631216,367.7],[-71.887976,44.631121,366.6],[-71.887968,44.631041,366.1],[-71.88803,44.63095,0],[-71.88807,44.630954,369.6],[-71.888181,44.630886,369.4],[-71.8882,44.630816,0],[-71.888191,44.630771,369.1],[-71.888179,44.630715,0],[-71.888183,44.630661,369.5],[-71.888225,44.630637,369.5],[-71.888381,44.6306,369.9],[-71.888487,44.630615,0],[-71.888566,44.630611,0],[-71.888641,44.630585,0],[-71.888694,44.630546,370.8],[-71.888748,44.63049,0],[-71.888795,44.630444,0],[-71.888847,44.630407,370],[-71.888894,44.630393,371.1],[-71.888959,44.630383,0],[-71.889093,44.630315,371.8],[-71.889185,44.630261,0],[-71.889239,44.630237,371.6],[-71.889276,44.630203,372.1],[-71.889272,44.630151,372.2],[-71.889229,44.630042,372.1],[-71.88921,44.629963,372.4],[-71.889222,44.629879,0],[-71.889218,44.629827,372.8],[-71.889161,44.629738,372.8],[-71.889105,44.629692,0],[-71.889082,44.629651,372.7],[-71.889075,44.62962,0],[-71.889082,44.62952,373.2],[-71.88908,44.629491,373.4],[-71.889072,44.629464,0],[-71.889053,44.629426,0],[-71.888995,44.629341,0],[-71.888953,44.629306,0],[-71.888913,44.629279,374.3],[-71.88889,44.629242,374.7],[-71.888894,44.629194,0],[-71.888881,44.62915,375.1],[-71.888875,44.629101,375.8],[-71.88888,44.629056,0],[-71.888882,44.628998,0],[-71.888869,44.628954,0],[-71.888867,44.628881,0],[-71.888854,44.628835,376.9],[-71.888847,44.628773,377.1],[-71.888856,44.628712,0],[-71.888868,44.628532,376.2],[-71.888941,44.628379,377.2],[-71.888975,44.628313,0],[-71.888968,44.628237,0],[-71.888924,44.628166,378.3],[-71.88885,44.62809,0],[-71.888709,44.628028,0],[-71.888589,44.627954,0],[-71.888465,44.627919,0],[-71.888343,44.627914,0],[-71.888157,44.627877,0],[-71.888036,44.627892,0],[-71.887924,44.627921,0]]]},"properties":{"id":"mtb386","name":"Stormin Norman","touches":",mtb241,mtb249,mtb380,mtb493,mtb496,mtb591,mtb637,","length":1613.4291010404686}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.899715,44.587483,0],[-71.899862,44.587336,0],[-71.899954,44.587264,0],[-71.900214,44.587143,0],[-71.900404,44.587101,0],[-71.900493,44.587051,0],[-71.900586,44.586972,0],[-71.900636,44.586874,0],[-71.900621,44.586795,0],[-71.900576,44.586717,0],[-71.900491,44.586626,0],[-71.900429,44.586508,0],[-71.900431,44.586471,0],[-71.900528,44.586404,0],[-71.900679,44.586336,0]]]},"properties":{"id":"mtb387","name":"Parr's Yard","touches":",mtb18,mtb217,rd363,","length":176.79018675848877}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.888116,44.589757,0],[-71.888098,44.589706,0],[-71.888096,44.589597,0],[-71.8881,44.589516,0],[-71.88812,44.589449,0],[-71.888155,44.589401,0],[-71.888229,44.589348,0],[-71.888318,44.589319,0],[-71.888626,44.589283,0],[-71.888995,44.589187,0],[-71.889081,44.589178,0],[-71.889229,44.589179,0],[-71.889595,44.589161,0],[-71.889685,44.589137,0],[-71.889783,44.589096,0],[-71.889942,44.58905,0],[-71.890144,44.589038,0],[-71.890334,44.58906,0],[-71.890485,44.589097,0],[-71.89067,44.589165,0],[-71.890847,44.589259,0],[-71.891149,44.589376,0],[-71.891386,44.589507,0],[-71.891656,44.589624,0],[-71.891885,44.589676,0],[-71.89203,44.589715,0],[-71.89218,44.589767,0],[-71.892406,44.589823,0],[-71.892849,44.589855,0],[-71.892939,44.589899,0],[-71.893251,44.590004,0],[-71.893381,44.590039,0],[-71.893704,44.590155,0],[-71.893766,44.590172,0],[-71.894091,44.590217,0],[-71.894417,44.590223,0],[-71.894782,44.59019,0],[-71.895124,44.590145,0],[-71.895398,44.590086,0],[-71.895515,44.590048,0],[-71.895732,44.589998,0],[-71.895992,44.589926,0],[-71.896107,44.589911,0],[-71.896411,44.589853,0],[-71.896705,44.58974,0],[-71.896842,44.58965,0],[-71.896964,44.589582,0],[-71.897199,44.589477,0],[-71.897309,44.589412,0],[-71.897421,44.589312,0],[-71.897561,44.589221,0],[-71.897691,44.589175,0],[-71.897894,44.589124,0],[-71.898122,44.58909,0],[-71.89827,44.589048,0],[-71.898514,44.588873,0],[-71.898684,44.588681,0],[-71.898802,44.588494,0]]]},"properties":{"id":"mtb388","name":"Parr's Yard","touches":",mtb295,mtb296,mtb389,mtb701,","length":992.8086847940763}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.93043,44.624541,0],[-71.93038,44.624599,0],[-71.930291,44.624639,0],[-71.930184,44.624609,0],[-71.930007,44.624503,0],[-71.929796,44.62442,0],[-71.92945,44.624305,0],[-71.929146,44.624155,0],[-71.929033,44.624129,0],[-71.928892,44.62407,0],[-71.928746,44.624051,0],[-71.928586,44.623997,0],[-71.928404,44.623956,0],[-71.928165,44.623908,0],[-71.92797,44.623849,0],[-71.927877,44.623793,0],[-71.927803,44.623742,0],[-71.927735,44.623661,0],[-71.927747,44.623612,0],[-71.927727,44.623543,0],[-71.927669,44.623501,0],[-71.927537,44.623471,0],[-71.92742,44.623487,0],[-71.927262,44.623489,0],[-71.927156,44.62347,0],[-71.927071,44.623421,0],[-71.926999,44.623342,0],[-71.926914,44.623209,0],[-71.926867,44.623036,0],[-71.926717,44.622885,0],[-71.926573,44.622723,0],[-71.92644,44.622675,0],[-71.926342,44.622595,0],[-71.92629,44.622499,0],[-71.926272,44.622314,0],[-71.926286,44.62226,0],[-71.926275,44.622162,0],[-71.926221,44.622062,0],[-71.926167,44.621973,0],[-71.926111,44.621953,0],[-71.926036,44.621949,0],[-71.925937,44.621923,0],[-71.925891,44.621883,0],[-71.92583,44.621848,0],[-71.925795,44.621786,0],[-71.925814,44.621754,0],[-71.925863,44.621718,0],[-71.926005,44.621597,0],[-71.926036,44.62153,0],[-71.926023,44.621465,0],[-71.926002,44.621411,0],[-71.925942,44.621364,0],[-71.925903,44.621292,0],[-71.925909,44.621198,0],[-71.925956,44.621142,0],[-71.926025,44.621024,0],[-71.926055,44.620953,0],[-71.92599,44.620833,0],[-71.926024,44.620742,0],[-71.926014,44.62064,0],[-71.92598,44.620582,0],[-71.926006,44.620553,0],[-71.926002,44.620521,0],[-71.925941,44.620367,0],[-71.925921,44.620264,0],[-71.925968,44.620129,0],[-71.925956,44.620012,0],[-71.925981,44.61989,0],[-71.926001,44.619837,0],[-71.926022,44.619777,0],[-71.926081,44.619718,0],[-71.926147,44.619679,0],[-71.926192,44.619648,0],[-71.926247,44.619562,0],[-71.926365,44.619354,0],[-71.926456,44.619245,0],[-71.926479,44.61914,0],[-71.926501,44.619096,0],[-71.926548,44.619045,0],[-71.926616,44.618971,0],[-71.926695,44.618905,0],[-71.926725,44.618862,0],[-71.926753,44.618784,0],[-71.926754,44.618743,0],[-71.926734,44.618628,0],[-71.926749,44.618585,0],[-71.926813,44.618505,0],[-71.926785,44.618435,0],[-71.926742,44.618347,0],[-71.926689,44.618319,0],[-71.926625,44.618313,0],[-71.92641,44.618174,0],[-71.926335,44.618135,0],[-71.926277,44.618098,0],[-71.926229,44.618034,0]]]},"properties":{"id":"mtb392","name":"Good 'n You","touches":",mtb391,rd607,rd608,mtb393,rd601,","length":1014.9802750863931}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.929079,44.619418,0],[-71.928965,44.619461,0],[-71.928904,44.619545,0],[-71.928903,44.619602,0],[-71.928949,44.61974,0],[-71.928938,44.619858,0],[-71.928885,44.61993,0],[-71.92881,44.619992,0],[-71.928757,44.620129,0],[-71.928741,44.620402,0],[-71.928646,44.620507,0],[-71.92869,44.620569,0],[-71.928856,44.620677,0],[-71.929017,44.620604,0],[-71.929104,44.620621,0],[-71.929069,44.620662,0],[-71.928937,44.620891,0],[-71.92897,44.62102,0],[-71.929012,44.621063,0],[-71.929426,44.621308,0],[-71.929496,44.621396,0],[-71.929501,44.62152,0],[-71.929551,44.621637,0],[-71.929704,44.621811,0],[-71.929787,44.62196,0],[-71.929786,44.622128,0],[-71.929838,44.622226,0],[-71.930088,44.622426,0],[-71.930188,44.62255,0],[-71.930273,44.622718,0],[-71.930328,44.622911,0],[-71.930323,44.623072,0],[-71.930269,44.623237,0],[-71.930117,44.623569,0],[-71.930094,44.623663,0],[-71.930127,44.623808,0],[-71.930247,44.623929,0],[-71.930517,44.62403,0],[-71.930613,44.624125,0],[-71.9306,44.624218,0],[-71.930545,44.624432,0],[-71.93043,44.624541,0]]]},"properties":{"id":"mtb393","name":"Good 'n You","touches":",rd358,mtb394,rd608,mtb392,rd601,","length":680.8271317812543}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.925542,44.61717,0],[-71.925659,44.61713,0],[-71.925962,44.617124,0],[-71.926906,44.617211,0],[-71.927484,44.617186,0],[-71.927643,44.617196,0],[-71.927729,44.617229,0],[-71.927801,44.617277,0],[-71.928142,44.617646,0],[-71.928228,44.617752,0],[-71.928191,44.617827,0],[-71.928254,44.617948,0],[-71.928349,44.617984,0],[-71.928513,44.617946,0],[-71.928878,44.617905,0],[-71.929042,44.617922,0],[-71.929166,44.618011,0],[-71.92925,44.618032,0],[-71.92934,44.618077,0],[-71.929381,44.61812,0],[-71.929506,44.618555,0],[-71.929461,44.618919,0],[-71.929515,44.619147,0],[-71.929554,44.619273,0],[-71.929352,44.619378,0],[-71.9292,44.619383,0],[-71.929111,44.619395,0],[-71.929079,44.619418,0]]]},"properties":{"id":"mtb394","name":"Good 'n You","touches":",rd358,mtb393,rd608,mtb390,mtb391,","length":543.0267242048034}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.966856,44.567506,0],[-71.966819,44.567636,0],[-71.966824,44.567799,0],[-71.966779,44.567915,334.4],[-71.96681,44.567962,334.5],[-71.966793,44.568011,334.5],[-71.966691,44.568163,334.6],[-71.966652,44.568233,334.6],[-71.966578,44.568302,334.6],[-71.966517,44.568361,334.4],[-71.966472,44.568454,334.039165],[-71.966384,44.56862,333.1],[-71.966427,44.568695,332.3],[-71.966509,44.568713,331.527331],[-71.966567,44.568703,330.9],[-71.966603,44.568655,330.2],[-71.966665,44.56859,329.1],[-71.966721,44.568572,328.6],[-71.966821,44.568554,327.7],[-71.966823,44.56858,327.319824],[-71.966828,44.568642,326.4],[-71.966817,44.568726,325.2],[-71.966829,44.568827,323.823408],[-71.966759,44.568994,321.6],[-71.966685,44.569061,320.7],[-71.966599,44.569118,320],[-71.966476,44.569229,319],[-71.966263,44.569302,318.2],[-71.966028,44.569297,317.9],[-71.965773,44.569352,317.2],[-71.965495,44.569413,315.7],[-71.965401,44.569422,315.4],[-71.965325,44.569455,315],[-71.965228,44.569479,314.6],[-71.964987,44.569473,313.5],[-71.964784,44.569487,312.706078],[-71.964644,44.569503,312.5],[-71.964563,44.569503,312.4],[-71.964538,44.569497,312.358053],[-71.964436,44.569464,312.2],[-71.96441,44.56944,312.1],[-71.964376,44.56942,311.9],[-71.964329,44.569405,311.7],[-71.964261,44.56934,311.2],[-71.964244,44.569297,310.9],[-71.964208,44.569195,310.1],[-71.964212,44.569123,309.4],[-71.964165,44.569089,308.881884],[-71.964078,44.569096,308.2],[-71.963957,44.56913,307.1],[-71.96386,44.569124,306.410203],[-71.963755,44.569137,305.7],[-71.963544,44.569108,304.5],[-71.963493,44.569119,304.3]]]},"properties":{"id":"mtb395","name":"Ridge","touches":",mtb82,mtb83,mtb224,mtb396,mtb629,","length":539.136567262288}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.965839,44.566589,0],[-71.966018,44.566496,0],[-71.966126,44.566379,0],[-71.966199,44.56625,0],[-71.96626,44.566189,0],[-71.966374,44.566114,0],[-71.966449,44.566054,0],[-71.966596,44.565988,0],[-71.966669,44.565963,0],[-71.966726,44.565955,0],[-71.966802,44.56596,0],[-71.966929,44.565963,0],[-71.966999,44.565974,0],[-71.967054,44.565979,0],[-71.967107,44.565993,0],[-71.96715,44.566011,0],[-71.967177,44.566034,0],[-71.967205,44.566081,0],[-71.967223,44.566127,0],[-71.967221,44.566162,0],[-71.967188,44.566184,0],[-71.967137,44.566183,0],[-71.967069,44.566184,0],[-71.967033,44.566203,0],[-71.966989,44.566289,0],[-71.966951,44.566404,0],[-71.966835,44.566595,0],[-71.966832,44.566689,0],[-71.966851,44.566756,0],[-71.966841,44.566783,0],[-71.966761,44.566876,0],[-71.966622,44.566999,0],[-71.966563,44.567109,0],[-71.966565,44.567193,0],[-71.966603,44.567253,0],[-71.966687,44.56728,0],[-71.966729,44.567298,0],[-71.966751,44.567354,0],[-71.966771,44.567427,0],[-71.966856,44.567506,0]]]},"properties":{"id":"mtb396","name":"Ridge","touches":",mtb133,mtb134,mtb395,mtb629,","length":336.5138251297405}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.944356,44.58908,0],[-71.944316,44.589131,0],[-71.944307,44.589181,0],[-71.944254,44.589233,0],[-71.944202,44.58931,0],[-71.944169,44.589365,0],[-71.944112,44.589404,0],[-71.944048,44.589432,0]]]},"properties":{"id":"mtb397","name":"Pump Track","touches":",mtb398,mtb399,mtb400,mtb402,","length":47.58678263941856}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.944008,44.58949,0],[-71.944086,44.589497,0],[-71.944192,44.589501,0],[-71.944231,44.589486,0],[-71.944268,44.589466,0],[-71.944394,44.589334,0],[-71.944432,44.589215,0],[-71.94446,44.589171,0],[-71.94447,44.5891,0],[-71.944464,44.58905,0],[-71.944438,44.589036,0],[-71.944393,44.589048,0],[-71.944356,44.58908,0]]]},"properties":{"id":"mtb398","name":"Pump Track","touches":",mtb397,mtb399,mtb401,mtb402,mtb403,","length":83.11082033364636}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.944356,44.58908,0],[-71.944229,44.58902,0]]]},"properties":{"id":"mtb399","name":"Pump Track","touches":",mtb397,mtb398,mtb400,mtb401,","length":12.10129045615814}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.944048,44.589432,0],[-71.944062,44.589338,0],[-71.944217,44.589102,0],[-71.944229,44.58902,0]]]},"properties":{"id":"mtb400","name":"Pump Track","touches":",mtb397,mtb402,mtb399,mtb401,","length":48.64561642819582}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.973705,44.574828,0],[-71.973673,44.574781,0],[-71.973577,44.574759,0],[-71.973502,44.574784,0],[-71.973404,44.574835,0]]]},"properties":{"id":"mtb425","name":"VSS Pump Track","touches":",mtb208,mtb725,mtb757,mtb423,mtb424,mtb624,","length":29.934676145047902}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.982979,44.566884,0],[-71.98298,44.566818,0],[-71.983002,44.56676,0],[-71.983096,44.56675,0],[-71.983201,44.566781,0],[-71.983279,44.566869,0],[-71.98338,44.566918,0],[-71.983505,44.566934,0],[-71.983751,44.566982,0],[-71.984182,44.567119,0],[-71.984458,44.567222,0],[-71.984594,44.567204,0],[-71.984692,44.567107,0],[-71.984913,44.567033,0],[-71.984987,44.566883,0],[-71.985027,44.56659,0],[-71.984835,44.566483,0],[-71.984674,44.566432,0],[-71.984441,44.566365,0],[-71.98406,44.565962,0],[-71.984102,44.565926,0],[-71.984238,44.566028,0],[-71.984362,44.566011,0],[-71.984211,44.565888,0],[-71.983967,44.565613,0],[-71.983683,44.565478,0],[-71.983414,44.565484,0],[-71.983418,44.565404,0],[-71.983696,44.565358,0],[-71.983696,44.565297,0],[-71.9835,44.565238,0],[-71.983841,44.565209,0],[-71.9837,44.565064,0],[-71.983554,44.565063,0],[-71.983394,44.565043,0],[-71.982973,44.56501,0],[-71.982909,44.564967,0],[-71.983301,44.564945,0],[-71.983362,44.564911,0],[-71.98328,44.564874,0],[-71.983008,44.564856,0],[-71.982985,44.5648,0],[-71.983124,44.564798,0],[-71.983235,44.564779,0],[-71.983177,44.564743,0],[-71.982899,44.564631,0],[-71.982765,44.564577,0],[-71.982533,44.564483,0]]]},"properties":{"id":"mtb404","name":"Piggy Back","touches":",mtb172,mtb428,mtb429,mtb342,mtb431,","length":805.1316554926324}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.941564,44.59298,0],[-71.941508,44.593059,0],[-71.941354,44.593254,0],[-71.9413,44.593344,0],[-71.941319,44.593402,0],[-71.94128,44.593429,0],[-71.941097,44.593505,0],[-71.941059,44.593538,0],[-71.941054,44.593596,0],[-71.941108,44.593627,0],[-71.941188,44.593629,0],[-71.941257,44.593665,0],[-71.941378,44.593678,0],[-71.941503,44.593709,0],[-71.941604,44.593727,0],[-71.941704,44.593726,0],[-71.941908,44.593731,0],[-71.942022,44.593709,0],[-71.942126,44.59367,0],[-71.94226,44.59362,0],[-71.942365,44.593604,0],[-71.942485,44.593454,0],[-71.942549,44.593326,0],[-71.942628,44.593206,0],[-71.942721,44.593111,0],[-71.942829,44.59297,0],[-71.942888,44.59293,0],[-71.942916,44.592869,0],[-71.942921,44.592794,0],[-71.942945,44.592766,0],[-71.943008,44.592706,0],[-71.943067,44.592632,0],[-71.943159,44.592536,0],[-71.943304,44.592386,0],[-71.943478,44.59218,0],[-71.943589,44.59208,0],[-71.94367,44.591986,0],[-71.943755,44.591847,0],[-71.9438,44.591807,0],[-71.943805,44.591782,0],[-71.943768,44.591754,0],[-71.943732,44.591747,0],[-71.943688,44.591751,0],[-71.943559,44.591759,0],[-71.94343,44.591719,0],[-71.943314,44.591587,0],[-71.943209,44.591463,0],[-71.943006,44.591252,0]]]},"properties":{"id":"mtb405","name":"X-mas Tree Loop","touches":",mtb215,mtb406,mtb408,mtb344,","length":523.852801201506}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.943006,44.591252,0],[-71.942436,44.591798,0],[-71.942297,44.591949,0],[-71.942086,44.592228,0],[-71.941924,44.592452,0],[-71.941727,44.592682,0],[-71.941564,44.59298,0]]]},"properties":{"id":"mtb406","name":"X-mas Tree Loop","touches":",mtb215,mtb405,mtb408,mtb344,","length":224.57274134679142}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.94301,44.591046,0],[-71.94301,44.590862,0],[-71.942966,44.590756,0],[-71.942835,44.590558,0],[-71.942847,44.590413,0],[-71.942881,44.590305,0],[-71.943048,44.590077,0],[-71.943201,44.58993,0],[-71.943347,44.589826,0],[-71.94348,44.589641,0]]]},"properties":{"id":"mtb407","name":"X-mas Tree Loop","touches":",mtb15,mtb408,mtb141,mtb142,","length":174.00208390302538}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.943006,44.591252,0],[-71.94301,44.591191,0],[-71.94301,44.591046,0]]]},"properties":{"id":"mtb408","name":"X-mas Tree Loop","touches":",mtb15,mtb407,mtb215,mtb405,mtb406,","length":22.87607895490725}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.902554,44.583396,0],[-71.902767,44.582993,0],[-71.902864,44.582749,0],[-71.902938,44.582283,0],[-71.903009,44.582148,0],[-71.903407,44.581818,0],[-71.903619,44.581729,0],[-71.903706,44.581754,0],[-71.90392,44.581784,0],[-71.904005,44.581803,0],[-71.904077,44.581811,0],[-71.904168,44.581811,0],[-71.904301,44.581781,0],[-71.904434,44.581775,0],[-71.904513,44.581739,0],[-71.904494,44.58172,0],[-71.904479,44.581703,0]]]},"properties":{"id":"mtb409","name":"Roly Grail","touches":",mtb17,mtb414,mtb741,mtb260,mtb411,","length":290.857389323266}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.904866,44.580798,0],[-71.904913,44.580731,0],[-71.904967,44.580648,0],[-71.905083,44.580474,0]]]},"properties":{"id":"mtb410","name":"Roly Grail","touches":",mtb205,mtb349,mtb411,mtb457,","length":39.94371052968824}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.904479,44.581703,526],[-71.904375,44.581639,526],[-71.904288,44.581647,526.3],[-71.904179,44.581648,526.6],[-71.904112,44.581619,527.7],[-71.903956,44.58156,529],[-71.903997,44.581545,529.1],[-71.904059,44.581519,529.8],[-71.904147,44.58149,530.5],[-71.904176,44.581517,529.8],[-71.904263,44.58153,529.7],[-71.904343,44.58154,529.5],[-71.904378,44.581509,530.1],[-71.904323,44.581441,531.9],[-71.904313,44.5814,532.7],[-71.904265,44.581359,534.3],[-71.904202,44.581321,535.2],[-71.904129,44.581271,536.2],[-71.904061,44.58117,539.3],[-71.903949,44.581118,540.4],[-71.904012,44.581065,542],[-71.904054,44.581053,542.6],[-71.90412,44.581071,541.6],[-71.904204,44.581087,540.5],[-71.904252,44.581085,540.3],[-71.904333,44.581071,540.8],[-71.904413,44.581064,540.5],[-71.90446,44.581059,540.3],[-71.904525,44.58103,540.8],[-71.904563,44.581008,541.2],[-71.904606,44.58099,541.6],[-71.904665,44.580962,541.2],[-71.904713,44.580917,542.2],[-71.904735,44.580892,542.8],[-71.904774,44.580847,0],[-71.904795,44.580832,0],[-71.904822,44.580825,0],[-71.904846,44.580817,0],[-71.904866,44.580798,0]]]},"properties":{"id":"mtb411","name":"Roly Grail","touches":",mtb260,mtb409,mtb349,mtb410,mtb457,","length":231.32964431826235}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.90599,44.589411,0],[-71.905894,44.589434,0],[-71.905728,44.589504,0]]]},"properties":{"id":"mtb412","name":"Roly Grail","touches":",mtb39,mtb40,rd362,mtb415,mtb293,mtb413,","length":23.345723691270116}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.914801,44.587862,0],[-71.914649,44.587876,0],[-71.913876,44.588054,0],[-71.913282,44.588147,0],[-71.913091,44.588194,0],[-71.913013,44.58824,0],[-71.912873,44.58847,0],[-71.912793,44.588562,0],[-71.912658,44.58867,0],[-71.912471,44.588967,0],[-71.912323,44.589236,0],[-71.912197,44.589384,0],[-71.91201,44.589493,0],[-71.91174,44.5895,0],[-71.911488,44.58951,0],[-71.911264,44.589583,0],[-71.911096,44.589603,0],[-71.910831,44.589493,0],[-71.91063,44.589603,0],[-71.910352,44.58971,0],[-71.910143,44.589861,0],[-71.909858,44.590012,0],[-71.909748,44.590087,0],[-71.909556,44.590122,0],[-71.90948,44.590215,0],[-71.909439,44.59032,0],[-71.909448,44.590423,0],[-71.909371,44.590557,0],[-71.909291,44.590601,0],[-71.909242,44.590607,0],[-71.909202,44.590593,0],[-71.909112,44.590464,0],[-71.908978,44.590356,0],[-71.908608,44.589764,0],[-71.90841,44.589654,0],[-71.908245,44.589473,0],[-71.908109,44.589279,0],[-71.907961,44.589181,0],[-71.907914,44.589167,0],[-71.907817,44.589146,0],[-71.907717,44.589152,0],[-71.907394,44.589256,0],[-71.907294,44.589267,0],[-71.906687,44.589234,0],[-71.906384,44.589255,0],[-71.906149,44.589322,0],[-71.90599,44.589411,0]]]},"properties":{"id":"mtb413","name":"Roly Grail","touches":",mtb39,mtb293,mtb412,mtb316,mtb317,","length":955.5479113963584}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.927565,44.611629,0],[-71.927252,44.611498,0],[-71.92715,44.611576,0],[-71.927119,44.611918,0],[-71.927075,44.611985,0],[-71.926985,44.612032,0],[-71.92693,44.612032,0],[-71.926707,44.611975,0],[-71.92661,44.611995,0],[-71.92656,44.612049,0],[-71.926524,44.612286,0],[-71.926315,44.612516,0],[-71.926299,44.612621,0],[-71.926377,44.61293,0],[-71.926383,44.613028,0],[-71.926328,44.613249,0],[-71.926151,44.613642,0],[-71.926135,44.613786,0],[-71.926165,44.613853,0],[-71.926241,44.613903,0],[-71.926389,44.61395,0],[-71.92649,44.614034,0],[-71.926594,44.61431,0],[-71.92663,44.614526,0],[-71.926686,44.614604,0]]]},"properties":{"id":"mtb426","name":"Farm Junk","touches":",mtb120,mtb121,mtb427,mtb122,mtb390,","length":442.4235310452891}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.905063,44.589423,0],[-71.904973,44.589405,0],[-71.904863,44.58933,0],[-71.904716,44.58914,0],[-71.904623,44.589055,0],[-71.904494,44.588998,0],[-71.904302,44.588951,0],[-71.904265,44.588927,0],[-71.904177,44.588798,0],[-71.904139,44.588776,0],[-71.903895,44.588739,0],[-71.903844,44.588679,0],[-71.903791,44.588429,0],[-71.903754,44.588362,0],[-71.903567,44.588147,0],[-71.903351,44.587953,0],[-71.903185,44.587871,0],[-71.902892,44.587672,0],[-71.902847,44.58757,0],[-71.902865,44.5875,0],[-71.903101,44.587315,0],[-71.903442,44.587161,0],[-71.903622,44.587125,0],[-71.903685,44.587112,0],[-71.903989,44.587109,0],[-71.904155,44.587027,0],[-71.904253,44.586943,0],[-71.904323,44.586847,0],[-71.904372,44.586671,0],[-71.904432,44.586277,0],[-71.904389,44.586174,0],[-71.904249,44.586024,0],[-71.904241,44.585917,0],[-71.904292,44.585631,0],[-71.90433,44.585526,0],[-71.904474,44.585295,0],[-71.9045,44.585152,0],[-71.904478,44.585082,0],[-71.904424,44.585021,0],[-71.904265,44.584932,0],[-71.904193,44.584861,0],[-71.903863,44.584721,0],[-71.903528,44.584635,0],[-71.903331,44.584618,0],[-71.903121,44.584622,0],[-71.902972,44.58462,0],[-71.902876,44.584611,0],[-71.902826,44.584573,0],[-71.902842,44.584487,0],[-71.90284,44.584415,0],[-71.90282,44.584382,0],[-71.90268,44.584279,0],[-71.902614,44.584199,0],[-71.90254,44.584008,0],[-71.902503,44.583827,0],[-71.902509,44.583637,0],[-71.902554,44.583396,0]]]},"properties":{"id":"mtb414","name":"Roly Grail","touches":",mtb17,mtb409,mtb741,mtb40,mtb415,mtb727,","length":931.9129881561216}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.905728,44.589504,0],[-71.905573,44.589588,0],[-71.905165,44.589444,0],[-71.905063,44.589423,0]]]},"properties":{"id":"mtb415","name":"Roly Grail","touches":",mtb39,mtb40,rd362,mtb412,mtb414,mtb727,","length":60.03506405491609}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.918059,44.587397,0],[-71.91831,44.586624,0],[-71.918336,44.586337,0],[-71.918664,44.585141,0],[-71.918777,44.584979,0],[-71.918914,44.584827,0],[-71.919026,44.584755,0],[-71.919338,44.584636,0],[-71.919418,44.584591,0],[-71.919579,44.584409,0],[-71.919576,44.584265,0],[-71.919522,44.584164,0],[-71.919383,44.584013,0],[-71.919067,44.583779,0],[-71.918978,44.583692,0],[-71.918905,44.583597,0],[-71.918836,44.583461,0],[-71.918833,44.583028,0],[-71.918788,44.582777,0],[-71.918791,44.582488,0],[-71.918881,44.582282,0],[-71.919056,44.582061,0],[-71.919129,44.581927,0],[-71.919214,44.581501,0],[-71.919215,44.581284,0],[-71.919179,44.581143,0],[-71.919082,44.581017,0],[-71.918676,44.580744,0],[-71.918471,44.580638,0],[-71.917748,44.580474,0],[-71.917675,44.580423,0],[-71.91763,44.580359,0],[-71.91761,44.580217,0],[-71.917628,44.580001,0],[-71.917687,44.579863,0],[-71.917811,44.579706,0],[-71.917932,44.57959,0],[-71.918117,44.579468,0],[-71.91809,44.579256,0],[-71.917994,44.579089,0],[-71.917864,44.57898,0],[-71.917201,44.578717,0],[-71.91698,44.57859,0]]]},"properties":{"id":"hke416","name":"Red Trail","touches":",rd369,mtb487,mtb488,","length":1167.6378486712724}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.933547,44.60496,0],[-71.933508,44.604984,0],[-71.933376,44.605037,0],[-71.933209,44.605092,0],[-71.933068,44.605182,0],[-71.932994,44.605296,0],[-71.932967,44.605411,0],[-71.932842,44.605612,0],[-71.932734,44.605831,0],[-71.932685,44.605908,0],[-71.932666,44.605923,0],[-71.932391,44.606092,0],[-71.932262,44.606128,0],[-71.932075,44.606139,0],[-71.931875,44.606137,0],[-71.931697,44.606175,0],[-71.931594,44.606268,0],[-71.931553,44.606376,0],[-71.93151,44.606632,0],[-71.931532,44.606777,0],[-71.931526,44.606935,0],[-71.93142,44.607078,0],[-71.931398,44.60712,0],[-71.931399,44.60714,0]]]},"properties":{"id":"mtb417","name":"Lower Pond Loop","touches":",mtb248,mtb418,mtb453,mtb454,","length":333.06289115145563}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.937664,44.601714,0],[-71.937621,44.601714,0],[-71.937464,44.601676,0],[-71.937222,44.601658,0],[-71.936975,44.601613,0],[-71.936511,44.601564,0],[-71.93633,44.601611,0],[-71.936149,44.601639,0],[-71.935997,44.601699,0],[-71.935755,44.601942,0],[-71.935598,44.602178,0],[-71.935544,44.602278,0],[-71.935329,44.602538,0],[-71.935159,44.602667,0],[-71.93501,44.602728,0],[-71.934884,44.602796,0],[-71.934663,44.602962,0],[-71.934604,44.602995,0],[-71.934517,44.603031,0],[-71.934342,44.603126,0],[-71.934226,44.603164,0],[-71.934125,44.603218,0],[-71.933969,44.603347,0],[-71.93389,44.603508,0],[-71.933816,44.603594,0],[-71.93372,44.603681,0],[-71.933652,44.603792,0],[-71.933588,44.603905,0],[-71.933551,44.604028,0],[-71.933574,44.604169,0],[-71.933607,44.604268,0],[-71.933611,44.604311,0],[-71.93353,44.604524,0],[-71.933522,44.604656,0],[-71.933568,44.604794,0],[-71.933566,44.604928,0],[-71.933553,44.604939,0],[-71.933547,44.60496,0]]]},"properties":{"id":"mtb418","name":"Lower Pond Loop","touches":",mtb240,mtb440,mtb248,mtb417,","length":575.7322303059145}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.952704,44.587124,0],[-71.952807,44.58696,0],[-71.952893,44.586875,0]]]},"properties":{"id":"mtb419","name":"Kitchel Jct","touches":",mtb178,mtb588,mtb346,mtb347,","length":31.580694785752428}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.974745,44.575298,0],[-71.974753,44.575311,0],[-71.974751,44.575327,0],[-71.974736,44.575349,0],[-71.974701,44.575397,0],[-71.97467,44.575449,0],[-71.974658,44.575501,0],[-71.974685,44.575538,0],[-71.974752,44.575561,0],[-71.974834,44.575558,0],[-71.974974,44.575544,0],[-71.975123,44.575546,0],[-71.975144,44.575559,0],[-71.975176,44.575557,0],[-71.975189,44.57551,0],[-71.975145,44.575454,0],[-71.975089,44.575396,0],[-71.974942,44.575346,0],[-71.974745,44.575298,0]]]},"properties":{"id":"mtb420","name":"VSS Pump Track","touches":",mtb421,mtb422,mtb623,","length":118.83390292397706}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.974745,44.575298,0],[-71.974722,44.575284,0],[-71.974686,44.575268,0],[-71.974657,44.575261,0],[-71.974619,44.575282,0],[-71.97456,44.5753,0],[-71.974445,44.575318,0],[-71.974402,44.575334,0],[-71.974301,44.575391,0],[-71.974171,44.575455,0],[-71.974136,44.575492,0],[-71.97413,44.575513,0],[-71.974136,44.575532,0],[-71.974179,44.575549,0]]]},"properties":{"id":"mtb421","name":"VSS Pump Track","touches":",mtb420,mtb422,mtb623,mtb423,","length":66.50774068996677}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.974745,44.575298,0],[-71.974691,44.575301,0],[-71.974545,44.575396,0],[-71.974378,44.575491,0],[-71.97423,44.575545,0],[-71.974179,44.575549,0]]]},"properties":{"id":"mtb422","name":"VSS Pump Track","touches":",mtb420,mtb421,mtb623,mtb423,","length":54.227637037032224}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.973705,44.574828,0],[-71.97379,44.574955,0],[-71.973857,44.575136,0],[-71.973909,44.575229,0],[-71.97391,44.575279,0],[-71.973834,44.575473,0],[-71.973821,44.575498,0],[-71.973817,44.57555,0],[-71.973847,44.57557,0],[-71.973907,44.575577,0],[-71.973961,44.57558,0],[-71.973997,44.575571,0],[-71.974031,44.575549,0],[-71.974063,44.575537,0],[-71.974109,44.575535,0],[-71.974148,44.575547,0],[-71.974179,44.575549,0]]]},"properties":{"id":"mtb423","name":"VSS Pump Track","touches":",mtb421,mtb422,mtb424,mtb425,mtb624,","length":115.72697822108591}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.974099,44.575606,0],[-71.973974,44.57566,0],[-71.973879,44.575703,0],[-71.973729,44.575759,0],[-71.973593,44.575799,0],[-71.973571,44.575801,0],[-71.973552,44.575794,0],[-71.9735,44.575766,0],[-71.973467,44.575697,0],[-71.97344,44.575652,0],[-71.973365,44.575631,0],[-71.973241,44.575644,0],[-71.973178,44.57562,0],[-71.973189,44.575529,0],[-71.973205,44.575409,0],[-71.973268,44.575274,0],[-71.973316,44.575197,0],[-71.973378,44.575127,0],[-71.973435,44.575077,0],[-71.973579,44.575006,0],[-71.973661,44.574914,0],[-71.973705,44.574828,0]]]},"properties":{"id":"mtb424","name":"VSS Pump Track","touches":",mtb184,mtb756,mtb423,mtb425,mtb624,","length":191.1301198954258}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.929029,44.609336,0],[-71.928833,44.609616,0],[-71.928783,44.609882,0],[-71.928733,44.610002,0],[-71.928659,44.610117,0],[-71.928579,44.610185,0],[-71.928314,44.610151,0],[-71.928219,44.610209,0],[-71.928294,44.61034,0],[-71.928252,44.610418,0],[-71.928103,44.610398,0],[-71.927922,44.610172,0],[-71.927773,44.61013,0],[-71.927623,44.610116,0],[-71.927537,44.610124,0],[-71.927459,44.610152,0],[-71.927392,44.610204,0],[-71.927367,44.610269,0],[-71.927381,44.610318,0],[-71.927461,44.610394,0],[-71.927693,44.610531,0],[-71.927902,44.61063,0],[-71.928032,44.610725,0],[-71.928092,44.610842,0],[-71.928086,44.610921,0],[-71.928016,44.611002,0],[-71.927944,44.611033,0],[-71.927585,44.611072,0],[-71.927496,44.611115,0],[-71.927455,44.611175,0],[-71.927447,44.611227,0],[-71.927742,44.611382,0],[-71.927804,44.611494,0],[-71.927722,44.611591,0],[-71.927565,44.611629,0]]]},"properties":{"id":"mtb427","name":"Farm Junk","touches":",mtb120,mtb121,mtb426,mtb204,mtb444,mtb449,","length":486.85422201901844}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.982533,44.564483,0],[-71.982677,44.564651,0],[-71.982748,44.564677,0],[-71.982803,44.564674,0],[-71.98281,44.564729,0],[-71.982712,44.56482,0],[-71.982661,44.564911,0],[-71.982663,44.565075,0],[-71.98267,44.565152,0],[-71.982649,44.565229,0],[-71.98255,44.565255,0],[-71.982479,44.56524,0],[-71.982457,44.565143,0],[-71.98234,44.565081,0],[-71.982251,44.565095,0],[-71.982314,44.565221,0],[-71.982399,44.565299,0],[-71.982418,44.565465,0],[-71.982462,44.565603,0],[-71.982462,44.565678,0],[-71.982569,44.565842,0],[-71.982725,44.566148,0],[-71.982835,44.566269,0],[-71.982912,44.566316,0],[-71.983129,44.56641,0],[-71.983501,44.566524,0],[-71.983691,44.566662,0],[-71.983785,44.566704,0],[-71.983921,44.56676,0],[-71.983811,44.56683,0],[-71.983648,44.566799,0],[-71.983556,44.566765,0],[-71.98332,44.566708,0],[-71.983204,44.566645,0],[-71.983075,44.566642,0],[-71.983,44.566664,0],[-71.982906,44.566692,0],[-71.982713,44.566715,0],[-71.98269,44.566768,0],[-71.982819,44.566842,0],[-71.982979,44.566884,0]]]},"properties":{"id":"mtb428","name":"Hog Back","touches":",mtb172,mtb404,mtb429,mtb342,mtb431,","length":523.7464028204789}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.981121,44.563484,0],[-71.981317,44.563521,0],[-71.981816,44.563771,0],[-71.981965,44.563868,0],[-71.982126,44.564053,0],[-71.982224,44.564136,0],[-71.982387,44.56422,0],[-71.982412,44.564249,0],[-71.982533,44.564483,0]]]},"properties":{"id":"mtb429","name":"Hog Back","touches":",mtb172,mtb404,mtb428,mtb253,mtb258,","length":164.27126042020913}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.98458,44.567969,0],[-71.984806,44.567942,0],[-71.985087,44.567789,0],[-71.985361,44.567694,0],[-71.985697,44.567597,0],[-71.985923,44.567269,0],[-71.985812,44.567075,0],[-71.985769,44.566934,0],[-71.98571,44.566863,0],[-71.985691,44.566748,0],[-71.985721,44.566675,0],[-71.985808,44.566632,0],[-71.986074,44.566598,0],[-71.986381,44.566533,0]]]},"properties":{"id":"mtb430","name":"Hog Back","touches":",mtb60,mtb61,mtb243,mtb431,","length":264.9564812530988}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.982979,44.566884,0],[-71.983044,44.566937,0],[-71.983068,44.567023,0],[-71.98321,44.567184,0],[-71.983442,44.567414,0],[-71.983622,44.567541,0],[-71.984022,44.567688,0],[-71.984386,44.567772,0],[-71.984493,44.567891,0],[-71.98458,44.567969,0]]]},"properties":{"id":"mtb431","name":"Hog Back","touches":",mtb243,mtb430,mtb342,mtb404,mtb428,","length":183.23429383355037}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.968255,44.600565,0],[-71.968223,44.600559,0],[-71.967893,44.600464,0],[-71.967529,44.600419,0]]]},"properties":{"id":"mtb432","name":"Big Meadow","touches":",mtb145,mtb277,mtb278,mtb283,mtb285,mtb379,mtb433,","length":60.2187125250432}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969986,44.595258,0],[-71.9701,44.595531,0],[-71.970177,44.596326,0],[-71.970248,44.5965,0],[-71.970412,44.596639,0],[-71.970602,44.596759,0],[-71.970724,44.596893,0],[-71.970733,44.596984,0],[-71.970593,44.597224,0],[-71.970565,44.597365,0],[-71.970562,44.597511,0],[-71.970551,44.597584,0],[-71.97059,44.597762,0],[-71.970681,44.597931,0],[-71.9707,44.598038,0],[-71.970656,44.598216,0],[-71.970571,44.598386,0],[-71.970462,44.59874,0],[-71.970354,44.598866,0],[-71.969978,44.599144,0],[-71.969791,44.599298,0],[-71.969622,44.599421,0],[-71.969474,44.599618,0],[-71.969312,44.5999,0],[-71.968971,44.600322,0],[-71.968782,44.600496,0],[-71.968416,44.600594,0],[-71.968255,44.600565,0]]]},"properties":{"id":"mtb433","name":"Big Meadow","touches":",mtb281,mtb282,mtb297,mtb283,mtb285,mtb379,mtb432,","length":692.9780086987047}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.86763,44.559736,0],[-71.867704,44.560008,0],[-71.867747,44.560206,0],[-71.867769,44.560291,0],[-71.867672,44.560313,0],[-71.867533,44.560168,0],[-71.867297,44.560092,0],[-71.867211,44.560176,0],[-71.867297,44.560321,0],[-71.867383,44.560428,0],[-71.86734,44.560619,0],[-71.86734,44.560788,0],[-71.867393,44.560956,0],[-71.867318,44.56107,0],[-71.8672,44.561024,0],[-71.867072,44.560833,0],[-71.866932,44.560658,0],[-71.86675,44.560489,0],[-71.866599,44.560489,0],[-71.866578,44.560673,0],[-71.866589,44.560849,0],[-71.86646,44.560948,0],[-71.866256,44.560711,0],[-71.866052,44.560413,0],[-71.865688,44.560046,0]]]},"properties":{"id":"mtb434","name":"Stairway to Heaven","touches":",mtb38,mtb436,mtb233,mtb459,","length":492.2688465838995}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.860055,44.558678,0],[-71.859606,44.558618,0],[-71.859528,44.558579,0],[-71.859469,44.558507,0],[-71.859341,44.558354,0],[-71.859242,44.558253,0],[-71.859081,44.558014,0],[-71.859071,44.557956,0],[-71.859111,44.557864,0],[-71.859284,44.557701,0],[-71.859456,44.557398,0],[-71.859617,44.557197,0],[-71.859633,44.557128,0],[-71.859589,44.557019,0],[-71.859415,44.556852,0],[-71.859391,44.556747,0],[-71.859387,44.556446,0],[-71.85931,44.556212,0]]]},"properties":{"id":"mtb435","name":"Stairway to Heaven","touches":",mtb54,mtb436,mtb479,mtb480,","length":333.61271730477097}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.865688,44.560046,0],[-71.865675,44.560372,0],[-71.865707,44.560572,0],[-71.865698,44.560642,0],[-71.865657,44.560771,0],[-71.865612,44.560827,0],[-71.865547,44.560825,0],[-71.865076,44.560463,0],[-71.864987,44.560355,0],[-71.864792,44.559979,0],[-71.8647,44.559896,0],[-71.864552,44.559803,0],[-71.864227,44.559697,0],[-71.864109,44.559611,0],[-71.863966,44.559475,0],[-71.863804,44.559234,0],[-71.863719,44.55916,0],[-71.863647,44.559125,0],[-71.862691,44.558782,0],[-71.862418,44.558723,0],[-71.861925,44.558667,0],[-71.861414,44.558654,0],[-71.861198,44.558665,0],[-71.860325,44.558765,0],[-71.860189,44.558757,0],[-71.860055,44.558678,0]]]},"properties":{"id":"mtb436","name":"Stairway to Heaven","touches":",mtb38,mtb434,mtb54,mtb435,","length":642.3053332738172}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.940616,44.592375,0],[-71.940769,44.592469,0],[-71.941165,44.592672,0]]]},"properties":{"id":"mtb437","name":"Interpretive Trail","touches":",mtb116,mtb117,mtb438,mtb304,mtb305,","length":54.70983733533214}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.94025,44.591844,0],[-71.940325,44.592058,0],[-71.940413,44.592204,0],[-71.940616,44.592375,0]]]},"properties":{"id":"mtb438","name":"Interpretive Trail","touches":",mtb116,mtb117,mtb437,mtb143,mtb144,mtb439,","length":67.07314987953703}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.940238,44.591479,0],[-71.94025,44.591844,0]]]},"properties":{"id":"mtb439","name":"Interpretive Trail","touches":",mtb118,mtb119,mtb143,mtb144,mtb438,","length":40.58258906353879}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.981233,44.579777,0],[-71.981403,44.579699,0],[-71.981421,44.57963,0],[-71.981418,44.579449,0],[-71.98125,44.579189,0],[-71.981245,44.578901,0],[-71.981202,44.578798,0],[-71.981077,44.578642,0],[-71.980877,44.57848,0],[-71.980739,44.578329,0],[-71.980571,44.578067,0],[-71.9805,44.577911,0],[-71.980458,44.577871,0],[-71.980407,44.577838,0],[-71.980384,44.577806,0]]]},"properties":{"id":"mtb468","name":"River Run","touches":",hke298,mtb311,mtb567,hke476,","length":248.98080860541407}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.937664,44.601714,0],[-71.937638,44.601725,0],[-71.937545,44.601964,0],[-71.93735,44.602181,0],[-71.936839,44.602645,0],[-71.936772,44.60269,0],[-71.936604,44.602752,0],[-71.936557,44.602777,0],[-71.936492,44.602868,0],[-71.936427,44.602996,0],[-71.936387,44.603052,0],[-71.936213,44.603243,0],[-71.936171,44.603313,0],[-71.936151,44.603367,0],[-71.936156,44.603466,0],[-71.936196,44.603523,0],[-71.936256,44.603584,0],[-71.936275,44.603631,0],[-71.936278,44.60397,0],[-71.936316,44.604152,0],[-71.936321,44.604402,0],[-71.936297,44.604482,0],[-71.936148,44.604768,0],[-71.936037,44.605013,0],[-71.935925,44.605202,0],[-71.935781,44.60537,0]]]},"properties":{"id":"mtb440","name":"Upper Pond Loop","touches":",mtb203,mtb442,mtb240,mtb418,","length":458.6782770808211}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.934088,44.605566,0],[-71.934111,44.605713,0],[-71.93411,44.605813,0],[-71.934087,44.605905,0],[-71.934042,44.605993,0],[-71.933906,44.606202,0],[-71.933896,44.606279,0],[-71.933954,44.606438,0],[-71.933959,44.606482,0],[-71.933974,44.606505,0],[-71.933981,44.606564,0],[-71.933996,44.606608,0],[-71.933988,44.606667,0],[-71.93396,44.606733,0],[-71.933913,44.606801,0],[-71.933813,44.606918,0],[-71.933782,44.60697,0],[-71.933659,44.607111,0],[-71.933508,44.607333,0],[-71.933459,44.607426,0],[-71.933399,44.60749,0],[-71.933334,44.607544,0],[-71.933244,44.607602,0],[-71.932668,44.607871,0],[-71.932601,44.607928,0],[-71.932516,44.607959,0]]]},"properties":{"id":"mtb441","name":"Upper Pond Loop","touches":",mtb248,mtb442,mtb454,mtb455,","length":317.8418444640746}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.935781,44.60537,0],[-71.935402,44.605211,0],[-71.935167,44.605103,0],[-71.934968,44.604988,0],[-71.934809,44.604852,0],[-71.934588,44.604547,0],[-71.934508,44.6045,0],[-71.934366,44.60448,0],[-71.933983,44.604463,0],[-71.933897,44.604578,0],[-71.93391,44.604642,0],[-71.933982,44.604675,0],[-71.934104,44.604683,0],[-71.934237,44.604679,0],[-71.934376,44.604664,0],[-71.934499,44.60469,0],[-71.934556,44.604742,0],[-71.934574,44.604782,0],[-71.934581,44.604842,0],[-71.934571,44.604883,0],[-71.934518,44.604956,0],[-71.934471,44.605077,0],[-71.934399,44.605134,0],[-71.934259,44.605179,0],[-71.934212,44.605254,0],[-71.934213,44.605328,0],[-71.934169,44.605476,0],[-71.934088,44.605566,0]]]},"properties":{"id":"mtb442","name":"Upper Pond Loop","touches":",mtb203,mtb440,mtb248,mtb441,","length":368.718424202722}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.916804,44.610859,0],[-71.916873,44.610867,0],[-71.917083,44.610893,0],[-71.91715,44.610894,0],[-71.91721,44.610888,0],[-71.917316,44.610861,0],[-71.917524,44.610774,0],[-71.917775,44.610636,0],[-71.917874,44.610591,0],[-71.918053,44.610514,0],[-71.918329,44.610417,0],[-71.918637,44.610288,0],[-71.918767,44.610256,0],[-71.919056,44.610202,0],[-71.919211,44.610184,0],[-71.91938,44.610175,0],[-71.91956,44.61018,0],[-71.919757,44.610194,0],[-71.919948,44.610217,0],[-71.920119,44.61027,0],[-71.920266,44.610341,0],[-71.920367,44.610372,0],[-71.920434,44.610367,0],[-71.920578,44.610311,0],[-71.920627,44.610299,0],[-71.920732,44.610302,0],[-71.920802,44.610323,0],[-71.920802,44.610373,0],[-71.920741,44.61045,0],[-71.920699,44.610584,0],[-71.920737,44.610708,0],[-71.920742,44.610759,0],[-71.920733,44.610813,0],[-71.920611,44.610948,0],[-71.920569,44.611054,0],[-71.92057,44.611083,0],[-71.920586,44.611105,0],[-71.920606,44.611126,0],[-71.92065,44.611147,0],[-71.920828,44.611182,0],[-71.92119,44.611201,0],[-71.921386,44.611257,0],[-71.921487,44.61127,0],[-71.921631,44.611263,0],[-71.922108,44.611214,0],[-71.922234,44.611194,0],[-71.92237,44.611154,0],[-71.922636,44.61105,0],[-71.922991,44.610891,0],[-71.923123,44.610843,0],[-71.923507,44.610722,0],[-71.923722,44.610611,0],[-71.923809,44.610549,0],[-71.924046,44.610347,0],[-71.924135,44.61029,0],[-71.924251,44.610248,0],[-71.924397,44.610215,0],[-71.924662,44.610175,0],[-71.924797,44.610139,0],[-71.925037,44.610031,0],[-71.925191,44.60999,0]]]},"properties":{"id":"mtb443","name":"White School","touches":",mtb120,mtb444,rd360,rd764,","length":847.3685924839085}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.925191,44.60999,0],[-71.925254,44.609973,0],[-71.925329,44.609902,0],[-71.925473,44.609809,0],[-71.925802,44.609644,0],[-71.925986,44.609591,0],[-71.926338,44.609504,0],[-71.926513,44.609489,0],[-71.926862,44.609473,0],[-71.927023,44.609449,0],[-71.927185,44.609408,0],[-71.927349,44.609385,0],[-71.927526,44.609386,0],[-71.928192,44.609415,0],[-71.928361,44.609407,0],[-71.929029,44.609336,0]]]},"properties":{"id":"mtb444","name":"White School","touches":",mtb120,mtb443,mtb204,mtb427,mtb449,","length":323.6619925589459}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.941159,44.59692,0],[-71.941139,44.596947,0],[-71.941101,44.597002,0],[-71.941052,44.59708,0],[-71.941019,44.597125,0],[-71.940947,44.597187,0],[-71.94088,44.597226,0],[-71.94077,44.597251,0],[-71.940549,44.597269,0],[-71.940303,44.597294,0],[-71.940167,44.597317,0],[-71.940074,44.597346,0],[-71.939977,44.597396,0],[-71.939855,44.597473,0],[-71.939702,44.59763,0],[-71.939607,44.597731,0],[-71.939571,44.597761,0],[-71.93954,44.59779,0],[-71.939487,44.597839,0],[-71.93928,44.597982,0],[-71.93914,44.59811,0],[-71.938919,44.598316,0],[-71.938745,44.598518,0],[-71.938657,44.598616,0],[-71.938533,44.598742,0],[-71.938444,44.598838,0],[-71.938413,44.59888,0],[-71.938367,44.598925,0],[-71.938331,44.598954,0],[-71.938355,44.598992,0],[-71.938347,44.599029,0],[-71.938327,44.599133,0],[-71.938238,44.59922,0],[-71.938141,44.599313,0],[-71.93805,44.599407,0],[-71.937959,44.599493,0],[-71.937795,44.599623,0],[-71.937696,44.599699,0],[-71.937596,44.599728,0],[-71.937559,44.599758,0],[-71.937398,44.599888,0],[-71.937246,44.600062,0],[-71.937237,44.600216,0],[-71.937232,44.600466,0],[-71.937227,44.600553,0],[-71.937028,44.600716,0],[-71.936952,44.600692,0],[-71.936903,44.600682,0],[-71.936809,44.600679,0],[-71.936807,44.600648,0],[-71.936804,44.600567,0],[-71.936723,44.600488,0],[-71.936638,44.600354,0],[-71.936561,44.600344,0],[-71.936396,44.600436,0],[-71.936255,44.600513,0],[-71.936169,44.600561,0],[-71.936031,44.600629,0],[-71.935877,44.600729,0],[-71.935784,44.6008,0],[-71.93573,44.600965,0],[-71.935678,44.601129,0],[-71.935656,44.601209,0],[-71.935525,44.601321,0],[-71.935454,44.601385,0],[-71.93533,44.601509,0],[-71.935113,44.601697,0],[-71.935035,44.601749,0],[-71.934866,44.601931,0],[-71.934752,44.602048,0],[-71.934567,44.602196,0],[-71.93437,44.602386,0],[-71.93431,44.60244,0],[-71.93417,44.60257,0],[-71.934036,44.602638,0],[-71.933749,44.602777,0],[-71.933502,44.602878,0],[-71.933346,44.603034,0],[-71.9332,44.603181,0],[-71.933059,44.603391,0],[-71.932866,44.603684,0],[-71.932762,44.603841,0],[-71.932402,44.604205,0],[-71.932188,44.604334,0],[-71.932095,44.604396,0],[-71.931934,44.604552,0],[-71.931696,44.604789,0],[-71.931592,44.604862,0],[-71.93119,44.605153,0],[-71.931104,44.605166,0],[-71.930978,44.605137,0],[-71.930796,44.60493,0],[-71.930635,44.60473,0],[-71.930451,44.604579,0],[-71.930292,44.604508,0],[-71.929967,44.604356,0],[-71.929887,44.604532,0],[-71.929818,44.604606,0],[-71.929646,44.60464,0]]]},"properties":{"id":"mtb445","name":"White School","touches":",mtb240,mtb446,mtb450,mtb452,","length":1512.787565608882}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.978317,44.586174,0],[-71.978521,44.58597,0],[-71.978829,44.585559,0],[-71.97918,44.584929,0],[-71.97922,44.584826,0],[-71.979219,44.584574,0],[-71.979189,44.584506,0],[-71.979178,44.584399,0],[-71.979108,44.584228,0],[-71.979091,44.583867,0],[-71.979016,44.583659,0],[-71.978977,44.583482,0],[-71.978974,44.583338,0]]]},"properties":{"id":"hke469","name":"River Run","touches":",hke14,hke298,hke477,hke126,hke471,","length":334.4674984961381}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.980907,44.569891,0],[-71.980825,44.56984,0],[-71.980722,44.569807,0]]]},"properties":{"id":"mtb470","name":"River Run","touches":",mtb156,mtb746,mtb743,mtb744,","length":17.574988125046904}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.977381,44.58763,0],[-71.977735,44.587198,0],[-71.977842,44.587036,0],[-71.977944,44.586834,0],[-71.97827,44.58635,0],[-71.978295,44.586208,0],[-71.978317,44.586174,0]]]},"properties":{"id":"hke471","name":"River Run","touches":",hke126,hke469,hke199,hke474,","length":179.15497736602705}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.981073,44.571457,0],[-71.981108,44.571322,0],[-71.981284,44.570908,0],[-71.981302,44.57062,0],[-71.981243,44.570474,0]]]},"properties":{"id":"mtb472","name":"River Run","touches":",mtb60,mtb473,mtb256,mtb743,","length":112.25730400308177}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.946243,44.592422,0],[-71.946189,44.592432,0],[-71.946152,44.592457,0],[-71.946042,44.592621,0],[-71.945976,44.592699,0],[-71.945907,44.592772,0],[-71.945842,44.592842,0],[-71.945804,44.592931,0],[-71.945635,44.593203,0],[-71.945549,44.593296,0],[-71.945494,44.593495,0],[-71.945461,44.593599,0],[-71.945465,44.593934,0],[-71.945454,44.594048,0],[-71.945465,44.594246,0],[-71.945451,44.594492,0],[-71.945413,44.594577,0],[-71.945334,44.594692,0],[-71.945278,44.594871,0],[-71.945277,44.594906,0],[-71.945253,44.594935,0],[-71.945218,44.594955,0],[-71.945165,44.595038,0],[-71.945152,44.595086,0],[-71.945115,44.595139,0],[-71.945095,44.595169,0],[-71.945079,44.59519,0],[-71.945014,44.595234,0],[-71.944971,44.595293,0],[-71.944955,44.595338,0],[-71.944923,44.595402,0],[-71.944899,44.59546,0],[-71.944864,44.595465,0],[-71.944823,44.595491,0],[-71.944713,44.595571,0],[-71.944669,44.59559,0],[-71.94462,44.595612,0],[-71.944507,44.595689,0],[-71.944398,44.595755,0],[-71.944185,44.595844,0],[-71.944146,44.59587,0],[-71.944108,44.595891,0],[-71.944063,44.595903,0],[-71.943988,44.595926,0],[-71.943926,44.595958,0],[-71.943889,44.596001,0],[-71.943887,44.59604,0],[-71.943886,44.596078,0],[-71.943876,44.596096,0],[-71.943856,44.59612,0],[-71.943827,44.596166,0],[-71.943789,44.596196,0],[-71.943758,44.596209,0],[-71.943714,44.596215,0],[-71.943586,44.596213,0],[-71.943455,44.596221,0],[-71.943331,44.596255,0],[-71.943208,44.596289,0],[-71.943087,44.596326,0],[-71.943001,44.596336,0],[-71.942944,44.596353,0],[-71.942896,44.596378,0],[-71.942814,44.596433,0],[-71.942747,44.59652,0],[-71.942658,44.596681,0],[-71.942627,44.596759,0],[-71.942614,44.596821,0],[-71.94255,44.596858,0],[-71.942489,44.596868,0],[-71.942395,44.596861,0],[-71.942275,44.596828,0],[-71.942089,44.596792,0],[-71.94184,44.596772,0],[-71.941605,44.596766,0],[-71.941404,44.596782,0],[-71.941251,44.596838,0],[-71.941159,44.59692,0]]]},"properties":{"id":"mtb446","name":"White School","touches":",mtb240,mtb445,mtb718,mtb719,","length":745.8192712583804}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.950297,44.58902,0],[-71.950307,44.589044,0],[-71.950355,44.589155,0],[-71.950337,44.589418,0],[-71.950308,44.589533,0],[-71.950236,44.58972,0],[-71.950227,44.589869,0],[-71.950211,44.589929,0],[-71.950207,44.590045,0],[-71.950189,44.590095,0],[-71.950184,44.590149,0],[-71.950118,44.590316,0],[-71.950092,44.590373,0],[-71.950014,44.590492,0],[-71.949885,44.590751,0],[-71.949865,44.590808,0],[-71.949868,44.590966,0],[-71.949951,44.591097,0],[-71.950072,44.591226,0],[-71.950124,44.591299,0],[-71.950163,44.591367,0],[-71.950184,44.591432,0],[-71.950182,44.59153,0],[-71.950167,44.591561,0],[-71.950161,44.591608,0],[-71.950117,44.591696,0],[-71.950082,44.59173,0],[-71.950033,44.591772,0],[-71.949944,44.591807,0],[-71.949824,44.591824,0],[-71.949747,44.591865,0],[-71.949694,44.591878,0],[-71.94961,44.591884,0],[-71.949587,44.591895,0],[-71.949497,44.591977,0],[-71.94941,44.592089,0],[-71.949357,44.59211,0],[-71.949272,44.592103,0],[-71.949158,44.592067,0],[-71.94893,44.591976,0],[-71.948846,44.591957,0],[-71.948767,44.591951,0],[-71.948727,44.591945,0],[-71.948681,44.591949,0],[-71.948574,44.591983,0]]]},"properties":{"id":"mtb447","name":"White School","touches":",mtb95,mtb689,mtb718,mtb719,","length":457.87478316686315}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.929436,44.609546,0],[-71.929656,44.609506,0],[-71.929759,44.609482,0],[-71.929833,44.609456,0]]]},"properties":{"id":"mtb448","name":"White School","touches":",mtb77,mtb449,mtb247,mtb455,","length":33.1494185940073}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.929029,44.609336,0],[-71.929083,44.609354,0],[-71.929436,44.609546,0]]]},"properties":{"id":"mtb449","name":"White School","touches":",mtb77,mtb448,mtb204,mtb427,mtb444,","length":39.949382986503586}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.928759,44.605671,0],[-71.928781,44.6055,0],[-71.928788,44.605349,0],[-71.928831,44.605204,0],[-71.928985,44.60497,0],[-71.929095,44.604878,0],[-71.929214,44.604824,0],[-71.929307,44.604734,0],[-71.929378,44.604695,0],[-71.929482,44.604669,0],[-71.929646,44.60464,0]]]},"properties":{"id":"mtb450","name":"White School","touches":",mtb78,mtb451,mtb445,mtb452,","length":147.42125369040863}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.928551,44.606812,0],[-71.928536,44.606799,0],[-71.928493,44.606689,0],[-71.928491,44.606651,0],[-71.928507,44.606591,0],[-71.928555,44.60652,0],[-71.928636,44.606456,0],[-71.928722,44.606406,0],[-71.928788,44.606348,0],[-71.928836,44.606284,0],[-71.928856,44.606216,0],[-71.928852,44.606145,0],[-71.928791,44.60607,0],[-71.928704,44.605986,0],[-71.928653,44.605884,0],[-71.928663,44.60578,0],[-71.928759,44.605671,0]]]},"properties":{"id":"mtb451","name":"White School","touches":",mtb78,mtb450,mtb204,mtb247,","length":143.867336865308}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.929784,44.606536,0],[-71.929881,44.606525,0],[-71.929921,44.606418,0],[-71.930091,44.606152,0],[-71.930153,44.606037,0],[-71.930245,44.605818,0],[-71.930274,44.605724,0],[-71.930287,44.605633,0],[-71.930251,44.605543,0],[-71.930066,44.605389,0],[-71.930008,44.605297,0],[-71.929947,44.605074,0],[-71.929879,44.604943,0],[-71.929749,44.604813,0],[-71.929684,44.604689,0],[-71.929646,44.60464,0]]]},"properties":{"id":"mtb452","name":"White School","touches":",mtb78,mtb453,mtb445,mtb450,","length":236.21668584949958}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.931399,44.60714,0],[-71.931364,44.607123,0],[-71.931082,44.607003,0],[-71.930816,44.606904,0],[-71.930488,44.606758,0],[-71.930262,44.60668,0],[-71.930031,44.606573,0],[-71.92989,44.606536,0],[-71.929784,44.606536,0]]]},"properties":{"id":"mtb453","name":"White School","touches":",mtb78,mtb452,mtb417,mtb454,","length":146.05565385683533}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.932516,44.607959,0],[-71.932421,44.607947,0],[-71.932278,44.607903,0],[-71.93215,44.607845,0],[-71.932054,44.607791,0],[-71.93189,44.607658,0],[-71.931845,44.607603,0],[-71.931788,44.607508,0],[-71.931734,44.607457,0],[-71.93154,44.607322,0],[-71.931411,44.607173,0],[-71.931399,44.60714,0]]]},"properties":{"id":"mtb454","name":"White School","touches":",mtb417,mtb453,mtb441,mtb455,","length":131.8724882049785}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.929833,44.609456,0],[-71.929861,44.609447,0],[-71.929986,44.609432,0],[-71.930182,44.609344,0],[-71.930316,44.609253,0],[-71.930474,44.609188,0],[-71.930544,44.609169,0],[-71.930634,44.609124,0],[-71.930757,44.609078,0],[-71.930916,44.609048,0],[-71.931041,44.609063,0],[-71.931189,44.609107,0],[-71.931258,44.609201,0],[-71.931382,44.609172,0],[-71.93155,44.609151,0],[-71.931697,44.609105,0],[-71.931763,44.609076,0],[-71.931957,44.609012,0],[-71.932146,44.608894,0],[-71.932364,44.608832,0],[-71.932442,44.608787,0],[-71.93252,44.608729,0],[-71.932533,44.6087,0],[-71.932611,44.608644,0],[-71.932693,44.608598,0],[-71.932737,44.608559,0],[-71.932749,44.608528,0],[-71.932783,44.608494,0],[-71.932794,44.608444,0],[-71.932826,44.608382,0],[-71.932833,44.608314,0],[-71.932823,44.608227,0],[-71.932706,44.608122,0],[-71.932611,44.608024,0],[-71.932516,44.607959,0]]]},"properties":{"id":"mtb455","name":"White School","touches":",mtb247,mtb448,mtb441,mtb454,","length":351.62760224345743}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.9605,44.608925,0],[-71.961025,44.608947,0],[-71.961948,44.608741,0],[-71.963149,44.608543,0],[-71.964103,44.608192,0],[-71.964811,44.607795,0],[-71.965261,44.607444,0],[-71.965701,44.606749,0],[-71.966419,44.605756,0],[-71.967255,44.604932,0],[-71.968939,44.603489,0],[-71.969153,44.603268,0],[-71.969432,44.603008,0],[-71.969073,44.602991,0]]]},"properties":{"id":"rd484","name":"Bugbee Crossing Rd","touches":",rd65,rd485,mtb306,rd502,","length":1051.5109725810687}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.904857,44.581155,0],[-71.905404,44.581212,0],[-71.905556,44.581253,0],[-71.905742,44.581328,0],[-71.905839,44.581385,0],[-71.905979,44.581487,0],[-71.906045,44.581571,0],[-71.906128,44.581747,0],[-71.906325,44.581866,0],[-71.90647,44.582041,0],[-71.906715,44.582219,0],[-71.906815,44.582342,0],[-71.906942,44.582423,0],[-71.907086,44.582455,0],[-71.907312,44.582461,0],[-71.907827,44.582446,0],[-71.907989,44.582434,0],[-71.908337,44.582358,0],[-71.908435,44.582358,0],[-71.908944,44.582458,0],[-71.909176,44.582526,0],[-71.909318,44.582598,0],[-71.909383,44.582652,0],[-71.909536,44.582827,0],[-71.909606,44.58296,0],[-71.909662,44.583143,0],[-71.909717,44.583199,0],[-71.909811,44.583236,0],[-71.90991,44.583239,0],[-71.910207,44.583167,0],[-71.910414,44.583027,0],[-71.910494,44.582999,0],[-71.910547,44.583002,0],[-71.91063,44.583039,0],[-71.91093,44.583284,0],[-71.911128,44.583622,0],[-71.91122,44.583836,0],[-71.911291,44.584026,0],[-71.911407,44.58405,0],[-71.911447,44.584001,0],[-71.911483,44.583886,0],[-71.911462,44.58379,0],[-71.911513,44.583704,0],[-71.911595,44.583724,0],[-71.911832,44.584168,0],[-71.911968,44.584307,0],[-71.91201,44.584371,0],[-71.912053,44.584575,0],[-71.912199,44.584926,0],[-71.912241,44.58512,0],[-71.912583,44.585549,0],[-71.912652,44.585672,0],[-71.912688,44.585894,0],[-71.912677,44.586046,0],[-71.912742,44.586088,0],[-71.912999,44.586071,0],[-71.913149,44.58608,0],[-71.913238,44.586102,0],[-71.913292,44.586135,0],[-71.913343,44.586206,0],[-71.913406,44.586442,0],[-71.913433,44.586607,0],[-71.913696,44.586804,0],[-71.914118,44.586946,0],[-71.914639,44.587158,0],[-71.914934,44.58734,0],[-71.91509,44.587452,0]]]},"properties":{"id":"mtb456","name":"Jester","touches":",mtb179,mtb457,mtb187,mtb189,","length":1312.2131774564386}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.904866,44.580798,0],[-71.904886,44.581009,0],[-71.904857,44.581155,0]]]},"properties":{"id":"mtb457","name":"Jester","touches":",mtb179,mtb456,mtb349,mtb410,mtb411,","length":39.89988470891488}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.867537,44.559394,0],[-71.867319,44.559286,0],[-71.867249,44.559267,0],[-71.867155,44.559269,0],[-71.86707,44.559309,0],[-71.866884,44.559588,0],[-71.866829,44.559827,0],[-71.866769,44.559888,0],[-71.866686,44.559903,0],[-71.866601,44.559882,0],[-71.866412,44.559798,0],[-71.866215,44.559674,0],[-71.866146,44.559589,0],[-71.866114,44.559526,0],[-71.866032,44.559444,0],[-71.865911,44.55938,0],[-71.86556,44.559254,0],[-71.865349,44.559158,0],[-71.864986,44.55891,0]]]},"properties":{"id":"mtb458","name":"Mac Attack","touches":",mtb38,mtb47,mtb232,mtb233,","length":297.0809578439899}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.867637,44.559363,0],[-71.86763,44.559736,0]]]},"properties":{"id":"mtb459","name":"Mac Attack","touches":",mtb233,mtb434,mtb236,mtb460,","length":41.48560309790793}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.867797,44.557458,0],[-71.867905,44.557496,0],[-71.868076,44.557587,0],[-71.868154,44.557651,0],[-71.868187,44.557713,0],[-71.868179,44.558014,0],[-71.868145,44.558105,0],[-71.867986,44.558258,0],[-71.867865,44.55845,0],[-71.867842,44.558535,0],[-71.867856,44.558976,0],[-71.867793,44.559154,0],[-71.867637,44.559363,0]]]},"properties":{"id":"mtb460","name":"Mac Attack","touches":",mtb22,mtb461,mtb236,mtb459,","length":237.1520862363838}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.865735,44.550928,0],[-71.865816,44.551085,0],[-71.866058,44.551452,0],[-71.866189,44.551591,0],[-71.866402,44.551744,0],[-71.866603,44.551915,0],[-71.866705,44.551979,0],[-71.867007,44.552118,0],[-71.867108,44.552204,0],[-71.86733,44.552514,0],[-71.867478,44.552757,0],[-71.867625,44.552876,0],[-71.86784,44.552948,0],[-71.867951,44.553017,0],[-71.868053,44.553134,0],[-71.868073,44.553228,0],[-71.868031,44.553289,0],[-71.867973,44.553312,0],[-71.867814,44.553337,0],[-71.86738,44.553489,0],[-71.867267,44.553564,0],[-71.867203,44.553669,0],[-71.867072,44.553771,0],[-71.867039,44.553844,0],[-71.867249,44.554454,0],[-71.867305,44.554572,0],[-71.867443,44.55476,0],[-71.867551,44.55485,0],[-71.867845,44.55494,0],[-71.868103,44.555081,0],[-71.868168,44.555131,0],[-71.868188,44.555192,0],[-71.868122,44.555265,0],[-71.86803,44.555292,0],[-71.86768,44.555286,0],[-71.867581,44.555295,0],[-71.867544,44.555321,0],[-71.867567,44.555378,0],[-71.867741,44.555494,0],[-71.867774,44.555542,0],[-71.867789,44.555609,0],[-71.867734,44.555664,0],[-71.867593,44.555651,0],[-71.867452,44.55561,0],[-71.867257,44.555605,0],[-71.866872,44.555646,0],[-71.8668,44.555676,0],[-71.866755,44.555743,0],[-71.866794,44.55581,0],[-71.86698,44.555944,0],[-71.867085,44.556053,0],[-71.867411,44.556454,0],[-71.86756,44.556708,0],[-71.86779,44.556868,0],[-71.867905,44.557003,0],[-71.867914,44.557062,0],[-71.867825,44.557094,0],[-71.867682,44.557083,0],[-71.867596,44.557094,0],[-71.867568,44.557113,0],[-71.867551,44.557175,0],[-71.867641,44.557361,0],[-71.867727,44.557426,0],[-71.867797,44.557458,0]]]},"properties":{"id":"mtb461","name":"Mac Attack","touches":",mtb22,mtb460,mtb162,mtb163,","length":1063.3559355102766}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.965454,44.563298,0],[-71.965788,44.563243,0],[-71.965992,44.563234,0],[-71.966228,44.563297,0],[-71.966435,44.563447,0]]]},"properties":{"id":"mtb462","name":"Connector","touches":",mtb131,mtb132,mtb482,mtb483,","length":86.85436918948452}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.957075,44.575281,0],[-71.957108,44.575395,0],[-71.957215,44.575614,0]]]},"properties":{"id":"hke463","name":"Connector","touches":",hke201,hke202,hke711,mtb716,mtb717,","length":38.72920515010893}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956018,44.569775,0],[-71.956091,44.569799,0],[-71.956148,44.569856,0],[-71.956168,44.570001,0],[-71.956129,44.570247,0],[-71.956108,44.570465,0],[-71.956124,44.570577,0],[-71.956125,44.570826,0],[-71.95615,44.570959,0],[-71.956248,44.57107,0],[-71.956426,44.571176,0],[-71.956432,44.571204,0]]]},"properties":{"id":"mtb464","name":"Connector","touches":",mtb85,mtb86,mtb289,mtb290,","length":173.46644367409928}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955632,44.570003,0],[-71.955567,44.570214,0],[-71.955479,44.570351,0],[-71.955362,44.570528,0],[-71.955252,44.570709,0],[-71.955142,44.57084,0],[-71.955099,44.570903,0],[-71.954974,44.570931,0],[-71.95483,44.570953,0],[-71.954726,44.571023,0],[-71.95468,44.571075,0],[-71.954826,44.571467,0],[-71.954861,44.571599,0],[-71.955004,44.571872,0],[-71.955159,44.571987,0],[-71.955618,44.572033,0],[-71.955871,44.572053,0]]]},"properties":{"id":"mtb465","name":"Connector","touches":",mtb86,mtb98,mtb290,mtb292,","length":316.6860654792595}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.958618,44.572232,0],[-71.959009,44.572202,0],[-71.959165,44.572199,0],[-71.959323,44.572218,0],[-71.959363,44.572228,0],[-71.959763,44.572506,0],[-71.959901,44.572632,0],[-71.959988,44.572758,0],[-71.96001,44.572824,0],[-71.960024,44.572967,0],[-71.960013,44.573041,0],[-71.959966,44.573192,0],[-71.959864,44.573384,0],[-71.959865,44.573506,0],[-71.959896,44.573552,0],[-71.960014,44.573637,0],[-71.960173,44.573731,0],[-71.960248,44.573758,0],[-71.960337,44.573776,0],[-71.960537,44.573795,0],[-71.960677,44.573795,0],[-71.961058,44.573731,0],[-71.961293,44.573677,0],[-71.96142,44.573675,0],[-71.961519,44.573698,0],[-71.961707,44.573821,0],[-71.961836,44.573872,0],[-71.961945,44.573897,0],[-71.962003,44.573902,0],[-71.962038,44.573895,0],[-71.962049,44.573892,0],[-71.962058,44.573895,0],[-71.962077,44.573919,0]]]},"properties":{"id":"mtb466","name":"Connector","touches":",mtb52,mtb467,mtb263,mtb265,","length":421.7215541041239}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956979,44.571223,0],[-71.956977,44.571234,0],[-71.956941,44.571269,0],[-71.956847,44.571323,0],[-71.956775,44.57141,0],[-71.956785,44.571489,0],[-71.956832,44.571579,0],[-71.956937,44.571681,0],[-71.957106,44.571896,0],[-71.957192,44.571975,0],[-71.957271,44.572033,0],[-71.957405,44.572099,0],[-71.957828,44.57226,0],[-71.957932,44.572286,0],[-71.958068,44.572298,0],[-71.958618,44.572232,0]]]},"properties":{"id":"mtb467","name":"Connector","touches":",mtb52,mtb466,mtb84,mtb85,","length":222.86315238073223}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.979355,44.576762,0],[-71.979351,44.576732,0],[-71.979361,44.576624,0],[-71.979581,44.576151,0],[-71.979669,44.576023,0],[-71.979866,44.575815,0],[-71.979969,44.575503,0],[-71.980057,44.575337,0],[-71.980463,44.574882,0],[-71.980724,44.574533,0],[-71.980783,44.574397,0],[-71.980846,44.574341,0],[-71.981425,44.574223,0],[-71.981727,44.574243,0],[-71.982029,44.574229,0],[-71.98251,44.574338,0],[-71.98256,44.574338,0],[-71.982653,44.574311,0],[-71.982703,44.574251,0],[-71.982713,44.574143,0],[-71.982749,44.574039,0],[-71.982746,44.573931,0],[-71.982691,44.573873,0],[-71.982395,44.573737,0],[-71.982367,44.573708,0],[-71.982361,44.573636,0],[-71.982418,44.573538,0],[-71.982676,44.573367,0],[-71.982769,44.573282,0],[-71.982799,44.573214,0],[-71.982791,44.573107,0],[-71.982736,44.573046,0],[-71.982588,44.572949,0],[-71.982244,44.572796,0],[-71.982055,44.572747,0],[-71.981508,44.572678,0],[-71.981255,44.572551,0],[-71.981118,44.572402,0],[-71.981037,44.572244,0],[-71.981046,44.572141,0],[-71.981017,44.571731,0],[-71.981073,44.571457,0]]]},"properties":{"id":"mtb473","name":"River Run","touches":",mtb60,mtb472,mtb566,mtb567,","length":875.7411865407807}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.977286,44.588028,0],[-71.977288,44.587976,0],[-71.977375,44.587847,0],[-71.977381,44.58763,0]]]},"properties":{"id":"hke474","name":"River Run","touches":",hke69,hke475,hke199,hke471,","length":45.86635675884487}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.975232,44.590628,0],[-71.975241,44.590596,0],[-71.975489,44.590287,0],[-71.975865,44.589948,0],[-71.976172,44.58976,0],[-71.976259,44.589725,0],[-71.976596,44.58946,0],[-71.976748,44.589317,0],[-71.976928,44.5891,0],[-71.977065,44.588873,0],[-71.977239,44.58846,0],[-71.977292,44.588175,0],[-71.977285,44.588067,0],[-71.977286,44.588028,0]]]},"properties":{"id":"hke475","name":"River Run","touches":",hke69,hke474,mtb569,mtb571,","length":342.679574634899}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.97833,44.581492,0],[-71.978379,44.581597,0],[-71.978432,44.58162,0],[-71.978592,44.581536,0],[-71.979178,44.581194,0],[-71.979679,44.581021,0],[-71.979928,44.580898,0],[-71.980074,44.58088,0],[-71.980174,44.58072,0],[-71.980183,44.580577,0],[-71.980258,44.580484,0],[-71.980386,44.580427,0],[-71.980727,44.580365,0],[-71.980894,44.580325,0],[-71.981055,44.580268,0],[-71.981281,44.580188,0],[-71.981357,44.580141,0],[-71.981375,44.580108,0],[-71.981371,44.580001,0],[-71.981248,44.579845,0],[-71.981233,44.579777,0]]]},"properties":{"id":"hke476","name":"River Run","touches":",hke135,hke174,hke477,mtb311,mtb468,","length":360.00230230019184}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.978974,44.583338,0],[-71.979004,44.583271,0],[-71.979016,44.583163,0],[-71.97877,44.582731,0],[-71.978664,44.582456,0],[-71.978421,44.581988,0],[-71.978374,44.581849,0],[-71.97833,44.581768,0],[-71.978316,44.581619,0],[-71.97833,44.581492,0]]]},"properties":{"id":"hke477","name":"River Run","touches":",hke14,hke298,hke469,hke135,hke174,hke476,","length":215.19490715446148}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.855674,44.551098,0],[-71.855912,44.551113,0],[-71.855968,44.551152,0],[-71.856203,44.55145,0],[-71.856355,44.551842,0],[-71.856329,44.551944,0],[-71.85617,44.552219,0],[-71.856158,44.552285,0],[-71.856184,44.552313,0],[-71.856258,44.552304,0],[-71.856303,44.552267,0],[-71.856559,44.551883,0],[-71.856641,44.551819,0]]]},"properties":{"id":"mtb478","name":"McGill's Thrill","touches":",mtb34,mtb35,mtb43,mtb480,","length":232.46533694966772}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.85931,44.556212,0],[-71.859701,44.556185,0],[-71.860055,44.556231,0]]]},"properties":{"id":"mtb479","name":"McGill's Thrill","touches":",mtb55,mtb56,mtb435,mtb480,","length":59.77358432829968}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.856641,44.551819,0],[-71.856693,44.551801,0],[-71.856795,44.551802,0],[-71.856907,44.551869,0],[-71.856942,44.551933,0],[-71.856959,44.552029,0],[-71.856947,44.552214,0],[-71.856878,44.552485,0],[-71.856864,44.552724,0],[-71.856822,44.552815,0],[-71.856721,44.552917,0],[-71.856654,44.552994,0],[-71.856533,44.553067,0],[-71.856542,44.55318,0],[-71.856738,44.553147,0],[-71.856897,44.553007,0],[-71.857283,44.552683,0],[-71.857473,44.552579,0],[-71.857644,44.552475,0],[-71.857869,44.552402,0],[-71.858009,44.552495,0],[-71.858018,44.552615,0],[-71.857719,44.552721,0],[-71.857719,44.552801,0],[-71.858006,44.552809,0],[-71.858517,44.552888,0],[-71.858667,44.55289,0],[-71.858965,44.552839,0],[-71.859162,44.552831,0],[-71.85936,44.552845,0],[-71.859643,44.55291,0],[-71.85973,44.552956,0],[-71.859708,44.553014,0],[-71.859527,44.553121,0],[-71.859417,44.553149,0],[-71.859278,44.553153,0],[-71.859204,44.553183,0],[-71.859186,44.553218,0],[-71.859215,44.553273,0],[-71.859313,44.553311,0],[-71.859598,44.553327,0],[-71.859772,44.553317,0],[-71.859865,44.553328,0],[-71.859961,44.553363,0],[-71.860275,44.553571,0],[-71.860623,44.553693,0],[-71.860708,44.55374,0],[-71.860892,44.5539,0],[-71.861224,44.553915,0],[-71.861396,44.554014,0],[-71.860947,44.554138,0],[-71.860907,44.554179,0],[-71.860822,44.554198,0],[-71.860739,44.554176,0],[-71.860342,44.553984,0],[-71.860176,44.55392,0],[-71.86008,44.553901,0],[-71.859975,44.553913,0],[-71.859906,44.55396,0],[-71.859886,44.554013,0],[-71.859949,44.554094,0],[-71.860115,44.554173,0],[-71.860182,44.554225,0],[-71.860196,44.554288,0],[-71.860117,44.55433,0],[-71.860003,44.554326,0],[-71.859443,44.554249,0],[-71.859163,44.554275,0],[-71.859051,44.554327,0],[-71.859017,44.55437,0],[-71.85902,44.554615,0],[-71.858959,44.554677,0],[-71.858873,44.554695,0],[-71.858692,44.554695,0],[-71.858454,44.5546,0],[-71.858344,44.554589,0],[-71.858258,44.554617,0],[-71.858153,44.554842,0],[-71.857929,44.554982,0],[-71.857919,44.555073,0],[-71.857979,44.555179,0],[-71.857974,44.555245,0],[-71.8578,44.555422,0],[-71.857738,44.555538,0],[-71.857733,44.555614,0],[-71.857835,44.555978,0],[-71.857941,44.556071,0],[-71.858033,44.55596,0],[-71.858112,44.555903,0],[-71.858201,44.555938,0],[-71.858321,44.556098,0],[-71.858441,44.556171,0],[-71.858537,44.556205,0],[-71.858957,44.55625,0],[-71.85931,44.556212,0]]]},"properties":{"id":"mtb480","name":"McGill's Thrill","touches":",mtb43,mtb478,mtb435,mtb479,","length":1506.9561114321477}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.95999,44.582001,0],[-71.960162,44.581944,0],[-71.960269,44.581898,0],[-71.960366,44.581795,0],[-71.960403,44.581665,0],[-71.960435,44.581634,0],[-71.960502,44.581587,0],[-71.960586,44.581506,0],[-71.960677,44.581417,0],[-71.960798,44.581319,0],[-71.960886,44.581302,0],[-71.960948,44.581434,0],[-71.960937,44.581535,0],[-71.960894,44.581659,0],[-71.960835,44.58181,0],[-71.960824,44.5819,0],[-71.960848,44.582013,0],[-71.96083,44.582102,0],[-71.960749,44.582209,0],[-71.960746,44.582343,0],[-71.960787,44.582611,0],[-71.96076,44.582874,0],[-71.960768,44.582935,0],[-71.960725,44.583044,0],[-71.960612,44.583226,0],[-71.960508,44.583642,0],[-71.960256,44.584257,0],[-71.960234,44.584446,0],[-71.960202,44.584498,0],[-71.960014,44.584618,0],[-71.959853,44.584788,0],[-71.959805,44.584987,0],[-71.959789,44.585113,0],[-71.959808,44.58519,0],[-71.959977,44.585373,0],[-71.960033,44.585426,0],[-71.960097,44.585532,0],[-71.960081,44.585579,0],[-71.959974,44.585593,0],[-71.95988,44.585549,0],[-71.959757,44.585465,0],[-71.959674,44.585489,0],[-71.959647,44.585587,0],[-71.959698,44.585646,0],[-71.959813,44.585751,0],[-71.959869,44.585852,0],[-71.959864,44.58594,0],[-71.959821,44.585977,0],[-71.959698,44.585994,0],[-71.959574,44.585975,0],[-71.959486,44.585912,0],[-71.959435,44.58583,0],[-71.959395,44.58574,0],[-71.959236,44.585616,0],[-71.959191,44.585497,0],[-71.959202,44.585396,0],[-71.959199,44.585275,0],[-71.959116,44.58513,0],[-71.959051,44.585077,0],[-71.958944,44.585081,0],[-71.958864,44.585109,0],[-71.958791,44.585174,0],[-71.9587,44.585207,0],[-71.95863,44.585174,0],[-71.958606,44.585096,0],[-71.958585,44.585058,0],[-71.958485,44.585021,0],[-71.9584,44.585054,0],[-71.958343,44.585134,0],[-71.958327,44.585191,0],[-71.958217,44.585241,0],[-71.958147,44.585207,0],[-71.958158,44.585121,0],[-71.958212,44.585039,0],[-71.958231,44.584888,0],[-71.958276,44.584622,0],[-71.958327,44.584378,0],[-71.958421,44.584175,0],[-71.958445,44.584114,0],[-71.958429,44.584014,0],[-71.958397,44.583912,0],[-71.958357,44.583782,0]]]},"properties":{"id":"hke481","name":"Mansion View","touches":",hke192,hke193,hke194,","length":1111.1615132224026}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.965454,44.563298,0],[-71.965402,44.563199,0],[-71.965327,44.563149,0],[-71.965283,44.563139,0],[-71.965182,44.563147,0],[-71.964918,44.563255,0],[-71.964419,44.563562,0],[-71.964143,44.563657,0],[-71.963998,44.563691,0],[-71.963798,44.563635,0],[-71.963744,44.56361,0],[-71.963632,44.563608,0],[-71.963592,44.563612,0],[-71.963493,44.563646,0]]]},"properties":{"id":"mtb482","name":"Cow Path","touches":",mtb104,mtb105,mtb462,mtb483,","length":187.58317589729708}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.965806,44.565429,0],[-71.965508,44.565354,0],[-71.965308,44.565325,0],[-71.965191,44.565258,0],[-71.965074,44.565098,0],[-71.964966,44.56471,0],[-71.964965,44.564457,0],[-71.965057,44.564138,0],[-71.965214,44.563911,0],[-71.965357,44.563761,0],[-71.965419,44.563623,0],[-71.965461,44.563372,0],[-71.965454,44.563298,0]]]},"properties":{"id":"mtb483","name":"Cow Path","touches":",mtb131,mtb134,mtb235,mtb462,mtb482,","length":282.3531531959258}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.958776,44.613604,0],[-71.958795,44.613584,0],[-71.959267,44.613031,0],[-71.959445,44.612802,0],[-71.959538,44.612542,0],[-71.959573,44.612356,0],[-71.959571,44.612128,0],[-71.959524,44.610749,0],[-71.959546,44.609802,0],[-71.959685,44.609558,0],[-71.959964,44.609276,0],[-71.9605,44.608925,0]]]},"properties":{"id":"rd485","name":"Bugbee Crossing Rd","touches":",rd65,rd484,rd696,rd697,","length":563.6946886082939}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.95829,44.595845,0],[-71.958479,44.59587,0],[-71.958704,44.595898,0],[-71.958913,44.595887,0],[-71.959097,44.595829,0]]]},"properties":{"id":"mtb486","name":"Harp Connector","touches":",mtb309,mtb310,mtb348,","length":66.01729347334737}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.91698,44.57859,0],[-71.91698,44.578626,0],[-71.916616,44.578925,0],[-71.916268,44.579133,0],[-71.916236,44.579275,0],[-71.916244,44.579442,0]]]},"properties":{"id":"mtb487","name":"Kirby Connector","touches":",mtb186,mtb188,hke416,mtb488,","length":118.62305585507521}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.917626,44.576686,0],[-71.91756,44.576733,0],[-71.917494,44.57683,0],[-71.917424,44.577003,0],[-71.917283,44.577496,0],[-71.917262,44.577639,0],[-71.9173,44.577925,0],[-71.917258,44.578065,0],[-71.917207,44.578127,0],[-71.91693,44.578282,0],[-71.916902,44.578351,0],[-71.916902,44.578422,0],[-71.91698,44.57859,0]]]},"properties":{"id":"mtb488","name":"Kirby Connector","touches":",hke416,mtb487,mtb609,hke610,","length":230.55064418402935}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.941407,44.586571,0],[-71.941501,44.5866,0],[-71.941699,44.586712,0],[-71.941819,44.586773,0],[-71.941982,44.586802,0],[-71.942112,44.586838,0],[-71.942242,44.586908,0],[-71.942388,44.586933,0],[-71.942463,44.586926,0],[-71.942545,44.58686,0],[-71.942662,44.586784,0],[-71.942781,44.586703,0],[-71.942904,44.586674,0],[-71.942957,44.586697,0],[-71.942964,44.586746,0],[-71.943013,44.586767,0],[-71.94306,44.586755,0],[-71.943116,44.586722,0],[-71.943165,44.586711,0],[-71.943204,44.586764,0],[-71.943173,44.586867,0],[-71.943161,44.586972,0],[-71.943177,44.587065,0],[-71.943233,44.587078,0],[-71.943314,44.587045,0],[-71.943372,44.586922,0],[-71.943376,44.586735,0],[-71.94344,44.58665,0],[-71.943513,44.586596,0],[-71.943596,44.586562,0],[-71.943643,44.58653,0],[-71.943684,44.58651,0],[-71.943698,44.586517,0],[-71.943671,44.586545,0],[-71.943642,44.586606,0],[-71.943649,44.586637,0],[-71.943679,44.586652,0],[-71.943718,44.586641,0],[-71.943774,44.586586,0],[-71.943797,44.586582,0],[-71.9438,44.586607,0],[-71.943757,44.586652,0],[-71.943673,44.586744,0],[-71.943654,44.58679,0],[-71.943652,44.586861,0],[-71.943663,44.586868,0],[-71.943692,44.586848,0],[-71.943779,44.586746,0],[-71.943846,44.586735,0],[-71.944534,44.587109,0]]]},"properties":{"id":"mtb489","name":"Bottom Up","touches":",rd354,rd355,","length":450.65053395577206}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.874575,44.624532,499.1],[-71.874548,44.624553,499.1],[-71.874489,44.624604,499.1],[-71.874436,44.624682,498.8],[-71.874356,44.624755,498.6],[-71.874279,44.624838,498.6],[-71.874185,44.624931,498],[-71.874074,44.62499,497.5],[-71.87404,44.625019,497.4],[-71.874004,44.625044,497.3],[-71.873972,44.625065,497.1],[-71.87394,44.62509,497],[-71.873904,44.625125,496.7],[-71.873867,44.625158,496.5],[-71.873833,44.625192,496.5],[-71.873797,44.62523,496.3],[-71.873771,44.625263,496],[-71.873746,44.625299,495.7],[-71.873723,44.625331,495.6],[-71.873699,44.62536,495.3],[-71.873671,44.62539,495.1],[-71.873647,44.625416,495.1],[-71.873631,44.625487,494.7],[-71.873609,44.625565,494.5],[-71.873599,44.625669,492.6],[-71.873566,44.62573,491.8],[-71.87357,44.625769,491.4],[-71.873581,44.625805,491.1],[-71.8736,44.625836,490.9],[-71.873635,44.625873,490.8],[-71.873671,44.625894,490.5],[-71.873701,44.625931,490.3],[-71.873727,44.625978,489.7],[-71.873764,44.626023,489.6],[-71.873797,44.626061,488.9],[-71.873824,44.626109,488.7],[-71.87386,44.626141,488.3],[-71.873886,44.626162,488],[-71.873924,44.626187,487.8],[-71.873952,44.626222,487.4],[-71.873988,44.626254,487.2],[-71.874014,44.626277,486.9],[-71.874041,44.626298,487.1],[-71.874085,44.626335,486.9],[-71.874118,44.626376,486.1],[-71.874145,44.626402,485.7],[-71.874177,44.62644,485.3],[-71.874199,44.626482,484.9],[-71.874232,44.626524,484.1],[-71.874272,44.626567,483.8],[-71.874296,44.626604,483.5],[-71.874315,44.626642,482.8],[-71.874344,44.626674,482.5],[-71.874373,44.626704,482.1],[-71.874399,44.626739,481.9],[-71.874425,44.626773,481.6],[-71.874452,44.626801,481.2],[-71.874465,44.626846,480.8],[-71.874454,44.626883,480.4],[-71.87442,44.626904,480],[-71.874408,44.626936,479.6],[-71.874395,44.626982,478.8],[-71.874379,44.627031,478.1],[-71.874372,44.627065,477.5],[-71.874369,44.627093,476.9],[-71.874358,44.62713,476],[-71.874347,44.627165,475.5],[-71.874326,44.627202,475.1],[-71.874293,44.62724,474.7],[-71.874267,44.62728,474.5],[-71.874261,44.627324,473.9],[-71.874267,44.627374,473.5],[-71.874279,44.627401,472.9],[-71.874306,44.627438,472.3],[-71.87434,44.627463,472.2],[-71.874386,44.627489,471.7],[-71.874436,44.627513,471.2],[-71.874482,44.62753,470.6],[-71.87453,44.62755,470.6],[-71.874576,44.627567,470.3],[-71.874621,44.627596,469.9],[-71.874659,44.627636,469.6],[-71.874677,44.627678,469.3],[-71.874695,44.627726,468.8],[-71.874709,44.627771,468.4],[-71.874714,44.627817,467.8],[-71.874721,44.627855,467.5],[-71.874727,44.627886,467.3],[-71.874738,44.627915,467.1],[-71.874765,44.627935,466.8],[-71.874784,44.627965,466.5],[-71.874803,44.627992,466.1],[-71.874836,44.628029,465.6],[-71.874862,44.62806,465.2],[-71.874897,44.628088,464.6],[-71.874939,44.62811,463.9],[-71.874988,44.62814,463.1],[-71.875034,44.628174,462.6],[-71.875066,44.628212,462.2],[-71.875082,44.628237,462.1],[-71.875104,44.628263,462.1],[-71.875132,44.628288,462.1],[-71.875181,44.628326,462],[-71.87522,44.628365,462],[-71.875256,44.628399,461.8],[-71.875309,44.628435,461.7],[-71.875366,44.628459,461.3],[-71.8754,44.628475,460.9],[-71.875434,44.628489,460.9],[-71.875471,44.628503,460.9],[-71.875502,44.628518,460.4],[-71.875533,44.628553,459.8],[-71.875556,44.628578,459.5],[-71.875594,44.628618,459.1],[-71.875628,44.62865,458.9],[-71.87567,44.628682,458.6],[-71.875698,44.628709,458.5],[-71.875734,44.628736,458.2],[-71.875784,44.628757,457.4],[-71.875822,44.628778,457.3],[-71.875856,44.628812,456.5],[-71.875904,44.62885,455.9],[-71.876037,44.628919,455.1],[-71.876136,44.629018,455.1]]]},"properties":{"id":"mtb490","name":"Haul Road","touches":",mtb242,mtb491,mtb495,mtb501,mtb585,","length":610.3442175662267}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.874959,44.623744,500.6],[-71.874982,44.623767,500.6],[-71.875031,44.623806,499.6],[-71.875064,44.623827,499],[-71.875101,44.62385,498.2],[-71.875132,44.623872,497.9],[-71.875153,44.623895,497.1],[-71.875151,44.623944,496.9],[-71.875132,44.623969,497.3],[-71.875102,44.623999,497.1],[-71.875065,44.624033,497.5],[-71.875027,44.62407,497.8],[-71.874992,44.624105,498],[-71.874959,44.624139,498],[-71.874923,44.62417,497.8],[-71.874881,44.624197,498.2],[-71.874754,44.624338,499.7],[-71.87467,44.624414,500.2],[-71.874575,44.624532,499.3]]]},"properties":{"id":"mtb491","name":"Haul Road","touches":",mtb242,mtb490,mtb492,mtb497,","length":108.31078317357552}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.873672,44.624822,249.804231],[-71.873702,44.624783,499.8],[-71.873747,44.624695,500.4],[-71.873796,44.624655,500.7],[-71.873842,44.624629,500.6],[-71.873889,44.624615,500.8],[-71.873951,44.624598,500.7],[-71.874016,44.624577,500.8],[-71.874078,44.624557,500.7],[-71.874123,44.62453,500.8],[-71.874163,44.624506,500.6],[-71.8742,44.624478,500.6],[-71.874245,44.624448,500.7],[-71.874289,44.62442,501],[-71.874325,44.624391,501.1],[-71.874359,44.624359,501.5],[-71.874384,44.624327,501.7],[-71.874414,44.624292,501.7],[-71.874446,44.624259,502],[-71.874481,44.624226,502],[-71.874512,44.624195,502.7],[-71.874541,44.624168,502.2],[-71.874579,44.624141,502],[-71.874622,44.624114,501.8],[-71.874665,44.624087,501.5],[-71.874695,44.624057,501.8],[-71.874718,44.624026,501.5],[-71.874754,44.623979,501.6],[-71.874777,44.623953,501.9],[-71.874803,44.623925,501.4],[-71.874827,44.623899,501.7],[-71.87485,44.623875,501.4],[-71.874868,44.623851,501.7],[-71.874885,44.623822,501.4],[-71.87491,44.6238,501.6],[-71.874931,44.623782,501.8],[-71.874959,44.623744,501.8]]]},"properties":{"id":"mtb492","name":"Black Bear","touches":",mtb491,mtb497,mtb585,mtb737,","length":161.61224755222142}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.894226,44.634427,0],[-71.894141,44.634627,0],[-71.89403,44.63479,0],[-71.893881,44.63493,0],[-71.893695,44.63501,299.8],[-71.89358,44.63511,299.4],[-71.893512,44.635098,300],[-71.89342,44.635092,299.9],[-71.893351,44.635105,299.9],[-71.893241,44.63513,301.5],[-71.893178,44.635183,301.8],[-71.893101,44.635215,302.4],[-71.893025,44.635258,300.8],[-71.89293,44.635251,302.6],[-71.892852,44.63525,303.7],[-71.892782,44.635266,304.1],[-71.892697,44.635332,305.6],[-71.892634,44.635378,307.5],[-71.892594,44.635448,307.9],[-71.892547,44.635563,306.4],[-71.892497,44.635594,306.6],[-71.892435,44.635634,306.8],[-71.892356,44.635684,307.7],[-71.892317,44.635749,308],[-71.892274,44.635781,309],[-71.892252,44.635831,310.3],[-71.892258,44.635907,310],[-71.892223,44.635956,310.6],[-71.892172,44.636042,310.9],[-71.892148,44.636134,311.6],[-71.89213,44.636179,312],[-71.892144,44.636211,312.4],[-71.892142,44.636261,312.7],[-71.892111,44.63636,312.9],[-71.892071,44.636392,313.5],[-71.89203,44.636439,313.8],[-71.891977,44.63649,312.3],[-71.891899,44.636504,314],[-71.891827,44.636514,314.2],[-71.891749,44.636536,314.3],[-71.891668,44.636552,314.3],[-71.891575,44.636588,314.2],[-71.891462,44.63659,314.8],[-71.891358,44.6366,315.7],[-71.891255,44.636591,316.3],[-71.891177,44.636553,316.7],[-71.891075,44.636546,317.3],[-71.890999,44.636558,316.9],[-71.890929,44.636572,316.8],[-71.890857,44.636582,317.9],[-71.890782,44.636587,318.6],[-71.890687,44.636575,318.7],[-71.890603,44.636533,319.4],[-71.890526,44.636516,319.5],[-71.890435,44.636479,320.3],[-71.890347,44.636453,320.8],[-71.890301,44.636413,321.4],[-71.890286,44.636373,321.5],[-71.89025,44.636294,322],[-71.890249,44.636222,322.5],[-71.890236,44.636182,322.8],[-71.890217,44.636153,323],[-71.890145,44.636126,323.5],[-71.890044,44.636096,324],[-71.889945,44.636049,324.2],[-71.889882,44.636042,324.9],[-71.889849,44.636021,324.8],[-71.889806,44.636014,325.5],[-71.889736,44.635995,325.4],[-71.889659,44.63599,325],[-71.889551,44.636021,324.8],[-71.88946,44.635982,326.8],[-71.889414,44.635949,327.4],[-71.889353,44.635867,327.8],[-71.889337,44.635815,328.2],[-71.889294,44.635747,329.1],[-71.88926,44.635678,329.9],[-71.889222,44.635634,330.3],[-71.889184,44.635595,331.1],[-71.889113,44.63555,331.5],[-71.889058,44.635507,331.7],[-71.889008,44.635455,332.3],[-71.889,44.63541,332.5],[-71.888955,44.635336,332.8],[-71.888914,44.635298,333.1],[-71.888902,44.635254,333.3],[-71.888883,44.635218,332.7],[-71.88884,44.635175,332.9],[-71.88877,44.635121,333.6],[-71.888691,44.635071,334.2],[-71.88861,44.63501,334.7],[-71.888585,44.634953,335.3],[-71.888519,44.634911,335.7],[-71.888483,44.634865,335.5],[-71.888449,44.634798,335.8],[-71.888433,44.634749,336.2],[-71.888442,44.634721,335.9],[-71.888437,44.634678,336.6],[-71.88845,44.63462,336.6],[-71.888468,44.634548,339],[-71.888506,44.634489,339.8],[-71.888551,44.634428,340.5],[-71.888558,44.634374,341.4],[-71.888587,44.634332,341.1],[-71.888584,44.63429,341.1],[-71.888591,44.634245,341.2],[-71.888604,44.634193,341.7],[-71.888616,44.634151,342.6],[-71.888637,44.634123,343.3],[-71.888675,44.634098,342.4],[-71.888724,44.634068,341.9],[-71.888754,44.634051,342.7],[-71.888803,44.634017,342.3],[-71.888804,44.633986,342.3]]]},"properties":{"id":"mtb493","name":"Black Bear","touches":",mtb241,mtb249,mtb380,mtb386,mtb639,","length":817.0074890631339}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.883645,44.631327,396.8],[-71.883548,44.631299,396.8],[-71.883341,44.631216,398],[-71.883107,44.631149,401],[-71.883016,44.631129,402.4],[-71.882913,44.631119,403.3],[-71.882802,44.631154,403.6],[-71.882694,44.631137,403.6],[-71.882631,44.631119,404.5],[-71.882582,44.631091,405.6],[-71.882518,44.63104,406.7],[-71.882463,44.631002,407.6],[-71.882387,44.630936,408],[-71.882321,44.630887,408.9],[-71.882246,44.630844,409.3],[-71.882177,44.630797,409.5],[-71.882116,44.630759,409.9],[-71.8821,44.630727,410.2],[-71.882069,44.63068,410.5],[-71.882044,44.630616,411],[-71.882069,44.630578,411.5],[-71.882078,44.630538,411.6],[-71.882082,44.63049,411.7],[-71.882068,44.630439,412.1],[-71.882041,44.630386,412.6],[-71.882006,44.630328,412.9],[-71.881947,44.630259,413.6],[-71.881913,44.630215,414],[-71.881891,44.630176,414.4],[-71.881876,44.63012,415],[-71.881842,44.63008,415.4],[-71.881808,44.630044,415.9],[-71.881749,44.630001,416.4],[-71.881698,44.629949,417.5],[-71.881634,44.629872,418.4],[-71.881553,44.629851,418.9],[-71.881487,44.629846,419.5],[-71.881395,44.629876,420.1],[-71.881302,44.629887,419.8],[-71.881221,44.6299,420],[-71.881113,44.629891,420.1],[-71.88108,44.62985,421.1],[-71.880984,44.629825,422.1],[-71.88091,44.629787,422.9],[-71.880885,44.629749,423.6],[-71.880866,44.629718,424.1],[-71.88085,44.629663,424.6],[-71.88088,44.629617,424.7],[-71.880903,44.629555,425.1],[-71.880888,44.629495,425.4],[-71.880849,44.629453,425.1],[-71.88079,44.629429,424.9],[-71.880689,44.629419,425.2],[-71.880591,44.629429,425.5],[-71.880515,44.629434,426.7],[-71.880408,44.629432,428.2],[-71.880346,44.629389,429.5],[-71.88027,44.629324,430.3],[-71.880204,44.629312,430.6],[-71.880129,44.629281,431.6],[-71.880082,44.629291,431.9],[-71.87999,44.629315,432.2],[-71.879897,44.629315,432.8],[-71.879803,44.629307,433.3],[-71.879748,44.629297,433.7],[-71.879669,44.629289,434.2],[-71.879608,44.629274,434.9],[-71.879538,44.629271,436.1],[-71.879503,44.629234,437],[-71.879459,44.629195,437.8],[-71.879446,44.629192,0],[-71.879346,44.629188,0],[-71.879291,44.629173,0],[-71.879258,44.629153,0],[-71.879224,44.629117,437.994559]]]},"properties":{"id":"mtb494","name":"Black Bear","touches":",mtb76,mtb495,mtb639,mtb640,","length":502.0878162486881}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.879224,44.629117,440.2],[-71.879199,44.629139,440.2],[-71.879159,44.629154,440.7],[-71.879118,44.629175,440.9],[-71.879051,44.629223,440.6],[-71.879023,44.629302,439.6],[-71.878953,44.629339,439.3],[-71.878894,44.629334,440.1],[-71.878841,44.629317,441.1],[-71.878741,44.629297,441.9],[-71.878634,44.629283,443],[-71.878563,44.629288,443.4],[-71.878501,44.629285,443.6],[-71.878454,44.629288,443.9],[-71.878388,44.629314,444],[-71.878333,44.629323,444.1],[-71.878264,44.62932,444.3],[-71.878205,44.629355,444.2],[-71.87813,44.629372,444],[-71.878063,44.629383,444.2],[-71.877977,44.629382,444.5],[-71.877924,44.629386,444.7],[-71.877878,44.629385,445.1],[-71.877835,44.629377,445.1],[-71.87778,44.629364,445.1],[-71.877728,44.629351,445.4],[-71.877687,44.629345,445.1],[-71.877637,44.62933,444.8],[-71.877589,44.629306,444.3],[-71.877537,44.629246,443.1],[-71.877551,44.629187,443],[-71.877537,44.629119,443.3],[-71.877529,44.62909,443.4],[-71.877498,44.629058,443.4],[-71.877441,44.629047,444.9],[-71.877364,44.62907,445.7],[-71.877313,44.629094,445.7],[-71.877259,44.629116,445.6],[-71.877204,44.629137,446.4],[-71.877168,44.629172,446],[-71.877107,44.629181,446.2],[-71.877024,44.629187,446.7],[-71.876934,44.629186,448.4],[-71.876851,44.629192,448.8],[-71.87676,44.629193,449.8],[-71.876697,44.629187,449.9],[-71.876635,44.629178,450.2],[-71.876577,44.629169,450.5],[-71.876515,44.629164,450.8],[-71.876454,44.629167,451.3],[-71.876379,44.629181,451.3],[-71.876329,44.629161,451.8],[-71.876297,44.62915,452],[-71.876136,44.629018,453.080656]]]},"properties":{"id":"mtb495","name":"Black Bear","touches":",mtb76,mtb494,mtb490,mtb501,mtb585,","length":298.6747152911199}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.887924,44.627921,0],[-71.888046,44.628192,0],[-71.888039,44.628364,0],[-71.888,44.628441,0],[-71.887987,44.628496,0],[-71.887958,44.628552,0],[-71.887851,44.628632,0],[-71.887736,44.628676,0],[-71.887598,44.628764,0],[-71.887474,44.62883,0],[-71.887331,44.628881,0],[-71.887216,44.628952,0],[-71.887038,44.629147,0],[-71.88682,44.629347,0],[-71.886687,44.629485,0],[-71.886531,44.629645,0],[-71.886376,44.62973,0],[-71.886264,44.62981,0],[-71.886051,44.629934,0],[-71.885873,44.630014,0],[-71.885704,44.630112,0],[-71.885504,44.630205,0],[-71.885309,44.63037,0],[-71.885118,44.630436,0],[-71.884918,44.630463,0],[-71.884727,44.630534,0],[-71.884584,44.630641,0],[-71.884367,44.630801,0],[-71.884033,44.630941,0],[-71.883794,44.631002,0]]]},"properties":{"id":"mtb496","name":"Lynx","touches":",mtb380,mtb381,mtb640,mtb739,mtb386,mtb591,mtb637,","length":510.2140573976966}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.874932,44.623419,0],[-71.874945,44.623574,0],[-71.874959,44.623744,501.1]]]},"properties":{"id":"mtb497","name":"BFR","touches":",mtb491,mtb492,mtb760,mtb763,","length":36.12729274645526}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953496,44.609878,0],[-71.953511,44.609801,0],[-71.953536,44.609652,0],[-71.953605,44.609459,0],[-71.953642,44.609373,0],[-71.953642,44.609308,0],[-71.953629,44.609231,0],[-71.953604,44.609118,0],[-71.953569,44.608986,0],[-71.953545,44.608865,0],[-71.953517,44.608826,0],[-71.953467,44.608768,0],[-71.953401,44.608739,0]]]},"properties":{"id":"xc515","name":"Gun Range 3","touches":",xc511,xc512,xc520,xc543,","length":133.02589149277193}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.878277,44.619634,473.4],[-71.878265,44.619706,473.4],[-71.878283,44.619739,473.7],[-71.878301,44.619769,473.9],[-71.878343,44.619774,473.7],[-71.878402,44.619783,473.6],[-71.878415,44.619844,0],[-71.878418,44.619869,474.1],[-71.878394,44.619916,0],[-71.878378,44.619956,474.3],[-71.878352,44.619998,474.4],[-71.878313,44.620066,474.5],[-71.87829,44.620128,474.6],[-71.878264,44.620188,474.7],[-71.878268,44.62024,474.7],[-71.878262,44.620277,0],[-71.87825,44.620356,0],[-71.878236,44.620401,0],[-71.878221,44.620447,0],[-71.878182,44.620469,0],[-71.878145,44.620477,0],[-71.878064,44.62049,0],[-71.878021,44.620502,0],[-71.87797,44.620527,0],[-71.877943,44.620551,0],[-71.877927,44.620576,476.5],[-71.877916,44.620617,0],[-71.877918,44.620655,0],[-71.877933,44.620696,0],[-71.877932,44.620719,0],[-71.877927,44.620751,0],[-71.877915,44.620785,478.1],[-71.877892,44.620844,0],[-71.877892,44.620857,0],[-71.877893,44.620879,0],[-71.877906,44.620899,0],[-71.877945,44.620926,0],[-71.877972,44.620949,0],[-71.878008,44.620983,0],[-71.878073,44.621018,0],[-71.878134,44.621049,479.2],[-71.878223,44.6211,0],[-71.878261,44.621132,0],[-71.878294,44.621188,480],[-71.878307,44.621248,0],[-71.878338,44.621371,480.4],[-71.87835,44.621436,0],[-71.878352,44.621474,0],[-71.878351,44.621525,480.6],[-71.878345,44.621571,0],[-71.87833,44.621657,0],[-71.878328,44.621727,0],[-71.878338,44.621774,0],[-71.878368,44.621846,480.9],[-71.878353,44.621891,480.9],[-71.878325,44.621925,481],[-71.878284,44.621945,481.2],[-71.878237,44.621946,0],[-71.87821,44.621943,0],[-71.878189,44.621937,481.4],[-71.878157,44.621906,0],[-71.878146,44.621857,0],[-71.878137,44.621796,0],[-71.878096,44.621752,0],[-71.878034,44.62169,481.7],[-71.877983,44.621655,481.9],[-71.877917,44.621606,0],[-71.877867,44.62158,0],[-71.877792,44.621558,0],[-71.877742,44.621537,0],[-71.877713,44.621518,483.1],[-71.877646,44.621469,0],[-71.877582,44.62144,0],[-71.877528,44.621416,0],[-71.877479,44.621381,484.3],[-71.877434,44.621342,0],[-71.877393,44.621322,0],[-71.877329,44.621319,0],[-71.877277,44.621337,0],[-71.877226,44.621389,486.3],[-71.877185,44.621452,486.7],[-71.877175,44.621486,486.7],[-71.877163,44.621554,486.8],[-71.877149,44.621595,487.1],[-71.877114,44.621636,0],[-71.87703,44.621705,0],[-71.876957,44.621756,0],[-71.876875,44.621804,0],[-71.876816,44.621823,0],[-71.876701,44.621829,0],[-71.876645,44.621835,0],[-71.876563,44.621853,0],[-71.876506,44.62187,0],[-71.876451,44.62188,0],[-71.876388,44.621883,0],[-71.876328,44.621878,0],[-71.876285,44.621856,0]]]},"properties":{"id":"mtb498","name":"BFR","touches":",mtb499,mtb507,mtb586,","length":524.5431203503696}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.876285,44.621856,0],[-71.876338,44.621835,0],[-71.876367,44.621826,0],[-71.876398,44.621817,0],[-71.876448,44.621806,0],[-71.876504,44.621805,0],[-71.876574,44.62181,489.9],[-71.876654,44.621803,0],[-71.876734,44.621747,489],[-71.876811,44.621647,488.6],[-71.876862,44.62155,488.4],[-71.876884,44.621515,488.4],[-71.876959,44.621429,487.9],[-71.87696,44.621388,487.9],[-71.876974,44.621328,487.8],[-71.876994,44.62127,487.4],[-71.876991,44.621207,487.2],[-71.876983,44.621142,486.8],[-71.877009,44.621051,486.3],[-71.877056,44.620951,485.4],[-71.877066,44.62091,484.8],[-71.877069,44.620814,483.9],[-71.877079,44.620724,483.3],[-71.87705,44.62068,483.1],[-71.877015,44.620633,483],[-71.876977,44.620561,482.6],[-71.876927,44.620482,482.5],[-71.876879,44.620357,482],[-71.876855,44.620318,481.7],[-71.876852,44.620281,481.5],[-71.876835,44.620211,481.3],[-71.876815,44.620147,480.9],[-71.876739,44.62002,480.3],[-71.87669,44.619955,479.9],[-71.876681,44.619862,479.1],[-71.87671,44.619797,478.1],[-71.876759,44.619786,478.1],[-71.876807,44.619805,478.4],[-71.87689,44.619857,478.6],[-71.876955,44.619906,479.2],[-71.877002,44.619913,479.1],[-71.877118,44.619911,478.8],[-71.877265,44.619895,478.4],[-71.877378,44.619907,0],[-71.877457,44.619936,477.7],[-71.87753,44.619978,477.5],[-71.877629,44.619995,477.1],[-71.877755,44.620011,476.7],[-71.877857,44.620008,476.3],[-71.87793,44.619986,475.9],[-71.877984,44.619955,475.7],[-71.878005,44.619907,475.6],[-71.877985,44.619861,475.6],[-71.877968,44.61982,475.6],[-71.877973,44.619794,475.5],[-71.878027,44.619739,475.2],[-71.87806,44.61971,474.9],[-71.878089,44.619652,474.8],[-71.878111,44.619633,474.2],[-71.878142,44.619615,474],[-71.878277,44.619634,474]]]},"properties":{"id":"mtb499","name":"BFR","touches":",mtb498,mtb507,mtb586,","length":433.19737055742024}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956061,44.582642,0],[-71.95606,44.582689,0],[-71.956054,44.582748,0],[-71.956061,44.582788,0],[-71.956068,44.582823,0],[-71.956092,44.582847,0],[-71.95613,44.582866,0],[-71.956172,44.582869,0]]]},"properties":{"id":"hke500","name":"Leatherwood","touches":",hke312,hke313,hke337,hke338,","length":30.482774436869207}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.876136,44.629018,0],[-71.876227,44.629016,0],[-71.876369,44.629022,0],[-71.876616,44.628951,0],[-71.876899,44.628872,0]]]},"properties":{"id":"mtb501","name":"Haul Road","touches":",mtb242,mtb382,mtb490,mtb495,mtb585,","length":63.77907881907616}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.96606,44.602896,0],[-71.96683,44.602959,0],[-71.967771,44.603004,0],[-71.969073,44.602991,0]]]},"properties":{"id":"rd502","name":"West Darling Hill","touches":",mtb182,rd503,mtb306,rd484,","length":239.77025658473485}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.960327,44.601134,0],[-71.960399,44.601146,0],[-71.960451,44.601161,0],[-71.960859,44.601286,0],[-71.961533,44.601454,0],[-71.962044,44.601575,0],[-71.962405,44.601727,0],[-71.962655,44.601799,0],[-71.962962,44.601963,0],[-71.963435,44.602269,0],[-71.963802,44.602507,0],[-71.964112,44.60261,0],[-71.964253,44.602675,0],[-71.964678,44.602782,0],[-71.965467,44.60285,0],[-71.96606,44.602896,0]]]},"properties":{"id":"rd503","name":"West Darling Hill","touches":",rd64,mtb164,xc534,xc562,mtb182,rd502,","length":506.73821400691645}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.874243,44.603803,0],[-71.874415,44.603859,0],[-71.874537,44.603858,0],[-71.874683,44.603813,0],[-71.874797,44.603746,0],[-71.874905,44.603608,0],[-71.87493,44.603533,0],[-71.87494,44.603363,0],[-71.874913,44.603139,0],[-71.8749,44.602931,0],[-71.874925,44.602784,0],[-71.874995,44.602671,0],[-71.875122,44.602573,0],[-71.875237,44.602521,0],[-71.875273,44.602476,0]]]},"properties":{"id":"rd504","name":"Shonter To Victory Rd","touches":",mtb20,mtb21,rd583,mtb751,","length":203.76276336816812}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.878932,44.610339,0],[-71.878822,44.610301,0],[-71.878088,44.610108,0],[-71.877455,44.609901,0],[-71.877108,44.609734,0],[-71.876342,44.608928,0],[-71.875948,44.608461,0],[-71.875455,44.607954,0],[-71.874715,44.606941,0],[-71.874282,44.606494,0],[-71.873485,44.605724,0],[-71.872895,44.605238,0],[-71.87237,44.604714,0]]]},"properties":{"id":"rd505","name":"Victory Rd","touches":",mtb699,rd700,mtb752,rd583,","length":834.6097302241831}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.87672,44.616388,0],[-71.878206,44.615702,0],[-71.878702,44.615462,0],[-71.879367,44.615145,0],[-71.879711,44.614942,0],[-71.880086,44.614694,0],[-71.880497,44.614414,0],[-71.880862,44.614218,0],[-71.881118,44.614058,0],[-71.881335,44.613874,0],[-71.881715,44.613428,0],[-71.881945,44.613171,0],[-71.882158,44.612964,0],[-71.882398,44.612828,0],[-71.882655,44.612664,0]]]},"properties":{"id":"rd506","name":"Flower Brook Rd","touches":",mtb507,rd698,rd700,","length":634.5429772467519}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.958235,44.608034,0],[-71.958285,44.608097,0],[-71.958442,44.608224,0],[-71.958527,44.608285,0],[-71.9586,44.608333,0],[-71.958645,44.608365,0],[-71.958672,44.608417,0],[-71.958676,44.608472,0],[-71.958668,44.608559,0],[-71.958665,44.608642,0],[-71.958675,44.608709,0],[-71.958691,44.608787,0],[-71.958716,44.60886,0],[-71.95873,44.608896,0],[-71.958723,44.608928,0],[-71.958704,44.608955,0],[-71.958674,44.608978,0],[-71.958598,44.609009,0],[-71.95845,44.609069,0],[-71.958428,44.609111,0],[-71.958402,44.609162,0],[-71.958354,44.609225,0],[-71.958284,44.609302,0],[-71.958168,44.609397,0],[-71.958082,44.609445,0],[-71.957975,44.609524,0],[-71.957899,44.609519,0],[-71.957841,44.609489,0],[-71.957748,44.609484,0],[-71.957565,44.609469,0],[-71.957393,44.609483,0],[-71.957245,44.609493,0],[-71.957169,44.609515,0],[-71.957047,44.609534,0],[-71.956898,44.609559,0],[-71.956793,44.609577,0],[-71.956645,44.609587,0],[-71.956524,44.609587,0],[-71.956404,44.609571,0],[-71.956315,44.609543,0],[-71.95617,44.609493,0],[-71.956046,44.609419,0],[-71.955931,44.609316,0],[-71.955853,44.609228,0],[-71.955824,44.609102,0],[-71.955822,44.608966,0]]]},"properties":{"id":"xc514","name":"Burke-Hollow-5","touches":",xc513,xc547,xc521,xc548,","length":420.6827191182383}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.878277,44.619634,0],[-71.878312,44.619615,0],[-71.87838,44.619532,0],[-71.878405,44.61949,0],[-71.878428,44.619441,0],[-71.878446,44.619337,0],[-71.878426,44.619293,0],[-71.878396,44.619256,0],[-71.878333,44.619223,0],[-71.878287,44.619225,0],[-71.878227,44.619237,0],[-71.878126,44.619247,0],[-71.878045,44.619244,0],[-71.877945,44.619205,0],[-71.877885,44.619178,0],[-71.877814,44.619159,0],[-71.87774,44.619144,0],[-71.877579,44.619126,0],[-71.877473,44.619105,0],[-71.877441,44.61909,0],[-71.877416,44.619067,0],[-71.87739,44.619027,0],[-71.877363,44.618939,0],[-71.877345,44.618914,0],[-71.877329,44.618882,0],[-71.87733,44.618846,0],[-71.87732,44.618802,0],[-71.877287,44.618759,0],[-71.877257,44.618741,0],[-71.877218,44.618728,0],[-71.877182,44.618721,0],[-71.877124,44.618691,0],[-71.877104,44.618666,0],[-71.877073,44.618616,0],[-71.877102,44.618589,0],[-71.87717,44.618563,0],[-71.877218,44.618552,0],[-71.877261,44.618546,0],[-71.877336,44.618549,0],[-71.877395,44.618562,0],[-71.877541,44.618553,0],[-71.877596,44.618566,0],[-71.877645,44.618589,0],[-71.877745,44.618598,0],[-71.877806,44.618622,0],[-71.877845,44.618648,0],[-71.877902,44.618623,0],[-71.877957,44.618582,0],[-71.877993,44.618538,0],[-71.878049,44.618483,0],[-71.878092,44.618453,0],[-71.878182,44.618416,0],[-71.878209,44.618405,0],[-71.878238,44.618387,0],[-71.878285,44.618349,0],[-71.878304,44.618308,0],[-71.878305,44.618279,0],[-71.878299,44.618248,0],[-71.878253,44.618213,0],[-71.878085,44.618169,0],[-71.87802,44.618159,0],[-71.877956,44.61816,0],[-71.877893,44.618144,0],[-71.877829,44.618127,0],[-71.877769,44.618095,0],[-71.877756,44.618067,0],[-71.877758,44.618035,0],[-71.877775,44.617999,0],[-71.877801,44.61797,0],[-71.877867,44.617943,0],[-71.877911,44.617945,0],[-71.877966,44.617959,0],[-71.878024,44.617966,0],[-71.878082,44.617961,0],[-71.878147,44.61794,0],[-71.878198,44.617905,0],[-71.878237,44.617866,0],[-71.878228,44.617822,0],[-71.87821,44.617795,0],[-71.878185,44.617771,0],[-71.878133,44.617745,0],[-71.878027,44.617708,0],[-71.877896,44.617683,0],[-71.877785,44.617655,0],[-71.877641,44.617643,0],[-71.877543,44.61765,0],[-71.877472,44.617631,0],[-71.87745,44.617615,0],[-71.877437,44.617587,0],[-71.877457,44.617544,0],[-71.877517,44.617505,0],[-71.877567,44.617487,0],[-71.877624,44.617477,0],[-71.877679,44.617477,0],[-71.877759,44.617488,0],[-71.87784,44.617473,0],[-71.877923,44.617453,0],[-71.877994,44.617442,0],[-71.87809,44.617457,0],[-71.878137,44.617449,0],[-71.878154,44.617437,0],[-71.878159,44.617421,0],[-71.878137,44.617393,0],[-71.878067,44.61734,0],[-71.877998,44.617306,0],[-71.877873,44.617266,0],[-71.877763,44.617254,0],[-71.877672,44.617249,0],[-71.877627,44.617256,0],[-71.877587,44.617237,0],[-71.877536,44.617193,0],[-71.877497,44.617134,0],[-71.877469,44.617061,0],[-71.877403,44.616952,0],[-71.877351,44.616842,0],[-71.87732,44.6168,0],[-71.877237,44.616749,0],[-71.877112,44.616693,0],[-71.877032,44.616664,0],[-71.876963,44.616652,0],[-71.876899,44.616652,0],[-71.876707,44.616678,0],[-71.876648,44.616674,0],[-71.876597,44.616654,0],[-71.876576,44.616628,0],[-71.876577,44.616598,0],[-71.876591,44.61657,0],[-71.876644,44.616514,0],[-71.87672,44.616388,0]]]},"properties":{"id":"mtb507","name":"Swamp Donkey","touches":",mtb498,mtb499,rd506,rd698,","length":765.4319028687615}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962398,44.56514,0],[-71.962418,44.56509,0],[-71.962426,44.565053,270.2],[-71.96241,44.564998,269.5],[-71.96241,44.564967,269.2],[-71.962418,44.564927,0],[-71.962428,44.564894,269],[-71.962437,44.56486,268.8],[-71.962448,44.564826,268.6],[-71.962457,44.564785,0],[-71.962466,44.564746,268],[-71.96246,44.564689,0],[-71.96245,44.564662,0],[-71.962442,44.564634,0],[-71.962442,44.564604,0],[-71.962449,44.564567,0],[-71.962461,44.564531,0],[-71.962481,44.564503,0],[-71.962505,44.564476,0],[-71.962523,44.564447,0],[-71.962533,44.56442,0],[-71.962537,44.564392,0],[-71.962537,44.564363,0],[-71.962533,44.56433,0],[-71.962533,44.564295,0],[-71.962548,44.56426,0],[-71.962575,44.56423,0]]]},"properties":{"id":"mtb508","name":"East Branch New","touches":",mtb222,mtb223,mtb509,mtb288,mtb564,","length":104.45681989952138}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.961367,44.56884,288.1],[-71.961417,44.568709,288.9],[-71.961534,44.568642,289.5],[-71.961546,44.568586,289.1],[-71.961575,44.56854,0],[-71.961585,44.568528,288.9],[-71.961635,44.568491,0],[-71.961694,44.568459,0],[-71.96175,44.568438,0],[-71.961805,44.568422,288.8],[-71.961843,44.568401,288.9],[-71.961864,44.56838,0],[-71.96189,44.568348,0],[-71.961938,44.568284,287.1],[-71.962117,44.568132,283],[-71.962185,44.568118,282.3],[-71.962208,44.568089,0],[-71.962238,44.568063,0],[-71.962271,44.568049,0],[-71.962301,44.568036,0],[-71.962411,44.567919,0],[-71.962432,44.567884,0],[-71.962446,44.567858,0],[-71.962476,44.567824,0],[-71.962505,44.567739,0],[-71.962534,44.567668,289.9],[-71.96254,44.567624,290.1],[-71.96253,44.567582,290.2],[-71.962494,44.567523,0],[-71.96245,44.567465,289.5],[-71.962441,44.567436,289.5],[-71.962445,44.567404,289.4],[-71.962459,44.567361,0],[-71.962469,44.567323,0],[-71.962475,44.567263,0],[-71.962479,44.567192,289],[-71.962463,44.567166,288.9],[-71.962432,44.567147,0],[-71.962412,44.567137,0],[-71.962381,44.567124,0],[-71.962347,44.567117,0],[-71.962301,44.567104,0],[-71.962251,44.567088,288.2],[-71.962217,44.567055,288.2],[-71.962243,44.567007,288],[-71.962307,44.566972,0],[-71.962341,44.56695,288.1],[-71.962345,44.566906,287.9],[-71.962324,44.566881,287.8],[-71.962305,44.566853,0],[-71.962298,44.566839,0],[-71.96229,44.566815,287.6],[-71.962291,44.566797,0],[-71.962292,44.56673,0],[-71.962289,44.566605,285.8],[-71.962265,44.566584,285.3],[-71.962242,44.566572,0],[-71.962232,44.566564,0],[-71.962228,44.566553,0],[-71.962231,44.566541,0],[-71.962239,44.566527,284],[-71.962255,44.566508,0],[-71.962264,44.566497,283.8],[-71.962303,44.566477,284.1],[-71.962345,44.566449,0],[-71.962383,44.566417,283.7],[-71.962436,44.566402,283.6],[-71.962468,44.56643,284],[-71.962511,44.566504,0],[-71.96256,44.566543,285.4],[-71.962625,44.566549,285.3],[-71.96264,44.566516,284.9],[-71.962638,44.566482,284.7],[-71.962628,44.566448,284.5],[-71.962613,44.566433,0],[-71.962586,44.566411,0],[-71.962549,44.566387,283.9],[-71.962526,44.566354,283.6],[-71.962522,44.566338,0],[-71.962519,44.566299,283.2],[-71.962504,44.566236,282.9],[-71.962481,44.566138,0],[-71.962449,44.566035,282.1],[-71.962442,44.565987,282],[-71.962449,44.565945,281.8],[-71.96244,44.565905,281.7],[-71.962437,44.565861,281.6],[-71.962435,44.56581,281],[-71.962414,44.565782,0],[-71.962376,44.565724,278.7],[-71.962361,44.565623,276.9],[-71.962364,44.565574,275.9],[-71.962374,44.565546,0],[-71.962396,44.565498,275.4],[-71.962415,44.565463,0],[-71.962431,44.565428,274.4],[-71.962433,44.565384,274.1],[-71.962411,44.565304,272.5],[-71.962398,44.565193,271.3],[-71.962398,44.565144,0],[-71.962398,44.56514,0]]]},"properties":{"id":"mtb509","name":"East Branch New","touches":",mtb222,mtb223,mtb508,mtb224,mtb225,mtb289,","length":522.621280685108}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.949887,44.617984,0],[-71.949923,44.618067,0],[-71.949937,44.618105,0],[-71.94994,44.618215,0],[-71.949945,44.618313,0],[-71.949958,44.618346,0],[-71.950008,44.618377,0],[-71.950188,44.618389,0],[-71.950332,44.618389,0],[-71.950537,44.618424,0]]]},"properties":{"id":"xc510","name":"Burke-Hollow-1","touches":",xc535,xc540,xc519,xc533,","length":88.67218913121488}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953401,44.608739,0],[-71.953374,44.608737,0],[-71.953254,44.608737,0],[-71.953095,44.608737,0],[-71.952933,44.608865,0],[-71.952742,44.608956,0],[-71.952564,44.609006,0],[-71.952415,44.608993,0],[-71.952123,44.608937,0],[-71.951907,44.608882,0],[-71.951706,44.608901,0],[-71.951553,44.609012,0],[-71.951383,44.609228,0],[-71.951219,44.609501,0],[-71.951198,44.609642,0],[-71.951171,44.609809,0],[-71.951112,44.610004,0],[-71.951075,44.610233,0],[-71.951026,44.610325,0],[-71.950995,44.610468,0],[-71.951003,44.610615,0],[-71.951068,44.610757,0],[-71.951133,44.610925,0],[-71.951165,44.611066,0],[-71.951158,44.611187,0],[-71.951142,44.61128,0],[-71.951072,44.611452,0],[-71.950997,44.611582,0],[-71.951041,44.611636,0],[-71.95127,44.611714,0],[-71.951425,44.611781,0],[-71.951584,44.611846,0],[-71.951968,44.612013,0]]]},"properties":{"id":"xc511","name":"Gun Range 2","touches":",xc512,xc515,xc517,xc546,xc578,","length":553.4496337451598}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954051,44.608358,0],[-71.954034,44.608395,0],[-71.953984,44.608412,0],[-71.95394,44.608425,0],[-71.95389,44.608502,0],[-71.953841,44.608515,0],[-71.953747,44.608551,0],[-71.953671,44.608612,0],[-71.953512,44.608679,0],[-71.95345,44.608707,0],[-71.953401,44.608739,0]]]},"properties":{"id":"xc512","name":"Burke-Hollow-3","touches":",xc511,xc515,xc513,xc549,","length":69.50507369105526}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955822,44.608966,0],[-71.955746,44.608968,0],[-71.95561,44.608993,0],[-71.955484,44.609019,0],[-71.955356,44.609008,0],[-71.955247,44.608974,0],[-71.955119,44.608899,0],[-71.95498,44.608832,0],[-71.954865,44.608769,0],[-71.954678,44.608679,0],[-71.954385,44.608578,0],[-71.954288,44.608526,0],[-71.954221,44.608479,0],[-71.954146,44.608406,0],[-71.954051,44.608358,0]]]},"properties":{"id":"xc513","name":"Burke-Hollow-4","touches":",xc512,xc549,xc514,xc547,","length":165.29193112152223}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955304,44.612567,0],[-71.955397,44.612387,0],[-71.955574,44.612206,0],[-71.955734,44.612052,0],[-71.955933,44.611898,0],[-71.956025,44.611794,0],[-71.956084,44.61173,0],[-71.956143,44.611623,0],[-71.956203,44.611522,0],[-71.956289,44.611392,0],[-71.956374,44.611266,0],[-71.956434,44.611182,0],[-71.956449,44.611093,0],[-71.95644,44.611025,0],[-71.95642,44.610991,0],[-71.956391,44.610974,0]]]},"properties":{"id":"xc518","name":"Skeet Club","touches":",xc580,rd697,xc520,xc579,","length":204.23482344020695}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.950537,44.618424,0],[-71.950572,44.618407,0],[-71.950694,44.618322,0],[-71.950738,44.618297,0],[-71.950814,44.618209,0],[-71.950893,44.618108,0],[-71.950946,44.61796,0],[-71.951003,44.617872,0],[-71.95116,44.617759,0],[-71.951223,44.617645,0],[-71.951267,44.617538,0],[-71.951254,44.617435,0],[-71.951283,44.617331,0],[-71.951383,44.617167,0],[-71.951541,44.616982,0],[-71.951638,44.616818,0],[-71.951717,44.616676,0],[-71.951802,44.616645,0],[-71.951975,44.616582,0],[-71.952176,44.616488,0],[-71.952371,44.61639,0],[-71.952478,44.616299,0],[-71.952625,44.616168,0],[-71.952747,44.615975,0],[-71.952807,44.615848,0],[-71.952909,44.615581,0],[-71.953012,44.615301,0]]]},"properties":{"id":"xc519","name":"Burke-Hollow-11","touches":",xc510,xc533,xc538,xc580,","length":415.2258256282539}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956391,44.610974,0],[-71.956407,44.610902,0],[-71.956391,44.610814,0],[-71.956334,44.610703,0],[-71.956165,44.610616,0],[-71.955914,44.610486,0],[-71.955604,44.610399,0],[-71.955343,44.610327,0],[-71.955228,44.610273,0],[-71.955166,44.610191,0],[-71.955025,44.610066,0],[-71.954928,44.609984,0],[-71.954829,44.609925,0],[-71.954774,44.609897,0],[-71.954687,44.609929,0],[-71.954602,44.609971,0],[-71.954542,44.610017,0],[-71.954481,44.610048,0],[-71.95439,44.610061,0],[-71.954273,44.610031,0],[-71.954033,44.609974,0],[-71.953805,44.609932,0],[-71.953657,44.609916,0],[-71.953496,44.609878,0]]]},"properties":{"id":"xc520","name":"Gun Range 4","touches":",xc515,xc543,xc518,xc579,","length":297.74239265064733}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956012,44.608716,0],[-71.9561,44.608624,0],[-71.956248,44.608491,0],[-71.956345,44.608434,0],[-71.956578,44.608297,0],[-71.956758,44.608198,0],[-71.956885,44.608154,0],[-71.95702,44.608151,0],[-71.957162,44.608151,0],[-71.957263,44.608151,0],[-71.957404,44.608163,0],[-71.957543,44.608178,0],[-71.957642,44.608178,0],[-71.957774,44.608174,0],[-71.957881,44.608162,0],[-71.958013,44.608137,0],[-71.958145,44.608082,0],[-71.958235,44.608034,0]]]},"properties":{"id":"xc521","name":"Burke-Hollow","touches":",xc514,xc548,xc522,xc547,","length":205.66865031873544}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955764,44.607951,0],[-71.955677,44.608053,0],[-71.955578,44.608217,0],[-71.955524,44.608357,0],[-71.955523,44.608443,0],[-71.955567,44.608488,0],[-71.95565,44.608557,0],[-71.955715,44.608557,0],[-71.95579,44.608536,0],[-71.955851,44.608538,0],[-71.955839,44.60858,0],[-71.955834,44.608624,0],[-71.955858,44.608629,0],[-71.955902,44.608585,0],[-71.955932,44.608563,0],[-71.955943,44.608569,0],[-71.955969,44.608661,0],[-71.956012,44.608716,0]]]},"properties":{"id":"xc522","name":"Burke-Hollow","touches":",xc521,xc547,xc525,xc550,","length":131.01944320683074}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.958655,44.607839,0],[-71.958742,44.607797,0],[-71.958861,44.60774,0],[-71.959012,44.607693,0],[-71.959141,44.607699,0],[-71.959298,44.607709,0],[-71.959516,44.607728,0],[-71.959755,44.607747,0],[-71.95995,44.607696,0],[-71.960142,44.607621,0],[-71.960264,44.607542,0],[-71.96028,44.607466,0],[-71.960224,44.607419,0],[-71.960091,44.6074,0],[-71.959956,44.607394,0],[-71.959739,44.6074,0],[-71.959427,44.607413,0],[-71.959113,44.607413,0],[-71.958848,44.607426,0],[-71.958723,44.607416,0],[-71.958421,44.607441,0],[-71.958125,44.607463,0],[-71.957933,44.607441,0],[-71.95776,44.607382,0],[-71.957584,44.607344,0],[-71.957373,44.607319,0],[-71.957203,44.60735,0],[-71.957024,44.607341,0],[-71.956781,44.607303,0],[-71.956599,44.607306,0],[-71.956523,44.607341,0],[-71.956386,44.607441,0]]]},"properties":{"id":"xc523","name":"Burke-Hollow","touches":",xc548,xc551,xc524,xc550,","length":469.051099881007}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956098,44.604874,0],[-71.956127,44.604883,0],[-71.956445,44.604949,0],[-71.956655,44.605022,0],[-71.956781,44.605138,0],[-71.956835,44.605305,0],[-71.956803,44.605437,0],[-71.956728,44.605575,0],[-71.956627,44.605742,0],[-71.956482,44.60589,0],[-71.956363,44.606047,0],[-71.956265,44.606236,0],[-71.95624,44.606312,0],[-71.956256,44.606412,0],[-71.956312,44.606494,0],[-71.956338,44.606667,0],[-71.95636,44.606825,0],[-71.956378,44.606966,0],[-71.956372,44.607127,0],[-71.956334,44.60724,0],[-71.9563,44.607353,0],[-71.956316,44.607416,0],[-71.956386,44.607441,0]]]},"properties":{"id":"xc524","name":"Burke-Hollow","touches":",xc523,xc550,xc551,xc553,xc556,","length":336.3792568794124}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955764,44.607951,0],[-71.955711,44.607968,0],[-71.955667,44.607983,0],[-71.955611,44.607996,0],[-71.955569,44.607991,0],[-71.955503,44.607991,0],[-71.95545,44.607989,0],[-71.955398,44.607995,0],[-71.955353,44.608009,0],[-71.955339,44.608036,0],[-71.955309,44.608065,0],[-71.955276,44.608095,0],[-71.955237,44.608119,0],[-71.955181,44.608143,0],[-71.955132,44.60816,0],[-71.955052,44.608178,0],[-71.954946,44.608185,0],[-71.954892,44.608178,0],[-71.954831,44.60817,0],[-71.954779,44.608145,0],[-71.954716,44.608101,0],[-71.954679,44.608066,0],[-71.954652,44.608031,0],[-71.954627,44.607989,0],[-71.954594,44.607903,0],[-71.954589,44.607866,0],[-71.954572,44.607788,0],[-71.954562,44.607748,0],[-71.954521,44.607657,0],[-71.954487,44.607592,0],[-71.954481,44.607514,0],[-71.954459,44.607476,0],[-71.954409,44.607444,0],[-71.954333,44.607426,0],[-71.954264,44.607394,0],[-71.95422,44.60735,0],[-71.954176,44.607293,0],[-71.954129,44.607325,0]]]},"properties":{"id":"xc525","name":"Burke-Hollow","touches":",xc522,xc550,xc549,xc552,","length":205.27671408684756}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.952884,44.604785,0],[-71.952926,44.604802,0],[-71.953046,44.604931,0],[-71.953064,44.605145,0],[-71.953061,44.605337,0],[-71.953014,44.605403,0],[-71.952964,44.605535,0],[-71.952885,44.60574,0],[-71.95286,44.605963,0],[-71.952841,44.606161,0],[-71.952816,44.606303,0],[-71.952828,44.60646,0],[-71.952876,44.60669,0],[-71.952835,44.606813,0],[-71.952687,44.606857,0],[-71.952501,44.606995,0],[-71.95246,44.607124,0],[-71.952482,44.607231,0],[-71.952599,44.607304,0],[-71.952778,44.607354,0],[-71.952876,44.607354,0],[-71.953058,44.607278,0],[-71.953275,44.607172,0],[-71.953439,44.60709,0],[-71.953609,44.607121,0],[-71.953854,44.607131,0]]]},"properties":{"id":"xc526","name":"Burke-Hollow","touches":",xc532,xc557,xc552,xc554,","length":416.38441331101313}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.957465,44.603511,0],[-71.957683,44.603383,0],[-71.957841,44.603348,0],[-71.95791,44.603371,0],[-71.958026,44.603374,0],[-71.958181,44.603364,0],[-71.958237,44.603333,0],[-71.958322,44.603276,0],[-71.958502,44.603248,0],[-71.958744,44.603219,0],[-71.958892,44.603166,0],[-71.959046,44.60309,0],[-71.959188,44.603009,0],[-71.959345,44.602933,0],[-71.959515,44.602851,0],[-71.959748,44.602722,0],[-71.959883,44.602634,0],[-71.960015,44.602534,0],[-71.960201,44.602455,0],[-71.960442,44.602387,0]]]},"properties":{"id":"xc527","name":"Burke-Hollow","touches":",rd64,rd65,xc534,xc528,xc563,","length":276.82335464383686}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.957465,44.603511,0],[-71.957496,44.603468,0],[-71.957603,44.603342,0],[-71.957682,44.603188,0],[-71.957789,44.603006,0],[-71.957912,44.602829,0],[-71.958066,44.602603,0],[-71.95817,44.60242,0],[-71.958239,44.60226,0],[-71.958311,44.602162,0],[-71.958299,44.602062,0],[-71.958233,44.601989,0],[-71.958201,44.601911,0],[-71.958115,44.601741,0]]]},"properties":{"id":"xc528","name":"Burke-Hollow","touches":",xc527,xc563,xc561,xc562,","length":214.6262133854405}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.95493,44.602697,0],[-71.954981,44.6027,0],[-71.955154,44.602669,0],[-71.955355,44.602609,0],[-71.955544,44.602556,0],[-71.955764,44.602502,0],[-71.955956,44.602499,0],[-71.956183,44.602455,0],[-71.956393,44.60237,0],[-71.956582,44.602257,0],[-71.956718,44.602172,0],[-71.956774,44.601995,0],[-71.956724,44.601826,0],[-71.956667,44.601549,0],[-71.956604,44.601385,0],[-71.956843,44.601413,0]]]},"properties":{"id":"xc529","name":"Burke-Hollow","touches":",xc559,xc560,xc561,","length":265.6479640819758}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955278,44.604245,0],[-71.955349,44.604167,0],[-71.955472,44.60405,0],[-71.955567,44.603975,0],[-71.955681,44.603921,0],[-71.955816,44.60386,0],[-71.955921,44.603816,0],[-71.956057,44.60377,0],[-71.956217,44.603707,0],[-71.95631,44.603691,0],[-71.956393,44.603674,0],[-71.956475,44.603629,0],[-71.956578,44.603611,0],[-71.956751,44.603646,0],[-71.956905,44.603701,0],[-71.957032,44.603737,0]]]},"properties":{"id":"xc530","name":"Burke-Hollow","touches":",xc531,xc555,xc556,xc563,","length":167.3559264885278}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954614,44.603067,0],[-71.9546,44.603175,0],[-71.954595,44.60326,0],[-71.954595,44.603336,0],[-71.954572,44.603402,0],[-71.954529,44.603511,0],[-71.954567,44.603567,0],[-71.954633,44.603647,0],[-71.954685,44.603751,0],[-71.954727,44.603888,0],[-71.954784,44.604006,0],[-71.954911,44.60402,0],[-71.955058,44.604119,0],[-71.955129,44.604209,0],[-71.955278,44.604245,0]]]},"properties":{"id":"xc531","name":"Burke-Hollow","touches":",xc530,xc555,xc558,xc559,","length":159.23007611406285}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.952627,44.604322,0],[-71.952601,44.604333,0],[-71.952573,44.604375,0],[-71.952549,44.604429,0],[-71.952534,44.604513,0],[-71.952527,44.60461,0],[-71.952513,44.604667,0],[-71.95249,44.604701,0],[-71.952462,44.604725,0],[-71.952483,44.604765,0],[-71.952541,44.604787,0],[-71.952578,44.604787,0],[-71.9527,44.604785,0],[-71.952789,44.60478,0],[-71.952884,44.604785,0]]]},"properties":{"id":"xc532","name":"Burke-Hollow","touches":",xc526,xc557,xc558,","length":85.41234150759638}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.950409,44.6216,0],[-71.950299,44.621541,0],[-71.950176,44.621475,0],[-71.950131,44.621414,0],[-71.950089,44.621305,0],[-71.950025,44.621185,0],[-71.950054,44.620972,0],[-71.950108,44.620819,0],[-71.950268,44.620628,0],[-71.950401,44.620479,0],[-71.950582,44.620288,0],[-71.950729,44.620165,0],[-71.950847,44.62,0],[-71.950948,44.61976,0],[-71.951052,44.619594,0],[-71.951038,44.61949,0],[-71.950969,44.619398,0],[-71.950806,44.619297,0],[-71.950705,44.619165,0],[-71.950672,44.619019,0],[-71.950646,44.618825,0],[-71.950648,44.61866,0],[-71.95066,44.618558,0],[-71.950537,44.618424,0]]]},"properties":{"id":"xc533","name":"Burke-Hollow","touches":",xc510,xc519,rd539,rd597,","length":398.1764938681481}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.960442,44.602387,0],[-71.96048,44.602391,0],[-71.960522,44.602414,0],[-71.960546,44.602485,0],[-71.960541,44.602542,0],[-71.960576,44.602568,0],[-71.960624,44.602556,0],[-71.960652,44.602523,0],[-71.960701,44.602457,0],[-71.960784,44.602367,0],[-71.960789,44.602315,0],[-71.96081,44.602285,0],[-71.96085,44.602244,0],[-71.960862,44.602197,0],[-71.960919,44.602145,0],[-71.960978,44.602145,0],[-71.961027,44.602105,0],[-71.961105,44.602049,0],[-71.961209,44.602008,0],[-71.961282,44.601968,0],[-71.961324,44.601893,0],[-71.96136,44.601796,0],[-71.961393,44.601735,0],[-71.961454,44.601671,0],[-71.961492,44.601619,0],[-71.961457,44.601605,0],[-71.961247,44.601633,0],[-71.961121,44.601638,0],[-71.960944,44.601652,0],[-71.96081,44.601605,0],[-71.960661,44.601532,0],[-71.960482,44.601475,0],[-71.960327,44.601134,0]]]},"properties":{"id":"xc534","name":"Burke-Hollow","touches":",rd64,rd65,xc527,mtb164,rd503,xc562,","length":286.4721179514395}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.95007,44.615475,0],[-71.950051,44.615476,0],[-71.949978,44.615455,0],[-71.949924,44.615424,0],[-71.949853,44.615398,0],[-71.949789,44.615401,0],[-71.949761,44.615434,0],[-71.949721,44.615443,0],[-71.949664,44.615431,0],[-71.949586,44.615427,0],[-71.949558,44.615427,0],[-71.949508,44.615415,0],[-71.949475,44.615436,0],[-71.94944,44.615462,0],[-71.949473,44.615495,0],[-71.949487,44.615542,0],[-71.949537,44.615585,0],[-71.949577,44.615651,0],[-71.949634,44.615677,0],[-71.949685,44.615724,0],[-71.949693,44.615762,0],[-71.949697,44.615816,0],[-71.949688,44.615887,0],[-71.949676,44.615936,0],[-71.949669,44.615972,0],[-71.949688,44.616024,0],[-71.949697,44.616066,0],[-71.949711,44.616123,0],[-71.949733,44.61617,0],[-71.949733,44.616222,0],[-71.9497,44.61625,0],[-71.949667,44.616279,0],[-71.949636,44.616331,0],[-71.949584,44.616352,0],[-71.94952,44.616366,0],[-71.949464,44.616408,0],[-71.949485,44.61646,0],[-71.949475,44.616496,0],[-71.94944,44.616526,0],[-71.949402,44.616581,0],[-71.949369,44.616647,0],[-71.94936,44.616725,0],[-71.949336,44.616781,0],[-71.94931,44.616826,0],[-71.949291,44.616913,0],[-71.94932,44.616972,0],[-71.949327,44.617053,0],[-71.949294,44.61709,0],[-71.949289,44.617128,0],[-71.949289,44.617175,0],[-71.949275,44.617239,0],[-71.949265,44.617293,0],[-71.949277,44.617331,0],[-71.94931,44.617362,0],[-71.949362,44.617393,0],[-71.949407,44.617416,0],[-71.949449,44.617437,0],[-71.94953,44.61748,0],[-71.949567,44.617527,0],[-71.949563,44.617579,0],[-71.949544,44.617617,0],[-71.949506,44.61768,0],[-71.949497,44.617716,0],[-71.949485,44.617777,0],[-71.949511,44.617831,0],[-71.949539,44.61786,0],[-71.949577,44.61786,0],[-71.949662,44.617886,0],[-71.949747,44.617921,0],[-71.949887,44.617984,0]]]},"properties":{"id":"xc535","name":"Tam & Toms","touches":",xc510,xc540,xc536,xc542,","length":390.042505951387}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.950926,44.614069,0],[-71.950888,44.614036,0],[-71.950837,44.613995,0],[-71.950732,44.613962,0],[-71.950691,44.613938,0],[-71.950692,44.613907,0],[-71.95067,44.613887,0],[-71.950634,44.613844,0],[-71.950611,44.613798,0],[-71.95055,44.613764,0],[-71.950511,44.613742,0],[-71.950485,44.613722,0],[-71.950467,44.613675,0],[-71.95045,44.61364,0],[-71.950406,44.613632,0],[-71.95034,44.613617,0],[-71.950264,44.61361,0],[-71.9502,44.61359,0],[-71.950133,44.613593,0],[-71.950091,44.613618,0],[-71.950029,44.613649,0],[-71.94998,44.613672,0],[-71.949952,44.613705,0],[-71.949923,44.613744,0],[-71.949894,44.613789,0],[-71.949855,44.613826,0],[-71.949821,44.613852,0],[-71.9498,44.613886,0],[-71.949772,44.613919,0],[-71.949737,44.613957,0],[-71.949695,44.614003,0],[-71.949662,44.614051,0],[-71.949626,44.61409,0],[-71.949592,44.614121,0],[-71.94958,44.614156,0],[-71.949565,44.614185,0],[-71.949526,44.614219,0],[-71.94951,44.61427,0],[-71.949487,44.61429,0],[-71.949447,44.614301,0],[-71.949396,44.614329,0],[-71.94935,44.614325,0],[-71.949319,44.614372,0],[-71.949258,44.6144,0],[-71.94921,44.614414,0],[-71.949171,44.61445,0],[-71.94911,44.614495,0],[-71.949046,44.614541,0],[-71.949014,44.614577,0],[-71.949,44.614607,0],[-71.948978,44.614656,0],[-71.948961,44.614721,0],[-71.948949,44.614792,0],[-71.948944,44.61486,0],[-71.948933,44.614913,0],[-71.948943,44.614944,0],[-71.948961,44.614976,0],[-71.948962,44.615008,0],[-71.948963,44.615049,0],[-71.948976,44.61509,0],[-71.948995,44.615121,0],[-71.949049,44.615165,0],[-71.949106,44.615218,0],[-71.949163,44.615252,0],[-71.949244,44.615279,0],[-71.949298,44.615325,0],[-71.949322,44.61535,0],[-71.949374,44.615367,0],[-71.949432,44.615367,0],[-71.949505,44.615356,0],[-71.949552,44.615329,0],[-71.949595,44.615331,0],[-71.949647,44.615348,0],[-71.949685,44.615374,0],[-71.949726,44.615382,0],[-71.949761,44.615361,0],[-71.949834,44.615342,0],[-71.949877,44.615342,0],[-71.949905,44.615365,0],[-71.949969,44.615387,0],[-71.950032,44.615408,0],[-71.95007,44.615475,0]]]},"properties":{"id":"xc536","name":"Rock Pile","touches":",xc535,xc542,xc537,xc545,","length":406.8614755656658}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954051,44.608358,0],[-71.954008,44.608339,0],[-71.953971,44.6083,0],[-71.953959,44.608212,0],[-71.953987,44.608115,0],[-71.954041,44.608027,0],[-71.954097,44.607904,0],[-71.954119,44.607762,0],[-71.954116,44.607539,0],[-71.954127,44.607356,0],[-71.954129,44.607325,0]]]},"properties":{"id":"xc549","name":"Burke-Hollow","touches":",xc512,xc513,xc525,xc552,","length":119.58837857754928}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956386,44.607441,0],[-71.956325,44.607481,0],[-71.95616,44.607613,0],[-71.956062,44.607663,0],[-71.955905,44.607798,0],[-71.955764,44.607951,0]]]},"properties":{"id":"xc550","name":"Burke-Hollow","touches":",xc522,xc525,xc523,xc524,xc551,","length":75.64021551792445}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.951703,44.61291,0],[-71.951632,44.612966,0],[-71.951595,44.612975,0],[-71.951566,44.612976,0],[-71.951495,44.612963,0],[-71.951461,44.612988,0],[-71.951447,44.613029,0],[-71.95142,44.613049,0],[-71.951362,44.613067,0],[-71.951346,44.613073,0],[-71.951309,44.613089,0],[-71.951283,44.613124,0],[-71.951235,44.613158,0],[-71.951202,44.613153,0],[-71.951163,44.61316,0],[-71.951133,44.613168,0],[-71.951097,44.613174,0],[-71.951072,44.613193,0],[-71.951084,44.613285,0],[-71.951092,44.613341,0],[-71.951081,44.613375,0],[-71.951051,44.613403,0],[-71.951008,44.61342,0],[-71.950933,44.613423,0],[-71.950898,44.613436,0],[-71.95087,44.613469,0],[-71.950867,44.613501,0],[-71.950858,44.613512,0],[-71.950847,44.613532,0],[-71.950837,44.613568,0],[-71.950839,44.613597,0],[-71.950843,44.613624,0],[-71.950834,44.613639,0],[-71.950797,44.613679,0],[-71.95077,44.613688,0],[-71.950733,44.613678,0],[-71.950706,44.613672,0],[-71.950683,44.613691,0],[-71.950665,44.613723,0],[-71.950705,44.613743,0],[-71.950713,44.613771,0],[-71.950713,44.613804,0],[-71.950733,44.613835,0],[-71.950754,44.613865,0],[-71.950754,44.613888,0],[-71.950775,44.613926,0],[-71.950843,44.613971,0],[-71.950897,44.613995,0],[-71.950916,44.614031,0],[-71.950926,44.614069,0]]]},"properties":{"id":"xc537","name":"Zig Zag","touches":",xc536,xc545,xc544,xc546,","length":192.2108181875118}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953012,44.615301,0],[-71.953015,44.615474,0],[-71.953067,44.615521,0],[-71.953163,44.615566,0],[-71.953277,44.615669,0],[-71.95334,44.615806,0],[-71.953382,44.615904,0],[-71.953462,44.61611,0]]]},"properties":{"id":"xc538","name":"Roundy Brook Hill","touches":",rd366,xc519,xc580,","length":100.76579366636534}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954156,44.617607,0],[-71.954031,44.617657,0],[-71.953773,44.617752,0],[-71.95332,44.61799,0],[-71.953004,44.618228,0],[-71.952664,44.61853,0],[-71.952469,44.618835,0],[-71.952335,44.619075,0],[-71.95202,44.619555,0],[-71.951809,44.619888,0],[-71.951293,44.620568,0],[-71.950553,44.621436,0],[-71.950409,44.6216,0]]]},"properties":{"id":"rd539","name":"Bugbee Crossing Rd","touches":",rd366,rd696,xc533,rd597,","length":544.4552934937898}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.950284,44.615464,0],[-71.950248,44.615502,0],[-71.950227,44.61554,0],[-71.950211,44.615593,0],[-71.950194,44.615674,0],[-71.950175,44.615724,0],[-71.950165,44.615755,0],[-71.950132,44.615822,0],[-71.950112,44.615873,0],[-71.950122,44.615888,0],[-71.950135,44.615904,0],[-71.950134,44.615916,0],[-71.950115,44.615924,0],[-71.950126,44.615939,0],[-71.950148,44.615956,0],[-71.950135,44.615992,0],[-71.950124,44.616018,0],[-71.950115,44.616032,0],[-71.950066,44.616058,0],[-71.950038,44.616113,0],[-71.950039,44.616145,0],[-71.950042,44.616176,0],[-71.950039,44.616196,0],[-71.950014,44.61624,0],[-71.949983,44.61628,0],[-71.949963,44.616323,0],[-71.949939,44.616364,0],[-71.949978,44.616377,0],[-71.949976,44.616386,0],[-71.949949,44.616431,0],[-71.949922,44.616498,0],[-71.949884,44.616618,0],[-71.949876,44.616671,0],[-71.94987,44.616716,0],[-71.949874,44.616753,0],[-71.949879,44.616794,0],[-71.949892,44.616803,0],[-71.949953,44.616875,0],[-71.950006,44.616936,0],[-71.950057,44.616986,0],[-71.950064,44.617006,0],[-71.950065,44.617038,0],[-71.950069,44.617062,0],[-71.950061,44.617081,0],[-71.950061,44.61714,0],[-71.950077,44.617248,0],[-71.950106,44.617306,0],[-71.950162,44.617347,0],[-71.950153,44.617385,0],[-71.950127,44.617421,0],[-71.950115,44.617461,0],[-71.950135,44.61749,0],[-71.950141,44.617509,0],[-71.950121,44.617528,0],[-71.950104,44.61754,0],[-71.950078,44.617532,0],[-71.950044,44.617549,0],[-71.95003,44.617586,0],[-71.95004,44.617606,0],[-71.950063,44.61763,0],[-71.95007,44.617646,0],[-71.950085,44.617714,0],[-71.950079,44.617762,0],[-71.95005,44.617822,0],[-71.949997,44.617879,0],[-71.949955,44.617918,0],[-71.949903,44.617969,0],[-71.949887,44.617984,0]]]},"properties":{"id":"xc540","name":"Runts Road","touches":",xc510,xc535,xc541,xc542,","length":311.2509070544934}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.951008,44.614299,0],[-71.950978,44.614335,0],[-71.95097,44.614371,0],[-71.950972,44.6144,0],[-71.950975,44.614425,0],[-71.950963,44.614494,0],[-71.950926,44.614567,0],[-71.950898,44.614612,0],[-71.9509,44.614628,0],[-71.950893,44.614659,0],[-71.950864,44.614697,0],[-71.950846,44.614725,0],[-71.950835,44.614756,0],[-71.950789,44.614782,0],[-71.95073,44.614819,0],[-71.95069,44.614846,0],[-71.950665,44.614874,0],[-71.950625,44.614929,0],[-71.950589,44.615005,0],[-71.950551,44.615058,0],[-71.950495,44.615135,0],[-71.950467,44.61518,0],[-71.950442,44.6152,0],[-71.950439,44.615239,0],[-71.950421,44.615274,0],[-71.950394,44.615309,0],[-71.950382,44.615347,0],[-71.950345,44.615395,0],[-71.950284,44.615464,0]]]},"properties":{"id":"xc541","name":"Runts Road","touches":",xc540,xc542,xc544,xc545,","length":145.46979848981536}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.950284,44.615464,0],[-71.950219,44.615476,0],[-71.950169,44.615476,0],[-71.950113,44.615472,0],[-71.95007,44.615475,0]]]},"properties":{"id":"xc542","name":"Burke-Hollow","touches":",xc535,xc536,xc540,xc541,","length":17.250809504771947}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.952877,44.611473,0],[-71.952924,44.611395,0],[-71.953006,44.611312,0],[-71.9531,44.611241,0],[-71.953201,44.611132,0],[-71.953238,44.61101,0],[-71.953219,44.610854,0],[-71.953196,44.610767,0],[-71.953205,44.610678,0],[-71.953266,44.61054,0],[-71.95335,44.610432,0],[-71.953395,44.610342,0],[-71.953445,44.610207,0],[-71.953452,44.610101,0],[-71.953474,44.609995,0],[-71.953496,44.609878,0]]]},"properties":{"id":"xc543","name":"Gun Range 3","touches":",xc515,xc520,xc516,xc517,","length":189.89985162317464}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.951703,44.61291,0],[-71.951705,44.613013,0],[-71.951699,44.613076,0],[-71.951705,44.613156,0],[-71.95176,44.613204,0],[-71.951768,44.613242,0],[-71.951783,44.613275,0],[-71.951886,44.613357,0],[-71.951896,44.613393,0],[-71.95188,44.61343,0],[-71.951886,44.613483,0],[-71.951884,44.613542,0],[-71.951859,44.613602,0],[-71.951806,44.613669,0],[-71.951778,44.613716,0],[-71.951752,44.613749,0],[-71.951717,44.613794,0],[-71.951672,44.613852,0],[-71.951565,44.613985,0],[-71.951544,44.613989,0],[-71.951515,44.61398,0],[-71.951482,44.613996,0],[-71.951438,44.614046,0],[-71.951413,44.614102,0],[-71.951387,44.614123,0],[-71.951338,44.614128,0],[-71.951332,44.614149,0],[-71.951316,44.614168,0],[-71.951289,44.614177,0],[-71.951273,44.614201,0],[-71.951228,44.614212,0],[-71.951151,44.614233,0],[-71.951119,44.614253,0],[-71.951045,44.61428,0],[-71.951008,44.614299,0]]]},"properties":{"id":"xc544","name":"Runts Road","touches":",xc537,xc546,xc541,xc545,","length":192.58468015449236}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.951008,44.614299,0],[-71.951013,44.61425,0],[-71.951013,44.614178,0],[-71.950986,44.614111,0],[-71.950934,44.614077,0],[-71.950926,44.614069,0]]]},"properties":{"id":"xc545","name":"Burke-Hollow","touches":",xc536,xc537,xc541,xc544,","length":27.869524760070664}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.951968,44.612013,0],[-71.951798,44.612126,0],[-71.951784,44.612215,0],[-71.951771,44.6123,0],[-71.951774,44.612456,0],[-71.95176,44.612556,0],[-71.951737,44.612776,0],[-71.951703,44.61291,0]]]},"properties":{"id":"xc546","name":"Skeet Club","touches":",xc511,xc517,xc578,xc537,xc544,","length":106.01247572051327}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955822,44.608966,0],[-71.955832,44.608925,0],[-71.95585,44.608887,0],[-71.955955,44.608775,0],[-71.956012,44.608716,0]]]},"properties":{"id":"xc547","name":"Burke-Hollow","touches":",xc513,xc514,xc521,xc522,","length":32.0314672077529}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.958235,44.608034,0],[-71.958259,44.608009,0],[-71.958315,44.607964,0],[-71.958424,44.607921,0],[-71.958546,44.60788,0],[-71.958655,44.607839,0]]]},"properties":{"id":"xc548","name":"Burke-Hollow","touches":",xc514,xc521,xc523,xc551,","length":40.460262469588116}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.958655,44.607839,0],[-71.958635,44.607781,0],[-71.958539,44.607756,0],[-71.958413,44.607748,0],[-71.958345,44.607737,0],[-71.958296,44.607702,0],[-71.958236,44.607693,0],[-71.958114,44.607633,0],[-71.958032,44.607583,0],[-71.957887,44.607548,0],[-71.957708,44.607573,0],[-71.957425,44.607605,0],[-71.957245,44.607602,0],[-71.956962,44.607573,0],[-71.956644,44.607533,0],[-71.956456,44.607492,0],[-71.956386,44.607441,0]]]},"properties":{"id":"xc551","name":"Burke-Hollow","touches":",xc523,xc548,xc524,xc550,","length":196.4545443121849}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954129,44.607325,0],[-71.954053,44.607205,0],[-71.953902,44.607161,0],[-71.953854,44.607131,0]]]},"properties":{"id":"xc552","name":"Burke-Hollow","touches":",xc525,xc549,xc526,xc554,","length":32.63842013702232}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955301,44.604867,0],[-71.955425,44.604823,0],[-71.955718,44.604801,0],[-71.95591,44.604811,0],[-71.956098,44.604874,0]]]},"properties":{"id":"xc553","name":"Burke-Hollow","touches":",xc524,xc556,xc554,xc555,","length":66.13422117437378}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953854,44.607131,0],[-71.953795,44.607057,0],[-71.95377,44.606888,0],[-71.953808,44.606711,0],[-71.954025,44.606494,0],[-71.954151,44.606258,0],[-71.954352,44.606013,0],[-71.954487,44.605893,0],[-71.954686,44.605824,0],[-71.954802,44.605701,0],[-71.954878,44.605481,0],[-71.954963,44.605217,0],[-71.955114,44.605053,0],[-71.955274,44.604877,0],[-71.955301,44.604867,0]]]},"properties":{"id":"xc554","name":"Burke-Hollow","touches":",xc526,xc552,xc553,xc555,","length":291.4441231686911}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955301,44.604867,0],[-71.955152,44.604821,0],[-71.955075,44.604794,0],[-71.954995,44.604775,0],[-71.954885,44.604739,0],[-71.954856,44.604706,0],[-71.954888,44.604648,0],[-71.954966,44.604601,0],[-71.955051,44.604535,0],[-71.955127,44.604439,0],[-71.955234,44.604292,0],[-71.955278,44.604245,0]]]},"properties":{"id":"xc555","name":"Burke-Hollow","touches":",xc530,xc531,xc553,xc554,","length":102.32550369324956}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956098,44.604874,0],[-71.956115,44.604849,0],[-71.956118,44.604829,0],[-71.95609,44.604788,0],[-71.956055,44.60472,0],[-71.955973,44.604676,0],[-71.955936,44.604637,0],[-71.955923,44.60459,0],[-71.95594,44.604525,0],[-71.955937,44.604495,0],[-71.955939,44.60445,0],[-71.955962,44.604414,0],[-71.956036,44.60434,0],[-71.956123,44.604252,0],[-71.956236,44.60417,0],[-71.956318,44.604082,0],[-71.956389,44.604034,0],[-71.956445,44.604009,0],[-71.956522,44.604,0],[-71.956601,44.603984,0],[-71.956678,44.603942,0],[-71.956776,44.603907,0],[-71.956892,44.603835,0],[-71.957004,44.603745,0],[-71.957032,44.603737,0]]]},"properties":{"id":"xc556","name":"Burke-Hollow","touches":",xc524,xc553,xc530,xc563,","length":173.89414202003923}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.952627,44.604322,0],[-71.95263,44.604337,0],[-71.952734,44.604601,0],[-71.952847,44.604761,0],[-71.952884,44.604785,0]]]},"properties":{"id":"xc557","name":"Burke-Hollow","touches":",xc526,xc532,xc558,","length":56.00542719326573}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954614,44.603067,0],[-71.954518,44.60316,0],[-71.954279,44.603238,0],[-71.953801,44.603245,0],[-71.952844,44.603242,0],[-71.9528,44.603264,0],[-71.952718,44.60344,0],[-71.952599,44.603657,0],[-71.952592,44.603789,0],[-71.952621,44.603975,0],[-71.952614,44.60416,0],[-71.952627,44.604322,0]]]},"properties":{"id":"xc558","name":"Burke-Hollow","touches":",xc531,xc559,xc532,xc557,","length":272.57623198205624}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.95493,44.602697,0],[-71.954839,44.602785,0],[-71.954631,44.603053,0],[-71.954614,44.603067,0]]]},"properties":{"id":"xc559","name":"Burke-Hollow","touches":",xc529,xc560,xc531,xc558,","length":48.25432315724648}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956843,44.601413,0],[-71.956758,44.601209,0],[-71.956686,44.601014,0],[-71.956604,44.600935,0],[-71.956406,44.600756,0],[-71.956179,44.600652,0],[-71.956069,44.60068,0],[-71.955975,44.600812,0],[-71.955925,44.600935,0],[-71.955808,44.601143,0],[-71.955714,44.601366,0],[-71.955638,44.601558,0],[-71.955594,44.6018,0],[-71.955509,44.601999,0],[-71.955374,44.602162,0],[-71.955236,44.602332,0],[-71.955069,44.602556,0],[-71.95493,44.602697,0]]]},"properties":{"id":"xc560","name":"Burke-Hollow","touches":",xc529,xc559,xc561,","length":357.2004376245514}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.958115,44.601741,0],[-71.95796,44.601756,0],[-71.957674,44.601741,0],[-71.957341,44.601627,0],[-71.957114,44.601546,0],[-71.956843,44.601413,0]]]},"properties":{"id":"xc561","name":"Burke-Hollow","touches":",xc528,xc562,xc529,xc560,","length":110.68960838793299}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.960327,44.601134,0],[-71.960245,44.601253,0],[-71.960028,44.601269,0],[-71.959817,44.601259,0],[-71.959505,44.601297,0],[-71.959241,44.601382,0],[-71.95893,44.601495,0],[-71.958627,44.60159,0],[-71.958149,44.601737,0],[-71.958115,44.601741,0]]]},"properties":{"id":"xc562","name":"Burke-Hollow","touches":",rd64,mtb164,rd503,xc534,xc528,xc561,","length":194.93134374515245}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.957032,44.603737,0],[-71.957116,44.603715,0],[-71.957292,44.603633,0],[-71.957465,44.603511,0]]]},"properties":{"id":"xc563","name":"Burke-Hollow","touches":",xc527,xc528,xc530,xc556,","length":43.11148547289069}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.961214,44.565962,0],[-71.961289,44.565786,0],[-71.961374,44.565624,0],[-71.961429,44.565565,0],[-71.961491,44.565518,0],[-71.961546,44.565441,0],[-71.961558,44.56539,0],[-71.96165,44.565268,0],[-71.96172,44.565141,0],[-71.961731,44.56502,0],[-71.961747,44.564991,0],[-71.96177,44.564962,0],[-71.961846,44.564867,0],[-71.961978,44.564726,0],[-71.96199,44.56468,0],[-71.96206,44.564559,0],[-71.962078,44.564478,0],[-71.962133,44.5644,0],[-71.962186,44.564354,0],[-71.962203,44.564327,0],[-71.962289,44.564284,0],[-71.962449,44.564239,0],[-71.962509,44.564236,0],[-71.962575,44.56423,0]]]},"properties":{"id":"mtb564","name":"East Branch","touches":",mtb222,mtb225,mtb288,mtb508,","length":232.85693063386552}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.970828,44.581162,0],[-71.970949,44.580953,0],[-71.97111,44.580499,0],[-71.971168,44.580213,0],[-71.971273,44.579897,0],[-71.97132,44.57943,0],[-71.971361,44.579328,0],[-71.971354,44.579112,0],[-71.971379,44.578969,0],[-71.971618,44.578612,0],[-71.971727,44.578223,0],[-71.971813,44.578093,0],[-71.971834,44.578023,0],[-71.971919,44.577595,0],[-71.972214,44.577019,0],[-71.972578,44.576194,0],[-71.972608,44.576106,0]]]},"properties":{"id":"hke565","name":"Bemis","touches":",hke136,hke209,mtb566,mtb757,","length":583.5755287538983}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953012,44.615301,0],[-71.953164,44.615164,0],[-71.953341,44.61504,0],[-71.953528,44.614935,0],[-71.953739,44.614843,0],[-71.953981,44.614806,0],[-71.954071,44.614762,0],[-71.954168,44.614669,0],[-71.954365,44.614475,0],[-71.95448,44.614353,0],[-71.954522,44.614302,0],[-71.954596,44.61422,0],[-71.954657,44.614121,0],[-71.954712,44.613991,0],[-71.95481,44.613815,0],[-71.954796,44.613736,0],[-71.954716,44.613665,0],[-71.954624,44.61358,0],[-71.954522,44.613509,0],[-71.95448,44.613415,0],[-71.954478,44.613292,0],[-71.95453,44.613188,0],[-71.954588,44.613105,0],[-71.954676,44.613,0],[-71.954752,44.612916,0],[-71.955061,44.612696,0],[-71.955304,44.612567,0]]]},"properties":{"id":"xc580","name":"Burke-Hollow-9","touches":",xc518,rd697,xc519,xc538,","length":400.1219016587539}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.979355,44.576762,0],[-71.979284,44.576782,0],[-71.979193,44.57679,0],[-71.979113,44.576795,0],[-71.979016,44.576841,0],[-71.978874,44.576862,0],[-71.978819,44.576812,0],[-71.978843,44.576743,0],[-71.978965,44.576627,0],[-71.979065,44.576524,0],[-71.979168,44.576367,0],[-71.979207,44.576252,0],[-71.979259,44.576156,0],[-71.979233,44.576099,0],[-71.97914,44.576241,0],[-71.979032,44.576405,0],[-71.978995,44.576494,0],[-71.978949,44.576559,0],[-71.978818,44.576633,0],[-71.978726,44.576693,0],[-71.978486,44.576799,0],[-71.978319,44.576917,0],[-71.97829,44.576903,0],[-71.978298,44.576762,0],[-71.978341,44.576581,0],[-71.978369,44.576443,0],[-71.978309,44.576413,0],[-71.978088,44.576501,0],[-71.977917,44.576505,0],[-71.977724,44.576511,0],[-71.977742,44.576437,0],[-71.977815,44.576296,0],[-71.977805,44.576135,0],[-71.977808,44.575989,0],[-71.977909,44.575796,0],[-71.97788,44.575767,0],[-71.977716,44.575823,0],[-71.977661,44.575852,0],[-71.977429,44.575922,0],[-71.977312,44.576005,0],[-71.977235,44.576166,0],[-71.97717,44.576291,0],[-71.97703,44.576561,0],[-71.976952,44.576686,0],[-71.976911,44.576797,0],[-71.976814,44.576906,0],[-71.97673,44.576949,0],[-71.97667,44.576999,0],[-71.976567,44.57706,0],[-71.976433,44.577088,0],[-71.976361,44.577097,0],[-71.976296,44.577096,0],[-71.97624,44.577089,0],[-71.97617,44.577075,0],[-71.976043,44.577132,0],[-71.975883,44.5771,0],[-71.975854,44.577155,0],[-71.97574,44.577163,0],[-71.975722,44.577142,0],[-71.975718,44.577071,0],[-71.975661,44.577072,0],[-71.975608,44.577103,0],[-71.975526,44.577042,0],[-71.975444,44.577149,0],[-71.975371,44.57723,0],[-71.975294,44.577272,0],[-71.975242,44.577274,0],[-71.975193,44.577261,0],[-71.975128,44.577228,0],[-71.975151,44.577152,0],[-71.975172,44.577106,0],[-71.975119,44.577036,0],[-71.974938,44.576879,0],[-71.974884,44.57688,0],[-71.974819,44.576916,0],[-71.974774,44.576942,0],[-71.974741,44.576952,0],[-71.974705,44.576931,0],[-71.974648,44.576837,0],[-71.974616,44.576801,0],[-71.974582,44.576812,0],[-71.974533,44.576841,0],[-71.974511,44.576906,0],[-71.974428,44.577,0],[-71.974397,44.57706,0],[-71.974354,44.577103,0],[-71.974307,44.57708,0],[-71.974264,44.577004,0],[-71.974252,44.576914,0],[-71.97421,44.576881,0],[-71.97409,44.576919,0],[-71.97405,44.576944,0],[-71.973943,44.576937,0],[-71.973912,44.576898,0],[-71.973923,44.576845,0],[-71.973964,44.576763,0],[-71.973974,44.576707,0],[-71.973955,44.576649,0],[-71.973929,44.576642,0],[-71.973858,44.576665,0],[-71.973754,44.576736,0],[-71.973684,44.57677,0],[-71.973615,44.576788,0],[-71.973569,44.576775,0],[-71.973521,44.576741,0],[-71.973507,44.576701,0],[-71.973549,44.576625,0],[-71.973581,44.576561,0],[-71.973604,44.576435,0],[-71.973587,44.576329,0],[-71.973522,44.576272,0],[-71.9734,44.576167,0],[-71.973323,44.57616,0],[-71.973233,44.576201,0],[-71.973168,44.576211,0],[-71.973072,44.576191,0],[-71.972931,44.576164,0],[-71.972798,44.576152,0],[-71.972687,44.576178,0],[-71.972608,44.576106,0]]]},"properties":{"id":"mtb566","name":"New T","touches":",mtb473,mtb567,hke565,mtb757,","length":1179.7441903094218}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.980384,44.577806,0],[-71.980351,44.577747,0],[-71.980343,44.577719,0],[-71.980345,44.577689,0],[-71.980387,44.577586,0],[-71.980357,44.577482,0],[-71.980255,44.577403,0],[-71.979948,44.577279,0],[-71.979802,44.577179,0],[-71.97965,44.577035,0],[-71.979446,44.576931,0],[-71.97936,44.576804,0],[-71.979355,44.576762,0]]]},"properties":{"id":"mtb567","name":"River Run","touches":",hke298,mtb311,mtb468,mtb473,mtb566,","length":153.68090885185833}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.972218,44.589847,0],[-71.972222,44.589789,0],[-71.972267,44.589697,0],[-71.972267,44.58966,0],[-71.972245,44.589594,0],[-71.972124,44.589572,0],[-71.971982,44.589576,0],[-71.971775,44.589648,0],[-71.971554,44.589718,0],[-71.971369,44.589798,0],[-71.971195,44.589902,0],[-71.970969,44.590074,0],[-71.970883,44.590107,0],[-71.970786,44.590132,0],[-71.970711,44.590085,0],[-71.970713,44.589919,0],[-71.970747,44.589812,0],[-71.970745,44.589716,0],[-71.970717,44.589654,0],[-71.970653,44.589601,0],[-71.970594,44.589607,0],[-71.970495,44.589679,0],[-71.970315,44.589789,0],[-71.970095,44.589914,0],[-71.969882,44.590044,0],[-71.969823,44.59007,0],[-71.969808,44.590042,0],[-71.969827,44.589955,0],[-71.969837,44.589816,0],[-71.969859,44.58972,0],[-71.969884,44.589638,0],[-71.969882,44.589596,0],[-71.969804,44.589578,0],[-71.969701,44.589588,0],[-71.969554,44.589601,0],[-71.969474,44.589613,0],[-71.969369,44.589662,0],[-71.969144,44.589716,0],[-71.969037,44.589738,0],[-71.968908,44.589748,0],[-71.968772,44.589722,0],[-71.968631,44.589722,0],[-71.968504,44.589697,0],[-71.968401,44.589654,0],[-71.968321,44.589568,0],[-71.968188,44.589428,0],[-71.968085,44.589387,0],[-71.967973,44.589367,0],[-71.967854,44.589383,0],[-71.967786,44.589422,0],[-71.967687,44.58957,0]]]},"properties":{"id":"mtb568","name":"Emma's Sanctuary","touches":",mtb7,mtb8,mtb213,mtb572,hke69,mtb570,mtb571,","length":574.1984682163649}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.970508,44.59092,0],[-71.97058,44.591093,0],[-71.970629,44.591817,0],[-71.970691,44.591992,0],[-71.970688,44.59221,0],[-71.970625,44.592495,0],[-71.970639,44.59253,0],[-71.970712,44.592578,0],[-71.970812,44.592589,0],[-71.970962,44.592574,0],[-71.971052,44.59254,0],[-71.971132,44.592495,0],[-71.971227,44.59241,0],[-71.971423,44.592199,0],[-71.971526,44.591994,0],[-71.971604,44.591785,0],[-71.971754,44.59164,0],[-71.972003,44.591516,0],[-71.97228,44.591429,0],[-71.972479,44.591401,0],[-71.973138,44.591425,0],[-71.973377,44.591488,0],[-71.973715,44.591705,0],[-71.973996,44.591791,0],[-71.974198,44.591798,0],[-71.974444,44.591752,0],[-71.974736,44.591712,0],[-71.974793,44.591655,0],[-71.974914,44.59142,0],[-71.975061,44.590967,0],[-71.975221,44.590666,0],[-71.975232,44.590628,0]]]},"properties":{"id":"mtb569","name":"River Run","touches":",mtb70,mtb570,hke475,mtb571,","length":718.0929066748889}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.970508,44.59092,0],[-71.970863,44.590734,0],[-71.971006,44.59063,0],[-71.971163,44.590445,0],[-71.971273,44.590166,0],[-71.971396,44.59005,0],[-71.971507,44.589975,0],[-71.971978,44.589838,0],[-71.972077,44.589825,0],[-71.972218,44.589847,0]]]},"properties":{"id":"mtb570","name":"River Walk","touches":",hke69,mtb568,mtb571,mtb70,mtb569,","length":195.55739079019568}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.975232,44.590628,0],[-71.975215,44.590527,0],[-71.975206,44.590472,0],[-71.975165,44.590446,0],[-71.97504,44.590474,0],[-71.974856,44.590585,0],[-71.974616,44.590768,0],[-71.974376,44.59094,0],[-71.974175,44.591053,0],[-71.974045,44.591118,0],[-71.973926,44.591168,0],[-71.973758,44.59118,0],[-71.973549,44.591147,0],[-71.97336,44.591042,0],[-71.973284,44.590977,0],[-71.973166,44.590809,0],[-71.973131,44.590696,0],[-71.973102,44.590544,0],[-71.9731,44.590495,0],[-71.973057,44.590413,0],[-71.972985,44.590323,0],[-71.972893,44.590249,0],[-71.972731,44.590134,0],[-71.972606,44.590068,0],[-71.972513,44.590064,0],[-71.972362,44.590072,0],[-71.972249,44.590072,0],[-71.972253,44.590027,0],[-71.972214,44.589912,0],[-71.972218,44.589847,0]]]},"properties":{"id":"mtb571","name":"Emma's Sanctuary","touches":",hke69,mtb568,mtb570,hke475,mtb569,","length":381.54331649553694}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.967687,44.58957,0],[-71.967676,44.589537,0],[-71.967678,44.589465,0],[-71.967758,44.589256,0],[-71.967741,44.589149,0],[-71.967755,44.589079,0],[-71.967799,44.589053,0]]]},"properties":{"id":"mtb572","name":"Bemis","touches":",mtb7,mtb8,mtb213,mtb568,hke212,mtb573,","length":60.189653191033834}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.937632,44.592513,0],[-71.936825,44.59203,0],[-71.936478,44.591905,0],[-71.936204,44.591863,0],[-71.936109,44.591849,0],[-71.935953,44.591887,0],[-71.935783,44.59203,0],[-71.935604,44.592186,0],[-71.935447,44.592247,0],[-71.93524,44.59223,0]]]},"properties":{"id":"mtb581","name":"Burnham Down","touches":",mtb137,rd635,rd636,mtb322,mtb633,","length":231.44749020260224}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.909943,44.639127,0],[-71.910389,44.639194,0],[-71.910948,44.639234,0],[-71.911662,44.639297,0],[-71.912274,44.639355,0],[-71.91277,44.639453,0],[-71.913369,44.639609,0],[-71.913887,44.639739,0],[-71.914293,44.63981,0],[-71.914628,44.639909,0],[-71.914874,44.639971,0],[-71.915142,44.640074,0],[-71.915441,44.640172,0],[-71.915736,44.640221,0],[-71.916027,44.640275,0],[-71.91625,44.640328,0],[-71.916473,44.640431,0],[-71.916871,44.640614,0],[-71.917179,44.640717,0],[-71.917528,44.640802,0],[-71.917827,44.640914,0],[-71.91814,44.641074,0],[-71.918613,44.641271,0],[-71.919011,44.641441,0],[-71.91935,44.641539,0],[-71.919766,44.641651,0],[-71.920279,44.641785,0],[-71.920637,44.641919,0],[-71.921003,44.642053,0],[-71.921454,44.642173,0],[-71.921804,44.642266,0]]]},"properties":{"id":"rd604","name":"Carter Rd","touches":",rd599,rd600,rd602,rd605,","length":1013.8120729548905}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.965511,44.582851,0],[-71.96557,44.582877,0],[-71.965636,44.582906,0],[-71.965743,44.582949,0],[-71.965881,44.582987,0],[-71.965961,44.583014,0],[-71.966076,44.583054,0],[-71.966223,44.583096,0],[-71.966308,44.583125,0],[-71.966393,44.583139,0],[-71.966497,44.583152,0],[-71.966587,44.583157,0],[-71.966719,44.583146,0],[-71.966875,44.583129,0],[-71.967019,44.583109,0],[-71.967213,44.583075,0],[-71.967454,44.58303,0],[-71.967647,44.582991,0],[-71.967779,44.582972,0],[-71.96787,44.582961,0],[-71.967948,44.582977,0],[-71.96806,44.583021,0],[-71.968177,44.58307,0],[-71.968205,44.583087,0],[-71.968289,44.583157,0],[-71.968366,44.583235,0],[-71.968429,44.583313,0],[-71.968521,44.583432,0],[-71.968558,44.58351,0],[-71.968577,44.583581,0],[-71.968585,44.583666,0],[-71.968583,44.583742,0],[-71.968569,44.583803,0],[-71.968555,44.583871,0],[-71.968543,44.58394,0],[-71.968533,44.584002,0],[-71.968527,44.584038,0],[-71.96852,44.58406,0],[-71.968475,44.584224,0],[-71.968462,44.584318,0],[-71.968439,44.584451,0],[-71.968429,44.584484,0],[-71.968408,44.584522,0],[-71.968361,44.584562,0],[-71.968292,44.5846,0],[-71.968267,44.584629,0],[-71.968271,44.584671,0],[-71.968283,44.584704,0],[-71.968281,44.584752,0],[-71.96826,44.58478,0],[-71.968215,44.5848,0],[-71.968164,44.584829,0],[-71.968165,44.58485,0],[-71.968177,44.584899,0],[-71.968174,44.584919,0],[-71.968159,44.584958,0],[-71.968133,44.584997,0],[-71.968096,44.585021,0],[-71.968046,44.585025,0],[-71.967975,44.585025,0],[-71.967845,44.585047,0],[-71.967774,44.58507,0],[-71.967696,44.585109,0],[-71.967651,44.585148,0],[-71.967619,44.5852,0],[-71.967587,44.585264,0],[-71.967566,44.58532,0],[-71.967544,44.585379,0],[-71.967521,44.585445,0],[-71.967498,44.585508,0],[-71.967496,44.585562,0],[-71.967489,44.585614,0],[-71.96747,44.58567,0],[-71.967429,44.585754,0],[-71.967399,44.585823,0],[-71.967381,44.585843,0],[-71.967305,44.585911,0],[-71.967231,44.585977,0],[-71.967165,44.586032,0],[-71.967151,44.586039,0],[-71.967079,44.586064,0],[-71.967031,44.586096,0],[-71.96702,44.58611,0],[-71.966989,44.586167,0],[-71.966962,44.586219,0],[-71.966944,44.58627,0],[-71.966904,44.586316,0],[-71.96689,44.586348,0],[-71.966875,44.58638,0],[-71.966851,44.586432,0],[-71.966805,44.58649,0],[-71.966763,44.586531,0],[-71.966713,44.586585,0],[-71.966691,44.586622,0],[-71.966679,44.586647,0],[-71.966644,44.586725,0],[-71.966604,44.586817,0],[-71.966558,44.586923,0],[-71.966509,44.587027,0],[-71.966476,44.587084,0],[-71.966431,44.587153,0],[-71.966394,44.587201,0],[-71.966343,44.587266,0],[-71.966306,44.587336,0],[-71.966273,44.587416,0],[-71.966263,44.58746,0],[-71.966252,44.587517,0],[-71.966245,44.587588,0],[-71.96625,44.587624,0],[-71.966276,44.587684,0],[-71.966302,44.587748,0],[-71.966321,44.587796,0],[-71.966348,44.587816,0],[-71.966416,44.58786,0],[-71.966518,44.587927,0],[-71.966639,44.588007,0],[-71.966707,44.588045,0],[-71.966827,44.588112,0],[-71.966877,44.588146,0],[-71.966905,44.588176,0],[-71.966957,44.588228,0],[-71.967052,44.588319,0],[-71.967157,44.588403,0],[-71.967265,44.588487,0],[-71.967361,44.588562,0],[-71.96744,44.588629,0],[-71.967472,44.588672,0],[-71.967523,44.588739,0],[-71.967568,44.588797,0],[-71.967603,44.588843,0],[-71.967623,44.588855,0],[-71.967678,44.588881,0],[-71.967738,44.588908,0],[-71.967751,44.588924,0],[-71.96778,44.588955,0],[-71.967791,44.589023,0],[-71.967799,44.589053,0]]]},"properties":{"id":"mtb573","name":"Burklyn","touches":",hke212,mtb572,mtb574,rd576,rd577,","length":1012.163846200627}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962703,44.586482,0],[-71.962679,44.58645,0],[-71.962645,44.586419,0],[-71.962596,44.586391,0],[-71.962545,44.586374,0],[-71.962453,44.586369,0],[-71.962363,44.586376,0],[-71.962202,44.58638,0],[-71.962102,44.586375,0],[-71.961988,44.586358,0],[-71.961858,44.586329,0],[-71.961731,44.586303,0],[-71.961594,44.586274,0],[-71.961504,44.586224,0],[-71.961458,44.586176,0],[-71.961404,44.586133,0],[-71.961354,44.58609,0],[-71.961298,44.586028,0],[-71.961274,44.585993,0],[-71.961249,44.585948,0],[-71.961237,44.585899,0],[-71.961237,44.585823,0],[-71.961227,44.585787,0],[-71.961215,44.585741,0],[-71.961208,44.585706,0],[-71.961192,44.585658,0],[-71.961157,44.585587,0],[-71.961134,44.585539,0],[-71.961098,44.585487,0],[-71.961077,44.585465,0],[-71.960998,44.585404,0],[-71.960951,44.585353,0],[-71.960928,44.585343,0],[-71.960868,44.585308,0],[-71.960817,44.585278,0],[-71.960779,44.585262,0],[-71.960703,44.585232,0],[-71.960624,44.585204,0],[-71.960547,44.585179,0],[-71.960449,44.585136,0],[-71.96041,44.585118,0],[-71.960337,44.585087,0],[-71.960276,44.585067,0],[-71.960237,44.585045,0],[-71.960181,44.584998,0],[-71.960154,44.584968,0],[-71.960147,44.584922,0],[-71.960163,44.584884,0],[-71.960193,44.584846,0],[-71.960236,44.584799,0],[-71.96027,44.584771,0],[-71.960321,44.584738,0],[-71.960377,44.584696,0],[-71.960412,44.584662,0],[-71.96044,44.584626,0],[-71.960458,44.584602,0],[-71.960521,44.584514,0],[-71.960552,44.584448,0],[-71.960557,44.584434,0],[-71.960545,44.584398,0],[-71.960532,44.584376,0],[-71.960479,44.584329,0],[-71.960445,44.584311,0],[-71.960405,44.584295,0],[-71.960381,44.584269,0],[-71.960372,44.584226,0],[-71.960373,44.584192,0],[-71.960376,44.584127,0],[-71.960381,44.584086,0],[-71.960393,44.584056,0],[-71.960404,44.584037,0],[-71.960434,44.583998,0],[-71.960472,44.58395,0],[-71.96049,44.583919,0],[-71.9605,44.58387,0],[-71.960513,44.583738,0],[-71.960528,44.583667,0],[-71.960551,44.583574,0],[-71.960596,44.583462,0],[-71.960632,44.583378,0],[-71.960642,44.583355,0],[-71.960665,44.583329,0],[-71.960712,44.583288,0],[-71.960754,44.583269,0],[-71.960803,44.58326,0],[-71.960889,44.583265,0],[-71.960975,44.583279,0],[-71.96103,44.583286,0],[-71.961117,44.583297,0],[-71.961208,44.583307,0],[-71.961234,44.583293,0],[-71.961265,44.583264,0],[-71.961292,44.58321,0],[-71.961303,44.583145,0],[-71.961331,44.583025,0],[-71.961351,44.582938,0],[-71.961369,44.582881,0],[-71.961372,44.582791,0],[-71.961383,44.582746,0],[-71.961398,44.582697,0],[-71.961419,44.582624,0],[-71.961455,44.58256,0],[-71.961483,44.582494,0],[-71.961496,44.582444,0],[-71.961528,44.58234,0],[-71.961546,44.582323,0],[-71.961611,44.582279,0],[-71.961664,44.582245,0],[-71.961733,44.58222,0],[-71.961763,44.582213,0],[-71.961824,44.582207,0],[-71.961884,44.582202,0],[-71.961929,44.582209,0],[-71.961993,44.582231,0],[-71.962036,44.582237,0],[-71.96214,44.582246,0],[-71.962166,44.582249,0],[-71.962217,44.582255,0],[-71.962268,44.582262,0],[-71.962323,44.58227,0],[-71.962342,44.582272,0],[-71.962399,44.582275,0],[-71.962445,44.582281,0],[-71.962479,44.58229,0],[-71.962506,44.582298,0],[-71.962566,44.582308,0],[-71.962618,44.582319,0],[-71.962673,44.58233,0],[-71.962702,44.58234,0],[-71.962721,44.58235,0],[-71.962746,44.582373,0],[-71.962773,44.582404,0],[-71.962799,44.582436,0],[-71.962822,44.582468,0],[-71.962851,44.582518,0],[-71.962873,44.582555,0],[-71.962891,44.582598,0],[-71.962912,44.582646,0],[-71.962923,44.582679,0],[-71.962929,44.582724,0],[-71.962937,44.582785,0],[-71.962947,44.58281,0],[-71.96296,44.582852,0],[-71.962969,44.582904,0],[-71.962972,44.582933,0],[-71.962974,44.582985,0],[-71.962983,44.583014,0],[-71.962995,44.583033,0],[-71.963029,44.583047,0],[-71.963051,44.583037,0],[-71.963074,44.583025,0],[-71.963086,44.583,0],[-71.96309,44.582971,0],[-71.96309,44.582945,0],[-71.963088,44.582902,0],[-71.963084,44.582838,0],[-71.963092,44.582755,0],[-71.963099,44.582662,0],[-71.963104,44.582609,0],[-71.963108,44.582412,0],[-71.963115,44.582325,0],[-71.963126,44.582196,0],[-71.963142,44.582143,0],[-71.963155,44.582121,0],[-71.963191,44.582099,0],[-71.963222,44.582083,0],[-71.963254,44.582086,0],[-71.963292,44.582094,0],[-71.963301,44.582106,0],[-71.963319,44.582151,0],[-71.963329,44.582179,0],[-71.963337,44.582206,0],[-71.96334,44.582238,0],[-71.963338,44.582319,0],[-71.963358,44.582379,0],[-71.963412,44.582497,0],[-71.963447,44.582568,0],[-71.963494,44.582644,0],[-71.963589,44.582756,0],[-71.963654,44.582834,0],[-71.963777,44.582934,0],[-71.963845,44.58301,0],[-71.96391,44.583041,0],[-71.964058,44.5831,0],[-71.964208,44.583133,0],[-71.964329,44.583127,0],[-71.96447,44.583082,0],[-71.964667,44.583002,0],[-71.964817,44.58293,0],[-71.964942,44.58287,0],[-71.96512,44.582832,0],[-71.965342,44.582805,0],[-71.965447,44.582831,0],[-71.965511,44.582851,0]]]},"properties":{"id":"mtb574","name":"Burklyn","touches":",mtb573,rd576,rd577,rd575,","length":1212.7975921800294}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962703,44.586482,0],[-71.961858,44.587426,0]]]},"properties":{"id":"rd575","name":"Darling Hill Rd","touches":",mtb213,rd351,mtb574,rd576,","length":124.45166119865829}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.965511,44.582851,0],[-71.965432,44.582986,0],[-71.965276,44.583415,0],[-71.964971,44.584079,0],[-71.964597,44.58468,0],[-71.964159,44.585211,0],[-71.963558,44.585765,0],[-71.962703,44.586482,0]]]},"properties":{"id":"rd576","name":"Darling Hill Rd","touches":",mtb573,mtb574,rd577,rd575,","length":467.37579445427184}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.967988,44.577209,0],[-71.967847,44.577281,0],[-71.96764,44.577468,0],[-71.967359,44.578061,0],[-71.967199,44.578385,0],[-71.966941,44.579142,0],[-71.966824,44.579587,0],[-71.966606,44.580251,0],[-71.966387,44.580907,0],[-71.966235,44.58127,0],[-71.966098,44.581664,0],[-71.965825,44.582222,0],[-71.965511,44.582851,0]]]},"properties":{"id":"rd577","name":"Darling Hill Rd","touches":",hke266,rd375,mtb573,mtb574,rd576,","length":662.7844428381404}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953473,44.611768,0],[-71.953446,44.61181,0],[-71.953414,44.611841,0],[-71.953321,44.611932,0],[-71.95323,44.612059,0],[-71.95307,44.612197,0],[-71.952941,44.612225,0],[-71.952799,44.612237,0],[-71.952637,44.612212,0],[-71.952472,44.612172,0],[-71.952228,44.612125,0],[-71.952083,44.612057,0],[-71.951968,44.612013,0]]]},"properties":{"id":"xc578","name":"Gun Range 1","touches":",xc511,xc517,xc546,xc516,xc579,","length":150.9410305507198}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956391,44.610974,0],[-71.956315,44.610903,0],[-71.956217,44.610851,0],[-71.956113,44.610824,0],[-71.955973,44.61083,0],[-71.955863,44.610877,0],[-71.955735,44.610942,0],[-71.955599,44.611046,0],[-71.955453,44.611121,0],[-71.955283,44.611182,0],[-71.954895,44.611252,0],[-71.95467,44.611311,0],[-71.954469,44.61139,0],[-71.954251,44.611479,0],[-71.954052,44.611559,0],[-71.953886,44.611624,0],[-71.953585,44.611728,0],[-71.953473,44.611768,0]]]},"properties":{"id":"xc579","name":"Skeet Club","touches":",xc516,xc578,xc518,xc520,","length":265.90824095516604}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.898883,44.608407,0],[-71.898811,44.608465,0],[-71.898772,44.608509,0],[-71.898793,44.608558,0],[-71.898855,44.608578,0],[-71.898931,44.608536,0],[-71.898975,44.608548,0],[-71.899021,44.608594,0],[-71.899023,44.608673,0],[-71.898996,44.608768,0],[-71.89909,44.608798,0],[-71.899178,44.608783,0],[-71.899232,44.608798,0],[-71.899263,44.608817,0],[-71.899289,44.608857,0],[-71.899289,44.608903,0],[-71.899306,44.608951,0],[-71.899349,44.608976,0],[-71.899436,44.608987,0],[-71.899502,44.608989,0],[-71.899529,44.609015,0],[-71.899535,44.609051,0],[-71.899448,44.60912,0],[-71.899357,44.609142,0],[-71.899254,44.60921,0],[-71.89923,44.609225,0],[-71.899174,44.60923,0],[-71.899131,44.609258,0],[-71.899073,44.609283,0],[-71.899079,44.609317,0],[-71.89912,44.609329,0],[-71.899146,44.60935,0],[-71.899159,44.609427,0],[-71.899175,44.609541,0],[-71.899233,44.609624,0],[-71.89927,44.609668,0],[-71.899326,44.609701,0],[-71.899384,44.609707,0],[-71.899467,44.609685,0],[-71.899532,44.609633,0],[-71.899597,44.609628,0],[-71.899677,44.609653,0],[-71.899824,44.609658,0],[-71.899902,44.609678,0],[-71.89992,44.60977,0],[-71.899931,44.609822,0],[-71.899886,44.609887,0],[-71.899827,44.609938,0],[-71.899807,44.609973,0],[-71.899805,44.610018,0],[-71.899831,44.610048,0],[-71.899841,44.610085,0],[-71.899832,44.610173,0],[-71.899787,44.610221,0],[-71.899743,44.610251,0],[-71.899732,44.610309,0],[-71.899739,44.610375,0],[-71.899841,44.610383,0],[-71.899948,44.610354,0],[-71.899991,44.610383,0],[-71.900005,44.610443,0],[-71.900006,44.610483,0],[-71.900029,44.6105,0],[-71.900099,44.610499,0],[-71.900138,44.610458,0],[-71.900214,44.610407,0],[-71.900224,44.610325,0],[-71.900291,44.610253,0],[-71.900548,44.61025,0],[-71.900611,44.610228,0],[-71.900692,44.610118,0],[-71.900766,44.610095,0],[-71.900871,44.610088,0],[-71.900917,44.610122,0],[-71.900953,44.610205,0],[-71.900927,44.610284,0],[-71.901035,44.610386,0],[-71.901107,44.61042,0],[-71.901174,44.61048,0],[-71.901212,44.610523,0],[-71.901294,44.610522,0],[-71.901385,44.610501,0],[-71.901531,44.610374,0],[-71.90166,44.610324,0],[-71.901742,44.610364,0],[-71.90207,44.610354,0],[-71.902201,44.610451,0],[-71.902326,44.610512,0],[-71.902346,44.610556,0],[-71.902352,44.610564,0]]]},"properties":{"id":"mtb582","name":"Moose Alley","touches":",mtb124,mtb631,mtb594,mtb632,mtb702,","length":657.8052518535036}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.87237,44.604714,0],[-71.872652,44.604594,0],[-71.87303,44.604468,0],[-71.873198,44.604384,0],[-71.873378,44.604241,0],[-71.873623,44.603918,0],[-71.873698,44.603819,0],[-71.873832,44.603719,0],[-71.873992,44.603686,0],[-71.874113,44.603728,0],[-71.874237,44.603801,0],[-71.874243,44.603803,0]]]},"properties":{"id":"rd583","name":"Shonter to Victory Rd","touches":",rd504,mtb751,rd505,","length":202.75105267577877}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.874859,44.604037,100.579463],[-71.874895,44.603971,432.4],[-71.874879,44.603848,0],[-71.874896,44.603822,0],[-71.874939,44.603798,0],[-71.875011,44.603779,433.8],[-71.875121,44.603793,434.8],[-71.8752,44.603826,0],[-71.875278,44.60389,0],[-71.875336,44.603976,0],[-71.8754,44.604029,435.5],[-71.875487,44.604109,0],[-71.875543,44.604142,0],[-71.875613,44.604159,436.6],[-71.875691,44.604123,0],[-71.875698,44.604084,437.7],[-71.875685,44.604006,0],[-71.875698,44.603965,0],[-71.875724,44.603938,0],[-71.875791,44.603938,0],[-71.875862,44.603967,438],[-71.875966,44.603983,438.3],[-71.876067,44.604001,439.1],[-71.876161,44.604063,439],[-71.876245,44.604107,438.4],[-71.876358,44.604215,438.2],[-71.876554,44.604302,438],[-71.876687,44.604393,439.4],[-71.876862,44.604484,440.1],[-71.877001,44.604556,441.5],[-71.877081,44.604575,443.4],[-71.877119,44.604564,0],[-71.877113,44.604522,444.5],[-71.877087,44.604493,445.6],[-71.877,44.604463,0],[-71.876957,44.604406,446.2],[-71.876848,44.604361,446.7],[-71.876767,44.604317,446.5636],[-71.876736,44.604289,446.8],[-71.876698,44.604266,445.6],[-71.876595,44.604236,444.3],[-71.876542,44.604221,443.8],[-71.876471,44.604196,0],[-71.876426,44.604158,0],[-71.876432,44.604134,444],[-71.876456,44.604089,0],[-71.876524,44.604068,0],[-71.876584,44.604082,0],[-71.876647,44.604131,445.4],[-71.876729,44.604158,445.7],[-71.876854,44.604124,0],[-71.876998,44.604115,446.5636],[-71.877101,44.604187,448.4],[-71.877227,44.604266,451.4],[-71.877299,44.604312,451.6],[-71.877418,44.604357,0],[-71.877546,44.604364,455.4],[-71.877573,44.604361,457.5],[-71.877603,44.604338,0],[-71.877577,44.604293,0],[-71.87757,44.604271,0],[-71.87759,44.604249,0],[-71.877613,44.604239,0],[-71.877651,44.604246,460.6],[-71.877702,44.604228,0],[-71.877759,44.604224,0],[-71.877824,44.604242,0],[-71.877859,44.604271,0],[-71.877912,44.604294,461],[-71.877981,44.604286,461.3],[-71.878089,44.604297,461.6],[-71.878201,44.6043,461.8],[-71.878314,44.604332,462.2],[-71.878394,44.60438,462.4],[-71.878442,44.604462,0],[-71.878478,44.604513,0],[-71.878534,44.604534,462.7],[-71.878586,44.60452,0],[-71.87859,44.604491,0],[-71.878563,44.604451,0],[-71.878585,44.604419,0],[-71.878627,44.604428,0],[-71.878721,44.604445,0],[-71.878789,44.604456,0],[-71.878853,44.604453,0],[-71.878939,44.604451,0],[-71.879017,44.604437,0],[-71.879105,44.604446,0],[-71.879131,44.604461,0],[-71.879189,44.604489,0],[-71.879242,44.604483,0],[-71.879309,44.604457,0]]]},"properties":{"id":"mtb584","name":"Shonter Shuffle","touches":",mtb21,mtb596,mtb751,mtb752,","length":634.6656588818418}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.876136,44.629018,455.1],[-71.875954,44.628939,455.1],[-71.875904,44.628916,455.2],[-71.875865,44.628886,455.9],[-71.875829,44.628841,456.2],[-71.875775,44.628821,457.1],[-71.875723,44.628789,457.6],[-71.875659,44.628764,458.1],[-71.875596,44.62869,458.6],[-71.875536,44.628666,458.6],[-71.875501,44.628618,459.4],[-71.875446,44.628569,459.7],[-71.875376,44.628525,460.5],[-71.875322,44.628506,460.3],[-71.875274,44.628475,461.2],[-71.875177,44.628408,461.5],[-71.875079,44.628368,460.8],[-71.875057,44.628335,461.2],[-71.875006,44.628293,461.4],[-71.874938,44.628243,462],[-71.874896,44.628184,463.1],[-71.874812,44.628148,464],[-71.874741,44.628111,464.2],[-71.874692,44.628094,464.3],[-71.874656,44.628029,464.5],[-71.874637,44.627988,465.1],[-71.87458,44.627932,465.9],[-71.87455,44.627866,466.5],[-71.874529,44.627798,467.8],[-71.874461,44.627762,468.3],[-71.874397,44.627717,468.5],[-71.874382,44.627606,470.1],[-71.874342,44.627562,470.5],[-71.874271,44.62752,471.4],[-71.874215,44.627506,471.5],[-71.874136,44.627493,472],[-71.874051,44.627436,472.5],[-71.874004,44.627417,472.9],[-71.873918,44.627382,473.4],[-71.87391,44.627334,474.1],[-71.873942,44.627288,474.4],[-71.873984,44.627258,474.7],[-71.874054,44.627223,474.9],[-71.874105,44.627179,475.6],[-71.874146,44.627139,0],[-71.874153,44.627089,443.924401],[-71.874134,44.627048,0],[-71.874082,44.627021,478],[-71.874012,44.626983,478.2],[-71.87394,44.626937,478.9],[-71.873871,44.626877,479.2],[-71.873846,44.626812,479.9],[-71.873871,44.626794,0],[-71.873915,44.626807,479.9],[-71.873991,44.626831,480.4],[-71.87407,44.626828,480.8],[-71.874152,44.62682,481.016678],[-71.874225,44.626792,481.7],[-71.87427,44.626749,481.9],[-71.874261,44.626689,482.5],[-71.874229,44.62664,483.2],[-71.874174,44.626595,483.6],[-71.87409,44.626536,484.5],[-71.874049,44.626481,485.1],[-71.873952,44.626435,485.2],[-71.873892,44.626394,485.8],[-71.873826,44.626358,485.9],[-71.873749,44.626317,486],[-71.873671,44.626263,486.3],[-71.873594,44.626206,486.8],[-71.873541,44.626168,486.9],[-71.873459,44.626126,486.7],[-71.873395,44.626079,487.3],[-71.873378,44.626039,487.8],[-71.873374,44.625996,488.7],[-71.873396,44.625965,489.1],[-71.873442,44.625942,489.2],[-71.873464,44.625903,489.9],[-71.873444,44.625854,490.2],[-71.873415,44.625789,490.6],[-71.87341,44.625723,491.9],[-71.873385,44.625677,492.3],[-71.87335,44.62565,492.6],[-71.873283,44.625578,493.1],[-71.873281,44.625522,0],[-71.873319,44.625476,494.4],[-71.873377,44.625398,495.4],[-71.873431,44.625368,495.6],[-71.873484,44.625332,495.8],[-71.873539,44.625281,496.2],[-71.873535,44.625234,496.6],[-71.873537,44.625184,496.8],[-71.87357,44.62514,497.2],[-71.873606,44.625098,497.5],[-71.873656,44.625058,497.6],[-71.873678,44.625001,498],[-71.873679,44.624945,498.5],[-71.873661,44.624886,499],[-71.873671,44.624824,499.6],[-71.873672,44.624822,499.6]]]},"properties":{"id":"mtb585","name":"Black Bear","touches":",mtb490,mtb495,mtb501,mtb492,mtb737,","length":645.7420355064331}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.876285,44.621856,0],[-71.876236,44.621859,0],[-71.876179,44.621854,0],[-71.876121,44.621869,0],[-71.876082,44.621884,0],[-71.87604,44.621897,0],[-71.875988,44.621927,0],[-71.87595,44.621962,0],[-71.875901,44.621991,0],[-71.875867,44.622013,0]]]},"properties":{"id":"mtb586","name":"BFR","touches":",mtb498,mtb499,mtb760,mtb761,","length":39.40980774175994}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.90313,44.632516,0],[-71.903541,44.632685,0],[-71.903943,44.632886,0],[-71.904672,44.633271,0],[-71.905288,44.633539,0],[-71.90598,44.633829,0],[-71.906356,44.634017,0],[-71.906972,44.634396,0],[-71.907423,44.63462,0],[-71.907678,44.634816,0],[-71.907883,44.635004,0],[-71.908142,44.635294,0],[-71.908455,44.635669,0],[-71.908683,44.635942,0],[-71.90879,44.636116,0],[-71.908969,44.636585,0],[-71.909273,44.637269,0],[-71.909563,44.637934,0],[-71.909795,44.638577,0],[-71.909943,44.639127,0]]]},"properties":{"id":"rd605","name":"Carter Rd","touches":",rd604,rd606,","length":960.4809844325163}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.950997,44.587314,0],[-71.950982,44.587231,0],[-71.951006,44.587109,0],[-71.951053,44.586963,0],[-71.95113,44.586849,0],[-71.951227,44.586734,0],[-71.951277,44.586665,0],[-71.951327,44.586625,0],[-71.951439,44.586498,0],[-71.951506,44.586404,0],[-71.951553,44.586283,0],[-71.951632,44.586201,0],[-71.951715,44.586025,0],[-71.951744,44.585939,0],[-71.951748,44.585852,0],[-71.951773,44.585794,0],[-71.951766,44.585734,0],[-71.951831,44.585644,0],[-71.951868,44.585605,0],[-71.951891,44.585601,0],[-71.951957,44.585598,0],[-71.951986,44.585609,0],[-71.952026,44.585608,0],[-71.952114,44.585608,0],[-71.952167,44.585591,0],[-71.952214,44.585558,0],[-71.952222,44.585535,0],[-71.952229,44.585517,0],[-71.952234,44.585479,0],[-71.952231,44.585443,0],[-71.952222,44.585409,0],[-71.952192,44.585358,0],[-71.952164,44.585347,0],[-71.952129,44.58533,0],[-71.952101,44.585306,0],[-71.952089,44.585288,0],[-71.952088,44.585263,0],[-71.952103,44.585208,0],[-71.952108,44.585178,0],[-71.952188,44.584947,0],[-71.952292,44.58479,0],[-71.952359,44.584485,0],[-71.952494,44.584243,0],[-71.952597,44.584187,0]]]},"properties":{"id":"mtb587","name":"Beat Bog","touches":",mtb177,mtb588,mtb246,hke589,","length":402.4951786395442}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.952893,44.586875,0],[-71.952887,44.586815,0],[-71.952897,44.586764,0],[-71.952969,44.586721,0],[-71.953058,44.586704,0],[-71.953093,44.586667,0],[-71.953112,44.586619,0],[-71.953071,44.586604,0],[-71.953022,44.586604,0],[-71.952938,44.586561,0],[-71.952904,44.586502,0],[-71.95293,44.586471,0],[-71.953009,44.586444,0],[-71.953102,44.586439,0],[-71.953177,44.586455,0],[-71.953218,44.586458,0],[-71.953287,44.586411,0],[-71.9533,44.586377,0],[-71.953288,44.58635,0],[-71.953262,44.58633,0],[-71.953218,44.586306,0],[-71.953165,44.586297,0],[-71.952985,44.586303,0],[-71.95288,44.586287,0],[-71.952842,44.586284,0],[-71.952805,44.586288,0],[-71.952727,44.586296,0],[-71.952614,44.586292,0],[-71.952495,44.586326,0],[-71.952419,44.586345,0],[-71.95232,44.58638,0],[-71.952239,44.586445,0],[-71.952174,44.586528,0],[-71.952178,44.586598,0],[-71.952199,44.58664,0],[-71.952191,44.586674,0],[-71.952163,44.586709,0],[-71.95215,44.586779,0],[-71.952147,44.586858,0],[-71.952137,44.586928,0],[-71.952156,44.587008,0],[-71.952147,44.587042,0],[-71.952134,44.587059,0],[-71.952104,44.587078,0],[-71.952069,44.587084,0],[-71.952035,44.587082,0],[-71.952011,44.587054,0],[-71.952013,44.587036,0],[-71.952035,44.587,0],[-71.952067,44.586948,0],[-71.952074,44.586906,0],[-71.952062,44.586859,0],[-71.951904,44.58679,0],[-71.951769,44.586745,0],[-71.951737,44.586753,0],[-71.951718,44.586771,0],[-71.951703,44.586813,0],[-71.951715,44.586867,0],[-71.951716,44.586886,0],[-71.9517,44.586904,0],[-71.951527,44.587019,0],[-71.951401,44.587078,0],[-71.95126,44.587147,0],[-71.951154,44.587192,0],[-71.951067,44.587243,0],[-71.950997,44.587314,0]]]},"properties":{"id":"mtb588","name":"Herbs","touches":",mtb177,mtb587,mtb178,mtb419,","length":419.77969541308084}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.953744,44.583284,0],[-71.95353,44.583481,0],[-71.953256,44.583557,0],[-71.953047,44.583435,0],[-71.952784,44.58337,0],[-71.952672,44.583454,0],[-71.952661,44.583618,0],[-71.95258,44.583756,0],[-71.952559,44.583863,0],[-71.952672,44.583958,0],[-71.952623,44.584069,0],[-71.952538,44.58413,0],[-71.952597,44.584187,0]]]},"properties":{"id":"hke589","name":"Beat Bog","touches":",hke87,hke102,mtb246,mtb587,","length":198.65273156074946}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.887486,44.627602,0],[-71.887466,44.627576,0],[-71.887431,44.62752,0],[-71.88738,44.62748,0],[-71.88732,44.627399,0],[-71.887205,44.627281,395],[-71.887057,44.627099,395.6],[-71.887037,44.627051,395.8],[-71.887104,44.626949,0],[-71.887173,44.62684,396.6],[-71.887167,44.626784,397.8],[-71.887213,44.626725,0],[-71.887307,44.626633,397.7],[-71.887312,44.626495,0],[-71.88731,44.626448,399.8],[-71.887289,44.626389,400.4],[-71.887318,44.626284,400.7],[-71.887338,44.626223,0],[-71.887334,44.626171,0],[-71.887286,44.626125,0],[-71.887224,44.626104,0],[-71.887117,44.626099,402.7],[-71.887,44.626263,403.8],[-71.886981,44.626335,403.7],[-71.886978,44.626403,404.9],[-71.886939,44.626454,404.9],[-71.886859,44.626476,406.3],[-71.886793,44.626479,0],[-71.886683,44.626474,407.1],[-71.886489,44.626439,407.8],[-71.886355,44.626386,409.5],[-71.886307,44.626319,409.4],[-71.886297,44.626266,409.8],[-71.886313,44.626225,0],[-71.886338,44.626144,409.4],[-71.886296,44.626103,410.7],[-71.886254,44.626098,411.6],[-71.886198,44.626119,412.9],[-71.886168,44.626159,0],[-71.886134,44.626219,0],[-71.886105,44.626295,0],[-71.886087,44.626348,0],[-71.886046,44.626406,413.1],[-71.885994,44.626439,0],[-71.8859,44.62647,0],[-71.885852,44.626479,0],[-71.885782,44.626487,0],[-71.885723,44.626462,0],[-71.885704,44.626433,0],[-71.885692,44.626378,416.1],[-71.885751,44.626255,0],[-71.885789,44.626189,0],[-71.885813,44.626112,0],[-71.885814,44.626028,0],[-71.885805,44.625921,0],[-71.88579,44.625895,0],[-71.885645,44.62587,424.6],[-71.885438,44.625846,0],[-71.885231,44.625856,0],[-71.885006,44.62597,429],[-71.884896,44.626073,426.6],[-71.884789,44.626208,429],[-71.884742,44.626319,431.8],[-71.88462,44.626392,432.2],[-71.884569,44.626428,432.3],[-71.88455,44.626467,431.9],[-71.884502,44.62651,431.2],[-71.884389,44.626544,430.4],[-71.884283,44.626559,431.8],[-71.884232,44.626593,431.9],[-71.884129,44.626676,433],[-71.884045,44.626712,0],[-71.883893,44.626756,435.9],[-71.883866,44.626774,0],[-71.883825,44.626815,436],[-71.883811,44.626862,0],[-71.883789,44.626972,435],[-71.883758,44.627045,434.4],[-71.883711,44.627071,434.3],[-71.883667,44.627071,434.3],[-71.88359,44.627098,434.2],[-71.883485,44.627137,433.8],[-71.883424,44.627144,433.5],[-71.883375,44.627157,433.1],[-71.883324,44.627192,433],[-71.883292,44.627222,433.4],[-71.883247,44.627252,433.1],[-71.883207,44.627293,433.5],[-71.883166,44.627325,433.5],[-71.883134,44.627334,216.722586]]]},"properties":{"id":"mtb590","name":"Stormin Norman","touches":",mtb591,mtb592,mtb740,","length":751.108000051064}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.887924,44.627921,384.6],[-71.887834,44.627937,384.6],[-71.887794,44.627874,385.3],[-71.887819,44.627731,386],[-71.887835,44.627689,0],[-71.887888,44.627579,0],[-71.887932,44.6275,387.6],[-71.887923,44.627471,388.3],[-71.88787,44.627457,389.3],[-71.887805,44.627469,388.9],[-71.887724,44.627495,389],[-71.887643,44.627534,389.7],[-71.887621,44.627574,0],[-71.887591,44.627609,0],[-71.88754,44.627616,0],[-71.887491,44.627608,0],[-71.887486,44.627602,0]]]},"properties":{"id":"mtb591","name":"Stormin Norman","touches":",mtb386,mtb496,mtb637,mtb590,mtb592,","length":104.37333224410484}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.883134,44.627334,0],[-71.883165,44.627349,0],[-71.883283,44.627395,0],[-71.883417,44.627425,0],[-71.883572,44.6274,0],[-71.883735,44.627354,0],[-71.883998,44.627265,0],[-71.884187,44.627237,0],[-71.884338,44.62721,0],[-71.884385,44.627175,0],[-71.884433,44.627107,0],[-71.884472,44.627062,0],[-71.884525,44.627039,0],[-71.884572,44.627054,0],[-71.884575,44.62707,0],[-71.884563,44.627119,0],[-71.884547,44.627157,0],[-71.884513,44.627212,0],[-71.884497,44.627252,0],[-71.88451,44.62727,0],[-71.884533,44.62728,0],[-71.884618,44.627267,0],[-71.88473,44.627179,0],[-71.884882,44.627055,0],[-71.885028,44.626815,0],[-71.885067,44.626795,0],[-71.885132,44.626804,0],[-71.885202,44.62688,0],[-71.885265,44.62698,0],[-71.885325,44.627049,0],[-71.88532,44.627085,0],[-71.885292,44.62714,0],[-71.885282,44.627205,0],[-71.885267,44.627339,0],[-71.885273,44.627392,0],[-71.885337,44.627424,0],[-71.88535,44.627485,0],[-71.88539,44.6276,0],[-71.885398,44.627707,0],[-71.885363,44.627805,0],[-71.885345,44.62783,0],[-71.885337,44.627895,0],[-71.885362,44.627994,0],[-71.885423,44.628152,0],[-71.885427,44.628205,0],[-71.885408,44.628287,0],[-71.885373,44.628354,0],[-71.885387,44.628447,0],[-71.885405,44.628472,0],[-71.885485,44.628505,0],[-71.88559,44.628534,0],[-71.885658,44.628519,0],[-71.885873,44.62845,0],[-71.886185,44.628389,0],[-71.886415,44.628267,0],[-71.886612,44.628205,0],[-71.886795,44.628204,0],[-71.886883,44.628189,0],[-71.88704,44.628115,0],[-71.887137,44.628004,0],[-71.887247,44.627834,0],[-71.887276,44.62777,0],[-71.887337,44.627671,0],[-71.887399,44.627608,0],[-71.887486,44.627602,0]]]},"properties":{"id":"mtb592","name":"Buck Stop","touches":",mtb590,mtb591,mtb740,","length":643.6263347064089}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.89047,44.600035,0],[-71.890294,44.600258,0],[-71.890291,44.600334,0],[-71.890324,44.600405,0],[-71.890353,44.600437,0],[-71.890489,44.600511,0],[-71.890671,44.600589,0],[-71.890886,44.600705,0],[-71.891139,44.6008,0],[-71.891245,44.600859,0],[-71.89134,44.60094,0],[-71.891425,44.601057,0],[-71.891495,44.601183,0],[-71.891538,44.601225,0],[-71.891647,44.601298,0],[-71.891756,44.601354,0],[-71.892014,44.601462,0],[-71.892319,44.601549,0],[-71.892392,44.601577,0],[-71.892452,44.601622,0],[-71.89248,44.601676,0],[-71.892465,44.601733,0],[-71.89243,44.601787,0],[-71.892375,44.601832,0],[-71.892198,44.601939,0],[-71.891991,44.60203,0],[-71.891841,44.60212,0],[-71.891516,44.602386,0],[-71.891347,44.602543,0],[-71.891319,44.602579,0],[-71.890953,44.602942,0],[-71.890825,44.603053,0],[-71.890744,44.603144,0],[-71.89072,44.603184,0],[-71.890678,44.603264,0],[-71.890657,44.603337,0],[-71.890658,44.603456,0],[-71.89068,44.603535,0],[-71.890733,44.603618,0],[-71.890891,44.603796,0],[-71.891169,44.604258,0],[-71.891217,44.604336,0],[-71.891427,44.604527,0],[-71.891751,44.604729,0],[-71.892076,44.604974,0],[-71.892228,44.605068,0],[-71.892443,44.605187,0],[-71.892662,44.605298,0],[-71.892787,44.605346,0],[-71.892931,44.605383,0],[-71.893209,44.605422,0],[-71.893274,44.605441,0],[-71.893376,44.605489,0],[-71.893969,44.605817,0],[-71.894543,44.606093,0]]]},"properties":{"id":"mtb593","name":"Magill Field","touches":",mtb124,mtb181,mtb595,mtb190,rd364,","length":967.3626935331893}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.899622,44.613192,380.2719],[-71.899647,44.613179,380.1],[-71.899749,44.613133,379.9],[-71.899813,44.613103,379.4],[-71.899858,44.613056,379.2],[-71.899889,44.613038,379.5],[-71.899932,44.613008,379.4],[-71.899983,44.612962,378.7],[-71.9,44.612947,379.1],[-71.900038,44.612912,378.9],[-71.900093,44.612848,378.9],[-71.900111,44.612786,378.7],[-71.900125,44.612752,378.9],[-71.900172,44.612692,378.7],[-71.900221,44.61264,378.6],[-71.900273,44.61258,379],[-71.900291,44.612546,379.2],[-71.900322,44.612489,380.2],[-71.900351,44.612445,380.3],[-71.900395,44.61238,381],[-71.90042,44.612342,381.6],[-71.900459,44.612289,381.6],[-71.900498,44.612247,382],[-71.900539,44.612209,382.4],[-71.900571,44.612169,382.4],[-71.900604,44.612124,382.7],[-71.900629,44.61208,382.6],[-71.900645,44.612039,383.4],[-71.900656,44.612022,383.4],[-71.900682,44.611986,383.3],[-71.900728,44.611941,383.6],[-71.900769,44.611905,383.5],[-71.900817,44.611865,383.5],[-71.90088,44.611816,383.7],[-71.900958,44.611753,383.3],[-71.900996,44.611718,383.2],[-71.901032,44.611684,383],[-71.901071,44.611647,382.9],[-71.901102,44.611613,382.7],[-71.901149,44.611562,382.7],[-71.901197,44.611515,382.7],[-71.901232,44.611486,382.6],[-71.901283,44.61145,382.4],[-71.901333,44.611423,382.3],[-71.901362,44.611403,381.9],[-71.9014,44.611379,381.8],[-71.90144,44.611356,381.9],[-71.901479,44.611325,381.8],[-71.901498,44.611302,381.7],[-71.901536,44.611259,381.5],[-71.901565,44.611233,381.6],[-71.901594,44.6112,381.5],[-71.90164,44.611155,381.3],[-71.901683,44.611114,381.2],[-71.901707,44.611084,381],[-71.901742,44.61102,380.8],[-71.901755,44.610986,380.9],[-71.901766,44.610955,381],[-71.901786,44.610918,380.8],[-71.901816,44.610891,380.9],[-71.90185,44.610874,380.6],[-71.901892,44.610857,380.2],[-71.901964,44.610822,379.5],[-71.902029,44.610785,379.4],[-71.902085,44.610748,378.9],[-71.902187,44.610662,378.5],[-71.902212,44.610644,378.5],[-71.902259,44.610606,378.1],[-71.902296,44.610583,378.1],[-71.902323,44.610572,377.9],[-71.902352,44.610564,0]]]},"properties":{"id":"mtb594","name":"Butter Tubs","touches":",mtb582,mtb632,mtb702,mtb749,mtb750,","length":371.1457407486199}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.894543,44.606093,0],[-71.894536,44.606334,0],[-71.89451,44.606378,0],[-71.894505,44.606421,0],[-71.894518,44.606464,0],[-71.894538,44.606503,0],[-71.89455,44.606515,0]]]},"properties":{"id":"mtb595","name":"Moose Alley","touches":",mtb124,mtb181,mtb593,mtb631,mtb638,","length":48.01739156630373}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.879309,44.604457,0],[-71.880371,44.605028,0],[-71.880582,44.605205,0],[-71.881242,44.605944,0],[-71.881388,44.606078,0],[-71.881621,44.606234,0],[-71.882132,44.606671,0],[-71.882569,44.607185,0],[-71.88301,44.607669,0],[-71.883118,44.607754,0],[-71.883158,44.60777,0],[-71.88366,44.608155,438.3],[-71.884108,44.608492,0],[-71.884632,44.608781,438.1],[-71.88496,44.609005,435.1],[-71.885083,44.609092,435],[-71.885506,44.609398,0],[-71.885964,44.609655,434],[-71.886528,44.609993,432.1],[-71.886603,44.610038,431.9],[-71.886647,44.610076,432.1],[-71.88671,44.610116,431],[-71.886775,44.610203,0],[-71.886849,44.610265,430.2],[-71.886912,44.610303,427.1],[-71.886964,44.61033,426.5],[-71.887019,44.610358,426],[-71.887108,44.610391,424.9],[-71.887253,44.610462,424.4],[-71.887515,44.610556,0],[-71.887786,44.610624,423.7],[-71.888007,44.610663,423.5],[-71.888144,44.610677,0],[-71.888319,44.61067,424.1],[-71.888422,44.61067,424.1],[-71.88849,44.610653,0],[-71.888543,44.610654,424.2],[-71.888713,44.610731,0],[-71.888861,44.610776,0],[-71.888968,44.610796,424.2],[-71.889033,44.610795,424.2],[-71.889116,44.610798,0],[-71.889201,44.610819,0],[-71.88922,44.61084,0],[-71.889261,44.610883,0],[-71.889426,44.610951,0],[-71.889573,44.611035,0],[-71.889732,44.611152,0],[-71.889859,44.611205,40.672744],[-71.890006,44.611246,0],[-71.890137,44.611246,0],[-71.89031,44.611261,0],[-71.890525,44.611338,0],[-71.890728,44.611458,424.8],[-71.890801,44.61151,425],[-71.890842,44.611544,425],[-71.890881,44.611563,425.2],[-71.890913,44.611606,424.9],[-71.890899,44.611672,424.6],[-71.890879,44.611707,0],[-71.890894,44.611745,0],[-71.890946,44.611787,423.9],[-71.891028,44.611824,422.7],[-71.891109,44.611861,422.5],[-71.891163,44.61189,422.3],[-71.891215,44.611914,422.4],[-71.891316,44.611935,422.2],[-71.891403,44.611936,422.4],[-71.891516,44.611911,422.9],[-71.891541,44.611891,423.1],[-71.891568,44.611871,0],[-71.891556,44.611849,424.4],[-71.891521,44.61183,424.6],[-71.891445,44.61182,424.2],[-71.891401,44.611824,424],[-71.89134,44.611827,423.8],[-71.891298,44.611806,423.3],[-71.891287,44.611782,423.8],[-71.891296,44.611742,423.8],[-71.891365,44.611713,423.9],[-71.891402,44.611705,0],[-71.891446,44.611697,424.4],[-71.891512,44.61171,424.5],[-71.891616,44.611748,425],[-71.891743,44.611756,425.4],[-71.891818,44.61174,0],[-71.891841,44.611703,426.4],[-71.891812,44.61166,426.9],[-71.89173,44.61162,427],[-71.891683,44.61159,427.2],[-71.891633,44.61156,427.5],[-71.891527,44.611515,428.1],[-71.89147,44.611478,428.5],[-71.891397,44.611386,429.3],[-71.891353,44.611337,429.5],[-71.891357,44.611279,429.6],[-71.891476,44.611294,0],[-71.89185,44.611422,428.4],[-71.891908,44.611425,428.5],[-71.891997,44.611408,429.5],[-71.892044,44.611368,431.6],[-71.892091,44.611312,434.3],[-71.892073,44.611233,434.3],[-71.892013,44.611196,433.8],[-71.891808,44.611139,433.7],[-71.89173,44.611091,434.5],[-71.891599,44.611006,0],[-71.891548,44.610862,436],[-71.891537,44.610787,436.9],[-71.891545,44.610753,437.2],[-71.891555,44.610743,437.1],[-71.891574,44.610676,0],[-71.891594,44.610638,0],[-71.891641,44.61062,437.4],[-71.891678,44.610637,0],[-71.891695,44.61068,437.7],[-71.891756,44.610747,437.6],[-71.891821,44.610792,437.5],[-71.89188,44.610829,437],[-71.89194,44.610859,436.6],[-71.891991,44.610875,436.9],[-71.892102,44.610901,436.8],[-71.892227,44.610925,436.4],[-71.892399,44.610967,438.7],[-71.892517,44.611018,0],[-71.892604,44.611071,438.9],[-71.892679,44.611106,439.3],[-71.892773,44.611149,439.4],[-71.892853,44.611171,440],[-71.89292,44.611197,440.2],[-71.89299,44.611217,440.4],[-71.893096,44.611246,440.8],[-71.893338,44.611275,0],[-71.893578,44.611331,0],[-71.893685,44.61139,438.1],[-71.893771,44.611445,437.1],[-71.893854,44.611514,436.7],[-71.893991,44.611594,436.7]]]},"properties":{"id":"mtb596","name":"North Pasture","touches":",mtb21,mtb584,mtb638,mtb749,","length":1872.7596102608798}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.950409,44.6216,0],[-71.95016,44.621876,0],[-71.949995,44.622129,0],[-71.949848,44.622287,0]]]},"properties":{"id":"rd597","name":"Bugbee Crossing Rd","touches":",xc533,rd539,rd598,rd628,","length":88.51960585653845}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.903201,44.598085,0],[-71.903257,44.59799,0],[-71.903331,44.597877,0],[-71.903396,44.597744,0],[-71.903462,44.59764,0]]]},"properties":{"id":"rd627","name":"Dashney","touches":",mtb190,rd378,mtb707,mtb709,mtb724,","length":53.61931673892775}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.937593,44.644079,0],[-71.937611,44.642888,0],[-71.93757,44.642618,0],[-71.937575,44.642167,0],[-71.937666,44.641655,0],[-71.937865,44.640574,0],[-71.937954,44.639987,0],[-71.938033,44.639677,0],[-71.938142,44.639377,0],[-71.938298,44.639074,0],[-71.938479,44.638781,0],[-71.938569,44.638611,0],[-71.938607,44.638437,0],[-71.938616,44.638287,0],[-71.938604,44.638135,0],[-71.93854,44.637921,0],[-71.938377,44.637535,0],[-71.938214,44.637081,0],[-71.938187,44.636845,0],[-71.938196,44.636621,0],[-71.93822,44.636449,0],[-71.938488,44.635734,0],[-71.93881,44.635006,0],[-71.939123,44.634363,0],[-71.939382,44.633742,0],[-71.939694,44.633296,0],[-71.939855,44.63305,0],[-71.939931,44.632795,0],[-71.940105,44.632188,0],[-71.940329,44.631442,0],[-71.940691,44.630781,0],[-71.940999,44.629963,0],[-71.941142,44.629628,0],[-71.941329,44.629365,0],[-71.941575,44.629092,0],[-71.942017,44.628753,0],[-71.942254,44.62863,0],[-71.942676,44.628348,0],[-71.942975,44.628011,0],[-71.943382,44.6275,0],[-71.943576,44.627252,0],[-71.943891,44.626756,0],[-71.94417,44.626398,0],[-71.944521,44.626135,0],[-71.944925,44.625896,0],[-71.945296,44.625632,0],[-71.945644,44.625364,0],[-71.945805,44.625224,0],[-71.946024,44.62498,0],[-71.946299,44.624694,0],[-71.946652,44.624429,0],[-71.947067,44.624185,0],[-71.947402,44.624056,0],[-71.948005,44.623846,0],[-71.948523,44.6237,0],[-71.94891,44.623555,0],[-71.949254,44.623365,0],[-71.949477,44.623205,0],[-71.949694,44.622999,0],[-71.949899,44.622805,0],[-71.949915,44.622664,0],[-71.949884,44.622434,0],[-71.949848,44.622287,0]]]},"properties":{"id":"rd598","name":"Brook Rd","touches":",rd597,rd628,rd599,rd603,","length":2768.1396491724136}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.921804,44.642266,0],[-71.922007,44.642365,0],[-71.922256,44.642481,0],[-71.92254,44.642633,0],[-71.922757,44.642733,0],[-71.922983,44.64282,0],[-71.923373,44.642951,0],[-71.92359,44.64303,0],[-71.92376,44.643102,0],[-71.923936,44.643199,0],[-71.924082,44.643289,0],[-71.924216,44.64339,0],[-71.924407,44.643552,0],[-71.92469,44.643779,0],[-71.924834,44.643899,0],[-71.924998,44.644007,0],[-71.925162,44.644104,0],[-71.92545,44.644255,0],[-71.926016,44.644521,0],[-71.926305,44.644651,0],[-71.926555,44.644747,0],[-71.926822,44.644826,0],[-71.927261,44.64494,0],[-71.927924,44.645044,0],[-71.928125,44.645066,0],[-71.928625,44.645106,0],[-71.929036,44.64512,0],[-71.929684,44.645129,0],[-71.930099,44.645169,0],[-71.930492,44.645249,0],[-71.930676,44.645325,0],[-71.930921,44.645504,0],[-71.931221,44.645758,0],[-71.931556,44.646107,0],[-71.931806,44.646299,0],[-71.932168,44.64646,0],[-71.932409,44.646491,0],[-71.932784,44.64646,0],[-71.933182,44.646397,0],[-71.933807,44.646308,0],[-71.934352,44.646272,0],[-71.934915,44.646254,0],[-71.935455,44.646192,0],[-71.935813,44.646098,0],[-71.936228,44.645892,0],[-71.936416,44.645758,0],[-71.936728,44.645468,0],[-71.937072,44.645075,0],[-71.937336,44.644637,0],[-71.937447,44.644266,0],[-71.937593,44.644079,0]]]},"properties":{"id":"rd599","name":"Carter Rd","touches":",rd598,rd603,rd600,rd602,rd604,","length":1548.2859389923785}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.93216,44.625209,0],[-71.93105,44.626167,0],[-71.929241,44.627834,0],[-71.928151,44.628781,0],[-71.927199,44.629629,0],[-71.92652,44.630295,0],[-71.925823,44.630996,0],[-71.92522,44.631604,0],[-71.92472,44.632024,0],[-71.924452,44.632274,0],[-71.924059,44.632756,0],[-71.92355,44.633596,0],[-71.923161,44.634337,0],[-71.923027,44.634677,0],[-71.922933,44.635034,0],[-71.922897,44.635325,0],[-71.922839,44.636651,0],[-71.922768,44.637831,0],[-71.922718,44.638615,0],[-71.922682,44.639001,0],[-71.922661,44.639364,0],[-71.922588,44.639751,0],[-71.922471,44.640474,0],[-71.922407,44.640777,0],[-71.922313,44.641175,0],[-71.922251,44.64137,0],[-71.922183,44.641559,0],[-71.922111,44.641745,0],[-71.921964,44.642043,0],[-71.921804,44.642266,0]]]},"properties":{"id":"rd600","name":"Burke Green Rd","touches":",rd357,rd601,rd599,rd602,rd604,","length":2140.1120087744357}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.93043,44.624541,0],[-71.930529,44.624553,0],[-71.930774,44.624578,0],[-71.93102,44.624602,0],[-71.931287,44.624711,0],[-71.931669,44.624922,0],[-71.93216,44.625209,0]]]},"properties":{"id":"rd601","name":"Drive Way Good N You","touches":",rd357,rd600,mtb392,mtb393,","length":160.39093249787527}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.92844,44.671663,0],[-71.928391,44.67141,0],[-71.928318,44.67108,0],[-71.928226,44.670816,0],[-71.928134,44.670597,0],[-71.928009,44.670345,0],[-71.927849,44.670124,0],[-71.927645,44.669905,0],[-71.927109,44.669402,0],[-71.926761,44.669072,0],[-71.926488,44.668884,0],[-71.926319,44.668759,0],[-71.925778,44.668464,0],[-71.925327,44.668187,0],[-71.925068,44.668004,0],[-71.924809,44.667808,0],[-71.924554,44.66758,0],[-71.923299,44.666231,0],[-71.92254,44.665458,0],[-71.922307,44.665221,0],[-71.92216,44.665043,0],[-71.922017,44.664797,0],[-71.921896,44.664489,0],[-71.921794,44.664002,0],[-71.921637,44.663247,0],[-71.921476,44.662568,0],[-71.92132,44.66213,0],[-71.921039,44.661322,0],[-71.920547,44.659839,0],[-71.920065,44.658445,0],[-71.919841,44.657578,0],[-71.919564,44.655809,0],[-71.919355,44.654594,0],[-71.919274,44.653933,0],[-71.919279,44.652557,0],[-71.919363,44.650641,0],[-71.919413,44.649413,0],[-71.919614,44.647858,0],[-71.919703,44.646764,0],[-71.919859,44.645897,0],[-71.920065,44.645098,0],[-71.920159,44.644856,0],[-71.920391,44.644365,0],[-71.920628,44.643945,0],[-71.920998,44.643364,0],[-71.921409,44.642797,0],[-71.921804,44.642266,0]]]},"properties":{"id":"rd602","name":"Maple Ridge Rd","touches":",rd599,rd600,rd604,rd603,","length":3493.5720608146967}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.937593,44.644079,0],[-71.937688,44.644212,0],[-71.93781,44.644489,0],[-71.937939,44.644787,0],[-71.938595,44.646289,0],[-71.938767,44.646648,0],[-71.938885,44.64692,0],[-71.938977,44.647152,0],[-71.939073,44.647436,0],[-71.939129,44.647764,0],[-71.939135,44.648133,0],[-71.93912,44.648609,0],[-71.939151,44.649835,0],[-71.939122,44.650699,0],[-71.93912,44.651262,0],[-71.939051,44.651622,0],[-71.938865,44.651981,0],[-71.938564,44.652254,0],[-71.938039,44.652749,0],[-71.937744,44.653002,0],[-71.937456,44.653348,0],[-71.937268,44.653647,0],[-71.937087,44.653842,0],[-71.936866,44.654098,0],[-71.936748,44.654255,0],[-71.936629,44.654503,0],[-71.936551,44.654724,0],[-71.936537,44.65478,0],[-71.936531,44.654882,0],[-71.936532,44.654937,0],[-71.936546,44.654987,0],[-71.936608,44.655076,0],[-71.936754,44.655312,0],[-71.936867,44.655526,0],[-71.936944,44.655692,0],[-71.936982,44.655828,0],[-71.936988,44.656005,0],[-71.936824,44.656395,0],[-71.936758,44.656965,0],[-71.936752,44.657221,0],[-71.936819,44.657818,0],[-71.936823,44.657962,0],[-71.936803,44.658112,0],[-71.936748,44.65829,0],[-71.936478,44.65871,0],[-71.936253,44.659045,0],[-71.936107,44.659277,0],[-71.93592,44.659744,0],[-71.935768,44.660136,0],[-71.93565,44.660379,0],[-71.935538,44.660587,0],[-71.935326,44.660895,0],[-71.935121,44.66121,0],[-71.934875,44.661558,0],[-71.934687,44.661858,0],[-71.934446,44.662255,0],[-71.934406,44.662333,0],[-71.93435,44.662479,0],[-71.934281,44.662847,0],[-71.934174,44.663421,0],[-71.934093,44.663707,0],[-71.934053,44.663921,0],[-71.933933,44.664178,0],[-71.933852,44.664294,0],[-71.933539,44.664739,0],[-71.933225,44.665165,0],[-71.932952,44.665632,0],[-71.932543,44.666351,0],[-71.932336,44.666718,0],[-71.931916,44.667316,0],[-71.931601,44.667866,0],[-71.931373,44.668388,0],[-71.931183,44.668909,0],[-71.93096,44.669673,0],[-71.930928,44.669851,0],[-71.930835,44.66999,0],[-71.930678,44.670137,0],[-71.930495,44.670271,0],[-71.93022,44.670483,0],[-71.929957,44.670675,0],[-71.929667,44.670865,0],[-71.92951,44.670919,0],[-71.929202,44.671084,0],[-71.92893,44.671299,0],[-71.928632,44.671551,0],[-71.92844,44.671663,0]]]},"properties":{"id":"rd603","name":"Brook Rd","touches":",rd598,rd599,rd602,","length":3322.6359031905686}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.949848,44.622287,0],[-71.949808,44.62233,0],[-71.94973,44.622379,0],[-71.949633,44.622389,0],[-71.949519,44.622373,0],[-71.949282,44.622275,0],[-71.948891,44.622004,0],[-71.947669,44.621148,0],[-71.946915,44.620606,0],[-71.9465,44.620301,0],[-71.945798,44.619772,0],[-71.945578,44.61957,0],[-71.945309,44.619259,0],[-71.944727,44.618555,0],[-71.944562,44.61837,0],[-71.943618,44.617446,0],[-71.942715,44.616597,0],[-71.941691,44.615726,0],[-71.941113,44.615268,0]]]},"properties":{"id":"rd628","name":"Burke Hollow Rd","touches":",rd365,rd695,rd597,rd598,","length":1069.7563574669496}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.922857,44.616976,0],[-71.922707,44.617112,0],[-71.922607,44.617246,0],[-71.922481,44.617417,0],[-71.922196,44.617828,0],[-71.921919,44.618248,0],[-71.921642,44.618722,0],[-71.921418,44.619151,0],[-71.921235,44.619544,0],[-71.921159,44.619941,0],[-71.921083,44.620187,0],[-71.920847,44.620531,0],[-71.92061,44.620844,0],[-71.92027,44.621286,0],[-71.919962,44.621777,0],[-71.919645,44.622304,0],[-71.919404,44.622715,0],[-71.919198,44.623064,0],[-71.918966,44.623367,0],[-71.918698,44.623635,0],[-71.918202,44.624073,0],[-71.917711,44.624542,0],[-71.91726,44.625087,0],[-71.91705,44.625306,0],[-71.916808,44.62548,0],[-71.91642,44.625637,0],[-71.915642,44.625909,0],[-71.915093,44.62611,0],[-71.914651,44.626213,0],[-71.914155,44.626293,0],[-71.913565,44.626333,0],[-71.912788,44.626374,0],[-71.912056,44.626374,0],[-71.91135,44.626356,0],[-71.910514,44.626307,0],[-71.910099,44.626316,0],[-71.909357,44.626396,0],[-71.908973,44.626414,0],[-71.90825,44.626445,0],[-71.907602,44.62653,0],[-71.907102,44.626628,0],[-71.906548,44.626807,0],[-71.906186,44.626981,0],[-71.905846,44.627267,0],[-71.905467,44.627741,0],[-71.905167,44.628232,0],[-71.904855,44.62888,0],[-71.904689,44.629353,0],[-71.904636,44.629576,0],[-71.904547,44.629786,0],[-71.904368,44.630188,0],[-71.904203,44.630568,0],[-71.903961,44.630988,0],[-71.903649,44.631479,0],[-71.903403,44.631872,0],[-71.903251,44.632252,0],[-71.90313,44.632516,0]]]},"properties":{"id":"rd606","name":"Marshall Newland Rd","touches":",rd605,rd607,rd764,","length":2612.1925790758955}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.926229,44.618034,0],[-71.925543,44.617755,0],[-71.924951,44.617509,0],[-71.924509,44.61733,0],[-71.924261,44.617265,0],[-71.923926,44.617198,0],[-71.923406,44.617105,0],[-71.923136,44.617072,0],[-71.922928,44.617007,0],[-71.922857,44.616976,0]]]},"properties":{"id":"rd607","name":"White School Rd","touches":",mtb391,mtb392,rd608,rd606,rd764,","length":294.8013646342745}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.929079,44.619418,0],[-71.928498,44.619005,0],[-71.928167,44.618883,0],[-71.927779,44.618664,0],[-71.926883,44.618313,0],[-71.926229,44.618034,0],[-71.926229,44.618034,0]]]},"properties":{"id":"rd608","name":"White School Rd","touches":",rd358,mtb393,mtb394,mtb391,mtb392,rd607,","length":275.425983887334}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.932497,44.569887,0],[-71.932404,44.570021,0],[-71.93225,44.570163,0],[-71.932014,44.57044,0],[-71.931923,44.570527,0],[-71.931661,44.570697,0],[-71.931491,44.57083,0],[-71.931295,44.571081,0],[-71.931247,44.571184,0],[-71.931237,44.5714,0],[-71.931177,44.571648,0],[-71.931115,44.57215,0],[-71.93117,44.572362,0],[-71.931158,44.572433,0],[-71.931132,44.572464,0],[-71.930914,44.572552,0],[-71.930868,44.572652,0],[-71.930756,44.572772,0],[-71.930704,44.572872,0],[-71.930667,44.573086,0],[-71.930571,44.573327,0],[-71.930444,44.573563,0],[-71.930321,44.573876,0],[-71.93025,44.574194,0],[-71.930212,44.574261,0],[-71.930147,44.574315,0],[-71.929961,44.57437,0],[-71.929614,44.57442,0],[-71.929376,44.574481,0],[-71.92913,44.574524,0],[-71.928729,44.574561,0],[-71.928528,44.574545,0],[-71.928336,44.574501,0],[-71.92774,44.574418,0],[-71.927185,44.574389,0],[-71.927037,44.574366,0],[-71.926866,44.57429,0],[-71.926774,44.574163,0],[-71.926816,44.573805,0],[-71.926773,44.573555,0],[-71.926787,44.573268,0],[-71.926747,44.573127,0],[-71.926425,44.573052,0],[-71.926284,44.573011,0],[-71.926202,44.57297,0],[-71.925976,44.572611,0],[-71.925794,44.572487,0],[-71.92574,44.572426,0],[-71.925669,44.572292,0],[-71.925594,44.572244,0],[-71.925361,44.572178,0],[-71.925113,44.572211,0],[-71.925012,44.572203,0],[-71.924831,44.57214,0],[-71.924591,44.572086,0],[-71.924516,44.572038,0],[-71.924414,44.571877,0],[-71.924329,44.571788,0],[-71.924242,44.571752,0],[-71.924145,44.571734,0],[-71.923996,44.571747,0],[-71.923529,44.571962,0],[-71.923387,44.571997,0],[-71.923091,44.572049,0],[-71.92297,44.572102,0],[-71.922376,44.572501,0],[-71.92234,44.572577,0],[-71.922369,44.572674,0],[-71.922305,44.572785,0],[-71.922169,44.572858,0],[-71.921922,44.572948,0],[-71.921743,44.573015,0],[-71.92166,44.573045,0],[-71.921433,44.573203,0],[-71.921195,44.573389,0],[-71.921101,44.573516,0],[-71.921007,44.573722,0],[-71.920849,44.573948,0],[-71.92076,44.574035,0],[-71.92055,44.574189,0],[-71.920259,44.574685,0],[-71.920205,44.574897,0],[-71.920198,44.575113,0],[-71.920179,44.575183,0],[-71.920007,44.575484,0],[-71.919879,44.575638,0],[-71.919671,44.575795,0],[-71.919471,44.576003,0],[-71.919314,44.576267,0],[-71.919164,44.57641,0],[-71.919033,44.576604,0],[-71.918677,44.576805,0],[-71.918545,44.576913,0],[-71.91845,44.576933,0],[-71.9183,44.576922,0],[-71.91814,44.576835,0],[-71.917904,44.57677,0],[-71.917681,44.576687,0],[-71.917626,44.576686,0]]]},"properties":{"id":"mtb609","name":"Kirby Connector","touches":",rd367,rd368,mtb488,hke610,","length":2080.000483066545}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.908968,44.572127,0],[-71.909047,44.572133,0],[-71.909181,44.572146,0],[-71.909266,44.572169,0],[-71.909336,44.572211,0],[-71.909361,44.572236,0],[-71.90939,44.572268,0],[-71.909427,44.572315,0],[-71.909464,44.572361,0],[-71.90952,44.572422,0],[-71.909619,44.572493,0],[-71.909702,44.572561,0],[-71.909775,44.572612,0],[-71.909826,44.572692,0],[-71.909856,44.572743,0],[-71.909904,44.572878,0],[-71.909941,44.572978,0],[-71.909995,44.573043,0],[-71.910051,44.573103,0],[-71.910116,44.573129,0],[-71.910254,44.573132,0],[-71.910357,44.573127,0],[-71.910448,44.573133,0],[-71.910522,44.573149,0],[-71.910587,44.573184,0],[-71.910664,44.573255,0],[-71.910761,44.573361,0],[-71.910931,44.573541,0],[-71.911029,44.573641,0],[-71.911093,44.573725,0],[-71.911258,44.573962,0],[-71.911308,44.574042,0],[-71.911372,44.574087,0],[-71.911475,44.574104,0],[-71.911564,44.574103,0],[-71.911729,44.574103,0],[-71.911827,44.574106,0],[-71.911958,44.57413,0],[-71.9121,44.57417,0],[-71.912211,44.574214,0],[-71.912285,44.574259,0],[-71.912349,44.574315,0],[-71.912369,44.574375,0],[-71.912373,44.574423,0],[-71.912371,44.574551,0],[-71.912399,44.574668,0],[-71.912439,44.574794,0],[-71.912536,44.574997,0],[-71.912595,44.575116,0],[-71.912604,44.575205,0],[-71.912604,44.575376,0],[-71.912609,44.575417,0],[-71.912631,44.575454,0],[-71.912706,44.575522,0],[-71.912784,44.575579,0],[-71.912892,44.575603,0],[-71.912975,44.575593,0],[-71.913065,44.575562,0],[-71.913113,44.575522,0],[-71.913203,44.575443,0],[-71.913298,44.575337,0],[-71.913389,44.575232,0],[-71.913456,44.575157,0],[-71.913535,44.575032,0],[-71.913645,44.574854,0],[-71.913706,44.574747,0],[-71.913747,44.574695,0],[-71.913777,44.574668,0],[-71.91382,44.574659,0],[-71.913881,44.574658,0],[-71.913951,44.574695,0],[-71.914098,44.57476,0],[-71.914271,44.574844,0],[-71.914438,44.574941,0],[-71.914585,44.57502,0],[-71.91466,44.575074,0],[-71.914797,44.575182,0],[-71.914909,44.575278,0],[-71.915168,44.575497,0],[-71.915233,44.575549,0],[-71.915289,44.575559,0],[-71.915388,44.575569,0],[-71.915514,44.575581,0],[-71.915565,44.575586,0],[-71.915652,44.575626,0],[-71.91577,44.57568,0],[-71.915825,44.5757,0],[-71.915936,44.575723,0],[-71.916061,44.575733,0],[-71.916132,44.575716,0],[-71.916199,44.575691,0],[-71.91634,44.575623,0],[-71.916442,44.575581,0],[-71.916506,44.575568,0],[-71.91657,44.575565,0],[-71.916624,44.575578,0],[-71.916677,44.575613,0],[-71.91671,44.575643,0],[-71.916755,44.57573,0],[-71.916816,44.575834,0],[-71.916907,44.575932,0],[-71.917084,44.576124,0],[-71.917436,44.576508,0],[-71.917626,44.576686,0]]]},"properties":{"id":"hke610","name":"Red Trail","touches":",mtb112,mtb611,hke612,mtb488,mtb609,","length":1106.0195180193396}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.903374,44.577999,0],[-71.903491,44.577889,0],[-71.903625,44.57779,0],[-71.903919,44.577536,0],[-71.904109,44.577322,0],[-71.904208,44.577183,0],[-71.904269,44.57705,0],[-71.904295,44.576929,0],[-71.904292,44.576641,0],[-71.904197,44.576113,0],[-71.904133,44.575861,0],[-71.903993,44.5756,0],[-71.903932,44.575448,0],[-71.903905,44.575317,0],[-71.903904,44.574877,0],[-71.903927,44.574782,0],[-71.904029,44.574643,0],[-71.904172,44.574519,0],[-71.904468,44.574327,0],[-71.904804,44.574033,0],[-71.904938,44.573931,0],[-71.90503,44.573886,0],[-71.905319,44.573786,0],[-71.905878,44.573632,0],[-71.90611,44.573552,0],[-71.906669,44.573417,0],[-71.906997,44.573276,0],[-71.907429,44.573021,0],[-71.907564,44.572904,0],[-71.907763,44.572677,0],[-71.907927,44.572544,0],[-71.908071,44.572472,0],[-71.90875,44.572202,0],[-71.908968,44.572127,0]]]},"properties":{"id":"mtb611","name":"CCC Road","touches":",mtb112,hke610,hke612,mtb113,mtb185,mtb615,","length":894.6225381519623}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.908332,44.572061,0],[-71.908424,44.57203,0],[-71.908484,44.572014,0],[-71.908554,44.572012,0],[-71.908631,44.572018,0],[-71.908668,44.572031,0],[-71.908869,44.572118,0],[-71.908902,44.572126,0],[-71.908968,44.572127,0]]]},"properties":{"id":"hke612","name":"Red Trail","touches":",mtb112,hke610,mtb611,hke613,hke619,","length":54.842232927095644}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.883794,44.631002,0],[-71.88383,44.631044,0],[-71.883842,44.631092,0],[-71.883841,44.631126,0],[-71.883833,44.631148,0],[-71.883811,44.631182,0],[-71.883777,44.631203,0],[-71.883742,44.631232,0],[-71.883689,44.631258,0],[-71.883639,44.631284,0],[-71.883635,44.631298,0],[-71.883645,44.631327,0]]]},"properties":{"id":"mtb640","name":"Black Bear Connector","touches":",mtb380,mtb381,mtb496,mtb739,mtb494,mtb639,","length":44.08493408501937}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.89768,44.571083,0],[-71.897709,44.571119,0],[-71.897735,44.571183,0],[-71.897762,44.571293,0],[-71.897772,44.571336,0],[-71.897794,44.571369,0],[-71.897824,44.57142,0],[-71.897888,44.571461,0],[-71.898003,44.571542,0],[-71.898086,44.571597,0],[-71.898109,44.571624,0],[-71.898234,44.571789,0],[-71.898292,44.571867,0],[-71.898349,44.572018,0],[-71.898363,44.572045,0],[-71.898409,44.572092,0],[-71.898478,44.572148,0],[-71.898523,44.572176,0],[-71.898584,44.572212,0],[-71.898604,44.572239,0],[-71.898624,44.572271,0],[-71.898631,44.572308,0],[-71.898632,44.57235,0],[-71.898609,44.572415,0],[-71.898588,44.572483,0],[-71.898564,44.572559,0],[-71.898535,44.572587,0],[-71.898461,44.572646,0],[-71.898425,44.572678,0],[-71.898408,44.57271,0],[-71.898408,44.572724,0],[-71.89843,44.572739,0],[-71.898449,44.572752,0],[-71.89848,44.57276,0],[-71.898511,44.572764,0],[-71.898567,44.572771,0],[-71.898643,44.572782,0],[-71.898711,44.572791,0],[-71.89886,44.57282,0],[-71.899264,44.572902,0],[-71.899396,44.57293,0],[-71.899448,44.572934,0],[-71.899503,44.572931,0],[-71.899559,44.57292,0],[-71.899673,44.572891,0],[-71.899818,44.572857,0],[-71.899898,44.572835,0],[-71.900043,44.572785,0],[-71.900219,44.572727,0],[-71.900301,44.572706,0],[-71.900386,44.572687,0],[-71.900483,44.572664,0],[-71.900529,44.572647,0],[-71.900617,44.572616,0],[-71.900743,44.572571,0],[-71.900936,44.572516,0],[-71.901211,44.57244,0],[-71.901476,44.572363,0],[-71.901625,44.572326,0],[-71.901733,44.572305,0],[-71.901824,44.572284,0],[-71.901916,44.572257,0],[-71.902027,44.572222,0],[-71.902082,44.572204,0],[-71.902179,44.572169,0],[-71.902333,44.572102,0],[-71.902492,44.572012,0],[-71.902584,44.571989,0],[-71.902697,44.572017,0],[-71.902796,44.572006,0],[-71.903004,44.571945,0],[-71.903073,44.571929,0],[-71.903262,44.571889,0],[-71.903332,44.571874,0],[-71.903541,44.571833,0],[-71.903595,44.571842,0],[-71.903761,44.571825,0],[-71.903888,44.571769,0],[-71.903906,44.571766,0],[-71.90395,44.571759,0],[-71.904009,44.571748,0],[-71.904166,44.571721,0],[-71.904208,44.571714,0],[-71.904271,44.571683,0],[-71.904335,44.571709,0],[-71.904377,44.571707,0],[-71.904438,44.571731,0],[-71.904513,44.571698,0],[-71.90455,44.571716,0],[-71.904578,44.571755,0],[-71.904718,44.571813,0],[-71.904855,44.571868,0],[-71.904932,44.571897,0],[-71.905,44.571926,0],[-71.905045,44.571943,0],[-71.905101,44.571958,0],[-71.905203,44.571982,0],[-71.905339,44.572017,0],[-71.905482,44.572053,0],[-71.905558,44.57208,0],[-71.905611,44.572096,0],[-71.905646,44.572114,0],[-71.905705,44.572142,0],[-71.905798,44.572188,0],[-71.905828,44.572204,0],[-71.905882,44.572231,0],[-71.905941,44.572259,0],[-71.906001,44.572285,0],[-71.906048,44.572302,0],[-71.906081,44.572315,0],[-71.906126,44.572332,0],[-71.906176,44.572349,0],[-71.906258,44.572365,0],[-71.906323,44.572379,0],[-71.906406,44.572394,0],[-71.906529,44.572386,0],[-71.906664,44.572381,0],[-71.906721,44.572364,0],[-71.906867,44.572324,0],[-71.906947,44.572302,0],[-71.907001,44.572293,0],[-71.907116,44.572279,0],[-71.907333,44.572252,0],[-71.907364,44.572247,0],[-71.907415,44.57224,0],[-71.907458,44.57223,0],[-71.907615,44.572191,0],[-71.907661,44.57218,0],[-71.907807,44.572142,0],[-71.907965,44.572121,0],[-71.908023,44.572113,0],[-71.908165,44.572091,0],[-71.908241,44.572082,0],[-71.908282,44.572076,0],[-71.908332,44.572061,0]]]},"properties":{"id":"hke613","name":"Red Trail","touches":",hke612,hke619,hke614,","length":1061.9325021034283}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.895631,44.570654,0],[-71.89574,44.570629,0],[-71.895788,44.570632,0],[-71.89584,44.57064,0],[-71.895902,44.570665,0],[-71.895996,44.570701,0],[-71.896044,44.570719,0],[-71.896103,44.570718,0],[-71.896156,44.570717,0],[-71.896246,44.570694,0],[-71.896303,44.570686,0],[-71.89635,44.570694,0],[-71.896381,44.570711,0],[-71.89642,44.570736,0],[-71.896448,44.570772,0],[-71.896497,44.570837,0],[-71.896539,44.570861,0],[-71.896589,44.570885,0],[-71.89663,44.570898,0],[-71.896685,44.570901,0],[-71.896768,44.570893,0],[-71.896859,44.570883,0],[-71.89694,44.570881,0],[-71.897014,44.570881,0],[-71.897073,44.570895,0],[-71.897167,44.57092,0],[-71.897498,44.57101,0],[-71.897574,44.571031,0],[-71.897623,44.57105,0],[-71.89768,44.571083,0]]]},"properties":{"id":"hke614","name":"Profile Trail","touches":",hke613,hke619,hke616,hke617,","length":181.5889357752839}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.903374,44.577999,0],[-71.903246,44.577875,0],[-71.903242,44.577759,0],[-71.903384,44.577636,0],[-71.903672,44.577339,0],[-71.903797,44.577103,0],[-71.903927,44.576949,0],[-71.903962,44.576807,0],[-71.903942,44.576592,0],[-71.90389,44.57653,0],[-71.903856,44.57651,0],[-71.903755,44.576501,0],[-71.903491,44.576717,0],[-71.903236,44.57689,0],[-71.90309,44.576907,0],[-71.902958,44.576863,0],[-71.902958,44.576827,0],[-71.903012,44.576728,0],[-71.903062,44.576478,0],[-71.903079,44.576335,0],[-71.903067,44.576263,0],[-71.903148,44.576055,0],[-71.903136,44.575882,0],[-71.903038,44.575897,0],[-71.902789,44.576017,0],[-71.902621,44.576279,0],[-71.902513,44.576354,0],[-71.902234,44.576438,0],[-71.90215,44.576477,0],[-71.902054,44.576487,0],[-71.902009,44.576471,0],[-71.901953,44.576414,0],[-71.902037,44.576208,0],[-71.902091,44.575995,0],[-71.902052,44.575818,0],[-71.902019,44.575749,0],[-71.901999,44.575626,0],[-71.901946,44.575539,0],[-71.901862,44.575596,0],[-71.901757,44.575728,0],[-71.90161,44.575826,0],[-71.901524,44.575864,0],[-71.901123,44.575945,0],[-71.901007,44.57596,0],[-71.901049,44.575889,0],[-71.901169,44.575776,0],[-71.901236,44.575641,0],[-71.901257,44.575534,0],[-71.901224,44.575429,0],[-71.901162,44.575374,0],[-71.901112,44.575375,0],[-71.901065,44.575388,0],[-71.900836,44.575528,0],[-71.900701,44.575584,0],[-71.900596,44.575596,0],[-71.90059,44.575532,0],[-71.900619,44.575461,0],[-71.900614,44.575389,0],[-71.90041,44.575239,0],[-71.900424,44.574953,0],[-71.900395,44.574774,0],[-71.900329,44.574678,0],[-71.900204,44.574564,0],[-71.900167,44.574544,0],[-71.900117,44.57454,0],[-71.900031,44.574625,0],[-71.89989,44.574729,0],[-71.899642,44.574754,0],[-71.899456,44.574698,0],[-71.899374,44.574609,0],[-71.899388,44.574538,0],[-71.899356,44.574471,0],[-71.899238,44.574406,0],[-71.89914,44.574394,0],[-71.899108,44.574376,0],[-71.898984,44.57418,0],[-71.898893,44.574152,0],[-71.898792,44.574145,0],[-71.89876,44.574121,0],[-71.898721,44.574056,0],[-71.898696,44.573949,0],[-71.898619,44.573856,0],[-71.898636,44.573785,0],[-71.898616,44.573757,0],[-71.898571,44.573744,0],[-71.898422,44.573765,0],[-71.898377,44.573755,0],[-71.898336,44.573734,0],[-71.898284,44.573673,0],[-71.898227,44.573575,0],[-71.898103,44.573514,0],[-71.897989,44.573398,0],[-71.897751,44.573352,0],[-71.897675,44.573305,0],[-71.897554,44.573108,0],[-71.897521,44.573085,0],[-71.897377,44.573053,0],[-71.8973,44.573009,0],[-71.89732,44.572941,0],[-71.897306,44.572834,0],[-71.897057,44.572715,0],[-71.896955,44.572594,0],[-71.896621,44.572276,0],[-71.896557,44.572179,0],[-71.896549,44.572107,0],[-71.896524,44.572077,0],[-71.896401,44.572017,0],[-71.896368,44.571953,0],[-71.896412,44.571888,0],[-71.896708,44.571691,0],[-71.896757,44.57163,0],[-71.896767,44.571487,0],[-71.896652,44.571369,0],[-71.896484,44.571234,0],[-71.896406,44.57119,0],[-71.896215,44.571142,0],[-71.896064,44.571128,0],[-71.895745,44.571018,0],[-71.895547,44.570986,0],[-71.895374,44.570856,0],[-71.895168,44.570721,0]]]},"properties":{"id":"mtb615","name":"Upper J-Bar","touches":",mtb113,mtb185,mtb611,hke286,hke616,","length":1684.7836121658752}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.895631,44.570654,0],[-71.89561,44.570669,0],[-71.895532,44.570717,0],[-71.895466,44.570749,0],[-71.895397,44.570764,0],[-71.8953,44.57076,0],[-71.895234,44.570739,0],[-71.895168,44.570721,0]]]},"properties":{"id":"hke616","name":"Profile Trail","touches":",hke286,mtb615,hke614,hke617,","length":41.58517655164127}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.892813,44.570564,0],[-71.892801,44.57056,0],[-71.892782,44.570542,0],[-71.892766,44.570519,0],[-71.892752,44.57049,0],[-71.892775,44.57046,0],[-71.892788,44.570419,0],[-71.892805,44.570392,0],[-71.892818,44.570365,0],[-71.892825,44.57034,0],[-71.892825,44.570316,0],[-71.89282,44.570281,0],[-71.892789,44.570213,0],[-71.892779,44.570183,0],[-71.892782,44.570153,0],[-71.892793,44.570133,0],[-71.892813,44.570111,0],[-71.892837,44.570089,0],[-71.892865,44.570068,0],[-71.892921,44.57003,0],[-71.892979,44.569993,0],[-71.893028,44.569974,0],[-71.89306,44.569964,0],[-71.893105,44.569968,0],[-71.893141,44.569969,0],[-71.893182,44.569978,0],[-71.893226,44.569997,0],[-71.893259,44.570018,0],[-71.893313,44.570052,0],[-71.893365,44.570087,0],[-71.89343,44.570131,0],[-71.893503,44.570182,0],[-71.89352,44.570186,0],[-71.89356,44.570198,0],[-71.893614,44.57021,0],[-71.893661,44.570222,0],[-71.893687,44.570227,0],[-71.893787,44.570242,0],[-71.893907,44.570259,0],[-71.893969,44.570266,0],[-71.894052,44.570296,0],[-71.894145,44.570333,0],[-71.894185,44.570345,0],[-71.894209,44.57035,0],[-71.894296,44.57036,0],[-71.894493,44.57038,0],[-71.894594,44.570389,0],[-71.894687,44.5704,0],[-71.894741,44.570413,0],[-71.894867,44.57041,0],[-71.894943,44.57043,0],[-71.895084,44.570465,0],[-71.895195,44.570506,0],[-71.895285,44.570548,0],[-71.89534,44.570589,0],[-71.895386,44.570622,0],[-71.895457,44.570644,0],[-71.895535,44.570654,0],[-71.895631,44.570654,0]]]},"properties":{"id":"hke617","name":"Profile Trail","touches":",hke614,hke616,hke618,","length":304.8466623903255}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.957904,44.59716,0],[-71.957824,44.597261,0],[-71.95773,44.597323,0],[-71.957494,44.597348,0],[-71.957352,44.59739,0],[-71.957195,44.597484,0],[-71.957058,44.597637,0],[-71.956972,44.597674,0],[-71.956886,44.59769,0],[-71.956792,44.597673,0],[-71.956694,44.59762,0],[-71.956597,44.597592,0],[-71.956509,44.597563,0]]]},"properties":{"id":"mtb693","name":"Harp","touches":",mtb308,mtb694,mtb686,","length":139.13203159822245}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.894426,44.571099,0],[-71.894405,44.571084,0],[-71.894399,44.571078,0],[-71.89436,44.571058,0],[-71.894299,44.571024,0],[-71.894254,44.570997,0],[-71.894195,44.570929,0],[-71.894162,44.57089,0],[-71.894117,44.570838,0],[-71.894074,44.570823,0],[-71.89402,44.570808,0],[-71.893981,44.570789,0],[-71.893919,44.570748,0],[-71.893872,44.570715,0],[-71.893804,44.570681,0],[-71.893721,44.570644,0],[-71.893655,44.570641,0],[-71.8936,44.57064,0],[-71.89354,44.570655,0],[-71.893501,44.570665,0],[-71.893443,44.570681,0],[-71.893407,44.57069,0],[-71.893325,44.570694,0],[-71.893299,44.570688,0],[-71.893252,44.570664,0],[-71.893187,44.570641,0],[-71.893092,44.570609,0],[-71.893001,44.570596,0],[-71.89293,44.570589,0],[-71.892868,44.570582,0],[-71.892813,44.570564,0]]]},"properties":{"id":"hke618","name":"Profile Trail","touches":",mtb195,hke286,hke617,","length":153.10454178380925}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.908332,44.572061,0],[-71.908319,44.572016,0],[-71.90827,44.571987,0],[-71.908203,44.571967,0],[-71.908158,44.571968,0],[-71.908123,44.571949,0],[-71.908111,44.571938,0],[-71.908038,44.571928,0],[-71.907988,44.571905,0],[-71.907907,44.571881,0],[-71.907865,44.571873,0],[-71.907842,44.571872,0],[-71.907833,44.571879,0],[-71.907791,44.571867,0],[-71.907777,44.571865,0],[-71.907768,44.571883,0],[-71.907745,44.571898,0],[-71.907699,44.571904,0],[-71.90768,44.571899,0],[-71.90768,44.571881,0],[-71.907653,44.571859,0],[-71.907569,44.571848,0],[-71.907482,44.571861,0],[-71.907424,44.571871,0],[-71.907368,44.571868,0],[-71.907339,44.571873,0],[-71.907308,44.571905,0],[-71.907271,44.57192,0],[-71.907226,44.571951,0],[-71.907158,44.571945,0],[-71.90708,44.571936,0],[-71.907022,44.571931,0],[-71.90697,44.571914,0],[-71.906941,44.571907,0],[-71.906943,44.571879,0],[-71.906909,44.571862,0],[-71.906861,44.571854,0],[-71.906806,44.57186,0],[-71.90677,44.571869,0],[-71.906707,44.57185,0],[-71.906652,44.57182,0],[-71.906638,44.571777,0],[-71.906612,44.571744,0],[-71.906553,44.571717,0],[-71.906562,44.571663,0],[-71.906501,44.571587,0],[-71.906401,44.571544,0],[-71.906351,44.57151,0],[-71.906304,44.571465,0],[-71.906246,44.571438,0],[-71.906182,44.571401,0],[-71.90615,44.571354,0],[-71.906113,44.571337,0],[-71.906042,44.57133,0],[-71.905937,44.571291,0],[-71.905851,44.571272,0],[-71.905798,44.571235,0],[-71.905696,44.571159,0],[-71.905601,44.571135,0],[-71.905479,44.571116,0],[-71.905377,44.571059,0],[-71.905245,44.571014,0],[-71.905123,44.571016,0],[-71.904994,44.571032,0],[-71.904865,44.570999,0],[-71.904815,44.570966,0],[-71.904754,44.570881,0],[-71.904655,44.570878,0],[-71.904563,44.570865,0],[-71.904497,44.57081,0],[-71.904456,44.57076,0],[-71.904406,44.570753,0],[-71.90433,44.570716,0],[-71.904264,44.570649,0],[-71.904231,44.570544,0],[-71.904151,44.570487,0],[-71.904109,44.570459,0],[-71.904038,44.570449,0],[-71.90393,44.570406,0],[-71.903816,44.570353,0],[-71.903745,44.570333,0],[-71.903648,44.570326,0],[-71.903545,44.570339,0],[-71.903375,44.570372,0],[-71.903203,44.570369,0],[-71.903031,44.570361,0],[-71.902955,44.57035,0],[-71.90287,44.570352,0],[-71.902797,44.570362,0],[-71.902643,44.57042,0],[-71.902536,44.570475,0],[-71.902363,44.570505,0],[-71.902246,44.570561,0],[-71.902149,44.570587,0],[-71.902055,44.570543,0],[-71.901986,44.570499,0],[-71.901923,44.570481,0],[-71.901912,44.570437,0],[-71.901889,44.570406,0],[-71.901833,44.570382,0],[-71.901761,44.570368,0],[-71.901715,44.570339,0],[-71.90164,44.570334,0],[-71.901531,44.570342,0],[-71.901451,44.570407,0],[-71.901311,44.570423,0],[-71.90124,44.570431,0],[-71.901161,44.570393,0],[-71.901081,44.570343,0],[-71.901021,44.570279,0],[-71.900988,44.570268,0],[-71.900936,44.570294,0],[-71.900908,44.57033,0],[-71.900858,44.570353,0],[-71.900795,44.570376,0],[-71.900745,44.570405,0],[-71.900719,44.57046,0],[-71.900726,44.570525,0],[-71.900751,44.570592,0],[-71.900745,44.570639,0],[-71.900806,44.5707,0],[-71.90079,44.570775,0],[-71.900714,44.570794,0],[-71.900654,44.570751,0],[-71.900513,44.570745,0],[-71.900408,44.570825,0],[-71.900317,44.570758,0],[-71.900244,44.570807,0],[-71.90023,44.570932,0],[-71.900218,44.571002,0],[-71.900174,44.571074,0],[-71.900087,44.571116,0],[-71.900017,44.571168,0],[-71.899948,44.571131,0],[-71.899867,44.571101,0],[-71.899755,44.571081,0],[-71.899662,44.571119,0],[-71.89959,44.571144,0],[-71.899529,44.571176,0],[-71.899473,44.57117,0],[-71.899426,44.571128,0],[-71.899407,44.57105,0],[-71.899373,44.570972,0],[-71.899307,44.570938,0],[-71.899258,44.570932,0],[-71.899193,44.570959,0],[-71.899185,44.571029,0],[-71.899189,44.571108,0],[-71.899173,44.571163,0],[-71.899098,44.571194,0],[-71.89903,44.57123,0],[-71.898933,44.571247,0],[-71.898824,44.571255,0],[-71.898725,44.571264,0],[-71.898647,44.571206,0],[-71.898536,44.571231,0],[-71.898447,44.571231,0],[-71.898428,44.571214,0],[-71.898373,44.571197,0],[-71.898288,44.571154,0],[-71.898217,44.571096,0],[-71.898171,44.571046,0],[-71.898135,44.570971,0],[-71.898111,44.570892,0],[-71.898056,44.570821,0],[-71.898026,44.570788,0],[-71.897952,44.570747,0],[-71.897908,44.570746,0],[-71.897848,44.570761,0],[-71.897797,44.570803,0],[-71.89778,44.570838,0],[-71.897756,44.570938,0],[-71.897733,44.570993,0],[-71.89772,44.57102,0],[-71.89768,44.571083,0]]]},"properties":{"id":"hke619","name":"West Peak Trail","touches":",hke612,hke613,hke614,","length":1177.233583231782}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.976789,44.57429,0],[-71.976789,44.574331,0],[-71.976845,44.574508,0]]]},"properties":{"id":"mtb620","name":"Fox Run","touches":",mtb184,mtb622,mtb747,mtb753,","length":24.712701852409932}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.974722,44.574874,0],[-71.974683,44.574865,0],[-71.974676,44.574838,0],[-71.9747,44.574821,0],[-71.974764,44.574814,0],[-71.974829,44.574827,0],[-71.974986,44.574821,0],[-71.975057,44.57483,0],[-71.975114,44.574854,0],[-71.975209,44.574896,0],[-71.975317,44.574955,0],[-71.975461,44.575006,0],[-71.975507,44.57502,0],[-71.975559,44.575025,0],[-71.975601,44.575006,0],[-71.975637,44.574974,0],[-71.975702,44.574907,0],[-71.975739,44.574807,0],[-71.975744,44.574745,0],[-71.975762,44.574702,0],[-71.975816,44.574658,0],[-71.975855,44.57466,0],[-71.975871,44.574679,0],[-71.975887,44.574695,0],[-71.9759,44.574712,0],[-71.975931,44.574769,0],[-71.975968,44.574804,0],[-71.975993,44.57478,0],[-71.976013,44.574751,0],[-71.976013,44.574711,0],[-71.976029,44.574662,0],[-71.976026,44.57461,0],[-71.976034,44.574593,0],[-71.976059,44.57458,0],[-71.976082,44.57458,0],[-71.976103,44.574589,0],[-71.976134,44.574645,0],[-71.976161,44.574678,0],[-71.976178,44.574696,0],[-71.9762,44.574703,0],[-71.976229,44.57469,0],[-71.976231,44.574655,0],[-71.976228,44.574602,0],[-71.976201,44.574519,0],[-71.976156,44.574456,0],[-71.976156,44.574452,0],[-71.976161,44.574449,0],[-71.976171,44.574448,0],[-71.976185,44.574448,0],[-71.976197,44.574451,0],[-71.976241,44.574474,0],[-71.97631,44.574515,0],[-71.976326,44.574539,0],[-71.976345,44.574573,0],[-71.976362,44.574587,0],[-71.97639,44.574587,0],[-71.976415,44.574568,0],[-71.976432,44.574534,0],[-71.976412,44.574487,0],[-71.976412,44.574424,0],[-71.976428,44.574365,0],[-71.976434,44.574303,0],[-71.976453,44.574305,0],[-71.976465,44.574313,0],[-71.976479,44.574322,0],[-71.976495,44.574357,0],[-71.976496,44.574408,0],[-71.976509,44.574455,0],[-71.976553,44.574491,0],[-71.976555,44.5745,0]]]},"properties":{"id":"mtb621","name":"VSS Pump Track","touches":",mtb623,mtb624,mtb622,mtb756,","length":314.0151095526211}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.976555,44.5745,0],[-71.976845,44.574508,0]]]},"properties":{"id":"mtb622","name":"Bike Park","touches":",mtb184,mtb620,mtb621,mtb756,","length":23.079952123697613}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.974745,44.575298,0],[-71.974681,44.575233,0],[-71.974668,44.575179,0],[-71.974689,44.575131,0],[-71.974728,44.575094,0],[-71.974817,44.575048,0],[-71.974838,44.574978,0],[-71.9748,44.574913,0],[-71.974754,44.574882,0],[-71.974722,44.574874,0]]]},"properties":{"id":"mtb623","name":"VSS Pump Track","touches":",mtb420,mtb421,mtb422,mtb621,mtb624,","length":57.90028404431572}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.973705,44.574828,0],[-71.973792,44.574808,0],[-71.973932,44.574841,0],[-71.974166,44.574885,0],[-71.974361,44.574924,0],[-71.974505,44.574909,0],[-71.974722,44.574874,0]]]},"properties":{"id":"mtb624","name":"Bike Park","touches":",mtb423,mtb424,mtb425,mtb621,mtb623,","length":83.44573798861272}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954026,44.599443,0],[-71.954263,44.598986,0],[-71.954576,44.598529,0],[-71.955143,44.597712,0],[-71.955354,44.597375,0],[-71.955507,44.59702,0],[-71.955616,44.596721,0],[-71.955774,44.596356,0],[-71.955902,44.596061,0],[-71.956107,44.595772,0],[-71.956497,44.595326,0],[-71.957083,44.594592,0]]]},"properties":{"id":"rd625","name":"Darling Hill Road","touches":",mtb309,rd374,mtb686,mtb687,rd695,","length":593.8116626676906}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.904514,44.607533,0],[-71.904093,44.607285,0],[-71.903243,44.606663,0],[-71.902359,44.605971,0],[-71.901771,44.605684,0],[-71.901206,44.605612,0],[-71.900298,44.605525,0],[-71.899885,44.605422,0],[-71.89949,44.605206,0],[-71.898945,44.605033,0],[-71.898523,44.604829,0],[-71.898022,44.604512,0],[-71.896987,44.603696,0]]]},"properties":{"id":"rd626","name":"Pinkham Road","touches":",mtb181,mtb709,rd703,mtb722,","length":756.3253723909626}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.966856,44.567506,0],[-71.967041,44.567447,0],[-71.967161,44.567336,0],[-71.967365,44.56717,0],[-71.967492,44.567116,0],[-71.967601,44.567042,0],[-71.967804,44.566949,0],[-71.967913,44.566934,0],[-71.968114,44.566919,0],[-71.968159,44.566951,0],[-71.968154,44.567,0],[-71.968141,44.567027,0],[-71.968113,44.567048,0],[-71.968085,44.567088,0],[-71.968101,44.567132,0],[-71.968155,44.567155,0],[-71.968234,44.567163,0],[-71.968347,44.567143,0],[-71.968419,44.567138,0],[-71.968481,44.567162,0],[-71.968495,44.567205,0],[-71.9685,44.567237,0],[-71.968534,44.567254,0],[-71.968621,44.567268,0],[-71.968753,44.567245,0],[-71.96895,44.56727,0],[-71.969133,44.567325,0],[-71.969219,44.567381,0],[-71.969283,44.567425,0],[-71.969361,44.567436,0],[-71.969398,44.567421,0],[-71.969405,44.567371,0],[-71.969446,44.567324,0],[-71.969472,44.567335,0],[-71.969513,44.567375,0],[-71.969537,44.567469,0],[-71.969556,44.567525,0],[-71.96956,44.567585,0],[-71.969555,44.56788,0],[-71.969541,44.567937,0],[-71.969555,44.568057,0],[-71.969562,44.568286,0],[-71.969619,44.568468,0],[-71.969619,44.56851,0],[-71.969606,44.568528,0],[-71.969602,44.56858,0],[-71.969562,44.568682,0],[-71.969477,44.568862,0],[-71.969456,44.569045,0]]]},"properties":{"id":"mtb629","name":"Heavens Bench","touches":",mtb79,mtb630,mtb395,mtb396,","length":478.247942906717}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.963954,44.572153,0],[-71.96419,44.57211,0],[-71.964352,44.572059,0],[-71.964565,44.571973,0],[-71.964689,44.571807,0],[-71.96482,44.571695,0],[-71.965085,44.571523,0],[-71.965424,44.571464,0],[-71.965718,44.57148,0],[-71.966031,44.571508,0],[-71.966233,44.571513,0],[-71.966481,44.571487,0],[-71.966729,44.571396,0],[-71.966887,44.57133,0],[-71.967006,44.571283,0],[-71.967088,44.571295,0],[-71.96723,44.571269,0],[-71.967451,44.571196,0],[-71.967933,44.571065,0],[-71.968165,44.571048,0],[-71.968285,44.571108,0],[-71.968374,44.571149,0],[-71.968502,44.571134,0],[-71.968701,44.571135,0],[-71.968863,44.571106,0],[-71.968907,44.57104,0],[-71.968991,44.570918,0],[-71.969047,44.570781,0],[-71.969109,44.570546,0],[-71.96913,44.570329,0],[-71.969246,44.57003,0],[-71.969391,44.569681,0],[-71.969424,44.569627,0],[-71.969444,44.569524,0],[-71.969404,44.569352,0],[-71.969333,44.569224,0],[-71.969292,44.569097,0],[-71.969339,44.569012,0],[-71.969394,44.569016,0],[-71.969456,44.569045,0]]]},"properties":{"id":"mtb630","name":"Sneaky Pete","touches":",mtb79,mtb629,mtb127,mtb261,mtb263,","length":687.0256026848107}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.89455,44.606515,0],[-71.894621,44.606591,0],[-71.894713,44.606716,0],[-71.894771,44.606774,0],[-71.894839,44.606826,0],[-71.894924,44.606915,0],[-71.894936,44.606989,0],[-71.894964,44.607027,0],[-71.894978,44.607199,0],[-71.895008,44.607247,0],[-71.895008,44.60742,0],[-71.895021,44.607502,0],[-71.895107,44.607601,0],[-71.895237,44.607704,0],[-71.89536,44.607796,0],[-71.895426,44.607869,0],[-71.89551,44.607897,0],[-71.895605,44.60788,0],[-71.895698,44.607813,0],[-71.896008,44.607824,0],[-71.896177,44.607787,0],[-71.89637,44.60774,0],[-71.896539,44.607711,0],[-71.896626,44.607694,0],[-71.896812,44.607596,0],[-71.896893,44.607656,0],[-71.896937,44.607787,0],[-71.896931,44.607856,0],[-71.896934,44.607926,0],[-71.897047,44.607962,0],[-71.89715,44.607948,0],[-71.897239,44.60786,0],[-71.897352,44.607911,0],[-71.897452,44.607897,0],[-71.897528,44.607826,0],[-71.897585,44.6078,0],[-71.897682,44.607727,0],[-71.897727,44.607679,0],[-71.897714,44.607551,0],[-71.897748,44.607441,0],[-71.897844,44.607393,0],[-71.89787,44.607352,0],[-71.898004,44.607255,0],[-71.898049,44.607181,0],[-71.898097,44.607145,0],[-71.898241,44.607227,0],[-71.898193,44.607381,0],[-71.898268,44.607421,0],[-71.898267,44.60747,0],[-71.898195,44.607574,0],[-71.898173,44.607626,0],[-71.898186,44.607715,0],[-71.898155,44.607757,0],[-71.898099,44.6078,0],[-71.898084,44.607857,0],[-71.898056,44.60795,0],[-71.897981,44.608006,0],[-71.897968,44.608081,0],[-71.897944,44.608192,0],[-71.897918,44.60829,0],[-71.897907,44.608391,0],[-71.897984,44.608389,0],[-71.898077,44.608312,0],[-71.898179,44.608323,0],[-71.898304,44.608285,0],[-71.898456,44.608207,0],[-71.898642,44.608007,0],[-71.898733,44.60792,0],[-71.898766,44.607802,0],[-71.898805,44.607764,0],[-71.898871,44.607751,0],[-71.898948,44.607768,0],[-71.899002,44.607812,0],[-71.89901,44.607902,0],[-71.898961,44.608032,0],[-71.898959,44.608088,0],[-71.898938,44.608143,0],[-71.898921,44.60826,0],[-71.898882,44.608365,0],[-71.898883,44.608407,0]]]},"properties":{"id":"mtb631","name":"Moose Alley","touches":",mtb124,mtb582,mtb595,mtb638,","length":833.0967359055467}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.902352,44.610564,0],[-71.902407,44.610644,0],[-71.902447,44.610675,0],[-71.902538,44.610728,0],[-71.90263,44.610769,0],[-71.902743,44.610846,0],[-71.902796,44.610914,0],[-71.902959,44.611058,0],[-71.903058,44.611105,0],[-71.903114,44.611114,0],[-71.903171,44.61111,0],[-71.903286,44.611069,0],[-71.903471,44.610955,0],[-71.90361,44.61082,0],[-71.903672,44.610736,0],[-71.903687,44.610698,0],[-71.903687,44.610663,0],[-71.903639,44.610562,0],[-71.903604,44.610523,0],[-71.903574,44.610469,0],[-71.903521,44.610293,0],[-71.903538,44.610165,0],[-71.903494,44.610062,0],[-71.903592,44.609945,0],[-71.903643,44.609773,0],[-71.903924,44.609738,0],[-71.904188,44.609762,0],[-71.904194,44.610019,0],[-71.904241,44.610025,0],[-71.90433,44.610059,0],[-71.904396,44.610065,0],[-71.904488,44.610047,0],[-71.904543,44.610023,0],[-71.904671,44.609946,0],[-71.904771,44.609808,0],[-71.905027,44.609857,0],[-71.905027,44.610032,0],[-71.904978,44.610117,0],[-71.904975,44.610285,0],[-71.904945,44.610353,0],[-71.904932,44.610471,0],[-71.904931,44.610637,0],[-71.904945,44.610736,0],[-71.905035,44.610843,0],[-71.905064,44.610921,0],[-71.905186,44.610966,0],[-71.905292,44.610956,0],[-71.905474,44.610827,0],[-71.905554,44.610783,0],[-71.905661,44.61096,0],[-71.905888,44.610932,0],[-71.905913,44.610994,0],[-71.905623,44.611215,0],[-71.90554,44.611311,0],[-71.90552,44.611415,0],[-71.905559,44.611554,0],[-71.905642,44.611627,0],[-71.905818,44.611685,0],[-71.906012,44.611662,0],[-71.906,44.611772,0],[-71.905951,44.611812,0],[-71.906009,44.611896,0],[-71.906237,44.611891,0]]]},"properties":{"id":"mtb632","name":"Moose Alley","touches":",mtb191,mtb748,mtb582,mtb594,mtb702,","length":795.9796272168028}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.897339,44.587619,0],[-71.8972,44.58764,0],[-71.897133,44.587581,0],[-71.897119,44.587522,0],[-71.897154,44.587416,0],[-71.89716,44.587331,0],[-71.897141,44.587286,0],[-71.897098,44.587261,0],[-71.897043,44.587251,0],[-71.896988,44.587269,0],[-71.89686,44.587379,0],[-71.896817,44.587436,0],[-71.896776,44.587481,0],[-71.896742,44.587515,0],[-71.896688,44.587533,0],[-71.896644,44.587535,0],[-71.896595,44.587527,0],[-71.896556,44.587515,0],[-71.896529,44.587497,0],[-71.896522,44.587466,0],[-71.896532,44.58744,0],[-71.89656,44.587384,0],[-71.896593,44.587325,0],[-71.896646,44.587165,0],[-71.896651,44.587111,0],[-71.896639,44.587084,0],[-71.896609,44.587065,0],[-71.896531,44.587052,0],[-71.89645,44.587071,0],[-71.896381,44.587061,0],[-71.896381,44.58706,0]]]},"properties":{"id":"mtb641","name":"Blacksmith","touches":",mtb169,mtb642,mtb643,mtb733,","length":188.66589459048805}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.897339,44.587619,0],[-71.896865,44.588025,0],[-71.896634,44.588247,0],[-71.896519,44.588334,0],[-71.896433,44.588388,0],[-71.896384,44.588406,0],[-71.896311,44.588405,0],[-71.896257,44.588391,0],[-71.896107,44.588318,0],[-71.896108,44.588275,0],[-71.896266,44.588127,0],[-71.896416,44.587972,0],[-71.896422,44.587924,0],[-71.896347,44.58796,0],[-71.896254,44.588042,0],[-71.896104,44.588052,0],[-71.895959,44.588026,0],[-71.895899,44.588008,0],[-71.895892,44.587988,0],[-71.896099,44.587727,0],[-71.896131,44.587665,0],[-71.896152,44.587518,0],[-71.896144,44.587423,0],[-71.896097,44.587373,0]]]},"properties":{"id":"mtb642","name":"Dead Moose Alley","touches":",mtb168,mtb643,mtb169,mtb641,","length":317.41046352695173}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.896381,44.58706,0],[-71.896372,44.587154,0],[-71.896262,44.587263,0],[-71.896097,44.587373,0]]]},"properties":{"id":"mtb643","name":"Blacksmith Connector","touches":",mtb168,mtb642,mtb641,mtb733,","length":43.370228006683654}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.894095,44.584886,0],[-71.89417,44.584934,0],[-71.8943,44.585047,0],[-71.894392,44.585126,0],[-71.894485,44.585249,0],[-71.894525,44.585298,0],[-71.894589,44.585352,0],[-71.894667,44.585425,0],[-71.894888,44.585573,0],[-71.895167,44.585764,0],[-71.895286,44.585828,0]]]},"properties":{"id":"rd734","name":"Toll Road","touches":",mtb19,rd732,mtb350,mtb733,rd736,","length":142.2120951952014}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.93524,44.59223,269.7],[-71.935171,44.592341,269.7],[-71.935108,44.592437,269.8],[-71.93509,44.592491,269.6],[-71.935072,44.59255,269.7],[-71.935014,44.592634,269.8],[-71.934967,44.592653,270],[-71.934913,44.592662,270.6],[-71.934857,44.592687,270.9],[-71.934755,44.592753,271.4],[-71.934644,44.592846,272.1],[-71.934588,44.592898,272.2],[-71.934533,44.592954,272.4],[-71.934478,44.593022,272.8],[-71.934437,44.593073,272.9],[-71.934404,44.593118,272.7],[-71.934366,44.593166,272.7],[-71.93434,44.593203,272.9],[-71.934296,44.593248,272.9],[-71.93427,44.593275,273],[-71.934231,44.593317,272.7],[-71.934211,44.593338,272.9],[-71.934188,44.593363,272.7],[-71.934169,44.59339,272.7],[-71.934131,44.593446,272.5],[-71.934093,44.593492,272.5],[-71.934064,44.593528,272],[-71.93404,44.59356,272],[-71.93402,44.593587,271.9],[-71.934,44.593612,272],[-71.933975,44.593643,271.9],[-71.933947,44.593689,271.8],[-71.933935,44.593718,271.7],[-71.933897,44.593761,271.8],[-71.93384,44.593806,272],[-71.933811,44.593838,271.9],[-71.933779,44.593873,272],[-71.933733,44.593927,272.1],[-71.933678,44.594002,272.1],[-71.933653,44.594048,272.1],[-71.933596,44.594149,271.9],[-71.933526,44.594247,271.8],[-71.933482,44.594298,271.7],[-71.933429,44.594346,271.8],[-71.933338,44.594453,271.5],[-71.933293,44.594504,271.3],[-71.933248,44.594552,271.3],[-71.933184,44.594618,271.4],[-71.933147,44.594652,271.4],[-71.933127,44.594676,271.1],[-71.933094,44.594723,270.8],[-71.933076,44.594749,270.5],[-71.933053,44.594779,270.5],[-71.933035,44.594808,270.2],[-71.93302,44.59484,270.1],[-71.933003,44.594878,269.9],[-71.932988,44.594908,269.6],[-71.93297,44.594946,269.6],[-71.932964,44.594959,269.6],[-71.932943,44.594995,269],[-71.932913,44.595024,269],[-71.932855,44.595071,268.9],[-71.932786,44.595116,268.7],[-71.932755,44.59514,268.9],[-71.932719,44.595175,268.5],[-71.932697,44.595201,268.5],[-71.932679,44.595226,268.4],[-71.932642,44.595256,268.2],[-71.932617,44.59528,268.2],[-71.932596,44.595307,268.2],[-71.932574,44.595334,268.2],[-71.93256,44.59536,268.2],[-71.93253,44.595399,268.3],[-71.93251,44.59544,268.5],[-71.9325,44.595479,268.7],[-71.93249,44.59552,268.9],[-71.932508,44.59558,269.1],[-71.932525,44.595607,268.9],[-71.93255,44.595628,268.9],[-71.932609,44.595663,268.7],[-71.932652,44.595683,268.6],[-71.932701,44.595707,268.6],[-71.932746,44.595727,268.6],[-71.93283,44.59575,268.4],[-71.93292,44.595769,268.3],[-71.932971,44.595778,268.3],[-71.933032,44.595789,268.2],[-71.933097,44.595808,268.1],[-71.933163,44.59583,268.1],[-71.933218,44.595854,268.1],[-71.933276,44.595882,268.1],[-71.933316,44.595906,268],[-71.933379,44.595942,268],[-71.933414,44.595961,267.8],[-71.933453,44.595982,268],[-71.933494,44.596001,267.9],[-71.933564,44.596021,267.8],[-71.933608,44.596029,267.8],[-71.933667,44.596039,267.8],[-71.933728,44.596049,267.6],[-71.933782,44.596062,267.6],[-71.93384,44.596071,267.5],[-71.933885,44.596085,267.3],[-71.933942,44.596109,267.2],[-71.933994,44.596137,267.1],[-71.934078,44.596186,266.8],[-71.934127,44.596218,266.7],[-71.93423,44.596278,266.7]]]},"properties":{"id":"mtb633","name":"New School","touches":",mtb322,mtb581,mtb634,rd635,","length":599.8160754725701}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.93423,44.596278,264.6],[-71.934278,44.596304,264.6],[-71.934308,44.596348,264.6],[-71.934319,44.596393,264.7],[-71.934326,44.596441,264.8],[-71.934332,44.596488,264.9],[-71.934341,44.596538,265],[-71.934341,44.596589,265],[-71.934335,44.596637,265.2],[-71.934324,44.596682,265.3],[-71.934317,44.596726,265.4],[-71.934307,44.596768,265.5],[-71.934287,44.596809,265.6],[-71.934269,44.596853,265.7],[-71.934248,44.596886,265.9],[-71.934227,44.596923,266],[-71.934204,44.596968,266.2],[-71.934181,44.597011,266.3],[-71.934156,44.597051,266.5],[-71.934141,44.597091,266.6],[-71.934123,44.597126,266.7],[-71.934108,44.597161,266.8],[-71.934087,44.597199,266.9],[-71.934073,44.597236,267],[-71.934054,44.597274,267.1],[-71.934036,44.597313,267.2],[-71.934016,44.597355,267.3],[-71.934001,44.59739,267.4],[-71.933981,44.597431,267.5],[-71.933944,44.597474,267.7],[-71.93391,44.597515,267.8],[-71.933867,44.597562,267.8],[-71.933831,44.597603,267.9],[-71.933794,44.597643,268],[-71.933762,44.597682,268],[-71.933732,44.597713,268.1],[-71.933694,44.59775,268.1],[-71.933659,44.597784,268.2],[-71.933622,44.597817,268.2],[-71.933589,44.597847,268.2],[-71.933558,44.597876,268.3],[-71.933524,44.597905,268.3],[-71.933495,44.597935,268.4],[-71.933467,44.597965,268.4],[-71.93344,44.597993,268.5],[-71.933418,44.598023,268.5],[-71.933391,44.598054,268.6],[-71.933361,44.598084,268.6],[-71.933327,44.598117,268.7],[-71.933292,44.598151,268.7],[-71.933256,44.598182,268.8],[-71.933213,44.598216,268.9],[-71.933174,44.598251,268.9],[-71.93312,44.598293,269],[-71.933063,44.59834,269.1],[-71.933005,44.598388,269.2],[-71.932945,44.598434,269.3],[-71.932895,44.598476,269.4],[-71.932853,44.598518,269.5],[-71.932799,44.598561,269.6],[-71.932749,44.5986,269.8],[-71.932703,44.598638,269.9],[-71.932651,44.598676,270.1],[-71.932598,44.598715,270.3],[-71.932546,44.598755,270.5],[-71.932485,44.598794,270.7],[-71.932432,44.598828,270.9],[-71.932382,44.598858,271],[-71.932336,44.59889,271.1],[-71.932286,44.598919,271.3],[-71.932246,44.598948,271.3],[-71.932202,44.598977,271.4],[-71.932161,44.599004,271.5],[-71.932121,44.59903,271.5],[-71.932088,44.599055,271.5],[-71.932052,44.599081,271.6],[-71.93202,44.599103,271.6],[-71.931992,44.599128,271.6],[-71.931953,44.599153,271.5],[-71.931918,44.599176,271.5],[-71.931883,44.599198,271.5],[-71.931846,44.599224,271.4],[-71.931806,44.599248,271.4],[-71.931762,44.599273,271.3],[-71.931722,44.599304,271.2],[-71.931677,44.599338,271.1],[-71.931634,44.599374,271],[-71.93158,44.599411,270.9],[-71.931529,44.599452,270.8],[-71.931471,44.599488,270.7],[-71.931416,44.599524,270.7],[-71.931356,44.599561,270.6],[-71.931291,44.599596,270.5],[-71.931233,44.599629,270.5],[-71.931176,44.599658,270.5],[-71.931122,44.599689,270.5],[-71.931072,44.59972,270.5],[-71.93103,44.599751,270.5],[-71.930985,44.599781,270.5],[-71.930933,44.599807,270.6],[-71.930895,44.599831,270.6],[-71.930848,44.599852,270.7],[-71.930804,44.599882,270.8],[-71.930758,44.599906,270.8],[-71.9307,44.599937,270.9],[-71.930651,44.599975,271],[-71.930597,44.600012,271.1],[-71.930552,44.600052,271.2],[-71.930506,44.600095,271.3],[-71.93045,44.600153,271.6],[-71.930415,44.600198,271.4],[-71.930398,44.600223,271.5],[-71.930391,44.600235,271.5],[-71.930369,44.600272,271.4],[-71.930357,44.600299,271.5],[-71.930334,44.600325,271.4],[-71.930303,44.600359,271.5],[-71.930275,44.600399,271.5],[-71.930243,44.600439,271.4],[-71.930218,44.600475,271.5],[-71.930189,44.600518,271.6],[-71.930156,44.600565,271.4],[-71.930128,44.600607,271.5],[-71.930098,44.600649,271.5],[-71.93007,44.600692,271.4],[-71.930039,44.600742,271.4],[-71.929999,44.600797,271.4],[-71.929953,44.600856,271.5],[-71.929907,44.600913,271.5],[-71.929847,44.600979,271.6],[-71.92978,44.601048,271.5],[-71.929711,44.60111,271.6],[-71.929638,44.601163,271.5],[-71.929585,44.601208,271.8],[-71.929541,44.601242,271.8],[-71.929503,44.601262,271.8],[-71.929451,44.601303,271.8],[-71.929424,44.601337,271.7],[-71.929379,44.601371,271.7],[-71.929342,44.601404,271.7],[-71.929301,44.601441,271.5],[-71.929262,44.601478,271.5],[-71.929217,44.601514,271.5],[-71.929175,44.601551,271.5],[-71.929135,44.601588,271.5],[-71.929093,44.601621,271.5],[-71.929053,44.601657,271.3],[-71.929013,44.601691,271.2],[-71.928977,44.601725,271.2],[-71.928943,44.601754,271.1],[-71.928916,44.601786,270.9],[-71.928879,44.601817,270.8],[-71.928854,44.601841,270.8],[-71.928828,44.60187,270.5],[-71.928806,44.601899,270.5],[-71.928784,44.601933,270.3],[-71.928746,44.601976,270.3],[-71.928712,44.602023,270],[-71.928667,44.602061,270.1],[-71.928623,44.602105,270.1],[-71.928584,44.602145,270],[-71.928536,44.602179,270],[-71.928497,44.602215,270],[-71.928453,44.602253,270.1],[-71.928404,44.602287,270.1],[-71.928358,44.602322,270.2],[-71.928307,44.602355,270.1],[-71.928266,44.602385,270.2],[-71.928222,44.602416,270.1],[-71.928171,44.602451,270.3],[-71.928134,44.602477,270.2],[-71.928089,44.60251,270.4],[-71.928051,44.602543,270.3],[-71.928024,44.602575,270.3],[-71.928004,44.602605,270.4],[-71.927995,44.602644,270.2],[-71.92796,44.602681,270.3],[-71.92789,44.602704,270.3],[-71.927847,44.602676,270.5],[-71.92778,44.602646,270.9],[-71.927762,44.602639,270.9],[-71.927708,44.60263,271],[-71.927664,44.602613,271.2],[-71.927645,44.602607,271.3],[-71.927605,44.602592,271.5],[-71.927585,44.60259,271.5],[-71.927571,44.602567,271.7],[-71.927563,44.602559,271.7],[-71.92754,44.602533,271.7],[-71.927491,44.602537,271.8],[-71.927437,44.602535,272.1],[-71.927371,44.602526,272.1],[-71.927329,44.602512,272.2],[-71.927268,44.602488,272.6],[-71.927248,44.602488,272.5],[-71.927208,44.602477,272.6],[-71.927186,44.602481,272.7],[-71.927162,44.60249,272.7],[-71.9271,44.602522,272.8],[-71.927052,44.602557,272.7],[-71.926989,44.60256,272.8],[-71.926949,44.602539,272.9],[-71.926912,44.602493,273.2],[-71.92691,44.602487,273.2],[-71.926885,44.602461,273.4],[-71.92685,44.602449,273.4],[-71.926809,44.602438,273.6],[-71.926763,44.602443,273.7],[-71.92671,44.602452,273.7],[-71.926662,44.602466,273.8],[-71.926623,44.602486,273.8],[-71.926588,44.602511,273.7],[-71.926554,44.602534,273.7],[-71.926517,44.602557,273.7],[-71.926481,44.602584,273.6],[-71.926441,44.60261,273.6],[-71.926402,44.602639,273.6],[-71.926368,44.602664,273.5],[-71.926326,44.602686,273.6],[-71.926291,44.602711,273.5],[-71.926258,44.602733,273.4],[-71.926224,44.602754,273.4],[-71.926197,44.602776,273.5],[-71.926168,44.602795,273.3],[-71.926138,44.602816,273.3],[-71.92609,44.602843,273.4],[-71.926042,44.602874,273.2],[-71.926,44.602903,273.3],[-71.925963,44.602931,273.3],[-71.925931,44.602971,273.1],[-71.925901,44.603014,273.1],[-71.92588,44.603051,272.9],[-71.925898,44.603088,272.7],[-71.925892,44.603126,272.6],[-71.925847,44.603161,272.5],[-71.925785,44.603183,272.5],[-71.925726,44.603204,272.6],[-71.925664,44.603227,272.5],[-71.925603,44.603256,272.3],[-71.925542,44.60328,272.2],[-71.925484,44.603311,272.1],[-71.925426,44.603346,272.1],[-71.925368,44.603381,272.1],[-71.925306,44.603417,272.1],[-71.925252,44.603454,272.2],[-71.925205,44.603502,272.3],[-71.925167,44.60355,272.3],[-71.925124,44.6036,272.4],[-71.925074,44.603653,272.4],[-71.925019,44.603698,272.5],[-71.924963,44.603745,272.5],[-71.924914,44.603795,272.4],[-71.924855,44.603841,272.4],[-71.924803,44.603887,272.2],[-71.924745,44.603932,272.2],[-71.924696,44.603977,272.1],[-71.924647,44.604024,272.1],[-71.924593,44.604069,271.9],[-71.924545,44.604116,271.8],[-71.924494,44.604162,271.7],[-71.924431,44.604214,271.7],[-71.924374,44.604252,271.5],[-71.924327,44.604282,271.4],[-71.924282,44.604312,271.4],[-71.924246,44.60436,271.3],[-71.924224,44.604409,271.1],[-71.924201,44.604454,271],[-71.924202,44.604498,270.8],[-71.924208,44.604542,270.8],[-71.924218,44.604587,270.7],[-71.924231,44.60463,270.6],[-71.924245,44.604671,270.5],[-71.924254,44.604712,270.5],[-71.924263,44.604755,270.5],[-71.924271,44.6048,270.5],[-71.92428,44.604841,270.3],[-71.924283,44.604884,270.3],[-71.924303,44.604922,270.3],[-71.924336,44.604956,270.1],[-71.924377,44.604989,269.9],[-71.924405,44.605025,269.7],[-71.92441,44.60507,269.6],[-71.924421,44.605116,269.6],[-71.924443,44.60516,269.5],[-71.924447,44.605207,269.4],[-71.924449,44.605264,269.5],[-71.924496,44.605315,269.3],[-71.92457,44.60534,269.2],[-71.924635,44.605363,269.5],[-71.924685,44.605388,270],[-71.92474,44.605409,270.4],[-71.924783,44.605441,271.8],[-71.924771,44.605479,272.3],[-71.924742,44.605517,272.1],[-71.924758,44.605568,274.3],[-71.924825,44.605597,275.9],[-71.924891,44.605614,277.5],[-71.924904,44.605627,278],[-71.924928,44.605643,278.5],[-71.924906,44.605679,278.5],[-71.924885,44.605699,278.7],[-71.924854,44.605742,278.7],[-71.924852,44.605757,278.8],[-71.924828,44.605784,278.7],[-71.924785,44.605794,278.5],[-71.924772,44.605824,278.6],[-71.924784,44.605854,278.6],[-71.924784,44.605863,278.6],[-71.924779,44.605898,278.2],[-71.924763,44.605928,277.6],[-71.924736,44.605955,277.2],[-71.924713,44.60597,276.4],[-71.924704,44.605983,276.3],[-71.924691,44.605986,276.7],[-71.924678,44.60599,276.7],[-71.924664,44.605993,276],[-71.924654,44.606008,276.5],[-71.924632,44.606019,276.5],[-71.92462,44.606032,275.8],[-71.924617,44.60604,275.8],[-71.92459,44.606064,275.5],[-71.924574,44.606074,275.5],[-71.924545,44.606098,274.9],[-71.924538,44.606104,274.9],[-71.924507,44.606127,273.9],[-71.924494,44.606136,273.9],[-71.924452,44.606161,273.4],[-71.92443,44.606172,273.6],[-71.924392,44.606201,273.3],[-71.924359,44.606214,273],[-71.924321,44.606244,272.7],[-71.924291,44.606259,272.7],[-71.924235,44.606289,272.3],[-71.924171,44.60629,272.6],[-71.924099,44.606295,272.6],[-71.924055,44.6063,272.4],[-71.924032,44.606302,272.4],[-71.923976,44.606294,272.4],[-71.923955,44.606297,272.3],[-71.923934,44.606301,272.3],[-71.923913,44.606304,272.2],[-71.92388,44.606311,272.2],[-71.923841,44.606321,272.1],[-71.923804,44.606335,272.1],[-71.923792,44.606345,272],[-71.923755,44.606362,271.9],[-71.923705,44.606363,271.9],[-71.923669,44.606347,271.8],[-71.923664,44.606335,271.8],[-71.923647,44.6063,271.8],[-71.923628,44.606298,271.8],[-71.923575,44.606302,271.7],[-71.923542,44.606326,271.7],[-71.923502,44.606352,271.6],[-71.923444,44.60638,271.6],[-71.923412,44.606396,271.5],[-71.923378,44.606435,271.5],[-71.923358,44.606458,271.4],[-71.923333,44.606475,271.4],[-71.923286,44.606512,271.4],[-71.923263,44.606538,271.3],[-71.923199,44.606555,271.3],[-71.923136,44.606564,271.3],[-71.923092,44.606574,271.3],[-71.923028,44.606571,271.3],[-71.923,44.606565,271.2],[-71.92295,44.606538,271],[-71.922928,44.606537,270.9],[-71.922882,44.606531,270.8],[-71.922828,44.606546,270.7],[-71.922786,44.606571,270.6],[-71.922737,44.606565,270.5],[-71.922718,44.606557,270.4],[-71.922668,44.606563,270.2],[-71.922644,44.606609,270.1],[-71.922631,44.60667,269.8],[-71.922597,44.606727,269.8],[-71.92257,44.606782,270],[-71.922507,44.606824,270.6],[-71.922429,44.606827,270.6],[-71.922371,44.606795,270.2],[-71.922308,44.606754,270],[-71.922246,44.606709,270.2],[-71.922192,44.606666,270.4],[-71.922138,44.606616,270.7],[-71.922085,44.606576,270.9],[-71.922026,44.606546,271.3],[-71.92195,44.606527,271.7],[-71.921843,44.606505,272],[-71.92179,44.606479,272.3],[-71.921721,44.606443,272.7],[-71.921661,44.606416,272.9],[-71.921608,44.606413,273.2],[-71.921583,44.606415,273.2],[-71.921526,44.606424,273.1],[-71.921506,44.606426,273.2],[-71.921455,44.606434,273.4],[-71.921452,44.60644,273.4],[-71.921431,44.606467,273.3],[-71.9214,44.606491,273],[-71.92134,44.606487,273.2],[-71.921273,44.606452,273.5],[-71.921219,44.606405,274.1],[-71.921185,44.606391,274.1],[-71.921152,44.606362,274.4],[-71.921103,44.606345,274.7],[-71.921061,44.606329,274.8],[-71.921011,44.606303,275.1],[-71.920956,44.60629,275.5],[-71.920902,44.606275,275.6],[-71.920843,44.606263,275.9],[-71.920776,44.606251,276],[-71.920705,44.606238,276.1],[-71.920624,44.606231,276.4],[-71.920556,44.606226,276.5],[-71.920481,44.606228,276.6],[-71.920417,44.606247,276.4],[-71.920372,44.606279,276.4],[-71.920324,44.606314,276.4],[-71.920264,44.606353,276.4],[-71.920212,44.606392,276.4],[-71.920149,44.606428,276.4],[-71.920089,44.606466,276.5],[-71.92002,44.606497,276.5],[-71.919961,44.606526,276.6],[-71.919897,44.606555,276.7],[-71.91984,44.606584,276.8],[-71.919783,44.606612,276.8],[-71.919738,44.606644,276.9],[-71.919697,44.606676,277],[-71.919653,44.606708,277.1],[-71.919612,44.606737,277.2],[-71.919564,44.606764,277.3],[-71.91952,44.606794,277.3],[-71.919475,44.606821,277.4],[-71.91943,44.606848,277.5],[-71.919386,44.606881,277.6],[-71.919342,44.606912,277.7],[-71.919306,44.606944,277.8],[-71.919254,44.606973,277.8],[-71.919208,44.606989,277.9],[-71.919149,44.607005,277.9],[-71.919099,44.607021,277.9],[-71.91906,44.607038,277.9],[-71.919047,44.607067,277.8],[-71.919038,44.607099,277.8],[-71.919025,44.607132,277.9],[-71.919,44.607162,277.9],[-71.918989,44.607176,277.9],[-71.91896,44.607213,278],[-71.918939,44.607236,278.1],[-71.918918,44.607262,278.1],[-71.918901,44.607291,278.2],[-71.918883,44.607325,278.2],[-71.918865,44.607354,278.3],[-71.91884,44.607386,278.3],[-71.918801,44.607424,278.4],[-71.918754,44.607455,278.5],[-71.918698,44.607485,278.6],[-71.918644,44.607513,278.7],[-71.918588,44.607541,278.8],[-71.918532,44.60757,278.9],[-71.918482,44.607605,279],[-71.918421,44.607639,279.1],[-71.918362,44.607669,279.3],[-71.918306,44.607697,279.4],[-71.91825,44.607723,279.5],[-71.918196,44.607755,279.6],[-71.91816,44.607795,279.7],[-71.91811,44.607836,279.8],[-71.918051,44.607873,279.9],[-71.917991,44.607911,280],[-71.917936,44.607946,280.1],[-71.917878,44.607989,280.2],[-71.917814,44.608031,280.3],[-71.917758,44.608067,280.3],[-71.917697,44.608107,280.4],[-71.917646,44.608142,280.5],[-71.917596,44.608174,280.5],[-71.917557,44.608214,280.6],[-71.917511,44.608256,280.6],[-71.917464,44.608298,280.7],[-71.917425,44.608343,280.7],[-71.917377,44.608389,280.8],[-71.917333,44.608438,280.8],[-71.917291,44.608489,280.9],[-71.917229,44.608544,280.9],[-71.917178,44.608604,280.9],[-71.917149,44.608671,280.9],[-71.917122,44.608732,280.9],[-71.917097,44.608791,280.9],[-71.917073,44.608844,280.9],[-71.917059,44.608895,280.9],[-71.917033,44.608962,280.9],[-71.91699,44.609024,280.9],[-71.916918,44.609074,280.9],[-71.916845,44.609099,280.9],[-71.916782,44.609128,280.9],[-71.916735,44.609147,280.9],[-71.916685,44.609163,281],[-71.916632,44.609175,281],[-71.916574,44.609193,281],[-71.916517,44.609218,281],[-71.916461,44.609255,281],[-71.916419,44.609299,281],[-71.916363,44.609351,281],[-71.916282,44.609376,280.9],[-71.9162,44.609364,280.9],[-71.916135,44.609332,0],[-71.916029,44.609238,0]]]},"properties":{"id":"mtb634","name":"New School","touches":",mtb191,rd360,mtb633,rd635,","length":2469.5250791576905}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.937632,44.592513,266.557864],[-71.93423,44.596278,266.557864]]]},"properties":{"id":"rd635","name":"Route 114","touches":",mtb137,mtb581,rd636,mtb633,mtb634,","length":498.04291763291974}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.945422,44.588753,0],[-71.945242,44.588748,0],[-71.945119,44.588615,0],[-71.945064,44.588289,0],[-71.944509,44.588156,0],[-71.944478,44.588157,0],[-71.943963,44.588199,0],[-71.943327,44.588326,0],[-71.942686,44.588488,0],[-71.941852,44.588694,0],[-71.941141,44.588861,0],[-71.940676,44.58898,0],[-71.940497,44.589061,0],[-71.940403,44.589172,0],[-71.940193,44.589462,0],[-71.939635,44.590133,0],[-71.938337,44.591661,0],[-71.937632,44.592513,0]]]},"properties":{"id":"rd636","name":"Route 114","touches":",mtb137,mtb581,rd635,mtb138,mtb139,rd354,","length":896.6696140485773}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.906903,44.61191,317.8],[-71.906917,44.612009,316.8],[-71.906924,44.612035,316.5],[-71.906946,44.612095,316],[-71.906959,44.612125,315.8],[-71.906965,44.612142,315.7],[-71.906977,44.612184,315.5],[-71.906972,44.612198,315.4],[-71.90698,44.612288,315],[-71.906999,44.612318,314.9],[-71.907009,44.612329,314.9],[-71.907039,44.612352,314.8],[-71.907061,44.612374,314.7],[-71.907072,44.612384,314.6],[-71.907093,44.612403,314.5],[-71.907113,44.612429,314.4],[-71.907142,44.612454,0],[-71.907141,44.612488,314],[-71.907128,44.612506,313.9],[-71.907092,44.612543,313.7],[-71.907059,44.61256,313.6],[-71.907049,44.612568,313.6],[-71.907025,44.612592,313.5],[-71.907003,44.612644,313.4],[-71.907005,44.612671,313.3],[-71.90702,44.612704,313.2],[-71.907036,44.612718,313.2],[-71.907061,44.612753,313.1],[-71.907068,44.612765,313.1],[-71.907066,44.612781,313],[-71.907062,44.612788,313],[-71.90706,44.612797,313],[-71.907075,44.612827,312.9],[-71.907076,44.612841,312.9],[-71.907083,44.612866,312.8],[-71.907085,44.612876,312.8],[-71.907088,44.612885,312.7],[-71.907101,44.612903,312.7],[-71.90711,44.61293,312.5],[-71.907111,44.612943,312.5],[-71.907119,44.612976,312.3],[-71.907123,44.61299,312.2],[-71.907134,44.613024,312],[-71.907146,44.613039,311.9],[-71.90716,44.613042,311.8],[-71.907203,44.613035,311.6],[-71.907238,44.613021,311.3],[-71.907239,44.61301,311.2],[-71.907242,44.61299,311],[-71.907245,44.612976,310.9],[-71.907243,44.612965,310.7],[-71.907233,44.61294,310.5],[-71.907238,44.612931,310.4],[-71.90726,44.612907,310],[-71.907281,44.612903,309.9],[-71.907316,44.612895,309.5],[-71.907348,44.612901,309.3],[-71.907355,44.612908,309.2],[-71.907367,44.612925,309],[-71.907373,44.612933,308.9],[-71.907386,44.61296,308.5],[-71.907382,44.612993,308.2],[-71.907395,44.613031,307.8],[-71.907406,44.613064,307.5],[-71.907421,44.613098,307.2],[-71.907438,44.613129,307],[-71.907422,44.613182,306.6],[-71.9074,44.613224,306.4],[-71.907392,44.613237,306.3],[-71.907395,44.61326,306.2],[-71.907377,44.613273,306.1],[-71.907375,44.613293,306],[-71.90737,44.613304,306],[-71.90734,44.613331,305.8],[-71.90734,44.613335,305.8],[-71.90734,44.613338,305.8],[-71.90734,44.613342,305.8],[-71.90734,44.613346,305.8],[-71.90734,44.613349,305.8],[-71.90734,44.613353,305.7],[-71.907341,44.613357,305.7],[-71.907341,44.613361,305.7],[-71.907341,44.613364,305.7],[-71.907341,44.613368,305.7],[-71.907341,44.613372,305.7],[-71.907341,44.613375,305.6],[-71.907336,44.613394,305.5],[-71.907332,44.613398,305.5],[-71.907328,44.613401,305.5],[-71.907325,44.613405,305.5],[-71.907321,44.613409,305.5],[-71.907317,44.613412,305.4],[-71.907303,44.613426,305.4],[-71.907292,44.613438,305.3],[-71.907274,44.613468,305.1],[-71.907274,44.613475,305.1],[-71.907274,44.613483,305],[-71.907268,44.613505,304.9],[-71.907268,44.613514,304.9],[-71.907256,44.613546,304.7],[-71.90725,44.613554,304.6],[-71.907246,44.613577,304.5],[-71.907243,44.613585,304.4],[-71.907228,44.613612,304.2],[-71.907217,44.613616,304.2],[-71.907183,44.613631,304],[-71.907169,44.613639,303.9],[-71.907129,44.613662,303.7],[-71.907091,44.613681,303.4],[-71.907069,44.613705,303.3],[-71.907068,44.613722,303.2],[-71.907057,44.613759,302.9],[-71.907057,44.613775,302.8],[-71.90706,44.613814,302.6],[-71.907043,44.613865,302.3],[-71.907029,44.613905,302.1],[-71.907022,44.613951,301.8],[-71.907019,44.613958,301.8],[-71.907016,44.613985,301.6],[-71.907014,44.61404,301.4],[-71.907029,44.614079,301.3],[-71.90708,44.614093,301.3],[-71.907123,44.614102,301.3],[-71.907127,44.614129,301.3],[-71.907077,44.614149,301.4],[-71.906942,44.614176,302],[-71.906876,44.6142,302.4],[-71.906789,44.614214,303.8],[-71.90672,44.614238,304.2],[-71.906694,44.614239,304.3],[-71.906643,44.614239,304.5],[-71.906576,44.614246,304.8],[-71.906549,44.614246,304.9],[-71.906503,44.614248,305],[-71.906465,44.61426,305.1],[-71.906409,44.614271,305.3],[-71.906368,44.614277,305.4],[-71.90632,44.614309,305.6],[-71.906251,44.614321,305.8],[-71.906096,44.61434,306.4],[-71.906038,44.614378,306.7],[-71.905986,44.614386,307],[-71.905869,44.614412,307.8],[-71.905763,44.614417,308.5],[-71.905688,44.614407,309.1],[-71.905625,44.614406,309.5],[-71.905605,44.614417,309.7],[-71.90556,44.614439,310],[-71.905534,44.614463,310.3],[-71.905496,44.614496,310.5],[-71.905479,44.614506,310.6],[-71.905433,44.614526,310.8],[-71.905423,44.614538,310.9],[-71.905408,44.614575,311],[-71.905397,44.614593,311],[-71.905374,44.614626,311],[-71.905295,44.614672,311],[-71.905286,44.614675,311],[-71.905254,44.614675,310.9],[-71.905213,44.614694,310.9],[-71.905213,44.614727,310.7],[-71.905218,44.614737,310.7],[-71.905244,44.614745,310.6],[-71.905263,44.614753,310.5],[-71.905299,44.614761,310.4],[-71.905309,44.614757,310.4],[-71.905356,44.614753,310.2],[-71.905418,44.614746,310.1],[-71.905467,44.614748,310],[-71.90549,44.614753,310],[-71.905527,44.614755,309.9],[-71.905587,44.614741,309.9],[-71.905629,44.614728,310],[-71.905675,44.614724,310.1],[-71.905716,44.614723,310.1],[-71.905779,44.614736,310.4],[-71.905828,44.614763,310.7],[-71.905845,44.614797,310.9],[-71.90583,44.614828,311.1],[-71.905782,44.614867,311.4],[-71.905751,44.614892,311.6],[-71.90572,44.614935,311.8],[-71.905677,44.614979,312],[-71.905643,44.615019,312.1],[-71.905575,44.615045,312.3],[-71.905505,44.615089,312.4],[-71.905468,44.615133,312.4],[-71.905421,44.615182,312.4],[-71.905406,44.615204,312.4],[-71.905377,44.615248,312.4],[-71.905374,44.615275,312.4],[-71.905366,44.615289,312.4],[-71.905345,44.615316,312.4],[-71.905322,44.615323,312.4],[-71.905276,44.615339,312.4],[-71.905167,44.615401,312.5],[-71.905096,44.615423,312.5],[-71.905029,44.615456,312.7],[-71.904961,44.615478,312.8],[-71.904891,44.615478,313],[-71.904795,44.615483,313.4],[-71.904708,44.615507,313.8],[-71.904626,44.615508,314.1],[-71.904607,44.615515,314.2],[-71.90457,44.615545,314.5],[-71.904548,44.615577,314.7],[-71.90452,44.6156,314.9],[-71.904487,44.615632,315.1],[-71.904456,44.615669,315.4],[-71.904435,44.615703,315.6],[-71.904407,44.615741,315.8],[-71.904393,44.615767,316],[-71.904344,44.615807,316.3],[-71.904291,44.615849,316.6],[-71.904261,44.615892,316.9],[-71.904243,44.615908,317],[-71.904202,44.615941,317.2],[-71.904157,44.615958,317.4],[-71.904138,44.61597,317.4],[-71.904104,44.615994,317.6],[-71.904089,44.61601,317.6],[-71.904047,44.616038,317.7],[-71.904037,44.616045,317.7],[-71.904011,44.61607,317.8],[-71.903969,44.616079,317.8],[-71.903899,44.616088,317.9],[-71.903868,44.616106,317.9],[-71.903856,44.616118,317.9],[-71.903831,44.61615,317.9],[-71.903824,44.616178,317.9],[-71.903849,44.616212,317.9],[-71.903919,44.616239,317.9],[-71.903938,44.616271,317.9],[-71.903976,44.616295,317.9],[-71.904011,44.616327,317.9],[-71.904024,44.616363,318],[-71.904022,44.616378,318],[-71.904017,44.616405,318],[-71.904047,44.616441,318.1],[-71.9041,44.61648,318.1],[-71.90413,44.616517,318.2],[-71.904124,44.616551,318.3],[-71.904106,44.616582,318.4],[-71.904077,44.616625,318.7],[-71.904029,44.616643,318.9],[-71.903998,44.616679,319.2],[-71.903995,44.616708,319.4],[-71.904033,44.616739,319.7],[-71.904129,44.616753,320.4],[-71.904155,44.61678,320.8],[-71.904159,44.6168,321],[-71.904145,44.616832,321.3],[-71.904088,44.616842,321.7],[-71.904025,44.616854,322.1],[-71.903991,44.616858,322.3],[-71.903928,44.616864,322.7],[-71.903877,44.616886,322.9],[-71.903869,44.616914,323.1],[-71.903857,44.616942,323.2],[-71.903853,44.616955,323.3],[-71.903829,44.616984,323.4],[-71.903824,44.616993,323.4],[-71.903814,44.617021,323.5],[-71.9038,44.617028,323.6],[-71.903767,44.617037,323.6],[-71.90369,44.61707,323.9],[-71.903623,44.617078,324.1],[-71.903487,44.617127,324.5],[-71.903409,44.617194,324.8],[-71.903384,44.617225,324.9],[-71.90337,44.617229,324.9],[-71.903333,44.617253,325],[-71.903303,44.617283,325.1],[-71.903302,44.617323,325.2],[-71.903312,44.617371,325.3],[-71.903279,44.617395,325.4],[-71.903234,44.617388,325.4],[-71.903218,44.61739,325.4],[-71.903115,44.617387,325.6],[-71.903038,44.6174,325.7],[-71.902982,44.617425,325.9],[-71.902951,44.617472,326.1],[-71.902935,44.617537,326.4],[-71.902954,44.617587,326.6],[-71.902971,44.617631,326.9],[-71.902931,44.617673,327.2],[-71.902862,44.617693,327.6],[-71.902827,44.617738,327.9],[-71.902801,44.617771,328.1],[-71.90276,44.617807,328.4],[-71.902727,44.617852,328.7],[-71.902692,44.61789,328.9],[-71.902652,44.617906,329.1],[-71.902645,44.617914,329.1],[-71.902629,44.617943,329.1],[-71.90262,44.61797,329.2],[-71.902623,44.617978,329.2],[-71.902632,44.618007,329.2],[-71.902645,44.618023,329.1],[-71.902648,44.618037,329.1],[-71.902662,44.618037,329.1],[-71.902668,44.618046,329],[-71.902673,44.618054,329],[-71.902691,44.61807,328.9],[-71.902698,44.61808,328.9],[-71.902727,44.618102,328.7],[-71.902746,44.618113,328.6],[-71.902757,44.618131,328.5],[-71.902789,44.618145,328.4],[-71.902792,44.618153,328.3],[-71.9028,44.618159,328.3],[-71.902829,44.618178,328.1],[-71.902833,44.618187,328],[-71.902843,44.618214,327.8],[-71.902828,44.618232,327.7],[-71.902827,44.618247,327.6],[-71.902826,44.618257,327.5],[-71.902827,44.618285,327.4],[-71.902833,44.618302,327.2],[-71.902835,44.618321,327.1],[-71.902838,44.618329,327.1],[-71.902848,44.618358,326.9],[-71.902828,44.618384,326.7],[-71.902818,44.618411,326.5],[-71.902805,44.618423,326.4],[-71.902766,44.618449,326.2],[-71.902757,44.618465,326.1],[-71.902741,44.61849,325.9],[-71.902701,44.618505,325.8],[-71.902665,44.618523,325.6],[-71.902648,44.618523,325.6],[-71.902609,44.618525,325.4],[-71.902602,44.618534,325.4],[-71.902573,44.618558,325.2],[-71.902538,44.618577,325],[-71.902506,44.618581,324.9],[-71.902438,44.61859,324.7],[-71.902388,44.61859,324.5],[-71.902361,44.618551,324.3],[-71.902312,44.618543,324.1],[-71.902273,44.61854,323.9],[-71.902238,44.618525,323.8],[-71.902214,44.618526,323.7],[-71.902191,44.618527,323.6],[-71.902153,44.618537,323.5],[-71.902141,44.618539,323.4],[-71.902094,44.618533,323.2],[-71.902054,44.618518,323.1],[-71.902043,44.618511,323],[-71.902019,44.618488,322.9],[-71.901996,44.618462,322.7],[-71.901948,44.618453,322.6],[-71.901914,44.61844,322.5],[-71.901901,44.618436,322.4],[-71.901869,44.618419,322.3],[-71.901855,44.618422,322.3],[-71.90181,44.618415,322.2],[-71.901785,44.618407,322.2],[-71.901732,44.618397,322.2],[-71.901674,44.618405,322.2],[-71.901618,44.618395,322.3],[-71.901596,44.618395,322.3],[-71.901546,44.618382,322.5],[-71.901512,44.618354,322.6],[-71.901468,44.618342,322.8],[-71.901416,44.618343,323.1],[-71.901342,44.618316,323.6],[-71.901295,44.618295,323.9],[-71.901254,44.618249,324.5],[-71.901241,44.61821,324.9],[-71.90123,44.618164,325.4],[-71.901201,44.618142,325.7],[-71.901168,44.618164,326],[-71.901148,44.618173,326.2],[-71.901107,44.618167,326.5],[-71.90111,44.618138,326.8],[-71.901103,44.6181,327.1],[-71.901053,44.618112,327.5],[-71.901025,44.618145,327.9],[-71.901012,44.618164,328],[-71.900967,44.61819,328.4],[-71.900894,44.6182,328.9],[-71.900832,44.618203,329.2],[-71.900799,44.618234,329.5],[-71.90072,44.61825,329.9],[-71.900667,44.618253,330.2],[-71.90059,44.618277,330.5],[-71.900551,44.618293,330.6],[-71.900535,44.618325,330.7],[-71.900513,44.618361,330.8],[-71.900483,44.618395,330.9],[-71.900444,44.618414,331],[-71.900446,44.61843,331],[-71.900446,44.61845,331],[-71.900483,44.618487,331.1],[-71.90051,44.618523,331.1],[-71.900525,44.618542,331.1],[-71.900551,44.618586,331.2],[-71.900526,44.618619,331.2],[-71.900486,44.618641,331.3],[-71.900424,44.618656,331.3],[-71.900383,44.61866,331.3],[-71.900339,44.618667,331.3],[-71.900294,44.618685,331.3],[-71.900243,44.618699,331.3],[-71.900221,44.618712,331.2],[-71.900224,44.618741,331.2],[-71.900231,44.618756,331.1],[-71.900232,44.618784,331.1],[-71.900235,44.618794,331],[-71.90026,44.618822,330.9],[-71.900273,44.618833,330.9],[-71.900314,44.618859,330.7],[-71.900332,44.618886,330.6],[-71.900346,44.618895,330.6],[-71.900382,44.61892,330.4],[-71.900403,44.618929,330.4],[-71.90045,44.618949,330.2],[-71.900483,44.618963,330.1],[-71.900513,44.618979,330],[-71.90054,44.619,329.9],[-71.900554,44.618998,329.9],[-71.900581,44.619018,329.8],[-71.900604,44.619032,329.7],[-71.900621,44.619066,329.7],[-71.900655,44.619092,329.6],[-71.900687,44.619127,329.5],[-71.900712,44.619156,329.4],[-71.90073,44.619168,329.4],[-71.900768,44.61919,329.3],[-71.900801,44.619223,329.2],[-71.900819,44.619263,329.2],[-71.900848,44.619283,329.1],[-71.900862,44.61929,329.1],[-71.900885,44.61931,329],[-71.900902,44.619334,329],[-71.900904,44.619343,329],[-71.900923,44.619386,328.8],[-71.900947,44.619419,328.7],[-71.900956,44.61943,328.7],[-71.900973,44.619446,328.6],[-71.900977,44.619463,328.5],[-71.900978,44.619494,328.4],[-71.900972,44.619506,328.4],[-71.90096,44.619537,328.2],[-71.900956,44.619548,328.1],[-71.900959,44.619579,328],[-71.900961,44.619595,327.9],[-71.900986,44.619638,327.7],[-71.900995,44.619658,327.6],[-71.901002,44.619696,327.3],[-71.901007,44.619717,327.2],[-71.901016,44.619729,327.1],[-71.901027,44.619757,326.9],[-71.90103,44.619775,326.8],[-71.901044,44.619789,326.6],[-71.901043,44.619803,326.5],[-71.901043,44.619816,326.4],[-71.901046,44.619838,326.2],[-71.901078,44.619864,325.9],[-71.901087,44.619878,325.8],[-71.901111,44.619903,325.5],[-71.901111,44.619915,325.4],[-71.901091,44.619941,325.1],[-71.901059,44.619957,324.8],[-71.901045,44.619956,324.7],[-71.901016,44.619972,324.5],[-71.901006,44.619981,324.4],[-71.900999,44.620002,324.2],[-71.900999,44.620017,324.1],[-71.900997,44.620052,323.7],[-71.900997,44.620061,323.7],[-71.901004,44.620093,323.4],[-71.901008,44.620125,323.1],[-71.901016,44.62013,323.1],[-71.901045,44.620153,322.8],[-71.901056,44.62021,322.4],[-71.901046,44.620255,322.2],[-71.901064,44.620301,321.9],[-71.90107,44.62033,321.8],[-71.901058,44.620372,321.6],[-71.901053,44.620422,321.3],[-71.901033,44.620482,321.1],[-71.900992,44.620541,320.9],[-71.900951,44.620608,320.8],[-71.90089,44.62067,320.8],[-71.900858,44.620745,320.9],[-71.90084,44.620773,321],[-71.900792,44.620826,321.2],[-71.90076,44.62088,321.4],[-71.900725,44.620942,321.7],[-71.900675,44.621006,322],[-71.900606,44.621066,322.4],[-71.90053,44.621134,322.8],[-71.900462,44.621194,323.3],[-71.900371,44.621246,323.9],[-71.900302,44.62129,324.5],[-71.900259,44.621353,325.1],[-71.900212,44.621413,325.9],[-71.900172,44.621473,326.6],[-71.900139,44.621493,327],[-71.900071,44.621514,327.7],[-71.900037,44.621493,328.1],[-71.899968,44.621451,328.9],[-71.899916,44.62146,329.4],[-71.899871,44.621454,329.8],[-71.899838,44.621441,330.2],[-71.899774,44.621413,330.8],[-71.899753,44.621403,331.1],[-71.899734,44.621368,331.5],[-71.899698,44.621345,331.9],[-71.899653,44.621367,332.3],[-71.89962,44.621401,332.7],[-71.899562,44.621445,333.2],[-71.899513,44.621487,333.6],[-71.899526,44.621524,333.9],[-71.899507,44.621573,334.1],[-71.899489,44.621606,334.3],[-71.899488,44.621618,334.4],[-71.89949,44.621646,334.5],[-71.899507,44.621674,334.6],[-71.899512,44.621703,334.6],[-71.89951,44.621744,334.7],[-71.899492,44.621783,334.8],[-71.899455,44.621823,334.9],[-71.89943,44.621838,334.9],[-71.899384,44.621858,335],[-71.899357,44.62188,335],[-71.899314,44.621906,335],[-71.899281,44.621929,335],[-71.899238,44.62195,335],[-71.899227,44.621964,335],[-71.899194,44.621999,335],[-71.899158,44.622018,335],[-71.899145,44.622026,335],[-71.899103,44.622046,334.9],[-71.899092,44.622055,334.9],[-71.899055,44.622067,334.8],[-71.899013,44.622075,334.7],[-71.899003,44.62208,334.7],[-71.898971,44.622101,334.6],[-71.898956,44.622111,334.5],[-71.898917,44.622132,334.4],[-71.898872,44.622147,334.2],[-71.898842,44.622166,334],[-71.898809,44.622196,333.8],[-71.898813,44.622206,333.7],[-71.898817,44.622215,333.7],[-71.898836,44.622231,333.6],[-71.898843,44.622239,333.5],[-71.898868,44.622261,333.3],[-71.898887,44.622267,333.2],[-71.898929,44.62229,332.9],[-71.898922,44.622322,332.7],[-71.898894,44.622333,332.6],[-71.898852,44.622335,332.4],[-71.898841,44.622338,332.3],[-71.898797,44.622351,332.1],[-71.898754,44.622372,331.8],[-71.898715,44.622385,331.7],[-71.898694,44.622391,332],[-71.898639,44.622399,331.2],[-71.898585,44.622393,332.5],[-71.89856,44.62236,333.7],[-71.898505,44.622357,333.8],[-71.89846,44.62236,334],[-71.898447,44.62236,333.9],[-71.898407,44.622357,334],[-71.898393,44.622354,334.1],[-71.898355,44.622354,334.1],[-71.898333,44.622357,334.1],[-71.898286,44.622361,334.2],[-71.898271,44.622362,334.2],[-71.89825,44.622371,0],[-71.898241,44.622387,333.4],[-71.898248,44.622396,332.5],[-71.89828,44.622411,332.3],[-71.898317,44.622426,332.1],[-71.898333,44.622429,331.1],[-71.898367,44.622443,330.9],[-71.898381,44.622447,330.8],[-71.898395,44.62245,330.6],[-71.898417,44.622466,329.4],[-71.898429,44.62247,329.3],[-71.898474,44.622466,329.1],[-71.898488,44.622468,328.8],[-71.898537,44.622478,328.4],[-71.898579,44.622497,326.8],[-71.89859,44.622499,326.7],[-71.898601,44.6225,326.7],[-71.89863,44.622503,326.3],[-71.898637,44.622504,326.3],[-71.89864,44.622508,326.2],[-71.898643,44.622511,326.2],[-71.898645,44.622515,326.1],[-71.898648,44.622519,325],[-71.898651,44.622522,324.9],[-71.898654,44.622526,324.7],[-71.898657,44.622529,324.6],[-71.89867,44.622539,0],[-71.898688,44.62254,324.6],[-71.898706,44.622534,324.3],[-71.898725,44.622521,324.3],[-71.898758,44.622512,325],[-71.898794,44.622492,324.7],[-71.898802,44.622483,325.7],[-71.898823,44.622449,326.4],[-71.898846,44.622438,326.4],[-71.898865,44.622432,326.3],[-71.89891,44.622421,326.6],[-71.898963,44.622415,326.2],[-71.898983,44.622415,326.2],[-71.899035,44.622415,325.8],[-71.899052,44.622413,325.6],[-71.899098,44.622407,325.3],[-71.899145,44.622396,325.9],[-71.899194,44.62239,325.6],[-71.899259,44.62237,325.2],[-71.899272,44.622361,326.1],[-71.899285,44.62236,326],[-71.899297,44.622359,325.8],[-71.89931,44.622357,325.7],[-71.899337,44.622348,325.7],[-71.899359,44.622339,325.4],[-71.899376,44.622342,0],[-71.899389,44.622348,325.1],[-71.899398,44.62236,325],[-71.899394,44.622372,324.2],[-71.899383,44.62238,324.2],[-71.899365,44.622393,324.3],[-71.899348,44.622403,324.2],[-71.899333,44.622413,324],[-71.899292,44.622434,323.7],[-71.899265,44.622439,323.5],[-71.899249,44.622446,323.4],[-71.899219,44.622467,323.1],[-71.899206,44.622469,323],[-71.899161,44.622472,322.7],[-71.899147,44.62248,322.6],[-71.899127,44.622503,322.3],[-71.899093,44.62253,322],[-71.899051,44.622548,321.7],[-71.89903,44.622553,321.5],[-71.898985,44.622581,321.1],[-71.89897,44.622598,320.9],[-71.898933,44.622627,320.6],[-71.898903,44.622629,320.4],[-71.898873,44.622631,320.2],[-71.898847,44.622639,320],[-71.898839,44.622643,319.9],[-71.89883,44.622647,319.8],[-71.898822,44.622652,319.7],[-71.898814,44.622656,319.6],[-71.898805,44.62266,319.6],[-71.898778,44.622673,319.2],[-71.898769,44.622682,319.1],[-71.898757,44.622684,319],[-71.898743,44.622691,318.8],[-71.898725,44.622703,318.6],[-71.898705,44.622727,318.2],[-71.89869,44.622733,318],[-71.898646,44.622734,317.6],[-71.898617,44.622738,317.3],[-71.898606,44.622746,0],[-71.89861,44.622758,317],[-71.898625,44.622763,316.9],[-71.898641,44.622768,316.7],[-71.898666,44.622775,316.5],[-71.898682,44.622774,316.3],[-71.898747,44.622776,315.6],[-71.898764,44.622779,315.5],[-71.898789,44.622778,315.2],[-71.898805,44.622774,315.1],[-71.89884,44.622751,314.7],[-71.898876,44.622759,314.3],[-71.898894,44.622762,314.1],[-71.898912,44.622764,314],[-71.898929,44.62278,313.7],[-71.89893,44.622805,313.4],[-71.898932,44.622815,313.3],[-71.898889,44.622834,312.9],[-71.898874,44.622842,312.7],[-71.89883,44.622861,312.3],[-71.898821,44.622869,312.2],[-71.898779,44.62289,311.7],[-71.89877,44.622893,311.7],[-71.898728,44.622894,311.3],[-71.898715,44.622894,311.2],[-71.898676,44.622898,311],[-71.898635,44.62291,310.7],[-71.898631,44.622933,310.5],[-71.898652,44.622935,310.4],[-71.898668,44.622939,310.3],[-71.898686,44.622954,310.1],[-71.898707,44.622956,310],[-71.898732,44.622964,309.9],[-71.898758,44.622962,309.8],[-71.898776,44.622957,309.7],[-71.898789,44.622955,309.6],[-71.898833,44.622961,309.4],[-71.898871,44.622964,309.2],[-71.898882,44.622964,309.2],[-71.898923,44.622968,309],[-71.898937,44.622972,308.9],[-71.898982,44.622985,308.7],[-71.898993,44.622992,308.7],[-71.899022,44.623012,308.5],[-71.899036,44.623023,308.4],[-71.899064,44.623044,308.2],[-71.899069,44.623054,308.2],[-71.899096,44.623081,308],[-71.899104,44.623088,307.9],[-71.899125,44.623111,307.8],[-71.899131,44.623118,307.7],[-71.899143,44.623147,307.5],[-71.899157,44.623152,307.5],[-71.899206,44.623156,307.2],[-71.899223,44.623154,307.2],[-71.899268,44.623165,307],[-71.899283,44.623171,306.9],[-71.899308,44.623193,306.7],[-71.899319,44.623205,306.6],[-71.89934,44.623214,306.5],[-71.89935,44.623218,306.4],[-71.899381,44.623241,306.2],[-71.899401,44.623243,306.1],[-71.899446,44.623255,305.9],[-71.899465,44.623259,305.8],[-71.899493,44.623271,305.6],[-71.899504,44.623277,305.5],[-71.899529,44.623304,305.3],[-71.899543,44.623305,305.2],[-71.899587,44.623309,305],[-71.899597,44.623323,304.9],[-71.899613,44.623338,304.7],[-71.899625,44.623347,304.6],[-71.899658,44.623364,304.4],[-71.899672,44.623367,304.4],[-71.899719,44.623376,304.1],[-71.899761,44.623386,303.9],[-71.899776,44.623389,303.8],[-71.89979,44.623392,303.7],[-71.899816,44.623387,303.6],[-71.899831,44.62338,303.5],[-71.899861,44.62336,303.3],[-71.899886,44.623359,303.2],[-71.899936,44.623372,303],[-71.899948,44.62338,303],[-71.899982,44.623401,302.8],[-71.899997,44.623404,302.8],[-71.900043,44.623408,302.6],[-71.900082,44.623415,302.5],[-71.900132,44.62341,302.4],[-71.900209,44.623413,302.2],[-71.900267,44.623402,302],[-71.900287,44.623407,301.9],[-71.900336,44.623411,301.8],[-71.90035,44.623404,301.7],[-71.900393,44.623388,301.6],[-71.900412,44.623386,301.5],[-71.900453,44.623389,301.4],[-71.900474,44.623388,301.3],[-71.900528,44.623382,301.1],[-71.900546,44.623373,301],[-71.900576,44.623348,300.8],[-71.900581,44.62332,300.6],[-71.900581,44.6233,300.5],[-71.900597,44.623278,300.3],[-71.900624,44.623212,299.8],[-71.900652,44.623168,299.3],[-71.900657,44.62316,299.3],[-71.90067,44.623134,299],[-71.90067,44.623125,299],[-71.900697,44.6231,298.7],[-71.900712,44.623089,298.6],[-71.900739,44.62307,298.4],[-71.90076,44.623063,298.2],[-71.900804,44.623054,297.9],[-71.900846,44.623052,297.7],[-71.90088,44.623035,297.5],[-71.900884,44.623025,297.4],[-71.900887,44.623014,297.3],[-71.900904,44.622992,297.1],[-71.900912,44.622981,297.1],[-71.900927,44.62297,297],[-71.900942,44.622958,296.9],[-71.900981,44.622937,296.7],[-71.900996,44.622939,296.7],[-71.901038,44.622943,296.6],[-71.901049,44.62294,296.5],[-71.901086,44.622927,296.5],[-71.901158,44.622895,296.4],[-71.901272,44.622897,296.4],[-71.901356,44.622902,296.4],[-71.901454,44.622902,296.6],[-71.901549,44.62289,296.9],[-71.901621,44.622884,297.2],[-71.901677,44.622894,297.4],[-71.901726,44.622934,297.7],[-71.901764,44.622963,297.9],[-71.90178,44.622996,298.1],[-71.901813,44.623037,298.3],[-71.901847,44.623064,298.4],[-71.901971,44.6231,298.7],[-71.902022,44.623118,298.8],[-71.902125,44.62316,299],[-71.902164,44.623182,299.2],[-71.902215,44.623208,299.2],[-71.902315,44.623256,299.3],[-71.902356,44.623284,299.3],[-71.902389,44.62331,299.4],[-71.902394,44.623345,299.4],[-71.902366,44.623394,299.4],[-71.902349,44.623435,299.5],[-71.902318,44.62347,299.5],[-71.902274,44.623504,299.5],[-71.902249,44.623541,299.5],[-71.902209,44.62358,299.6],[-71.902121,44.623644,299.7],[-71.902098,44.623676,299.7],[-71.902071,44.623719,299.8],[-71.902048,44.623754,299.8],[-71.902042,44.623795,299.8],[-71.902019,44.623841,299.9],[-71.901977,44.623904,299.9],[-71.901958,44.623945,299.9],[-71.901954,44.623957,299.9],[-71.901949,44.623995,299.9],[-71.901942,44.62401,299.9],[-71.901932,44.624045,299.8],[-71.901918,44.624071,299.8],[-71.901887,44.624096,299.7],[-71.901868,44.624126,299.6],[-71.901865,44.624157,299.5],[-71.90186,44.624189,299.4],[-71.901859,44.624218,299.3],[-71.901852,44.624245,299.2],[-71.901852,44.624279,299],[-71.90185,44.624289,299],[-71.901843,44.624321,298.8],[-71.901832,44.62436,298.6],[-71.901817,44.624388,298.4],[-71.901817,44.624407,298.3],[-71.9018,44.624441,298.1],[-71.901781,44.624467,297.9],[-71.901753,44.624516,297.6],[-71.901711,44.624569,297.3],[-71.901672,44.624613,297],[-71.901638,44.624661,296.8],[-71.901611,44.624692,296.7],[-71.901582,44.624727,296.6],[-71.901561,44.624766,296.5],[-71.901541,44.62481,296.4],[-71.901517,44.624852,296.4],[-71.901497,44.624898,296.4],[-71.901468,44.624943,296.4],[-71.901435,44.624985,296.4],[-71.901416,44.625019,296.4],[-71.901386,44.62506,296.4],[-71.901369,44.625092,296.4],[-71.90135,44.625121,296.4],[-71.901323,44.625146,296.4],[-71.901295,44.625186,296.4],[-71.901266,44.625218,296.4],[-71.901243,44.625248,296.4],[-71.901217,44.62528,296.4],[-71.90119,44.62531,296.4],[-71.901162,44.625345,296.5],[-71.90114,44.625373,296.5],[-71.90109,44.625439,296.5],[-71.901068,44.625466,296.5],[-71.901045,44.625496,296.5],[-71.901028,44.625522,296.5],[-71.900988,44.625588,296.5],[-71.900972,44.625619,296.4],[-71.900949,44.625646,296.4],[-71.900901,44.625704,296.3],[-71.900874,44.625741,296.3],[-71.900855,44.62578,296.2],[-71.900837,44.625809,296.2],[-71.900811,44.62584,296.2],[-71.900793,44.62587,296.1],[-71.900742,44.625936,296],[-71.90072,44.625966,296],[-71.900713,44.625982,295.9],[-71.900688,44.62602,295.9],[-71.900651,44.626063,295.8],[-71.900615,44.62609,295.7],[-71.900578,44.626115,295.6],[-71.900476,44.626173,295.4],[-71.900451,44.626178,295.3],[-71.90041,44.626184,295.3],[-71.900371,44.626191,295.2],[-71.900316,44.626198,295],[-71.900248,44.626215,294.9],[-71.900204,44.626228,294.8],[-71.900083,44.626251,294.3],[-71.899966,44.626244,293.9],[-71.899887,44.62623,293.7],[-71.899823,44.626228,293.5],[-71.899761,44.626237,293.3],[-71.899711,44.626237,293.2],[-71.899653,44.626255,293],[-71.899604,44.626267,292.9],[-71.899557,44.626296,292.7],[-71.899519,44.626321,292.6],[-71.899472,44.626344,292.5],[-71.899396,44.626371,292.4],[-71.899322,44.626381,292.3],[-71.899281,44.626403,292.2],[-71.899268,44.626418,292.2],[-71.899219,44.626456,292.1],[-71.89921,44.626458,292.1],[-71.899202,44.62646,292.1],[-71.899193,44.626463,292.1],[-71.899184,44.626465,292.1],[-71.899176,44.626467,292.1],[-71.899167,44.626469,292],[-71.899158,44.626472,292],[-71.89915,44.626474,292],[-71.899141,44.626476,292],[-71.899133,44.626479,292],[-71.899117,44.626485,292],[-71.899107,44.626486,292],[-71.899067,44.626495,292],[-71.899048,44.626506,292],[-71.899032,44.626507,292],[-71.898996,44.626496,292],[-71.898978,44.626499,292],[-71.898933,44.626514,292],[-71.898878,44.626519,292],[-71.89883,44.626528,292],[-71.898787,44.626534,292],[-71.898736,44.626526,292.1],[-71.898684,44.626507,292.1],[-71.898645,44.626474,292.2],[-71.898633,44.626422,292.3],[-71.898617,44.626385,292.4],[-71.898593,44.626343,292.5],[-71.898569,44.626296,292.6],[-71.898552,44.626231,292.7],[-71.89852,44.626183,292.8],[-71.898488,44.626111,293],[-71.898469,44.626067,293.1],[-71.898444,44.626033,293.1],[-71.898429,44.626015,293.2],[-71.898407,44.62599,293.2],[-71.898369,44.625961,293.3],[-71.898352,44.625931,293.3],[-71.898342,44.625901,293.4],[-71.898335,44.62587,293.4],[-71.898343,44.62584,293.4],[-71.89834,44.625811,293.5],[-71.898334,44.625779,293.6],[-71.898344,44.625732,293.6],[-71.898355,44.625714,293.7],[-71.89837,44.625669,293.8],[-71.898406,44.625638,293.9],[-71.898428,44.625601,294],[-71.898428,44.625563,294.1],[-71.898446,44.625539,294.2],[-71.898488,44.625498,294.4],[-71.898498,44.625457,294.5],[-71.898458,44.62542,294.6],[-71.898406,44.625391,294.8],[-71.898383,44.62536,294.9],[-71.898363,44.625318,295],[-71.898358,44.625288,295.1],[-71.898316,44.625263,295.2],[-71.898293,44.625255,295.3],[-71.89827,44.625257,0],[-71.898247,44.625261,295.4],[-71.898221,44.625278,0],[-71.898196,44.6253,295.6],[-71.898187,44.625336,295.7],[-71.898178,44.625361,0],[-71.898161,44.625375,295.8],[-71.898134,44.625377,0],[-71.89811,44.625371,295.9],[-71.898053,44.625342,296],[-71.89801,44.625331,296],[-71.897979,44.625345,296.1],[-71.897935,44.625376,296.1],[-71.897915,44.625392,0],[-71.897915,44.625409,296.2],[-71.89792,44.625422,296.2],[-71.897913,44.625435,296.3],[-71.89788,44.625445,0],[-71.897848,44.625445,296.4],[-71.897769,44.625431,296.5],[-71.897733,44.625405,296.6],[-71.897645,44.625352,296.9],[-71.897595,44.625321,297.1],[-71.89753,44.625284,297.5],[-71.897464,44.625228,298],[-71.897431,44.625197,298.4],[-71.897362,44.625154,299],[-71.897301,44.625115,299.7],[-71.897294,44.625047,300.3],[-71.897303,44.625012,300.7],[-71.897322,44.624968,301.1],[-71.897343,44.624933,301.5],[-71.897331,44.624895,301.8],[-71.897311,44.624866,302.1],[-71.897302,44.624845,302.3],[-71.897279,44.624804,302.6],[-71.897293,44.624771,303],[-71.897296,44.624741,303.3],[-71.897255,44.624706,303.7],[-71.89723,44.624705,303.8],[-71.897196,44.624716,304.1],[-71.897191,44.624724,304.1],[-71.897199,44.624756,304.4],[-71.897187,44.624785,304.7],[-71.897191,44.624816,305],[-71.897169,44.624838,305.4],[-71.897137,44.624836,305.7],[-71.897095,44.624797,306.2],[-71.897036,44.624765,306.6],[-71.897017,44.624736,306.9],[-71.896978,44.624722,307.3],[-71.896953,44.624724,307.6],[-71.896877,44.624792,308.4],[-71.896815,44.624845,309],[-71.896814,44.624862,309.2],[-71.896815,44.624896,309.5],[-71.896802,44.624911,309.7],[-71.896795,44.624947,310],[-71.896797,44.624983,310.3],[-71.896778,44.625026,310.7],[-71.896784,44.625062,311],[-71.896749,44.625093,311.4],[-71.89673,44.625097,311.5],[-71.896705,44.625082,311.8],[-71.896691,44.625055,312.1],[-71.896681,44.625023,312.4],[-71.896646,44.624979,312.9],[-71.896626,44.624936,313.4],[-71.896603,44.62493,313.6],[-71.896564,44.624899,314],[-71.896562,44.624866,314.4],[-71.896587,44.624831,314.9],[-71.896592,44.624787,315.4],[-71.896578,44.624756,315.7],[-71.896573,44.624715,316.2],[-71.896575,44.624688,316.5],[-71.896583,44.624646,316.9],[-71.896546,44.62459,317.5],[-71.896529,44.62458,317.7],[-71.896502,44.624551,318],[-71.89651,44.624523,318.2],[-71.896518,44.624486,318.5],[-71.896499,44.624439,318.9],[-71.896502,44.624402,319.2],[-71.896514,44.62437,319.4],[-71.896526,44.624352,319.6],[-71.896517,44.62432,319.8],[-71.896448,44.624309,320.1],[-71.896375,44.62434,320.6],[-71.896358,44.624389,321],[-71.896368,44.624453,321.6],[-71.896382,44.624498,322.1],[-71.896372,44.624547,322.5],[-71.896357,44.62458,322.8],[-71.896343,44.624597,323],[-71.896324,44.624635,323.3],[-71.896325,44.624674,323.6],[-71.896293,44.624706,323.8],[-71.896277,44.624713,323.9],[-71.89624,44.624725,324.1],[-71.896224,44.624735,324.2],[-71.896212,44.624764,324.4],[-71.896208,44.624784,324.6],[-71.89619,44.624795,324.7],[-71.896136,44.624809,325],[-71.896082,44.624829,325.2],[-71.896028,44.624829,325.5],[-71.895979,44.624834,325.7],[-71.895941,44.624849,325.8],[-71.895901,44.624875,326],[-71.895874,44.624906,326.1],[-71.89585,44.624938,326.3],[-71.895822,44.624945,326.4],[-71.895798,44.62495,326.5],[-71.895768,44.624952,326.6],[-71.895729,44.624941,326.7],[-71.895661,44.624924,327],[-71.895599,44.624895,327.3],[-71.895509,44.624883,327.6],[-71.895424,44.624853,328.1],[-71.895434,44.624791,328.6],[-71.895452,44.624768,328.8],[-71.895492,44.624723,329.3],[-71.895486,44.624686,329.6],[-71.895433,44.62468,330.3],[-71.895374,44.624673,330.7],[-71.89533,44.624683,331],[-71.895295,44.624697,331.3],[-71.895241,44.624713,331.7],[-71.895194,44.624738,332.1],[-71.895149,44.624747,332.5],[-71.895108,44.624753,332.9],[-71.895056,44.624759,333.3],[-71.895005,44.624749,333.7],[-71.894959,44.624743,334],[-71.894934,44.624719,334.3],[-71.894939,44.624687,334.7],[-71.894967,44.624658,335],[-71.895004,44.62462,335.5],[-71.895066,44.624582,336],[-71.895103,44.624558,336.4],[-71.895131,44.624545,336.5],[-71.895184,44.624541,336.8],[-71.895222,44.624524,337],[-71.895235,44.62451,0],[-71.895233,44.624495,337.2],[-71.895216,44.624484,0],[-71.895191,44.62448,337.4],[-71.895153,44.624473,337.6],[-71.895136,44.624477,337.6],[-71.895099,44.624489,337.8],[-71.895066,44.624502,337.9],[-71.894988,44.624499,338.1],[-71.894924,44.624503,338.3],[-71.894856,44.62448,338.5],[-71.894823,44.624445,338.6],[-71.894771,44.624421,338.8],[-71.894703,44.624379,339],[-71.894613,44.624345,339.4],[-71.894529,44.624313,339.8],[-71.894419,44.624284,340.4],[-71.894338,44.624247,340.9],[-71.894274,44.62422,341.3],[-71.894223,44.624199,341.7],[-71.894156,44.624172,342.1],[-71.894076,44.624154,342.6],[-71.894013,44.624154,342.9],[-71.893942,44.624165,343.2],[-71.89387,44.624181,343.5],[-71.893807,44.624192,343.7],[-71.893759,44.624206,343.7],[-71.893717,44.624232,343.8],[-71.893664,44.624265,343.9],[-71.893634,44.624293,343.9],[-71.8936,44.624336,343.8],[-71.893584,44.624376,343.8],[-71.893557,44.62442,343.7],[-71.893541,44.624464,343.7],[-71.893514,44.624504,343.6],[-71.893507,44.624517,343.6],[-71.893498,44.624555,343.6],[-71.8935,44.624593,343.6],[-71.893503,44.624634,343.5],[-71.893497,44.624697,343.5],[-71.893505,44.624742,343.5],[-71.893502,44.624788,343.6],[-71.893507,44.624806,343.6],[-71.893519,44.624846,343.6],[-71.893527,44.624876,343.6],[-71.893544,44.624905,343.7],[-71.893545,44.624941,343.7],[-71.893546,44.624971,343.7],[-71.893554,44.624999,343.8],[-71.893557,44.625013,343.8],[-71.893567,44.625029,343.8],[-71.89357,44.625044,343.8],[-71.893586,44.625054,343.8],[-71.893595,44.625076,343.7],[-71.893627,44.625074,343.7],[-71.893661,44.625062,343.6],[-71.893672,44.625063,343.6],[-71.893714,44.625058,343.5],[-71.893725,44.625054,343.5],[-71.893736,44.62505,343.4],[-71.893746,44.625046,343.4],[-71.893765,44.625044,343.3],[-71.893782,44.625037,343.3],[-71.893811,44.625031,343.2],[-71.893822,44.625061,343],[-71.893795,44.625091,342.7],[-71.89379,44.62512,342.5],[-71.893784,44.625143,342.3],[-71.893755,44.625177,342.1],[-71.893751,44.625186,342],[-71.893766,44.625204,341.8],[-71.893774,44.625221,341.7],[-71.893773,44.625239,341.6],[-71.893787,44.625265,341.4],[-71.893783,44.625279,341.3],[-71.89377,44.625316,341.1],[-71.893708,44.625337,340.8],[-71.893639,44.625346,340.5],[-71.893603,44.625336,340.4],[-71.89355,44.625354,340.3],[-71.893531,44.625402,340.1],[-71.893506,44.625455,340],[-71.893478,44.625509,340],[-71.893426,44.625558,340.1],[-71.893364,44.625616,340.3],[-71.893371,44.62566,340.4],[-71.893428,44.625702,340.7],[-71.893469,44.625754,341.1],[-71.89349,44.625779,341.3],[-71.893534,44.625823,341.6],[-71.893543,44.625877,342.1],[-71.89358,44.625905,342.4],[-71.893588,44.625919,342.5],[-71.893621,44.625949,342.8],[-71.893638,44.625973,343],[-71.893618,44.626011,343.4],[-71.893598,44.626021,343.6],[-71.893547,44.626043,344],[-71.893517,44.626015,344.3],[-71.893526,44.625977,344.7],[-71.893516,44.625952,344.9],[-71.893487,44.625904,345.5],[-71.893451,44.625892,345.7],[-71.893433,44.62589,345.9],[-71.893389,44.625903,346.2],[-71.893396,44.625957,346.7],[-71.893364,44.626015,347.2],[-71.893348,44.626079,347.6],[-71.89331,44.626134,348],[-71.893289,44.626161,348.2],[-71.893285,44.626209,348.5],[-71.893286,44.626267,348.9],[-71.893178,44.626283,349.3],[-71.893083,44.626257,349.8],[-71.893016,44.626243,350.1],[-71.892964,44.626219,350.3],[-71.892911,44.626186,350.7],[-71.892867,44.626179,350.9],[-71.892824,44.626164,351.1],[-71.892744,44.626169,351.5],[-71.892722,44.626184,351.6],[-71.892708,44.626218,351.9],[-71.892681,44.626229,352.1],[-71.892622,44.626243,352.4],[-71.892583,44.626243,352.6],[-71.892566,44.626261,352.8],[-71.892507,44.626282,353.1],[-71.892454,44.626303,353.4],[-71.892391,44.626291,353.8],[-71.89235,44.626245,354.2],[-71.892326,44.626202,354.6],[-71.892337,44.626148,355.1],[-71.892358,44.626115,355.4],[-71.892358,44.626086,355.6],[-71.8923,44.626074,356],[-71.892261,44.626084,356.2],[-71.892212,44.62613,356.6],[-71.892188,44.62616,356.8],[-71.892144,44.62617,357],[-71.892096,44.626206,357.3],[-71.892066,44.626254,357.6],[-71.892044,44.626299,357.9],[-71.892046,44.62634,358],[-71.892026,44.626385,358.3],[-71.891998,44.62642,358.6],[-71.892011,44.62646,358.9],[-71.892038,44.626482,359.1],[-71.892042,44.62653,359.5],[-71.892005,44.626554,359.7],[-71.891964,44.626525,360],[-71.891915,44.626489,360.4],[-71.891885,44.626427,360.8],[-71.891865,44.62635,361.3],[-71.891803,44.626341,361.5],[-71.891769,44.626323,361.7],[-71.891742,44.626308,361.9],[-71.891679,44.626292,362.1],[-71.891644,44.626316,362.3],[-71.891611,44.626338,362.5],[-71.891597,44.626385,362.8],[-71.891646,44.626427,363.2],[-71.891664,44.626477,363.5],[-71.891684,44.626525,363.9],[-71.891703,44.626571,364.2],[-71.891744,44.626596,364.5],[-71.891748,44.626637,364.8],[-71.891713,44.626649,365],[-71.891642,44.626655,365.3],[-71.891598,44.626642,365.6],[-71.891582,44.626612,365.7],[-71.891538,44.626578,366],[-71.891482,44.626577,366.3],[-71.891432,44.626574,366.5],[-71.891377,44.62659,366.8],[-71.891372,44.626588,366.8],[-71.891367,44.626587,366.8],[-71.891362,44.626585,366.8],[-71.891357,44.626583,366.9],[-71.891352,44.626582,366.9],[-71.891346,44.62658,366.9],[-71.891341,44.626579,366.9],[-71.891336,44.626577,366.9],[-71.891331,44.626575,366.9],[-71.891326,44.626574,366.9],[-71.891333,44.626562,367],[-71.891292,44.626583,367.2],[-71.891242,44.626559,367.4],[-71.891236,44.626523,367.6],[-71.891222,44.626469,367.8],[-71.891206,44.626437,368],[-71.891214,44.626386,368.2],[-71.891207,44.626314,368.5],[-71.891192,44.626272,368.6],[-71.891152,44.626233,368.8],[-71.891102,44.626241,368.9],[-71.891032,44.626236,369],[-71.890959,44.62628,369.2],[-71.890924,44.626327,369.4],[-71.890863,44.626395,369.8],[-71.890791,44.626454,370.1],[-71.890709,44.626511,370.5],[-71.890623,44.626571,370.9],[-71.890559,44.626619,371.2],[-71.890511,44.626665,371.4],[-71.89047,44.626714,371.7],[-71.890442,44.626767,371.9],[-71.890395,44.626793,372.1],[-71.890345,44.626821,372.2],[-71.890322,44.626819,372.3],[-71.890279,44.626798,372.4],[-71.890225,44.626786,372.7],[-71.890193,44.626764,372.9],[-71.890167,44.626734,373.1],[-71.890196,44.626713,373.3],[-71.890228,44.626656,373.8],[-71.89017,44.626623,374.2],[-71.890119,44.626613,374.6],[-71.890092,44.626601,374.8],[-71.890046,44.626603,375.1],[-71.889996,44.626594,375.4],[-71.889952,44.626562,375.9],[-71.889931,44.626476,376.8],[-71.889874,44.626405,377.5],[-71.889812,44.626395,377.9],[-71.889762,44.626402,378.2],[-71.889768,44.626441,378.5],[-71.889758,44.626485,378.9],[-71.8897,44.62653,379.4],[-71.889636,44.626566,379.9],[-71.889549,44.62659,380.4],[-71.889454,44.626627,381],[-71.889365,44.626672,381.5],[-71.889296,44.626714,381.8],[-71.889219,44.626731,382],[-71.889159,44.626757,382.2],[-71.889115,44.626782,382.3],[-71.889074,44.626829,382.4],[-71.889026,44.626877,382.6],[-71.888989,44.62693,382.7],[-71.888927,44.626969,382.8],[-71.8889,44.627022,383],[-71.888844,44.627059,383.2],[-71.888792,44.627074,383.3],[-71.888745,44.627088,383.4],[-71.888684,44.627141,383.6],[-71.888676,44.627211,383.8],[-71.888643,44.62727,384],[-71.888576,44.627302,384.2],[-71.88849,44.627317,384.4],[-71.888387,44.62736,384.7],[-71.888329,44.627425,385],[-71.888341,44.627464,385.1],[-71.888315,44.627514,385.3],[-71.888262,44.627552,385.4],[-71.888224,44.627582,385.4],[-71.888187,44.627625,385.5],[-71.888118,44.627673,385.5],[-71.888085,44.627714,385.6],[-71.887924,44.627921,383.5]]]},"properties":{"id":"mtb637","name":"Flower Brook Trl","touches":",mtb386,mtb496,mtb591,mtb748,mtb750,","length":5158.089952853447}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.071503,44.724653,0],[-72.071653,44.724588,0],[-72.071785,44.72454,0],[-72.072073,44.724368,0],[-72.072314,44.724247,0],[-72.072785,44.724211,0],[-72.073026,44.724106,0],[-72.073191,44.724018,0],[-72.073269,44.723979,0],[-72.073362,44.723891,0],[-72.073421,44.723837,0],[-72.073539,44.723751,0],[-72.073637,44.723683,0],[-72.073801,44.723511,0],[-72.073974,44.723336,0],[-72.074052,44.723262,0],[-72.074177,44.723236,0],[-72.07427,44.723311,0],[-72.07429,44.723332,0],[-72.074258,44.723453,0],[-72.074228,44.723571,0],[-72.07421,44.723635,0],[-72.074191,44.723879,0],[-72.074192,44.724083,0],[-72.074288,44.724197,0],[-72.07452,44.724311,0],[-72.074951,44.724188,0],[-72.075036,44.724228,0],[-72.075149,44.724281,0],[-72.07522,44.724314,0],[-72.075331,44.724347,0],[-72.075547,44.724413,0],[-72.075722,44.724341,0],[-72.075998,44.724202,0],[-72.076032,44.724199,0],[-72.076159,44.724195,0],[-72.076245,44.724179,0],[-72.076318,44.724148,0],[-72.076473,44.724074,0],[-72.076613,44.724003,0],[-72.076762,44.72393,0],[-72.076907,44.72385,0],[-72.077012,44.723807,0],[-72.077073,44.72379,0],[-72.077216,44.723826,0],[-72.077265,44.723821,0],[-72.077389,44.723811,0],[-72.077476,44.723805,0],[-72.07759,44.723818,0],[-72.077781,44.723856,0],[-72.078457,44.723795,0],[-72.07861,44.72378,0],[-72.078746,44.723763,0],[-72.078806,44.723754,0],[-72.07887,44.723735,0],[-72.078963,44.723697,0],[-72.079115,44.723685,0],[-72.079185,44.723686,0],[-72.079472,44.723711,0],[-72.079547,44.723695,0],[-72.079599,44.723673,0],[-72.079668,44.723617,0],[-72.079745,44.723577,0],[-72.079928,44.723498,0],[-72.080264,44.723378,0],[-72.080443,44.723322,0],[-72.08064,44.723315,0],[-72.081106,44.723165,0],[-72.0813,44.723097,0],[-72.081449,44.723003,0],[-72.081509,44.722939,0],[-72.081622,44.722812,0],[-72.081647,44.722745,0],[-72.08167,44.722646,0],[-72.08168,44.722467,0],[-72.081671,44.722184,0],[-72.081668,44.722119,0],[-72.081689,44.722014,0],[-72.081732,44.721771,0],[-72.081764,44.721718,0],[-72.081808,44.721648,0],[-72.081918,44.721584,0],[-72.082012,44.72153,0],[-72.082124,44.7215,0],[-72.08231,44.721512,0],[-72.082594,44.721435,0],[-72.082831,44.721369,0],[-72.083149,44.721314,0],[-72.083316,44.721326,0],[-72.0836,44.721237,0],[-72.083702,44.721208,0],[-72.083872,44.721175,0],[-72.084223,44.721152,0],[-72.084557,44.721095,0],[-72.085001,44.720909,0],[-72.085296,44.720785,0],[-72.085669,44.720704,0],[-72.085984,44.720626,0],[-72.086471,44.72063,0],[-72.08669,44.720631,0],[-72.087006,44.720632,0],[-72.087322,44.720549,0],[-72.087443,44.720471,0],[-72.087611,44.720359,0],[-72.088047,44.720066,0],[-72.088241,44.719938,0],[-72.088398,44.719829,0],[-72.088623,44.719754,0],[-72.088778,44.719743,0],[-72.088872,44.719813,0],[-72.089201,44.720224,0],[-72.089426,44.720299,0],[-72.089582,44.720294,0],[-72.089649,44.720287,0],[-72.089861,44.720034,0],[-72.089989,44.719979,0],[-72.090099,44.719848,0],[-72.090483,44.719717,0],[-72.090607,44.719675,0],[-72.090784,44.719583,0],[-72.090875,44.719556,0],[-72.090903,44.719505,0],[-72.090935,44.719471,0],[-72.090991,44.719433,0],[-72.091073,44.719399,0],[-72.091434,44.719373,0],[-72.091632,44.719356,0],[-72.091806,44.719402,0],[-72.091853,44.71942,0],[-72.091953,44.719534,0],[-72.09209,44.71948,0],[-72.092166,44.719451,0],[-72.092292,44.719426,0],[-72.092359,44.719407,0],[-72.092601,44.7193,0],[-72.09273,44.719225,0],[-72.092891,44.719068,0],[-72.093184,44.719025,0],[-72.0934,44.718926,0],[-72.09355,44.718898,0],[-72.093648,44.719122,0],[-72.093853,44.719205,0],[-72.093962,44.719317,0],[-72.094023,44.719348,0],[-72.094112,44.719323,0],[-72.094599,44.719475,0],[-72.094726,44.71952,0],[-72.094969,44.719521,0],[-72.095057,44.719506,0],[-72.095242,44.71948,0],[-72.095379,44.719428,0],[-72.095497,44.71938,0],[-72.095674,44.719246,0],[-72.095845,44.71914,0],[-72.095983,44.719059,0],[-72.096394,44.718829,0],[-72.096689,44.718666,0],[-72.096886,44.718621,0],[-72.097066,44.718581,0],[-72.097195,44.718566,0],[-72.097454,44.718532,0],[-72.097778,44.718489,0],[-72.098067,44.718435,0],[-72.098314,44.718315,0],[-72.098921,44.718341,0],[-72.099151,44.71831,0],[-72.099235,44.718304,0],[-72.099337,44.718304,0],[-72.099404,44.718312,0],[-72.09959,44.718364,0],[-72.099729,44.718374,0],[-72.099859,44.718348,0],[-72.100062,44.71831,0],[-72.100121,44.718303,0],[-72.100427,44.71829,0],[-72.10074,44.718308,0]]]},"properties":{"id":"hke644","name":"Moose Mt Trail","touches":",hke645,hke665,hke678,","length":2912.0176683646855}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.067827,44.72163,0],[-72.067977,44.721586,0],[-72.068135,44.721537,0],[-72.068402,44.721468,0],[-72.068692,44.721396,0],[-72.068891,44.721392,0],[-72.069118,44.721601,0],[-72.069131,44.721686,0],[-72.069165,44.72186,0],[-72.069188,44.721922,0],[-72.069291,44.722203,0],[-72.069645,44.722408,0],[-72.069895,44.722541,0],[-72.070232,44.722742,0],[-72.070534,44.722926,0],[-72.070572,44.723192,0],[-72.07071,44.723323,0],[-72.070961,44.723328,0],[-72.071021,44.723488,0],[-72.07101,44.723612,0],[-72.070999,44.723739,0],[-72.070995,44.72379,0],[-72.071,44.723847,0],[-72.07103,44.723987,0],[-72.071071,44.72413,0],[-72.071102,44.724192,0],[-72.071175,44.724312,0],[-72.071282,44.724453,0],[-72.071365,44.724553,0],[-72.071503,44.724653,0]]]},"properties":{"id":"hke645","name":"Moose Mt Trail","touches":",hke644,hke665,hke646,","length":540.417600921053}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.898602,44.588005,0],[-71.898827,44.587917,0],[-71.899023,44.587852,0],[-71.899092,44.587836,0]]]},"properties":{"id":"mtb735","name":"Shire","touches":",mtb169,mtb295,mtb294,rd728,rd736,","length":43.363490882523614}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.893991,44.611594,434.5],[-71.894049,44.611596,434.5],[-71.894069,44.611586,434.5],[-71.894086,44.61156,434.9],[-71.894033,44.611539,435.4],[-71.893948,44.611504,435.9],[-71.893903,44.611436,437],[-71.893927,44.61141,0],[-71.893973,44.611405,437.4],[-71.894039,44.611422,437.4],[-71.894129,44.611449,436.9],[-71.894225,44.611462,436.3],[-71.894238,44.611411,437.3],[-71.894192,44.611381,438.4],[-71.894148,44.611365,438.5],[-71.894067,44.611358,438.5],[-71.894014,44.611327,0],[-71.894024,44.611278,439.6],[-71.894072,44.611265,440.2],[-71.894133,44.611278,439.6],[-71.894192,44.611308,439],[-71.89427,44.611328,439],[-71.894348,44.611349,438.3],[-71.894431,44.611355,438.1],[-71.89449,44.611354,437.9],[-71.894542,44.611313,438.3],[-71.894601,44.611283,438.8],[-71.894641,44.611284,438.7],[-71.894696,44.61128,438.6],[-71.894767,44.611279,438.2],[-71.894816,44.611263,438.6],[-71.894806,44.61121,439.6],[-71.89486,44.611155,440],[-71.89492,44.611114,440.8],[-71.894982,44.611106,440.5],[-71.895086,44.611101,440.2],[-71.895186,44.611082,440],[-71.895258,44.611048,440.1],[-71.895294,44.611029,0],[-71.895282,44.610996,0],[-71.895263,44.61097,440.8],[-71.895223,44.61096,440.6],[-71.895155,44.610968,441.4],[-71.895073,44.610982,442.1],[-71.895005,44.611,442.4],[-71.894934,44.611026,442.4],[-71.894877,44.611024,0],[-71.894868,44.61099,443.5],[-71.894934,44.610967,444.6],[-71.895017,44.610949,444.3],[-71.895085,44.610926,444.3],[-71.895152,44.610901,444.112732],[-71.895195,44.610886,0],[-71.895238,44.610855,0],[-71.895305,44.610796,0],[-71.895278,44.610789,0],[-71.895219,44.610805,444.9],[-71.895087,44.610861,0],[-71.895023,44.610882,0],[-71.894953,44.61088,444.9],[-71.894849,44.61089,445.4],[-71.894739,44.610878,446.7],[-71.894655,44.610848,447.8],[-71.894587,44.610793,448.7],[-71.894514,44.610801,449],[-71.894482,44.610827,448.4],[-71.894398,44.610803,449.2],[-71.894329,44.610758,449.9],[-71.894245,44.610719,451.4],[-71.894208,44.61066,452.8],[-71.894123,44.610625,453.6],[-71.89404,44.610627,453.5],[-71.893978,44.610594,454.3],[-71.893927,44.610551,454.7],[-71.893868,44.610503,455.8],[-71.893823,44.610471,456.2],[-71.893794,44.610466,456.1],[-71.893777,44.610437,456.7],[-71.893845,44.610449,457],[-71.893884,44.610425,457],[-71.893963,44.610414,457.9],[-71.894065,44.610413,458.2],[-71.894149,44.610398,458.3],[-71.894122,44.610356,459.3],[-71.894066,44.610342,459.2],[-71.893977,44.61033,459],[-71.893882,44.610326,459.3],[-71.893867,44.610267,460.4],[-71.893807,44.610255,460.3],[-71.893726,44.610212,460.8],[-71.893653,44.61015,461.8],[-71.89358,44.610106,462.9],[-71.893525,44.610053,464.2],[-71.893482,44.609998,464.7],[-71.893451,44.609944,465.7],[-71.893444,44.60988,467],[-71.893411,44.609844,467.2],[-71.89337,44.609802,467.7],[-71.893307,44.609756,467.7],[-71.893242,44.609715,467.5],[-71.89319,44.609666,467.4],[-71.893124,44.609627,467.1],[-71.893092,44.60958,467],[-71.893129,44.609514,468.1],[-71.893177,44.609475,468.7],[-71.89318,44.609435,468.9],[-71.893143,44.609386,468.6],[-71.893132,44.609323,468.7],[-71.893098,44.609258,468.2],[-71.89309,44.6092,468.2],[-71.893082,44.609142,468.2],[-71.89308,44.609072,468],[-71.893086,44.609008,468],[-71.893074,44.608937,467.9],[-71.893117,44.608869,468.7],[-71.893161,44.608808,469.8],[-71.893174,44.60874,470.2],[-71.893211,44.608674,471.6],[-71.893255,44.608626,472.9],[-71.893264,44.608577,473],[-71.893265,44.60852,473.2],[-71.893256,44.608458,473.4],[-71.893228,44.608398,472.9],[-71.893197,44.608332,472.6],[-71.893159,44.608279,473.1],[-71.893138,44.608216,473],[-71.89313,44.608145,473.3],[-71.893089,44.608072,473.2],[-71.89311,44.608,473.6],[-71.89315,44.607937,474.1],[-71.893208,44.607881,474.8],[-71.893251,44.607829,475],[-71.893316,44.607785,475.2],[-71.893379,44.607748,475.6],[-71.893431,44.607718,475.8],[-71.893459,44.607697,475.9],[-71.89349,44.607678,475.9],[-71.893503,44.607672,476],[-71.893534,44.60765,476],[-71.893531,44.607638,475.9],[-71.893538,44.607604,475.8],[-71.893547,44.60759,476],[-71.893558,44.607574,475.9],[-71.89357,44.607569,475.9],[-71.893603,44.607543,475.9],[-71.893613,44.607536,475.9],[-71.893638,44.607504,475.8],[-71.893666,44.607484,475.6],[-71.893691,44.607464,475.6],[-71.893714,44.607438,475.5],[-71.893731,44.607412,475.3],[-71.893749,44.607387,475.1],[-71.893759,44.607376,475.2],[-71.893788,44.607342,475],[-71.89381,44.607316,474.9],[-71.89383,44.60729,474.6],[-71.893858,44.607259,474.5],[-71.893894,44.607223,474.5],[-71.893941,44.60718,474.4],[-71.893987,44.607126,474.5],[-71.89403,44.607066,474.6],[-71.894075,44.607013,474.7],[-71.894127,44.606961,474.8],[-71.894175,44.606912,475],[-71.894216,44.60687,475],[-71.89426,44.606827,475.1],[-71.894294,44.606779,475.2],[-71.894335,44.606732,475.3],[-71.894377,44.60669,475.3],[-71.894411,44.606654,475.3],[-71.894438,44.60662,475.3],[-71.894467,44.606592,475.3],[-71.894493,44.606564,475.3],[-71.894503,44.606549,475.3],[-71.89455,44.606515,475.3]]]},"properties":{"id":"mtb638","name":"Butter Tubs","touches":",mtb595,mtb631,mtb596,mtb749,","length":995.9576670656825}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.888804,44.633986,345.8],[-71.888477,44.634091,345.8],[-71.888406,44.634125,346.1],[-71.888329,44.634188,347.3],[-71.888269,44.63427,347.4],[-71.888235,44.634353,347.8],[-71.888206,44.634396,347.9],[-71.888177,44.63443,347.8],[-71.888147,44.634461,347.8],[-71.888111,44.634505,348.6],[-71.888057,44.634524,348.6],[-71.888029,44.634489,349.7],[-71.88797,44.634501,349.4],[-71.887919,44.634489,349.8],[-71.887877,44.634505,349.9],[-71.887869,44.634456,350.3],[-71.887899,44.634374,351.1],[-71.88786,44.634366,351.2],[-71.887837,44.634338,351.2],[-71.887778,44.634335,351.9],[-71.887702,44.634303,353.4],[-71.887641,44.634246,354.1],[-71.887577,44.634199,355.1],[-71.887555,44.634156,355.4],[-71.887528,44.634095,356.4],[-71.887513,44.634028,356.3],[-71.887461,44.633974,356.7],[-71.887424,44.633903,356.8],[-71.887413,44.633841,357.1],[-71.887383,44.633785,357.7],[-71.887337,44.633751,358.2],[-71.887257,44.633694,359.3],[-71.887183,44.633663,360.6],[-71.887141,44.633632,361.7],[-71.887083,44.633594,362.4],[-71.887051,44.633533,363.3],[-71.887103,44.633495,363.2],[-71.887148,44.633461,363.1],[-71.887176,44.633427,362.9],[-71.887198,44.633369,363.4],[-71.887209,44.633327,364.4],[-71.887244,44.633296,363.9],[-71.887259,44.633264,364],[-71.887281,44.633214,363.2],[-71.887275,44.633157,364.6],[-71.887302,44.633105,365.2],[-71.88734,44.633059,366],[-71.887325,44.633025,366.6],[-71.88728,44.633006,367.4],[-71.887235,44.633011,367.7],[-71.887189,44.633035,367.5],[-71.887143,44.633061,368.1],[-71.887082,44.633093,368.5],[-71.887066,44.633122,367.9],[-71.886978,44.633156,369],[-71.886939,44.63316,369],[-71.886897,44.633135,369.9],[-71.886893,44.6331,370.5],[-71.886974,44.633064,370.8],[-71.887024,44.633031,370.3],[-71.887069,44.632997,369.8],[-71.887095,44.632946,370.6],[-71.887104,44.632905,371.1],[-71.887166,44.632859,371.9],[-71.887244,44.632809,372.2],[-71.88727,44.63274,373.6],[-71.887278,44.632692,374.3],[-71.887309,44.632653,374.7],[-71.887312,44.632605,375],[-71.88727,44.632602,375.9],[-71.887227,44.63263,376.1],[-71.887191,44.632686,376.2],[-71.88716,44.632735,374.9],[-71.887115,44.632758,374.9],[-71.887051,44.632776,375.7],[-71.886977,44.632788,375.7],[-71.886905,44.632795,376],[-71.886846,44.632822,376.4],[-71.886806,44.632869,376.4],[-71.886677,44.63288,377.2],[-71.886612,44.632876,377.6],[-71.886552,44.632894,377.8],[-71.88648,44.632896,378.6],[-71.886387,44.632872,379.1],[-71.886324,44.63284,380.3],[-71.886241,44.632829,380.6],[-71.886164,44.632799,380.9],[-71.886099,44.632776,381.5],[-71.88604,44.632752,381.5],[-71.885957,44.632722,381.8],[-71.885884,44.632693,382.4],[-71.885813,44.632656,382.9],[-71.885741,44.632628,383.1],[-71.885666,44.632589,383.3],[-71.885591,44.632567,383.7],[-71.885516,44.632543,384],[-71.885448,44.632523,384.1],[-71.885385,44.632496,384.6],[-71.885322,44.632477,384.5],[-71.885245,44.632426,384.5],[-71.885193,44.632384,385.1],[-71.885103,44.632352,385.2],[-71.885025,44.63233,384.4],[-71.884946,44.632315,383.8],[-71.884878,44.632296,384],[-71.884786,44.632284,385.6],[-71.884718,44.632252,385.8],[-71.884602,44.632221,385.3],[-71.884565,44.632202,385.6],[-71.884519,44.632183,385.9],[-71.884469,44.632148,386.5],[-71.884427,44.632103,387.2],[-71.884398,44.632051,387.5],[-71.88442,44.632005,387.1],[-71.884457,44.631949,386.9],[-71.884467,44.631889,387.2],[-71.884488,44.631848,387.6],[-71.884488,44.631776,388.9],[-71.884462,44.631734,389.6],[-71.8844,44.631724,390.7],[-71.88433,44.631727,391.3],[-71.884258,44.63175,391.8],[-71.884206,44.631737,393],[-71.88414,44.631731,393.5],[-71.884074,44.631742,393],[-71.884016,44.631727,393.4],[-71.883976,44.631686,394.1],[-71.883913,44.631646,395],[-71.883894,44.631609,395.5],[-71.883882,44.631562,395.3],[-71.883855,44.631537,395.8],[-71.883808,44.631514,396],[-71.883798,44.631467,396.2],[-71.883754,44.631427,396.8],[-71.883691,44.631395,396.7],[-71.88367,44.631354,396.5],[-71.883645,44.631327,396.614463]]]},"properties":{"id":"mtb639","name":"Black Bear","touches":",mtb241,mtb493,mtb494,mtb640,","length":824.2549052583302}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.059971,44.720828,0],[-72.060154,44.720759,0],[-72.060397,44.720665,0],[-72.060505,44.720623,0],[-72.060743,44.720491,0],[-72.060843,44.720443,0],[-72.061141,44.7204,0],[-72.061276,44.720386,0],[-72.06157,44.720429,0],[-72.061616,44.720441,0],[-72.061866,44.720544,0],[-72.062134,44.720652,0],[-72.062207,44.720688,0],[-72.062288,44.720747,0],[-72.062335,44.720828,0],[-72.062418,44.720856,0],[-72.062483,44.720874,0],[-72.062639,44.720884,0],[-72.062818,44.720895,0],[-72.062951,44.720862,0],[-72.063011,44.720847,0],[-72.063131,44.720847,0],[-72.063291,44.720841,0],[-72.063365,44.720839,0],[-72.063476,44.720855,0],[-72.063555,44.720839,0],[-72.06371,44.720801,0],[-72.063785,44.720792,0],[-72.063931,44.720779,0],[-72.064023,44.720769,0],[-72.064043,44.720776,0],[-72.064285,44.720891,0],[-72.064469,44.720978,0],[-72.064752,44.721165,0],[-72.064794,44.721199,0],[-72.064857,44.721352,0],[-72.064895,44.721374,0],[-72.065032,44.721453,0],[-72.065126,44.721503,0],[-72.065429,44.721616,0],[-72.065603,44.721683,0],[-72.065714,44.721709,0],[-72.065833,44.721737,0],[-72.065983,44.721776,0],[-72.066117,44.721808,0],[-72.06619,44.721831,0],[-72.066305,44.721874,0],[-72.066392,44.721909,0],[-72.066461,44.721935,0],[-72.066532,44.72195,0],[-72.066651,44.721973,0],[-72.066748,44.721972,0],[-72.066803,44.721968,0],[-72.066984,44.721935,0],[-72.067147,44.721899,0],[-72.067291,44.721863,0],[-72.067419,44.72183,0],[-72.067481,44.721799,0],[-72.067572,44.721752,0],[-72.067668,44.721701,0],[-72.067753,44.72166,0],[-72.067827,44.72163,0]]]},"properties":{"id":"hke646","name":"Brookside Trail","touches":",hke645,hke650,hke652,","length":711.9836635116077}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.023988,44.710673,0],[-72.024092,44.710699,0],[-72.024175,44.710539,0],[-72.024204,44.710452,0],[-72.024184,44.710357,0],[-72.024167,44.710309,0],[-72.024158,44.710272,0],[-72.02412,44.710198,0],[-72.024032,44.710117,0],[-72.023933,44.710053,0],[-72.023756,44.709947,0],[-72.023614,44.709858,0],[-72.023528,44.7098,0],[-72.023371,44.709691,0],[-72.023256,44.709609,0],[-72.023132,44.709517,0],[-72.023073,44.709471,0],[-72.022985,44.709381,0],[-72.022657,44.709056,0],[-72.022551,44.708955,0],[-72.022452,44.708888,0],[-72.022401,44.708859,0],[-72.022312,44.708809,0],[-72.022108,44.708715,0],[-72.021914,44.708627,0],[-72.021832,44.708587,0],[-72.021745,44.708537,0],[-72.021657,44.70848,0],[-72.021621,44.708451,0],[-72.021569,44.708397,0],[-72.021516,44.708331,0],[-72.021447,44.708233,0],[-72.021411,44.708187,0],[-72.021347,44.708128,0],[-72.021278,44.708088,0],[-72.021196,44.708054,0],[-72.021101,44.70802,0],[-72.020965,44.707977,0],[-72.020838,44.70792,0],[-72.020759,44.707872,0],[-72.020677,44.707816,0],[-72.02061,44.707753,0],[-72.020571,44.707687,0],[-72.020558,44.707608,0],[-72.020565,44.707567,0],[-72.020589,44.707526,0],[-72.020644,44.707481,0],[-72.020714,44.707453,0],[-72.020785,44.707435,0],[-72.020854,44.707426,0],[-72.020924,44.707426,0],[-72.020983,44.707439,0],[-72.021025,44.707453,0],[-72.021121,44.70752,0],[-72.021221,44.707586,0],[-72.021329,44.707648,0],[-72.021419,44.707699,0],[-72.021501,44.707723,0],[-72.021622,44.707759,0],[-72.021791,44.707806,0],[-72.021938,44.707853,0],[-72.022091,44.707899,0],[-72.022292,44.707966,0],[-72.022508,44.708031,0],[-72.022711,44.708101,0],[-72.023007,44.708185,0],[-72.023153,44.708221,0],[-72.023338,44.708246,0],[-72.023453,44.708248,0],[-72.023635,44.708245,0],[-72.02378,44.708231,0],[-72.023947,44.708199,0],[-72.024235,44.70813,0],[-72.024366,44.708096,0],[-72.024559,44.708072,0],[-72.024613,44.708071,0],[-72.024794,44.708118,0],[-72.024872,44.708133,0],[-72.024896,44.708147,0],[-72.025116,44.708315,0],[-72.025258,44.708436,0],[-72.025425,44.708575,0],[-72.025536,44.708661,0],[-72.025663,44.708751,0],[-72.025793,44.708826,0],[-72.025983,44.708919,0],[-72.026067,44.708962,0],[-72.026145,44.708995,0],[-72.026221,44.709015,0],[-72.026319,44.709035,0],[-72.026428,44.70905,0],[-72.026526,44.709056,0],[-72.026669,44.709056,0],[-72.026787,44.709054,0],[-72.026867,44.709047,0],[-72.027085,44.709027,0],[-72.027267,44.709008,0],[-72.027373,44.709002,0],[-72.027674,44.709002,0],[-72.027835,44.709,0],[-72.027972,44.709008,0],[-72.028095,44.709016,0],[-72.028198,44.709031,0],[-72.028305,44.709052,0],[-72.028484,44.709097,0],[-72.028625,44.709135,0],[-72.028836,44.709194,0],[-72.029033,44.70923,0],[-72.029168,44.709254,0],[-72.029373,44.709276,0],[-72.029637,44.709308,0],[-72.029854,44.709335,0],[-72.030009,44.70936,0],[-72.03036,44.709433,0],[-72.030498,44.70949,0],[-72.030989,44.709682,0],[-72.03154,44.709846,0],[-72.031832,44.709931,0],[-72.031967,44.709973,0],[-72.032105,44.710005,0],[-72.032236,44.71004,0],[-72.032388,44.710064,0],[-72.032537,44.710083,0],[-72.03275,44.710103,0],[-72.03294,44.710119,0],[-72.03313,44.710135,0],[-72.03327,44.710156,0],[-72.0334,44.710182,0],[-72.033494,44.710203,0],[-72.03358,44.710226,0],[-72.033682,44.71027,0],[-72.033886,44.71036,0],[-72.034068,44.710445,0],[-72.034182,44.710501,0],[-72.03429,44.710562,0],[-72.034441,44.710654,0],[-72.034798,44.710885,0],[-72.034897,44.710945,0],[-72.035024,44.711005,0],[-72.035146,44.711042,0],[-72.035265,44.711065,0],[-72.035608,44.711103,0],[-72.03675,44.71122,0],[-72.037323,44.711175,0],[-72.038377,44.711093,0],[-72.039141,44.711033,0],[-72.039612,44.710994,0],[-72.040245,44.710944,0],[-72.040866,44.710894,0],[-72.041112,44.710878,0],[-72.041776,44.710801,0],[-72.041888,44.710756,0],[-72.042098,44.71066,0],[-72.042354,44.710526,0],[-72.042703,44.710344,0],[-72.042806,44.710293,0],[-72.043461,44.710055,0],[-72.04358,44.710012,0],[-72.043885,44.70997,0],[-72.043974,44.709964,0],[-72.044376,44.709993,0],[-72.044738,44.710012,0],[-72.045254,44.709983,0],[-72.045965,44.709784,0],[-72.046122,44.70968,0],[-72.046384,44.709507,0],[-72.046689,44.709184,0],[-72.046879,44.70898,0],[-72.047018,44.708839,0]]]},"properties":{"id":"rd647","name":"CCC Road","touches":",hke654,hke648,","length":2792.505801946728}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.047018,44.708839,0],[-72.047471,44.708922,0],[-72.047553,44.708943,0],[-72.047558,44.708996,0],[-72.047608,44.709484,0],[-72.047614,44.709495,0],[-72.047896,44.709684,0],[-72.048008,44.709757,0],[-72.048046,44.709782,0],[-72.048761,44.710154,0],[-72.048794,44.710172,0],[-72.048545,44.710616,0],[-72.048389,44.710919,0],[-72.048387,44.711232,0],[-72.048402,44.712092,0],[-72.048411,44.712965,0],[-72.04795,44.713248,0],[-72.047828,44.713411,0],[-72.047597,44.713743,0],[-72.048086,44.713881,0],[-72.048524,44.714065,0],[-72.049316,44.713996,0],[-72.049957,44.713755,0],[-72.050204,44.713569,0],[-72.050308,44.713498,0],[-72.05065,44.714162,0],[-72.050754,44.714379,0],[-72.051189,44.714791,0],[-72.051316,44.714843,0]]]},"properties":{"id":"hke648","name":"Herbert Hawkes Trail","touches":",rd647,hke649,hke651,","length":1067.6733383373114}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.051316,44.714843,0],[-72.050946,44.715434,0],[-72.051011,44.7165,0],[-72.051081,44.716889,0],[-72.051167,44.717344,0],[-72.051187,44.717505,0],[-72.051222,44.717788,0],[-72.051238,44.717919,0],[-72.05124,44.717958,0],[-72.051105,44.718316,0],[-72.051076,44.718397,0],[-72.051069,44.718414,0],[-72.050935,44.718558,0],[-72.050842,44.718657,0],[-72.050832,44.718729,0]]]},"properties":{"id":"hke649","name":"Herbert Hawkes Trail","touches":",hke648,hke651,hke650,hke653,","length":446.5441062745118}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.050832,44.718729,0],[-72.051056,44.718837,0],[-72.051187,44.718912,0],[-72.051306,44.718984,0],[-72.051437,44.719111,0],[-72.051665,44.719281,0],[-72.051923,44.719349,0],[-72.05206,44.719386,0],[-72.052099,44.719406,0],[-72.052301,44.719526,0],[-72.052548,44.719593,0],[-72.052906,44.719879,0],[-72.053052,44.719991,0],[-72.053431,44.720128,0],[-72.053509,44.720155,0],[-72.053521,44.720164,0],[-72.053583,44.720302,0],[-72.053683,44.720306,0],[-72.053822,44.720312,0],[-72.053997,44.720277,0],[-72.054051,44.720271,0],[-72.054343,44.720291,0],[-72.054639,44.720334,0],[-72.054886,44.720372,0],[-72.055235,44.720345,0],[-72.055482,44.720298,0],[-72.055736,44.72025,0],[-72.056113,44.720179,0],[-72.056308,44.720142,0],[-72.056386,44.720113,0],[-72.056581,44.720041,0],[-72.056716,44.720019,0],[-72.056811,44.720004,0],[-72.056933,44.720039,0],[-72.0572,44.720036,0],[-72.057384,44.72004,0],[-72.057647,44.720062,0],[-72.057926,44.720139,0],[-72.058019,44.720196,0],[-72.058135,44.720265,0],[-72.058323,44.720331,0],[-72.058439,44.720371,0],[-72.058489,44.720369,0],[-72.058981,44.720353,0],[-72.059156,44.720346,0],[-72.059331,44.72037,0],[-72.059477,44.720374,0],[-72.059618,44.720435,0],[-72.059717,44.720475,0],[-72.05979,44.720551,0],[-72.059971,44.720828,0]]]},"properties":{"id":"hke650","name":"North Trail Mt Hor","touches":",hke646,hke652,hke649,hke653,","length":839.1959606593293}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.052692,44.71229,0],[-72.052706,44.712494,0],[-72.05238,44.712698,0],[-72.052062,44.712948,0],[-72.052195,44.713352,0],[-72.052213,44.71341,0],[-72.052257,44.713916,0],[-72.052041,44.714415,0],[-72.051448,44.71489,0],[-72.051316,44.714843,0]]]},"properties":{"id":"hke651","name":"Hor Summit Lookout","touches":",hke648,hke649,","length":344.12946166478935}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.059971,44.720828,0],[-72.06003,44.720904,0],[-72.060254,44.721134,0],[-72.060329,44.721209,0],[-72.060429,44.721265,0],[-72.060543,44.721337,0],[-72.060748,44.721597,0],[-72.060936,44.72184,0],[-72.060974,44.721888,0],[-72.061043,44.721928,0],[-72.061187,44.722021,0],[-72.061545,44.72219,0],[-72.061798,44.722305,0],[-72.062,44.722599,0],[-72.062311,44.72306,0],[-72.0626,44.723486,0],[-72.062926,44.723962,0],[-72.063083,44.724197,0],[-72.063435,44.72439,0],[-72.064094,44.724753,0],[-72.06503,44.725272,0],[-72.06567,44.725621,0],[-72.06627,44.72595,0],[-72.066464,44.726173,0],[-72.066777,44.726531,0],[-72.066909,44.726687,0],[-72.067077,44.726931,0]]]},"properties":{"id":"hke652","name":"North Trail Mt Hor","touches":",hke646,hke650,","length":902.4895120177351}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.048511,44.723638,0],[-72.048972,44.723467,0],[-72.048743,44.723082,0],[-72.048889,44.722659,0],[-72.048704,44.722231,0],[-72.048854,44.721781,0],[-72.04929,44.721622,0],[-72.049478,44.721219,0],[-72.04974,44.720948,0],[-72.04991,44.720772,0],[-72.050088,44.720595,0],[-72.050186,44.720267,0],[-72.05029,44.719903,0],[-72.050296,44.719862,0],[-72.050499,44.719665,0],[-72.050617,44.719538,0],[-72.050731,44.719278,0],[-72.050785,44.719165,0],[-72.050807,44.718897,0],[-72.050832,44.718729,0]]]},"properties":{"id":"hke653","name":"Herbert Hawkes Trail","touches":",hke649,hke650,","length":627.0397383179738}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.030919,44.729789,0],[-72.030595,44.729744,0],[-72.030488,44.72961,0],[-72.030471,44.729526,0],[-72.030426,44.729342,0],[-72.030345,44.72916,0],[-72.030353,44.729065,0],[-72.030303,44.728991,0],[-72.030204,44.72894,0],[-72.030167,44.728841,0],[-72.030175,44.728741,0],[-72.030224,44.72863,0],[-72.030262,44.728535,0],[-72.030263,44.728456,0],[-72.030247,44.728408,0],[-72.030149,44.728381,0],[-72.030042,44.728301,0],[-72.029876,44.728159,0],[-72.029795,44.728119,0],[-72.0297,44.728083,0],[-72.029573,44.7281,0],[-72.029406,44.728145,0],[-72.029298,44.728182,0],[-72.029184,44.728184,0],[-72.029162,44.728143,0],[-72.029167,44.728089,0],[-72.029169,44.72805,0],[-72.029089,44.728052,0],[-72.0289,44.728076,0],[-72.028804,44.728126,0],[-72.028728,44.728116,0],[-72.028713,44.728022,0],[-72.028763,44.727943,0],[-72.028787,44.727825,0],[-72.028894,44.727662,0],[-72.029023,44.727601,0],[-72.029191,44.727538,0],[-72.029415,44.727396,0],[-72.029678,44.727291,0],[-72.029789,44.72724,0],[-72.029849,44.727189,0],[-72.02989,44.727114,0],[-72.029885,44.72709,0],[-72.029823,44.727037,0],[-72.029753,44.726984,0],[-72.029676,44.726919,0],[-72.029624,44.726839,0],[-72.029462,44.726759,0],[-72.029217,44.726638,0],[-72.028985,44.726497,0],[-72.02891,44.726458,0],[-72.028851,44.72645,0],[-72.028762,44.726461,0],[-72.028628,44.726426,0],[-72.028565,44.726388,0],[-72.028537,44.726325,0],[-72.028551,44.726224,0],[-72.028629,44.726077,0],[-72.028767,44.725958,0],[-72.029013,44.725876,0],[-72.029221,44.725835,0],[-72.029345,44.725792,0],[-72.029379,44.725738,0],[-72.029394,44.725685,0],[-72.029385,44.72554,0],[-72.029407,44.725258,0],[-72.029389,44.725062,0],[-72.029381,44.724921,0],[-72.02934,44.724727,0],[-72.029316,44.724537,0],[-72.02929,44.724388,0],[-72.029216,44.724233,0],[-72.029013,44.724074,0],[-72.028823,44.723934,0],[-72.028612,44.723826,0],[-72.028409,44.723739,0],[-72.028279,44.723626,0],[-72.028128,44.723476,0],[-72.02805,44.723369,0],[-72.028033,44.72332,0],[-72.028073,44.7232,0],[-72.028118,44.72312,0],[-72.028161,44.723031,0],[-72.028148,44.722967,0],[-72.028044,44.722915,0],[-72.027942,44.72286,0],[-72.027861,44.722764,0],[-72.027756,44.722617,0],[-72.027616,44.722467,0],[-72.027543,44.722288,0],[-72.02744,44.722138,0],[-72.027391,44.722028,0],[-72.027325,44.721935,0],[-72.027276,44.721851,0],[-72.027241,44.721733,0],[-72.027214,44.721498,0],[-72.02717,44.721335,0],[-72.027075,44.721208,0],[-72.027087,44.721085,0],[-72.027116,44.720968,0],[-72.027075,44.72088,0],[-72.026966,44.720773,0],[-72.026808,44.720618,0],[-72.026691,44.720465,0],[-72.026557,44.720328,0],[-72.026392,44.720241,0],[-72.026255,44.720123,0],[-72.026139,44.72001,0],[-72.026019,44.719899,0],[-72.025975,44.719819,0],[-72.025812,44.719646,0],[-72.025656,44.719571,0],[-72.025504,44.719478,0],[-72.025268,44.719412,0],[-72.025034,44.719344,0],[-72.024813,44.719255,0],[-72.024561,44.719072,0],[-72.024322,44.718794,0],[-72.024152,44.718478,0],[-72.0241,44.718345,0],[-72.023993,44.718121,0],[-72.023942,44.718004,0],[-72.023865,44.71793,0],[-72.02377,44.717858,0],[-72.023653,44.717766,0],[-72.02359,44.717711,0],[-72.023526,44.717591,0],[-72.023481,44.717486,0],[-72.023419,44.717368,0],[-72.023327,44.717224,0],[-72.02328,44.717166,0],[-72.023152,44.717024,0],[-72.02311,44.716965,0],[-72.02297,44.716855,0],[-72.022868,44.716783,0],[-72.022835,44.716709,0],[-72.022806,44.716624,0],[-72.022795,44.716585,0],[-72.022758,44.716536,0],[-72.022688,44.716487,0],[-72.022629,44.7164,0],[-72.022519,44.716304,0],[-72.0224,44.716213,0],[-72.022325,44.716088,0],[-72.022265,44.715965,0],[-72.022206,44.715847,0],[-72.02214,44.715639,0],[-72.021984,44.715468,0],[-72.021945,44.715415,0],[-72.021884,44.715345,0],[-72.02186,44.71525,0],[-72.021838,44.715196,0],[-72.021699,44.715003,0],[-72.021574,44.714895,0],[-72.021478,44.714784,0],[-72.02154,44.714661,0],[-72.021625,44.714575,0],[-72.021716,44.714496,0],[-72.021784,44.714463,0],[-72.021936,44.714456,0],[-72.022129,44.714459,0],[-72.022252,44.714462,0],[-72.022334,44.714451,0],[-72.022464,44.714459,0],[-72.022516,44.714488,0],[-72.022601,44.714531,0],[-72.022714,44.714548,0],[-72.022823,44.714536,0],[-72.022891,44.714496,0],[-72.022942,44.714443,0],[-72.022974,44.71438,0],[-72.022997,44.714286,0],[-72.02304,44.714176,0],[-72.023054,44.714089,0],[-72.023131,44.713929,0],[-72.02324,44.713834,0],[-72.023365,44.713769,0],[-72.023567,44.713742,0],[-72.02374,44.713697,0],[-72.02392,44.713614,0],[-72.024043,44.713551,0],[-72.024107,44.713504,0],[-72.024167,44.713433,0],[-72.024215,44.713345,0],[-72.024244,44.713269,0],[-72.02425,44.713076,0],[-72.024257,44.71296,0],[-72.02424,44.712824,0],[-72.024206,44.712766,0],[-72.024144,44.712729,0],[-72.023969,44.712661,0],[-72.023915,44.712639,0],[-72.023737,44.712549,0],[-72.023588,44.712463,0],[-72.023469,44.712356,0],[-72.023435,44.712285,0],[-72.023427,44.712171,0],[-72.023454,44.712063,0],[-72.023461,44.712001,0],[-72.02359,44.711799,0],[-72.023722,44.711664,0],[-72.02379,44.711619,0],[-72.023835,44.711565,0],[-72.023829,44.71153,0],[-72.023803,44.711455,0],[-72.023775,44.711389,0],[-72.023756,44.711338,0],[-72.023687,44.711235,0],[-72.023658,44.7112,0],[-72.023526,44.71113,0],[-72.023467,44.711074,0],[-72.023457,44.711008,0],[-72.023471,44.710935,0],[-72.023527,44.710854,0],[-72.023665,44.71079,0],[-72.023767,44.710763,0],[-72.023893,44.710678,0],[-72.023988,44.710673,0]]]},"properties":{"id":"hke654","name":"Mount Pisgah South Trail","touches":",rd647,hke655,","length":2866.340348687385}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.03463,44.732362,0],[-72.034646,44.732205,0],[-72.034618,44.732114,0],[-72.034538,44.731968,0],[-72.034288,44.731885,0],[-72.034102,44.73175,0],[-72.033739,44.731494,0],[-72.033451,44.73129,0],[-72.033193,44.731103,0],[-72.032937,44.730882,0],[-72.032791,44.73072,0],[-72.032661,44.73066,0],[-72.032459,44.730587,0],[-72.032318,44.730538,0],[-72.032197,44.730459,0],[-72.032088,44.730446,0],[-72.031936,44.730396,0],[-72.031818,44.730271,0],[-72.031741,44.730204,0],[-72.031584,44.730171,0],[-72.03135,44.730109,0],[-72.031192,44.730016,0],[-72.030945,44.729925,0],[-72.030803,44.72985,0],[-72.030919,44.729789,0]]]},"properties":{"id":"hke655","name":"Mount Pisgah North Trail","touches":",hke654,hke656,hke657,","length":443.63864619937345}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.035867,44.732751,0],[-72.035723,44.732716,0],[-72.035511,44.732678,0],[-72.035392,44.732712,0],[-72.03525,44.732739,0],[-72.035183,44.732723,0],[-72.035052,44.732647,0],[-72.034902,44.732516,0],[-72.03463,44.732362,0]]]},"properties":{"id":"hke656","name":"View Point Trail","touches":",hke655,hke657,","length":116.42812919018908}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.034915,44.736345,0],[-72.034913,44.736155,0],[-72.034944,44.735892,0],[-72.035061,44.735725,0],[-72.035194,44.735545,0],[-72.034982,44.735113,0],[-72.034906,44.735014,0],[-72.034757,44.734785,0],[-72.034588,44.73464,0],[-72.034559,44.73455,0],[-72.034563,44.734456,0],[-72.034699,44.734359,0],[-72.034835,44.734219,0],[-72.034881,44.734146,0],[-72.034917,44.73405,0],[-72.034912,44.733869,0],[-72.034993,44.733748,0],[-72.03512,44.733598,0],[-72.035128,44.733396,0],[-72.034842,44.733344,0],[-72.034625,44.73325,0],[-72.034571,44.733071,0],[-72.034494,44.732903,0],[-72.03439,44.732653,0],[-72.03463,44.732362,0]]]},"properties":{"id":"hke657","name":"Mount Pisgah North Trail","touches":",hke655,hke656,hke658,hke659,","length":507.8879510612516}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.892404,44.835945,0],[-71.89264,44.835762,0],[-71.892812,44.83561,0],[-71.892772,44.835431,0],[-71.892844,44.835308,0],[-71.892957,44.835115,0],[-71.892968,44.834954,0],[-71.893166,44.834722,0],[-71.893182,44.834482,0],[-71.893233,44.834305,0],[-71.893257,44.834216,0],[-71.893212,44.834117,0],[-71.893204,44.833968,0],[-71.893206,44.833714,0],[-71.893094,44.833615,0],[-71.892718,44.833388,0],[-71.892112,44.833063,0],[-71.891541,44.832789,0],[-71.890956,44.832515,0],[-71.890468,44.832373,0],[-71.889939,44.832403,0],[-71.889612,44.832338,0],[-71.889196,44.832291,0],[-71.88906,44.832192,0],[-71.888974,44.831973,0],[-71.888582,44.831692,0],[-71.887949,44.83119,0]]]},"properties":{"id":"hke683","name":"Lookout Trail","touches":",hke669,hke676,hke675,hke682,","length":795.1044830235376}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.049638,44.746141,0],[-72.049601,44.746173,0],[-72.049568,44.746214,0],[-72.049572,44.746378,0],[-72.049577,44.746508,0],[-72.049538,44.746612,0],[-72.049511,44.746754,0],[-72.049521,44.746906,0],[-72.049548,44.747172,0],[-72.049467,44.747199,0],[-72.049413,44.747174,0],[-72.049323,44.74713,0],[-72.049245,44.747092,0],[-72.049147,44.747041,0],[-72.049054,44.746991,0],[-72.048882,44.746883,0],[-72.048751,44.746812,0],[-72.048643,44.74676,0],[-72.048502,44.746712,0],[-72.048345,44.746675,0],[-72.048294,44.746682,0],[-72.048236,44.746685,0],[-72.048149,44.746696,0],[-72.048073,44.746714,0],[-72.047988,44.746742,0],[-72.047928,44.746758,0],[-72.047816,44.746751,0],[-72.047687,44.74673,0],[-72.047574,44.746648,0],[-72.047425,44.746542,0],[-72.047381,44.746445,0],[-72.047296,44.746233,0],[-72.047231,44.746089,0],[-72.047237,44.745949,0],[-72.04724,44.745811,0],[-72.04722,44.745716,0],[-72.04719,44.7456,0],[-72.047117,44.745508,0],[-72.047024,44.745404,0],[-72.046929,44.745264,0],[-72.046866,44.745113,0],[-72.046734,44.744666,0],[-72.046653,44.744416,0],[-72.046612,44.744308,0],[-72.046534,44.744008,0],[-72.04644,44.743652,0],[-72.046391,44.743373,0],[-72.046353,44.743249,0],[-72.04621,44.743049,0],[-72.046035,44.742883,0],[-72.045715,44.742658,0],[-72.045378,44.742677,0],[-72.045211,44.742573,0],[-72.045127,44.742261,0],[-72.045056,44.741956,0],[-72.044919,44.741397,0],[-72.044872,44.741165,0],[-72.044749,44.740929,0],[-72.044647,44.740631,0],[-72.044565,44.740534,0],[-72.044441,44.740382,0],[-72.04423,44.740218,0],[-72.044174,44.740195,0],[-72.044045,44.740128,0],[-72.043934,44.740074,0],[-72.043866,44.740027,0],[-72.043787,44.739951,0],[-72.043756,44.739844,0],[-72.043737,44.739789,0],[-72.043489,44.739467,0],[-72.043381,44.739368,0],[-72.043036,44.739037,0],[-72.042819,44.738837,0],[-72.042541,44.738701,0],[-72.042419,44.738687,0],[-72.04222,44.738654,0],[-72.042078,44.738658,0],[-72.041921,44.738675,0],[-72.041802,44.7387,0],[-72.041595,44.738789,0],[-72.041518,44.73885,0],[-72.041146,44.739123,0],[-72.040999,44.739366,0],[-72.04079,44.739397,0],[-72.040515,44.739295,0],[-72.040307,44.739145,0],[-72.040064,44.738982,0],[-72.039531,44.738968,0],[-72.039445,44.738842,0],[-72.039381,44.73875,0],[-72.039299,44.738651,0],[-72.039171,44.738538,0],[-72.038848,44.738326,0],[-72.038669,44.738271,0],[-72.038486,44.738206,0],[-72.038384,44.738102,0],[-72.038401,44.738027,0],[-72.03844,44.737924,0],[-72.038518,44.737778,0],[-72.038525,44.737743,0],[-72.038487,44.73764,0],[-72.038375,44.73758,0],[-72.038321,44.737584,0],[-72.038201,44.73763,0],[-72.038075,44.737776,0],[-72.037929,44.737952,0],[-72.037702,44.738164,0],[-72.037354,44.738268,0],[-72.037217,44.738153,0],[-72.037248,44.737919,0],[-72.037258,44.737807,0],[-72.03725,44.737672,0],[-72.037231,44.737585,0],[-72.037071,44.73757,0],[-72.036888,44.737565,0],[-72.036682,44.737559,0],[-72.036577,44.737415,0],[-72.036604,44.73725,0],[-72.036581,44.736973,0],[-72.036533,44.736943,0],[-72.036462,44.736917,0],[-72.03635,44.736928,0],[-72.036282,44.736965,0],[-72.036166,44.737017,0],[-72.035982,44.737032,0],[-72.035842,44.736954,0],[-72.035879,44.736704,0],[-72.03587,44.736656,0],[-72.035826,44.736479,0],[-72.035624,44.736495,0],[-72.035485,44.736508,0],[-72.035331,44.736491,0],[-72.035203,44.736465,0],[-72.035055,44.736412,0],[-72.034915,44.736345,0]]]},"properties":{"id":"hke658","name":"Mount Pisgah North Trail","touches":",hke657,hke659,","length":2317.284394990861}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.025955,44.756912,0],[-72.025966,44.756754,0],[-72.026044,44.756656,0],[-72.026241,44.756448,0],[-72.026343,44.75621,0],[-72.02639,44.75591,0],[-72.026418,44.75562,0],[-72.026441,44.755185,0],[-72.026848,44.754932,0],[-72.027122,44.754855,0],[-72.027301,44.754604,0],[-72.027373,44.754478,0],[-72.027507,44.754213,0],[-72.027666,44.754058,0],[-72.027854,44.753851,0],[-72.028167,44.753669,0],[-72.028454,44.753555,0],[-72.028731,44.753463,0],[-72.029346,44.75333,0],[-72.029788,44.753107,0],[-72.02993,44.752718,0],[-72.0301,44.75235,0],[-72.030071,44.751899,0],[-72.030057,44.751638,0],[-72.029972,44.751422,0],[-72.030071,44.751107,0],[-72.03046,44.75071,0],[-72.030752,44.750436,0],[-72.030923,44.749969,0],[-72.030944,44.749773,0],[-72.030569,44.749134,0],[-72.030047,44.748518,0],[-72.029793,44.748151,0],[-72.029293,44.748057,0],[-72.028837,44.747112,0],[-72.028609,44.74668,0],[-72.028405,44.746505,0],[-72.027996,44.74621,0],[-72.027512,44.745723,0],[-72.027255,44.745621,0],[-72.02673,44.745408,0],[-72.026501,44.745123,0],[-72.026659,44.744647,0],[-72.026806,44.743988,0],[-72.026962,44.743796,0],[-72.027429,44.743304,0],[-72.02765,44.742993,0],[-72.027705,44.742499,0],[-72.027682,44.742224,0],[-72.027354,44.741434,0],[-72.027347,44.740729,0],[-72.027327,44.739978,0],[-72.027584,44.739979,0],[-72.028598,44.740239,0],[-72.028969,44.740342,0],[-72.030736,44.740436,0],[-72.030994,44.740355,0],[-72.03081,44.740102,0],[-72.030901,44.739974,0],[-72.03114,44.739764,0],[-72.031437,44.739619,0],[-72.03185,44.739369,0],[-72.031999,44.739241,0],[-72.03255,44.738689,0],[-72.033101,44.738119,0],[-72.033301,44.737945,0],[-72.033638,44.737686,0],[-72.034123,44.737234,0],[-72.034317,44.73712,0],[-72.034597,44.736737,0],[-72.034915,44.736345,0]]]},"properties":{"id":"hke659","name":"Pisgah to Long Pond","touches":",hke657,hke658,rd660,","length":3077.062141588648}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.01786,44.75653,0],[-72.018073,44.756522,0],[-72.018316,44.756568,0],[-72.018541,44.75667,0],[-72.018854,44.756823,0],[-72.019002,44.756869,0],[-72.019201,44.756861,0],[-72.019433,44.75677,0],[-72.019775,44.756652,0],[-72.020233,44.756503,0],[-72.020569,44.756298,0],[-72.020763,44.756194,0],[-72.021085,44.756058,0],[-72.021253,44.756026,0],[-72.021613,44.756042,0],[-72.022133,44.756108,0],[-72.022641,44.756101,0],[-72.023072,44.756062,0],[-72.023415,44.756102,0],[-72.023582,44.756135,0],[-72.023749,44.756195,0],[-72.023909,44.756228,0],[-72.02416,44.756256,0],[-72.024352,44.756294,0],[-72.024509,44.756352,0],[-72.024657,44.756439,0],[-72.025015,44.756631,0],[-72.025288,44.756717,0],[-72.025592,44.756789,0],[-72.025955,44.756912,0]]]},"properties":{"id":"rd660","name":"Long Pond Rd","touches":",hke659,rd661,hke666,","length":700.7063403775643}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.014893,44.750855,0],[-72.014902,44.751222,0],[-72.01491,44.751407,0],[-72.014929,44.751543,0],[-72.014973,44.751671,0],[-72.015093,44.751882,0],[-72.015244,44.752247,0],[-72.015483,44.752896,0],[-72.015539,44.753064,0],[-72.015574,44.753158,0],[-72.015589,44.75333,0],[-72.015571,44.753465,0],[-72.015534,44.753673,0],[-72.015536,44.753838,0],[-72.015588,44.754134,0],[-72.015635,44.754287,0],[-72.015657,44.754347,0],[-72.015663,44.754445,0],[-72.015659,44.754564,0],[-72.015621,44.754851,0],[-72.015613,44.755038,0],[-72.015654,44.75519,0],[-72.015758,44.755362,0],[-72.015854,44.755481,0],[-72.015975,44.75558,0],[-72.016218,44.755749,0],[-72.016416,44.755889,0],[-72.016533,44.756057,0],[-72.016664,44.756211,0],[-72.01683,44.75634,0],[-72.016981,44.756416,0],[-72.017231,44.756491,0],[-72.017555,44.756531,0],[-72.01786,44.75653,0]]]},"properties":{"id":"rd661","name":"Long Pond Rd","touches":",rd660,hke666,rd662,hke664,","length":737.0057111628486}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.004284,44.736433,0],[-72.004555,44.736638,0],[-72.004759,44.736776,0],[-72.00506,44.736958,0],[-72.005482,44.73718,0],[-72.005892,44.737399,0],[-72.00624,44.737621,0],[-72.006553,44.737858,0],[-72.006865,44.738143,0],[-72.007121,44.738335,0],[-72.007562,44.738676,0],[-72.007772,44.738889,0],[-72.007902,44.739021,0],[-72.007927,44.739147,0],[-72.008024,44.739424,0],[-72.008108,44.7398,0],[-72.008208,44.740165,0],[-72.008251,44.740376,0],[-72.008346,44.740532,0],[-72.008419,44.740654,0],[-72.008498,44.740759,0],[-72.008591,44.740872,0],[-72.008699,44.741003,0],[-72.008855,44.741164,0],[-72.008991,44.741348,0],[-72.009074,44.741474,0],[-72.009166,44.741649,0],[-72.009241,44.741802,0],[-72.009342,44.742052,0],[-72.009446,44.742353,0],[-72.009512,44.742502,0],[-72.009578,44.742633,0],[-72.009749,44.742927,0],[-72.009984,44.743274,0],[-72.010146,44.743469,0],[-72.010305,44.743674,0],[-72.010445,44.743871,0],[-72.010556,44.744032,0],[-72.010654,44.744229,0],[-72.010727,44.744369,0],[-72.010729,44.744537,0],[-72.010742,44.744825,0],[-72.010701,44.745212,0],[-72.010693,44.745386,0],[-72.010774,44.745671,0],[-72.010983,44.746056,0],[-72.011193,44.746323,0],[-72.011479,44.74664,0],[-72.011651,44.746847,0],[-72.011873,44.747208,0],[-72.012178,44.747623,0],[-72.012299,44.747793,0],[-72.012355,44.747945,0],[-72.012376,44.74811,0],[-72.012391,44.748289,0],[-72.012431,44.748447,0],[-72.012491,44.748605,0],[-72.012567,44.748722,0],[-72.012704,44.748849,0],[-72.012921,44.749049,0],[-72.013039,44.749173,0],[-72.013103,44.749242,0],[-72.013211,44.74933,0],[-72.013352,44.749413,0],[-72.0135,44.749459,0],[-72.013808,44.749534,0],[-72.014087,44.74959,0],[-72.014311,44.74968,0],[-72.014503,44.749802,0],[-72.014579,44.749876,0],[-72.014684,44.750085,0],[-72.014775,44.750305,0],[-72.014837,44.750615,0],[-72.014893,44.750855,0]]]},"properties":{"id":"rd662","name":"Long Pond Rd","touches":",rd661,hke664,hke663,","length":1889.496865104082}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.002434,44.746566,0],[-72.002372,44.746518,0],[-72.002304,44.746523,0],[-72.002227,44.746528,0],[-72.002121,44.746541,0],[-72.002068,44.746541,0],[-72.00201,44.746525,0],[-72.001919,44.746522,0],[-72.001809,44.746541,0],[-72.001769,44.746406,0],[-72.001677,44.746254,0],[-72.001675,44.746089,0],[-72.001628,44.745984,0],[-72.001532,44.745841,0],[-72.001337,44.745708,0],[-72.001139,44.745606,0],[-72.00084,44.745683,0],[-72.000756,44.745705,0],[-72.000623,44.745794,0],[-72.000575,44.745851,0],[-72.000436,44.745894,0],[-72.000423,44.745958,0],[-72.000383,44.746091,0],[-72.000336,44.746253,0],[-72.000294,44.746303,0],[-72.000166,44.746291,0],[-72.000105,44.746254,0],[-72.000002,44.746245,0],[-71.999951,44.746267,0],[-71.999902,44.746272,0],[-71.999787,44.746248,0],[-71.99964,44.746158,0],[-71.999474,44.746061,0],[-71.999185,44.745989,0],[-71.998542,44.745283,0],[-71.998537,44.745049,0],[-71.9985,44.744921,0],[-71.998402,44.744692,0],[-71.998296,44.744299,0],[-71.998408,44.74403,0],[-71.998529,44.743842,0],[-71.998639,44.743719,0],[-71.998695,44.743564,0],[-71.998808,44.743441,0],[-71.998928,44.743345,0],[-71.999226,44.743147,0],[-71.999393,44.74309,0],[-71.999812,44.742985,0],[-72.00034,44.742849,0],[-72.00062,44.742791,0],[-72.000804,44.742725,0],[-72.000933,44.742664,0],[-72.001419,44.742259,0],[-72.001716,44.74201,0],[-72.001836,44.741866,0],[-72.002077,44.741517,0],[-72.002387,44.741042,0],[-72.00267,44.740576,0],[-72.003104,44.739517,0],[-72.003395,44.738921,0],[-72.003715,44.738295,0],[-72.003793,44.738185,0],[-72.003828,44.73783,0],[-72.003782,44.737564,0],[-72.003837,44.737214,0],[-72.003855,44.736999,0],[-72.003946,44.736775,0],[-72.003982,44.736702,0],[-72.004037,44.736658,0],[-72.004134,44.736602,0],[-72.004212,44.736547,0],[-72.004264,44.736488,0],[-72.004284,44.736433,0]]]},"properties":{"id":"hke663","name":"South Trail Haystack Mt","touches":",rd662,hke664,","length":1648.795438624779}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.014893,44.750855,0],[-72.014846,44.750844,0],[-72.014808,44.750825,0],[-72.014605,44.750711,0],[-72.014305,44.750537,0],[-72.013911,44.750197,0],[-72.013743,44.75012,0],[-72.013533,44.750026,0],[-72.01319,44.749969,0],[-72.012916,44.749908,0],[-72.012472,44.749799,0],[-72.012148,44.749804,0],[-72.011871,44.749872,0],[-72.01163,44.749934,0],[-72.011383,44.750004,0],[-72.011213,44.750055,0],[-72.010937,44.750128,0],[-72.010691,44.750186,0],[-72.010444,44.750292,0],[-72.010312,44.750353,0],[-72.01003,44.75056,0],[-72.009963,44.750598,0],[-72.009818,44.750641,0],[-72.009573,44.750689,0],[-72.009175,44.75077,0],[-72.008864,44.750754,0],[-72.008256,44.750771,0],[-72.008082,44.750682,0],[-72.008065,44.750566,0],[-72.007992,44.750408,0],[-72.00768,44.750303,0],[-72.007546,44.750323,0],[-72.007408,44.75035,0],[-72.007274,44.750384,0],[-72.007118,44.750421,0],[-72.006845,44.75039,0],[-72.006461,44.750202,0],[-72.006374,44.750163,0],[-72.005754,44.749937,0],[-72.005421,44.749805,0],[-72.005093,44.749677,0],[-72.004799,44.749489,0],[-72.004306,44.749373,0],[-72.0041,44.749248,0],[-72.004024,44.74877,0],[-72.003826,44.748582,0],[-72.003816,44.748477,0],[-72.003649,44.748412,0],[-72.003634,44.748293,0],[-72.003563,44.748142,0],[-72.003615,44.748062,0],[-72.003568,44.74797,0],[-72.003409,44.747954,0],[-72.003276,44.747856,0],[-72.003253,44.747783,0],[-72.003224,44.74772,0],[-72.003153,44.747575,0],[-72.00315,44.74738,0],[-72.002894,44.747151,0],[-72.002852,44.747129,0],[-72.002772,44.747058,0],[-72.002712,44.746997,0],[-72.002639,44.746892,0],[-72.002558,44.74678,0],[-72.002466,44.746644,0],[-72.002434,44.746566,0]]]},"properties":{"id":"hke664","name":"North Trail Haystack Mt","touches":",rd661,rd662,hke663,","length":1337.9875062077099}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.068724,44.728269,0],[-72.068782,44.728221,0],[-72.068805,44.728187,0],[-72.068812,44.728082,0],[-72.068774,44.727994,0],[-72.068742,44.727921,0],[-72.068843,44.727798,0],[-72.069024,44.727661,0],[-72.069182,44.727531,0],[-72.069424,44.727339,0],[-72.069495,44.727294,0],[-72.069522,44.727198,0],[-72.069561,44.727125,0],[-72.069616,44.72704,0],[-72.069768,44.726887,0],[-72.069917,44.726734,0],[-72.070085,44.7266,0],[-72.07016,44.726561,0],[-72.070346,44.726493,0],[-72.070566,44.726393,0],[-72.070708,44.726302,0],[-72.070824,44.726213,0],[-72.071021,44.72612,0],[-72.071076,44.726079,0],[-72.071241,44.725899,0],[-72.071371,44.725709,0],[-72.071459,44.725531,0],[-72.071495,44.725426,0],[-72.071544,44.725277,0],[-72.071545,44.72522,0],[-72.071536,44.725089,0],[-72.071495,44.724965,0],[-72.07148,44.72486,0],[-72.071464,44.724759,0],[-72.071503,44.724653,0]]]},"properties":{"id":"hke665","name":"Moose Mt Willoughby Lookout","touches":",hke644,hke645,","length":491.0112255037683}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.793967,44.919613,0],[-71.794276,44.919617,0],[-71.79486,44.91956,0],[-71.795464,44.919473,0],[-71.795794,44.919406,0],[-71.796303,44.91937,0],[-71.796582,44.91948,0],[-71.796749,44.919535,0],[-71.797041,44.919514,0],[-71.797315,44.919454,0],[-71.797725,44.919486,0],[-71.798044,44.919558,0],[-71.798304,44.91968,0],[-71.798433,44.919849,0],[-71.798642,44.919915,0],[-71.799007,44.919976,0],[-71.799434,44.920128,0],[-71.799742,44.92035,0],[-71.799935,44.920413,0],[-71.800053,44.92055,0],[-71.800254,44.920793,0],[-71.8003,44.921248,0],[-71.800337,44.921539,0],[-71.800447,44.921907,0],[-71.80074,44.922162,0],[-71.80093,44.922397,0],[-71.800938,44.922739,0],[-71.800909,44.923144,0],[-71.800965,44.923383,0],[-71.801153,44.923721,0],[-71.801172,44.924152,0],[-71.801164,44.92458,0],[-71.801287,44.924999,0],[-71.801392,44.925166,0],[-71.801649,44.925542,0],[-71.801906,44.925979,0],[-71.802132,44.926095,0],[-71.802475,44.926201,0],[-71.80291,44.926496,0],[-71.803274,44.926944,0],[-71.80387,44.927252,0],[-71.804524,44.927607,0],[-71.805139,44.92799,0],[-71.805812,44.928414,0],[-71.806429,44.928809,0],[-71.807121,44.92905,0],[-71.807617,44.929316,0],[-71.808148,44.929711,0],[-71.808505,44.930121,0],[-71.8088,44.930347,0],[-71.808996,44.930622,0],[-71.809159,44.930936,0],[-71.809567,44.931298,0],[-71.810208,44.93172,0],[-71.810924,44.932018,0],[-71.810986,44.932111,0],[-71.811335,44.932637,0],[-71.811512,44.93276,0],[-71.811753,44.932924,0],[-71.812027,44.933161,0],[-71.81233,44.933358,0],[-71.812606,44.933598,0],[-71.812756,44.933829,0],[-71.813022,44.934165,0],[-71.813166,44.934521,0],[-71.813346,44.934972,0],[-71.81347,44.935329,0],[-71.813601,44.935443,0],[-71.813794,44.935432,0],[-71.814119,44.935379,0],[-71.81454,44.935324,0],[-71.81491,44.935318,0],[-71.815242,44.935331,0],[-71.815387,44.935451,0],[-71.815379,44.93559,0],[-71.815436,44.935717,0],[-71.81561,44.935993,0],[-71.815877,44.935918,0],[-71.816079,44.935827,0],[-71.816329,44.935608,0],[-71.816329,44.935398,0],[-71.816278,44.9351,0],[-71.816114,44.934919,0],[-71.816203,44.934769,0],[-71.816259,44.934648,0],[-71.816385,44.934591,0],[-71.816632,44.934636,0],[-71.816833,44.934688,0],[-71.81715,44.934868,0],[-71.817367,44.934879,0],[-71.817563,44.934851,0],[-71.817756,44.934877,0],[-71.818003,44.935031,0],[-71.818276,44.93509,0],[-71.818442,44.93505,0],[-71.81863,44.934988,0],[-71.818968,44.934858,0],[-71.819124,44.934811,0],[-71.819682,44.934638,0],[-71.820001,44.934545,0],[-71.820269,44.934477,0],[-71.820518,44.934576,0],[-71.820813,44.934589,0],[-71.821095,44.934634,0],[-71.821283,44.93469,0],[-71.82153,44.934733,0],[-71.821771,44.934995,0],[-71.82201,44.935371,0],[-71.822085,44.935633,0],[-71.822173,44.935908,0],[-71.822329,44.935979,0],[-71.822487,44.93591,0],[-71.822731,44.935929,0],[-71.822898,44.936246,0],[-71.822965,44.936406,0],[-71.823168,44.936488,0],[-71.823429,44.9366,0],[-71.823734,44.936772,0],[-71.823968,44.936774,0],[-71.824252,44.93685,0],[-71.824496,44.936987,0],[-71.82466,44.937006,0],[-71.824998,44.937067,0],[-71.825443,44.937217,0],[-71.825861,44.937264,0],[-71.826248,44.937332,0],[-71.826596,44.937422,0],[-71.826838,44.937456,0],[-71.827264,44.937424,0],[-71.82757,44.937319,0],[-71.828104,44.937046,0],[-71.828533,44.936955,0],[-71.828973,44.937012,0],[-71.829185,44.937184,0],[-71.829378,44.937247,0],[-71.829785,44.937162,0],[-71.830008,44.937198,0],[-71.830182,44.937171,0],[-71.830496,44.937184,0],[-71.830826,44.937264,0]]]},"properties":{"id":"hke670","name":"Gore Mountain Trail","touches":",hke667,hke677,hke671,","length":4384.811756255275}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.886477,44.834402,0],[-71.886198,44.83448,0],[-71.885991,44.834495,0],[-71.885726,44.834396,0],[-71.885406,44.834303,0],[-71.885192,44.834124,0],[-71.885111,44.833938,0],[-71.885157,44.833803,0],[-71.885213,44.833485,0],[-71.885138,44.833312,0],[-71.885106,44.833054,0],[-71.885047,44.832602,0],[-71.884969,44.832235,0],[-71.884827,44.832092,0],[-71.884623,44.832033,0],[-71.884301,44.832158,0],[-71.884108,44.83217,0],[-71.883851,44.832295,0],[-71.883607,44.832141,0],[-71.88359,44.831996,0],[-71.883483,44.83183,0],[-71.883293,44.8318,0],[-71.883207,44.831692,0],[-71.883051,44.831484,0],[-71.882939,44.831246,0]]]},"properties":{"id":"hke684","name":"Bluff Mountain Trail","touches":",hke669,hke682,hke673,hke676,","length":581.7869819990542}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.988253,44.766187,0],[-71.988484,44.76618,0],[-71.98902,44.766191,0],[-71.989425,44.766191,0],[-71.989599,44.766139,0],[-71.98975,44.766119,0],[-71.99003,44.766108,0],[-71.99027,44.766071,0],[-71.99045,44.766037,0],[-71.990576,44.766019,0],[-71.990818,44.766,0],[-71.990938,44.765967,0],[-71.991204,44.765903,0],[-71.991376,44.765873,0],[-71.991463,44.765847,0],[-71.99164,44.76577,0],[-71.99211,44.76574,0],[-71.992387,44.765723,0],[-71.992499,44.765725,0],[-71.992636,44.765735,0],[-71.992705,44.765746,0],[-71.992844,44.765794,0],[-71.992892,44.765807,0],[-71.993036,44.765908,0],[-71.993203,44.76596,0],[-71.993338,44.765952,0],[-71.993502,44.765972,0],[-71.993658,44.765981,0],[-71.993836,44.766007,0],[-71.994158,44.766066,0],[-71.994343,44.766145,0],[-71.994519,44.766235,0],[-71.994742,44.766278,0],[-71.995006,44.766336,0],[-71.995267,44.766502,0],[-71.995391,44.766635,0],[-71.995529,44.766661,0],[-71.995693,44.766641,0],[-71.995765,44.766673,0],[-71.995974,44.766771,0],[-71.996161,44.766846,0],[-71.996369,44.766923,0],[-71.996566,44.766996,0],[-71.996977,44.767133,0],[-71.997254,44.767208,0],[-71.997733,44.767269,0],[-71.997956,44.767318,0],[-71.998429,44.767442,0],[-71.998662,44.767261,0],[-71.998998,44.76702,0],[-71.999445,44.766667,0],[-71.999763,44.766324,0],[-72.000084,44.765984,0],[-72.000247,44.765806,0],[-72.000544,44.765477,0],[-72.0007,44.765426,0],[-72.00078,44.765331,0],[-72.000962,44.765264,0],[-72.001046,44.765247,0],[-72.001354,44.765244,0],[-72.001545,44.765129,0],[-72.001664,44.765096,0],[-72.001812,44.76505,0],[-72.001932,44.764941,0],[-72.002022,44.76483,0],[-72.002153,44.764469,0],[-72.002232,44.764269,0],[-72.002362,44.763994,0],[-72.002434,44.763831,0],[-72.002546,44.763661,0],[-72.002694,44.763432,0],[-72.00281,44.763317,0],[-72.002944,44.763193,0],[-72.002944,44.763055,0],[-72.00306,44.762967,0],[-72.003168,44.762889,0],[-72.00327,44.762816,0],[-72.003501,44.762714,0],[-72.003625,44.762677,0],[-72.003756,44.762647,0],[-72.003914,44.76269,0],[-72.003981,44.762661,0],[-72.004078,44.762598,0],[-72.00417,44.762522,0],[-72.004298,44.762409,0],[-72.004364,44.762334,0],[-72.004434,44.762217,0],[-72.004478,44.762181,0],[-72.004538,44.762152,0],[-72.004655,44.762134,0],[-72.00471,44.762132,0],[-72.00474,44.762142,0],[-72.004789,44.76216,0],[-72.004885,44.762174,0],[-72.004997,44.762186,0],[-72.00511,44.7622,0],[-72.005153,44.762171,0],[-72.005211,44.762154,0],[-72.00529,44.762147,0],[-72.005334,44.762143,0],[-72.005403,44.762151,0],[-72.005523,44.762171,0],[-72.005925,44.762145,0],[-72.00612,44.762114,0],[-72.006965,44.761948,0],[-72.007044,44.761993,0],[-72.007191,44.762009,0],[-72.0075,44.762059,0],[-72.007633,44.762085,0],[-72.0077,44.762099,0],[-72.007734,44.762141,0],[-72.007804,44.762126,0],[-72.007827,44.762123,0],[-72.007909,44.762146,0],[-72.007961,44.762178,0],[-72.008,44.762209,0],[-72.00817,44.762224,0],[-72.008273,44.762241,0],[-72.008444,44.762275,0],[-72.008541,44.762312,0],[-72.008694,44.762385,0],[-72.00881,44.762447,0],[-72.008989,44.762461,0],[-72.009218,44.762474,0],[-72.009352,44.762515,0],[-72.009634,44.762598,0],[-72.009889,44.762564,0],[-72.010091,44.762542,0],[-72.01028,44.762481,0],[-72.010358,44.762423,0],[-72.010549,44.762245,0],[-72.010751,44.762045,0],[-72.010905,44.761979,0],[-72.01101,44.761934,0],[-72.011174,44.761827,0],[-72.011355,44.761719,0],[-72.011473,44.761646,0],[-72.011649,44.761576,0],[-72.011794,44.761517,0],[-72.011864,44.761492,0],[-72.011973,44.761486,0],[-72.011989,44.76149,0],[-72.012035,44.761533,0],[-72.012073,44.761601,0],[-72.012118,44.761681,0],[-72.01221,44.761775,0],[-72.012409,44.761981,0],[-72.012451,44.762007,0],[-72.012526,44.762018,0],[-72.012584,44.762015,0],[-72.012665,44.761983,0],[-72.012708,44.761951,0],[-72.012794,44.761859,0],[-72.012911,44.761745,0],[-72.013057,44.761587,0],[-72.013134,44.761471,0],[-72.013317,44.761079,0],[-72.013463,44.760754,0],[-72.013507,44.760673,0],[-72.01351,44.760623,0],[-72.013513,44.760459,0],[-72.013508,44.760334,0],[-72.013561,44.760171,0],[-72.013594,44.760074,0],[-72.013691,44.759742,0],[-72.013829,44.759581,0],[-72.013954,44.759475,0],[-72.01413,44.75937,0],[-72.014227,44.759328,0],[-72.014317,44.759317,0],[-72.014454,44.759302,0],[-72.014578,44.759311,0],[-72.01472,44.759325,0],[-72.014841,44.759355,0],[-72.014972,44.759383,0],[-72.015149,44.759439,0],[-72.015399,44.759524,0],[-72.015722,44.759638,0],[-72.015804,44.759656,0],[-72.015968,44.759676,0],[-72.0161,44.759666,0],[-72.016293,44.759646,0],[-72.016513,44.759617,0],[-72.016792,44.759577,0],[-72.017152,44.759514,0],[-72.017227,44.759478,0],[-72.017385,44.759399,0],[-72.017611,44.759267,0],[-72.017702,44.759192,0],[-72.01788,44.758952,0],[-72.017963,44.758842,0],[-72.018079,44.758513,0],[-72.018186,44.758191,0],[-72.018291,44.757924,0],[-72.018358,44.757748,0],[-72.018391,44.757606,0],[-72.018412,44.757474,0],[-72.018376,44.757326,0],[-72.018265,44.757141,0],[-72.018125,44.756941,0],[-72.018002,44.756732,0],[-72.017905,44.756562,0],[-72.01786,44.75653,0]]]},"properties":{"id":"hke666","name":"Long Pond Trail","touches":",rd660,rd661,hke668,hke680,","length":3363.496276856936}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.84456,44.949361,0],[-71.844395,44.949251,0],[-71.844106,44.949048,0],[-71.843921,44.948786,0],[-71.843805,44.94871,0],[-71.843534,44.948661,0],[-71.843078,44.948617,0],[-71.842649,44.94853,0],[-71.842287,44.948144,0],[-71.841928,44.947911,0],[-71.841633,44.947761,0],[-71.84134,44.94756,0],[-71.840868,44.947155,0],[-71.84053,44.946814,0],[-71.84016,44.946375,0],[-71.839798,44.946001,0],[-71.839189,44.945546,0],[-71.838631,44.945204,0],[-71.83799,44.944644,0],[-71.837618,44.9442,0],[-71.83721,44.94382,0],[-71.836754,44.943495,0],[-71.836016,44.942882,0],[-71.83533,44.942263,0],[-71.835086,44.94198,0],[-71.835053,44.941714,0],[-71.834919,44.941519,0],[-71.834742,44.941422,0],[-71.834557,44.941204,0],[-71.834388,44.941103,0],[-71.834224,44.940894,0],[-71.833744,44.940668,0],[-71.83335,44.940534,0],[-71.833023,44.940452,0],[-71.832798,44.940236,0],[-71.83254,44.939975,0],[-71.83251,44.939725,0],[-71.832326,44.93952,0],[-71.832293,44.939242,0],[-71.832095,44.938977,0],[-71.831899,44.938521,0],[-71.83155,44.938409,0],[-71.831397,44.938301,0],[-71.831346,44.938043,0],[-71.831218,44.937919,0],[-71.831049,44.937686,0],[-71.830904,44.937444,0],[-71.830826,44.937264,0]]]},"properties":{"id":"hke667","name":"Kingdom Heritage?","touches":",hke670,hke677,","length":1796.2138297225333}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.988253,44.766187,0],[-71.988354,44.766334,0],[-71.98871,44.766721,0],[-71.988843,44.767128,0],[-71.989058,44.767381,0],[-71.989488,44.768003,0],[-71.98962,44.768411,0],[-71.989478,44.769146,0],[-71.989447,44.769534,0],[-71.989255,44.769785,0],[-71.989276,44.770482,0],[-71.989137,44.770792,0],[-71.989135,44.771063,0],[-71.988805,44.771449,0],[-71.988744,44.772146,0],[-71.989162,44.77269,0],[-71.989246,44.773796,0],[-71.989243,44.774222,0],[-71.98932,44.774746,0],[-71.989278,44.774852,0],[-71.989299,44.77502,0],[-71.989421,44.775213,0],[-71.9902,44.775833,0],[-71.990478,44.776159,0],[-71.991227,44.776453,0],[-71.991616,44.776688,0],[-71.992296,44.77694,0],[-71.992744,44.777207,0],[-71.992845,44.777359,0],[-71.992909,44.777519,0],[-71.992866,44.777692,0],[-71.992919,44.777816,0],[-71.993062,44.778121,0],[-71.993284,44.778459,0],[-71.99319,44.779078,0],[-71.993142,44.779224,0],[-71.992713,44.779681,0],[-71.99252,44.780092,0],[-71.992455,44.780488,0],[-71.992219,44.780778,0],[-71.991855,44.781235,0],[-71.991447,44.782316,0],[-71.991125,44.782773,0],[-71.991104,44.783428,0],[-71.991104,44.784205,0],[-71.991318,44.784844,0],[-71.991211,44.785179,0],[-71.991039,44.785606,0],[-71.991018,44.786763,0],[-71.991039,44.787205,0],[-71.990975,44.788332,0],[-71.991018,44.789718,0],[-71.990996,44.79051,0],[-71.991275,44.791469,0],[-71.991554,44.791804,0],[-71.992262,44.792093,0],[-71.992734,44.792124,0],[-71.993335,44.792048,0],[-71.994242,44.792116,0]]]},"properties":{"id":"hke668","name":"Telegraph Trail","touches":",hke666,hke680,","length":3307.8665295047654}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.887949,44.83119,0],[-71.888201,44.832576,0],[-71.887665,44.833478,0],[-71.887064,44.834067,0],[-71.886477,44.834402,0]]]},"properties":{"id":"hke669","name":"Basin Link","touches":",hke676,hke683,hke682,hke684,","length":404.51941910535254}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.887949,44.83119,0],[-71.887138,44.83142,0],[-71.887123,44.831518,0],[-71.887185,44.831657,0],[-71.88716,44.831779,0],[-71.88708,44.831862,0],[-71.886687,44.831902,0],[-71.886124,44.831848,0],[-71.885744,44.831613,0],[-71.88532,44.831522,0],[-71.884521,44.831515,0],[-71.884021,44.831601,0],[-71.883766,44.831515,0],[-71.883379,44.831348,0],[-71.882939,44.831246,0]]]},"properties":{"id":"hke676","name":"Lookout Trail","touches":",hke669,hke683,hke673,hke684,","length":470.7667384007422}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.103307,44.713909,0],[-72.103111,44.713943,0],[-72.102284,44.714061,0],[-72.102024,44.713905,0],[-72.101823,44.713745,0],[-72.101603,44.71368,0],[-72.101394,44.713727,0]]]},"properties":{"id":"hke685","name":"Wheeler Pond Trail","touches":",hke678,hke679,","length":169.87753423801004}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.788879,44.899575,0],[-71.788809,44.899979,0],[-71.788772,44.900443,0],[-71.788976,44.900967,0],[-71.789002,44.901404,0],[-71.789179,44.90178,0],[-71.789587,44.902221,0],[-71.789823,44.902304,0],[-71.789957,44.902468,0],[-71.789834,44.902688,0],[-71.789684,44.902988,0],[-71.789136,44.903262,0],[-71.788541,44.903452,0],[-71.788101,44.903661,0],[-71.787913,44.903919,0],[-71.787865,44.904607,0],[-71.787983,44.904824,0],[-71.787999,44.905291,0],[-71.787946,44.905648,0],[-71.787951,44.906066,0],[-71.787881,44.906245,0],[-71.787511,44.906548,0],[-71.787152,44.906541,0],[-71.786889,44.906157,0],[-71.786465,44.905899,0],[-71.7858,44.905614,0],[-71.784652,44.905542,0],[-71.783885,44.905777,0],[-71.783316,44.906028,0],[-71.783182,44.906332,0],[-71.783075,44.906754,0],[-71.782632,44.907569,0],[-71.782096,44.908237,0],[-71.781809,44.908667,0],[-71.781583,44.908988,0],[-71.781401,44.909098,0],[-71.781197,44.909104,0],[-71.781004,44.909235,0],[-71.780696,44.909533,0],[-71.7805,44.909806,0],[-71.780417,44.909993,0],[-71.780462,44.91019,0],[-71.780564,44.910323,0],[-71.780851,44.910475,0],[-71.781122,44.910587,0],[-71.781232,44.910773,0],[-71.781026,44.910887,0],[-71.781023,44.910978,0],[-71.781197,44.911119,0],[-71.781208,44.9113,0],[-71.781162,44.911577,0],[-71.781068,44.91185,0],[-71.781176,44.912004,0],[-71.781508,44.912354,0],[-71.782039,44.912774,0],[-71.782428,44.912992,0],[-71.78268,44.913182,0],[-71.78275,44.913319,0],[-71.783075,44.913493,0],[-71.783386,44.913708,0],[-71.783544,44.9139,0],[-71.783861,44.914054,0],[-71.78389,44.914299,0],[-71.783882,44.914483,0],[-71.784097,44.914751,0],[-71.784606,44.914823,0],[-71.784743,44.915169,0],[-71.785108,44.91538,0],[-71.785489,44.915953,0],[-71.785583,44.916339,0],[-71.785762,44.9164,0],[-71.785977,44.916508,0],[-71.786122,44.916696,0],[-71.786033,44.916827,0],[-71.786012,44.916956,0],[-71.786237,44.917062,0],[-71.786749,44.917262,0],[-71.786886,44.91742,0],[-71.787125,44.917611,0],[-71.787356,44.917754,0],[-71.787699,44.917837,0],[-71.787865,44.91802,0],[-71.788018,44.91816,0],[-71.788241,44.918322,0],[-71.788664,44.91838,0],[-71.788868,44.918483,0],[-71.788962,44.918572,0],[-71.789306,44.918711,0],[-71.789668,44.918916,0],[-71.789981,44.919032,0],[-71.790301,44.918969,0],[-71.790604,44.918914,0],[-71.790944,44.918998,0],[-71.791218,44.919226,0],[-71.791556,44.919433,0],[-71.791762,44.919404,0],[-71.792291,44.919495,0],[-71.792607,44.919697,0],[-71.792696,44.919678,0],[-71.792795,44.919579,0],[-71.79301,44.919626,0],[-71.793243,44.919682,0],[-71.793616,44.919624,0],[-71.793967,44.919613,0]]]},"properties":{"id":"hke671","name":"Gore Mountain East Trail","touches":",hke670,hke672,hke681,","length":3544.0296631282345}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.788879,44.899575,0],[-71.789456,44.899827,0],[-71.789854,44.899914,0],[-71.790119,44.90007,0],[-71.790161,44.900161,0],[-71.79108,44.900211,0],[-71.791151,44.900051,0],[-71.790883,44.8998,0],[-71.790596,44.899225,0],[-71.789576,44.898006,0],[-71.789504,44.897814,0],[-71.789482,44.897435,0],[-71.789875,44.896916,0],[-71.789862,44.896774,0],[-71.789729,44.89659,0],[-71.789512,44.896458,0],[-71.789167,44.896382,0],[-71.788715,44.896424,0],[-71.788348,44.896595,0],[-71.787926,44.89648,0],[-71.787783,44.896398,0],[-71.78692,44.895707,0],[-71.786779,44.895367,0],[-71.786726,44.894694,0],[-71.786555,44.894556,0],[-71.786431,44.894536,0],[-71.786102,44.894648,0],[-71.785788,44.894982,0],[-71.785347,44.895129,0],[-71.784792,44.89576,0],[-71.784683,44.895949,0],[-71.784637,44.896139,0],[-71.784641,44.896242,0]]]},"properties":{"id":"hke672","name":"Overlook Trail","touches":",hke671,hke681,","length":1314.3601492282908}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.882939,44.831246,0],[-71.882735,44.831111,0],[-71.8827,44.830963,0],[-71.882571,44.830763,0],[-71.882638,44.83059,0],[-71.88262,44.830421,0],[-71.882338,44.830278,0],[-71.882303,44.830145,0],[-71.88237,44.830037,0],[-71.882832,44.829559,0],[-71.883019,44.829356,0],[-71.883089,44.829141,0],[-71.883016,44.829008,0],[-71.882992,44.828871,0],[-71.882955,44.828705,0],[-71.882775,44.828591,0],[-71.882467,44.828429,0],[-71.882083,44.828414,0],[-71.88175,44.828275,0],[-71.88134,44.828184,0],[-71.88112,44.827978,0],[-71.88115,44.827742,0],[-71.880906,44.827417,0],[-71.880686,44.827318,0],[-71.880541,44.826761,0],[-71.880455,44.826681,0],[-71.879943,44.826759,0],[-71.879793,44.826721,0],[-71.879516,44.826633,0],[-71.879114,44.826474,0],[-71.878824,44.826449,0],[-71.878596,44.82651,0],[-71.878333,44.826519,0],[-71.877797,44.826327,0],[-71.877496,44.826388,0],[-71.877231,44.82642,0],[-71.876963,44.8264,0],[-71.876719,44.826285,0],[-71.876644,44.825945,0],[-71.876368,44.825508,0],[-71.876288,44.825369,0],[-71.876124,44.825274,0]]]},"properties":{"id":"hke673","name":"Bluff Mountain Trail","touches":",hke676,hke684,","length":1098.719620412173}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.875902,44.910234,0],[-71.875445,44.91019,0],[-71.874986,44.910048,0],[-71.874763,44.909941,0],[-71.874576,44.909801,0],[-71.874345,44.9097,0],[-71.873937,44.909518,0],[-71.873661,44.909343,0],[-71.873428,44.909185,0],[-71.873111,44.909141,0],[-71.872942,44.909189,0],[-71.872671,44.909254,0],[-71.872473,44.909288,0],[-71.87221,44.909364,0],[-71.872044,44.909489,0],[-71.871936,44.909601,0],[-71.871821,44.909698,0],[-71.871569,44.909804,0],[-71.871365,44.909862,0],[-71.871145,44.909894,0],[-71.871003,44.909877,0],[-71.870783,44.909791,0],[-71.870343,44.909632,0],[-71.869785,44.909499,0],[-71.869198,44.909409,0],[-71.868688,44.909472,0],[-71.86834,44.909664,0],[-71.868031,44.90992,0],[-71.867806,44.910023,0],[-71.867701,44.910014,0],[-71.867511,44.909983,0],[-71.867323,44.909964,0],[-71.867178,44.909981,0],[-71.86702,44.909985,0],[-71.86677,44.909964,0],[-71.866427,44.909839,0],[-71.865907,44.909666,0],[-71.865526,44.909597,0],[-71.865306,44.90958,0],[-71.864775,44.909594,0],[-71.864391,44.909609,0],[-71.864072,44.909592,0],[-71.863581,44.909512,0],[-71.863109,44.909463,0],[-71.862605,44.90943,0],[-71.86246,44.909453,0],[-71.862337,44.909512,0],[-71.862173,44.909544,0],[-71.862018,44.909446,0],[-71.861728,44.909322,0],[-71.861427,44.909151,0],[-71.861017,44.908948,0],[-71.860738,44.908729,0],[-71.860481,44.908615,0],[-71.86014,44.908477,0],[-71.859848,44.908403,0],[-71.8597,44.908515,0],[-71.859475,44.908655,0],[-71.859362,44.908682,0],[-71.859166,44.908665,0],[-71.859062,44.90871,0],[-71.858885,44.908796,0],[-71.858697,44.908851,0],[-71.858456,44.908784,0],[-71.858228,44.908739,0],[-71.85789,44.908739,0],[-71.857511,44.908784,0],[-71.857321,44.908931,0],[-71.85727,44.909092,0],[-71.857222,44.909292,0],[-71.85727,44.909502,0],[-71.857133,44.909647,0],[-71.856873,44.909753,0],[-71.856704,44.909903,0],[-71.856691,44.910072,0],[-71.856699,44.910226,0],[-71.856693,44.910338,0],[-71.856608,44.910475,0],[-71.856406,44.910524,0],[-71.856165,44.910532,0]]]},"properties":{"id":"hke674","name":"Unknown Pond Trail","touches":",hke675,hke677,","length":1879.2403455476704}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.975294,44.784471,0],[-71.974964,44.784362,0],[-71.97492,44.784214,0],[-71.974728,44.784052,0],[-71.974419,44.783675,0],[-71.974166,44.783365,0],[-71.973973,44.783177,0],[-71.973768,44.783053,0],[-71.973555,44.78292,0],[-71.973455,44.782754,0],[-71.97333,44.782252,0],[-71.972966,44.781772,0],[-71.972838,44.781135,0],[-71.972715,44.780991,0],[-71.972391,44.780762,0],[-71.971975,44.77952,0],[-71.972135,44.779224,0],[-71.972562,44.778531,0],[-71.972396,44.778071,0],[-71.97256,44.777738,0],[-71.972633,44.777328,0],[-71.972607,44.7767,0],[-71.97264,44.77634,0],[-71.972809,44.775838,0],[-71.972949,44.775189,0],[-71.972838,44.774626,0],[-71.973065,44.774344,0],[-71.973077,44.774043,0],[-71.973162,44.773857,0],[-71.97336,44.773654,0],[-71.973838,44.773415,0],[-71.974714,44.773131,0],[-71.975165,44.773033,0],[-71.975491,44.773004,0],[-71.976351,44.773338,0],[-71.976686,44.773305,0],[-71.977185,44.773132,0],[-71.977426,44.773092,0],[-71.977849,44.77308,0],[-71.978452,44.772874,0],[-71.978744,44.772709,0],[-71.979245,44.772738,0],[-71.979728,44.773292,0],[-71.980087,44.773464,0],[-71.980175,44.773462,0],[-71.980554,44.773326,0],[-71.980954,44.773033,0],[-71.981181,44.772921,0],[-71.981442,44.772847,0],[-71.981634,44.772711,0],[-71.981729,44.772757,0],[-71.98169,44.772859,0],[-71.981301,44.773304,0],[-71.981299,44.773482,0],[-71.981126,44.773758,0],[-71.981008,44.773844,0],[-71.980909,44.773994,0],[-71.980772,44.774384,0],[-71.981025,44.774689,0],[-71.981189,44.774663,0],[-71.981403,44.774719,0],[-71.981608,44.774727,0],[-71.981704,44.774708,0],[-71.982172,44.774455,0],[-71.982523,44.774325,0],[-71.982678,44.7743,0],[-71.982996,44.774132,0],[-71.983218,44.773969,0],[-71.983802,44.773743,0],[-71.984459,44.773344,0],[-71.984604,44.773216,0],[-71.985128,44.772966,0],[-71.985347,44.772806,0],[-71.985649,44.772677,0],[-71.98576,44.772513,0],[-71.985973,44.772396,0],[-71.98638,44.771993,0],[-71.987006,44.771204,0],[-71.987112,44.771023,0],[-71.987115,44.770818,0],[-71.987296,44.770606,0],[-71.987479,44.770257,0],[-71.987464,44.769847,0],[-71.987825,44.769572,0],[-71.988058,44.769216,0],[-71.987904,44.769016,0],[-71.987688,44.76888,0],[-71.987615,44.768502,0],[-71.987654,44.768402,0],[-71.987874,44.768186,0],[-71.988126,44.767772,0],[-71.987872,44.76747,0],[-71.987842,44.76722,0],[-71.987906,44.766886,0],[-71.987903,44.766301,0],[-71.988025,44.766205,0],[-71.988152,44.76617,0],[-71.988253,44.766187,0]]]},"properties":{"id":"hke680","name":"Mad Brook Trail","touches":",hke666,hke668,","length":3599.264414560742}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.785781,44.89742,0],[-71.785773,44.897762,0],[-71.785993,44.898011,0],[-71.786571,44.89821,0],[-71.7871,44.898493,0],[-71.787637,44.898598,0],[-71.788144,44.8989,0],[-71.788371,44.899192,0],[-71.788879,44.899575,0]]]},"properties":{"id":"hke681","name":"Overlook Trail","touches":",hke671,hke672,","length":365.46167161451547}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.856165,44.910532,0],[-71.855953,44.910504,0],[-71.855398,44.910479,0],[-71.854864,44.910488,0],[-71.854462,44.910376,0],[-71.854314,44.910072,0],[-71.85403,44.909816,0],[-71.853837,44.909801,0],[-71.853569,44.909789,0],[-71.853172,44.909607,0],[-71.852541,44.909455,0],[-71.852179,44.909423,0],[-71.85178,44.909381,0],[-71.851586,44.909113,0],[-71.851031,44.908851,0],[-71.850999,44.908646,0],[-71.851106,44.908152,0],[-71.851141,44.907851,0],[-71.851163,44.907692,0],[-71.851409,44.907213,0],[-71.851667,44.906626,0],[-71.851914,44.906051,0],[-71.852168,44.90543,0],[-71.852354,44.904894,0],[-71.852667,44.904432,0],[-71.852973,44.90403,0],[-71.853147,44.903792,0],[-71.853172,44.903537,0],[-71.852831,44.903224,0],[-71.852412,44.902985,0],[-71.852061,44.902899,0],[-71.85161,44.903032,0],[-71.851337,44.903009,0],[-71.850959,44.90284,0],[-71.85072,44.902825,0],[-71.850414,44.902817,0],[-71.850286,44.902715,0],[-71.850127,44.902483,0],[-71.849738,44.902225,0],[-71.849411,44.901932,0],[-71.849245,44.901676,0],[-71.849264,44.901497,0],[-71.849325,44.901273,0],[-71.849178,44.900855,0],[-71.849017,44.900543,0],[-71.849012,44.900239,0],[-71.848792,44.899962,0],[-71.848741,44.899662,0],[-71.848574,44.899479,0],[-71.84851,44.898995,0],[-71.848411,44.898885,0],[-71.84821,44.898723,0],[-71.847995,44.898294,0],[-71.847872,44.898089,0],[-71.847413,44.897648,0],[-71.847123,44.897545,0],[-71.84697,44.897386,0],[-71.846925,44.897214,0],[-71.847161,44.897101,0],[-71.847319,44.89712,0],[-71.84755,44.897156,0],[-71.847802,44.896926,0],[-71.847713,44.896559,0],[-71.847657,44.896475,0],[-71.847174,44.89627,0],[-71.846949,44.896118,0],[-71.846643,44.895634,0],[-71.846525,44.895529,0],[-71.845691,44.895018,0],[-71.845517,44.894868,0],[-71.845487,44.894695,0],[-71.845476,44.894134,0],[-71.845568,44.893988,0],[-71.845664,44.89384,0],[-71.845635,44.893616,0],[-71.845605,44.893462,0],[-71.84546,44.893371,0],[-71.845069,44.89328,0],[-71.844969,44.893099,0],[-71.844884,44.893,0],[-71.844556,44.892711,0],[-71.844487,44.892588,0],[-71.844401,44.892521,0],[-71.844087,44.892212,0],[-71.844041,44.892039,0],[-71.843851,44.89193,0],[-71.843408,44.891659,0],[-71.843194,44.891505,0],[-71.843231,44.891267,0],[-71.843322,44.891089,0],[-71.843229,44.890883,0],[-71.843148,44.8906,0],[-71.84332,44.890404,0],[-71.843636,44.890275,0],[-71.843953,44.890228,0],[-71.844275,44.889918,0],[-71.844446,44.889576,0],[-71.844575,44.889435,0],[-71.844897,44.889367,0],[-71.845382,44.889392,0],[-71.845763,44.889432,0],[-71.846085,44.889333,0],[-71.846214,44.88908,0],[-71.846512,44.888987,0],[-71.846855,44.888852,0],[-71.847416,44.888964,0],[-71.847778,44.888896,0],[-71.848242,44.888911,0],[-71.848518,44.888801,0],[-71.848885,44.888791,0],[-71.849218,44.888481,0],[-71.849465,44.888398,0],[-71.849846,44.888383,0],[-71.850165,44.888223,0],[-71.850581,44.8882,0],[-71.850776,44.888012,0],[-71.85087,44.887769,0],[-71.850945,44.887609,0],[-71.85135,44.887392,0],[-71.851841,44.887214,0],[-71.852343,44.88707,0],[-71.852922,44.886864,0],[-71.853341,44.886638,0],[-71.853558,44.886349,0],[-71.853577,44.885998,0],[-71.853453,44.885633,0],[-71.853172,44.885528,0],[-71.852769,44.885397,0],[-71.852198,44.885245,0],[-71.85135,44.88465,0],[-71.850728,44.88439,0],[-71.85046,44.884411,0],[-71.850009,44.88431,0],[-71.849636,44.884099,0],[-71.849325,44.883544,0],[-71.849403,44.88332,0],[-71.850098,44.88283,0],[-71.850267,44.882626,0],[-71.85032,44.881858,0],[-71.850347,44.881433,0],[-71.85002,44.881077,0],[-71.849462,44.880494,0],[-71.849454,44.880194,0],[-71.84961,44.88007,0],[-71.849695,44.879599,0],[-71.849942,44.879515,0],[-71.850058,44.879344,0],[-71.850108,44.879127,0],[-71.850632,44.878768,0],[-71.851262,44.878456,0],[-71.851383,44.878128,0],[-71.851715,44.87782,0],[-71.85183,44.877194,0],[-71.851509,44.876919,0],[-71.851181,44.876233,0],[-71.850852,44.875906,0],[-71.850902,44.875491,0],[-71.851063,44.875284,0],[-71.851198,44.875016,0],[-71.851248,44.874674,0],[-71.850771,44.874189,0],[-71.850476,44.874022,0],[-71.850259,44.874003,0],[-71.850176,44.873792,0],[-71.850328,44.87357,0],[-71.850506,44.873473,0],[-71.850913,44.873372,0],[-71.85102,44.873205,0],[-71.850948,44.873083,0],[-71.850578,44.872942,0],[-71.850594,44.872675,0],[-71.850709,44.872532,0],[-71.850363,44.872137,0],[-71.850342,44.871781,0],[-71.850334,44.871414,0],[-71.849996,44.871131,0],[-71.849674,44.870722,0],[-71.849465,44.870333,0],[-71.849478,44.869852,0],[-71.849526,44.869498,0],[-71.849883,44.869365,0],[-71.850369,44.869266,0],[-71.850656,44.869112,0],[-71.850747,44.868768,0],[-71.850881,44.868578,0],[-71.851093,44.868378,0],[-71.851291,44.86804,0],[-71.851525,44.86782,0],[-71.851731,44.867538,0],[-71.851729,44.867318,0],[-71.851688,44.867021,0],[-71.851723,44.866626,0],[-71.851838,44.866219,0],[-71.852182,44.866126,0],[-71.852319,44.86596,0],[-71.852657,44.865761,0],[-71.853,44.86558,0],[-71.85317,44.865438,0],[-71.853324,44.865134,0],[-71.853408,44.864981,0],[-71.853518,44.864911,0],[-71.853603,44.864791,0],[-71.853547,44.864616,0],[-71.853271,44.86448,0],[-71.853209,44.864295,0],[-71.853255,44.864042,0],[-71.853453,44.863793,0],[-71.853783,44.863616,0],[-71.853866,44.863497,0],[-71.854038,44.863232,0],[-71.854226,44.862871,0],[-71.854422,44.862795,0],[-71.854869,44.862542,0],[-71.855299,44.862232,0],[-71.855623,44.861905,0],[-71.855918,44.861542,0],[-71.855988,44.861269,0],[-71.856144,44.861156,0],[-71.856404,44.861141,0],[-71.856543,44.860962,0],[-71.856546,44.860782,0],[-71.856658,44.860597,0],[-71.85668,44.860194,0],[-71.856876,44.860086,0],[-71.856962,44.8599,0],[-71.857133,44.859772,0],[-71.857399,44.859495,0],[-71.857844,44.859217,0],[-71.858083,44.859088,0],[-71.858182,44.859067,0],[-71.858413,44.859084,0],[-71.858587,44.85897,0],[-71.858791,44.858782,0],[-71.859102,44.858732,0],[-71.859341,44.858666,0],[-71.859692,44.858521,0],[-71.860049,44.858342,0],[-71.860462,44.858246,0],[-71.860711,44.858282,0],[-71.861001,44.858194,0],[-71.861221,44.858217,0],[-71.86157,44.85812,0],[-71.861913,44.858111,0],[-71.862374,44.858014,0],[-71.862766,44.857953,0],[-71.862913,44.857426,0],[-71.86341,44.857365,0],[-71.863434,44.856888,0],[-71.863777,44.856673,0],[-71.863858,44.856449,0],[-71.863954,44.856323,0],[-71.864351,44.856156,0],[-71.86448,44.85596,0],[-71.864442,44.855741,0],[-71.864314,44.85546,0],[-71.86441,44.855146,0],[-71.864711,44.854943,0],[-71.864759,44.854234,0],[-71.864904,44.854184,0],[-71.86529,44.854161,0],[-71.865706,44.854042,0],[-71.865955,44.853781,0],[-71.866162,44.853486,0],[-71.866376,44.853334,0],[-71.866612,44.853346,0],[-71.866923,44.853388,0],[-71.867071,44.853494,0],[-71.867116,44.853682,0],[-71.867135,44.853882,0],[-71.867253,44.853996,0],[-71.867554,44.854011,0],[-71.867701,44.853931,0],[-71.867806,44.853802,0],[-71.868023,44.853806,0],[-71.868232,44.853764,0],[-71.868538,44.853648,0],[-71.86893,44.853405,0],[-71.869115,44.853081,0],[-71.869538,44.852885,0],[-71.869587,44.852798,0],[-71.869694,44.852568,0],[-71.869858,44.852408,0],[-71.869984,44.852402,0],[-71.870102,44.852465,0],[-71.87023,44.852461,0],[-71.870367,44.852383,0],[-71.870724,44.852068,0],[-71.870724,44.851859,0],[-71.870938,44.851739,0],[-71.871204,44.851589,0],[-71.871386,44.851522,0],[-71.871622,44.851482,0],[-71.87177,44.851397,0],[-71.872009,44.851265,0],[-71.872234,44.851146,0],[-71.872457,44.8511,0],[-71.872577,44.851052,0],[-71.872736,44.85098,0],[-71.872907,44.850885,0],[-71.873025,44.850845,0],[-71.873213,44.850889,0],[-71.873425,44.850912,0],[-71.873594,44.850843,0],[-71.873808,44.850727,0],[-71.874034,44.850621,0],[-71.874109,44.850469,0],[-71.874272,44.850362,0],[-71.874415,44.850275,0],[-71.874444,44.850052,0],[-71.874546,44.849851,0],[-71.874653,44.849695,0],[-71.874793,44.849642,0],[-71.874922,44.849687,0],[-71.875074,44.849733,0],[-71.875206,44.849771,0],[-71.875332,44.84983,0],[-71.87548,44.849872,0],[-71.875614,44.849868,0],[-71.875694,44.849778,0],[-71.875708,44.849596,0],[-71.87571,44.849419,0],[-71.875651,44.849252,0],[-71.875568,44.84906,0],[-71.875536,44.848898,0],[-71.875573,44.848721,0],[-71.87567,44.84848,0],[-71.87574,44.848331,0],[-71.875868,44.848193,0],[-71.876029,44.848179,0],[-71.876134,44.848189,0],[-71.876222,44.848162,0],[-71.876357,44.848078,0],[-71.87651,44.847981,0],[-71.876665,44.84789,0],[-71.876791,44.847785,0],[-71.876874,44.847668,0],[-71.876904,44.847531,0],[-71.877038,44.847396,0],[-71.877207,44.847339,0],[-71.877486,44.847363,0],[-71.877658,44.847401,0],[-71.877845,44.847369,0],[-71.877936,44.847205,0],[-71.877979,44.847008,0],[-71.877928,44.846791,0],[-71.877872,44.84662,0],[-71.877867,44.846409,0],[-71.8777,44.846205,0],[-71.877553,44.846055,0],[-71.877582,44.845891,0],[-71.877749,44.8458,0],[-71.877947,44.845676,0],[-71.877982,44.845559,0],[-71.877894,44.84546,0],[-71.877596,44.845298,0],[-71.87755,44.845144,0],[-71.877604,44.844998,0],[-71.877743,44.844884,0],[-71.878119,44.844792,0],[-71.878564,44.844709,0],[-71.878725,44.844564,0],[-71.878779,44.844442,0],[-71.878854,44.844231,0],[-71.87909,44.844153,0],[-71.879328,44.844024,0],[-71.879503,44.843845,0],[-71.879726,44.843792,0],[-71.880045,44.84379,0],[-71.880391,44.84378,0],[-71.880557,44.843822,0],[-71.880798,44.84395,0],[-71.881077,44.84395,0],[-71.881332,44.84387,0],[-71.881576,44.843851,0],[-71.881901,44.843824,0],[-71.882225,44.843788,0],[-71.882483,44.843805,0],[-71.882722,44.843933,0],[-71.883011,44.844032,0],[-71.883296,44.84402,0],[-71.883668,44.843914,0],[-71.883773,44.843737,0],[-71.883934,44.843773,0],[-71.884191,44.843775,0],[-71.884363,44.843718,0],[-71.884572,44.843695,0],[-71.884773,44.843731,0],[-71.884937,44.843834,0],[-71.88509,44.843855,0],[-71.885304,44.843767,0],[-71.885524,44.843699,0],[-71.885854,44.843664,0],[-71.88627,44.843663,0],[-71.886495,44.843585,0],[-71.886538,44.843252,0],[-71.886356,44.843073,0],[-71.886125,44.8429,0],[-71.886155,44.842723,0],[-71.886372,44.842649,0],[-71.886659,44.842562,0],[-71.886876,44.842417,0],[-71.886962,44.842189,0],[-71.886951,44.842038,0],[-71.886621,44.841793,0],[-71.88634,44.841603,0],[-71.886157,44.841443,0],[-71.886157,44.841272,0],[-71.886224,44.841177,0],[-71.886305,44.840951,0],[-71.886426,44.840646,0],[-71.8866,44.840369,0],[-71.886841,44.840182,0],[-71.88704,44.840026,0],[-71.887346,44.839846,0],[-71.887517,44.839779,0],[-71.887678,44.839768,0],[-71.887858,44.839796,0],[-71.887971,44.839745,0],[-71.888014,44.839652,0],[-71.887946,44.839536,0],[-71.887796,44.839397,0],[-71.887853,44.839241,0],[-71.887941,44.839106,0],[-71.888107,44.839011,0],[-71.888223,44.838984,0],[-71.88837,44.838954,0],[-71.888558,44.838878,0],[-71.88874,44.838817,0],[-71.888907,44.838828,0],[-71.889084,44.83878,0],[-71.889274,44.838638,0],[-71.889406,44.838495,0],[-71.889427,44.838305,0],[-71.889328,44.838126,0],[-71.889245,44.83797,0],[-71.88933,44.837841,0],[-71.889524,44.837729,0],[-71.889805,44.837649,0],[-71.890076,44.837571,0],[-71.890315,44.837428,0],[-71.890473,44.837375,0],[-71.890647,44.837419,0],[-71.890814,44.837508,0],[-71.890945,44.837554,0],[-71.891015,44.837491,0],[-71.891095,44.837339,0],[-71.89124,44.837244,0],[-71.891541,44.83708,0],[-71.891656,44.836793,0],[-71.891712,44.83662,0],[-71.892064,44.836287,0],[-71.892404,44.835945,0]]]},"properties":{"id":"hke675","name":"Bluff Ridge Trail","touches":",hke674,hke677,hke682,hke683,","length":12730.205341719962}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.830826,44.937264,0],[-71.830912,44.937106,0],[-71.83095,44.936882,0],[-71.830971,44.936617,0],[-71.830976,44.936301,0],[-71.831183,44.936098,0],[-71.831287,44.935937,0],[-71.831253,44.935743,0],[-71.830979,44.935534,0],[-71.831025,44.935324,0],[-71.831121,44.935122,0],[-71.831041,44.934957,0],[-71.830754,44.934718,0],[-71.83055,44.934625,0],[-71.830362,44.934492,0],[-71.830209,44.934314,0],[-71.82985,44.934052,0],[-71.829442,44.933657,0],[-71.828943,44.93326,0],[-71.828562,44.932846,0],[-71.828294,44.932658,0],[-71.82819,44.932502,0],[-71.82816,44.932229,0],[-71.82805,44.931916,0],[-71.828031,44.931643,0],[-71.82799,44.931386,0],[-71.827888,44.93111,0],[-71.827771,44.93093,0],[-71.827697,44.930686,0],[-71.827559,44.930499,0],[-71.827446,44.930351,0],[-71.827542,44.93019,0],[-71.827554,44.930085,0],[-71.827408,44.930004,0],[-71.827055,44.929995,0],[-71.826745,44.929927,0],[-71.826433,44.929777,0],[-71.826128,44.929496,0],[-71.825942,44.929264,0],[-71.826025,44.929137,0],[-71.826233,44.929044,0],[-71.826374,44.928901,0],[-71.826379,44.928709,0],[-71.826441,44.928535,0],[-71.826578,44.928335,0],[-71.826792,44.928035,0],[-71.82689,44.927838,0],[-71.826764,44.927619,0],[-71.826568,44.927474,0],[-71.826472,44.927295,0],[-71.826378,44.926983,0],[-71.826379,44.92676,0],[-71.826284,44.926611,0],[-71.826182,44.92623,0],[-71.826109,44.92599,0],[-71.825981,44.925711,0],[-71.825704,44.925228,0],[-71.825664,44.925056,0],[-71.825615,44.924884,0],[-71.825596,44.924716,0],[-71.825631,44.924573,0],[-71.825617,44.924391,0],[-71.825428,44.924284,0],[-71.825393,44.924116,0],[-71.825403,44.923983,0],[-71.825372,44.923845,0],[-71.825295,44.923646,0],[-71.825263,44.923514,0],[-71.825142,44.923419,0],[-71.824898,44.923284,0],[-71.824842,44.923112,0],[-71.824835,44.92293,0],[-71.824902,44.922722,0],[-71.824976,44.922656,0],[-71.825163,44.922546,0],[-71.825365,44.922414,0],[-71.825527,44.922251,0],[-71.825635,44.922078,0],[-71.825687,44.921883,0],[-71.825724,44.921679,0],[-71.825509,44.921678,0],[-71.825305,44.92153,0],[-71.825084,44.921483,0],[-71.824744,44.921463,0],[-71.824727,44.921346,0],[-71.824723,44.921203,0],[-71.824806,44.921034,0],[-71.824949,44.920878,0],[-71.825098,44.920788,0],[-71.825254,44.9207,0],[-71.825312,44.92058,0],[-71.82524,44.92039,0],[-71.825057,44.920351,0],[-71.824843,44.920287,0],[-71.824807,44.920173,0],[-71.824906,44.920096,0],[-71.825116,44.920082,0],[-71.825321,44.920039,0],[-71.825632,44.919909,0],[-71.825876,44.919721,0],[-71.826134,44.919492,0],[-71.826219,44.919255,0],[-71.826502,44.919017,0],[-71.826654,44.919019,0],[-71.826797,44.91902,0],[-71.826906,44.918886,0],[-71.82698,44.918656,0],[-71.827005,44.918418,0],[-71.827066,44.91808,0],[-71.827152,44.917639,0],[-71.827224,44.917495,0],[-71.827782,44.917011,0],[-71.827844,44.916814,0],[-71.828008,44.916698,0],[-71.828215,44.916672,0],[-71.828565,44.916704,0],[-71.82888,44.916749,0],[-71.829233,44.916781,0],[-71.829527,44.916779,0],[-71.829772,44.916719,0],[-71.830071,44.916673,0],[-71.830178,44.916656,0],[-71.83035,44.91673,0],[-71.830459,44.916773,0],[-71.830669,44.916778,0],[-71.830889,44.916767,0],[-71.831222,44.916765,0],[-71.831517,44.91674,0],[-71.831675,44.916793,0],[-71.831816,44.916904,0],[-71.831884,44.916877,0],[-71.832091,44.916795,0],[-71.832248,44.916735,0],[-71.832431,44.916626,0],[-71.832737,44.916544,0],[-71.832989,44.916529,0],[-71.833401,44.916531,0],[-71.833714,44.916664,0],[-71.833987,44.916851,0],[-71.83421,44.91693,0],[-71.834502,44.916939,0],[-71.834804,44.916979,0],[-71.83501,44.917016,0],[-71.835206,44.916958,0],[-71.835376,44.916948,0],[-71.835661,44.916955,0],[-71.835869,44.917,0],[-71.836008,44.916976,0],[-71.836182,44.916948,0],[-71.8364,44.917141,0],[-71.836475,44.917325,0],[-71.836584,44.9176,0],[-71.836673,44.91776,0],[-71.836943,44.918022,0],[-71.837156,44.918163,0],[-71.837419,44.918308,0],[-71.837639,44.91831,0],[-71.837886,44.918372,0],[-71.83814,44.918427,0],[-71.838401,44.918509,0],[-71.838653,44.918581,0],[-71.838748,44.91867,0],[-71.83894,44.919047,0],[-71.839028,44.919192,0],[-71.839227,44.919347,0],[-71.839458,44.919562,0],[-71.839657,44.919804,0],[-71.83977,44.919994,0],[-71.83994,44.920141,0],[-71.840178,44.920243,0],[-71.840505,44.920353,0],[-71.840844,44.920448,0],[-71.841171,44.92052,0],[-71.84152,44.920575,0],[-71.841998,44.92068,0],[-71.84228,44.920706,0],[-71.842624,44.920679,0],[-71.842959,44.920639,0],[-71.843187,44.920588,0],[-71.843407,44.920567,0],[-71.843538,44.920604,0],[-71.84378,44.920673,0],[-71.844008,44.920699,0],[-71.844302,44.920709,0],[-71.844611,44.920759,0],[-71.844884,44.920831,0],[-71.845212,44.920883,0],[-71.845456,44.920838,0],[-71.845771,44.920688,0],[-71.846046,44.920542,0],[-71.846226,44.920633,0],[-71.846453,44.920742,0],[-71.846615,44.920777,0],[-71.846844,44.920751,0],[-71.847079,44.920662,0],[-71.847366,44.920604,0],[-71.847519,44.920547,0],[-71.847582,44.920407,0],[-71.847834,44.920038,0],[-71.847894,44.919922,0],[-71.848032,44.919903,0],[-71.848271,44.919968,0],[-71.848503,44.920098,0],[-71.848801,44.92024,0],[-71.849025,44.920244,0],[-71.84929,44.920202,0],[-71.849494,44.920127,0],[-71.849859,44.91987,0],[-71.849985,44.919802,0],[-71.850126,44.919691,0],[-71.85042,44.919416,0],[-71.850711,44.919451,0],[-71.850771,44.919411,0],[-71.850788,44.919305,0],[-71.850815,44.919172,0],[-71.850852,44.919059,0],[-71.850943,44.918885,0],[-71.851075,44.918726,0],[-71.851247,44.918656,0],[-71.851377,44.918681,0],[-71.851511,44.918722,0],[-71.851682,44.918646,0],[-71.851723,44.918507,0],[-71.851605,44.918328,0],[-71.851244,44.91804,0],[-71.851188,44.917941,0],[-71.851228,44.917816,0],[-71.851179,44.91771,0],[-71.850743,44.917522,0],[-71.850595,44.917444,0],[-71.850378,44.917268,0],[-71.850209,44.917081,0],[-71.850114,44.916885,0],[-71.850092,44.916658,0],[-71.850256,44.916493,0],[-71.850432,44.916353,0],[-71.850644,44.916322,0],[-71.850892,44.916279,0],[-71.851203,44.916245,0],[-71.85155,44.916223,0],[-71.851887,44.916223,0],[-71.852199,44.916201,0],[-71.852439,44.916091,0],[-71.852681,44.916009,0],[-71.852883,44.915994,0],[-71.853027,44.915944,0],[-71.853424,44.915753,0],[-71.853691,44.915664,0],[-71.853978,44.915381,0],[-71.853991,44.915222,0],[-71.853788,44.914787,0],[-71.853872,44.914519,0],[-71.853881,44.914383,0],[-71.853948,44.914188,0],[-71.854216,44.913846,0],[-71.854353,44.913647,0],[-71.854521,44.913322,0],[-71.854605,44.913106,0],[-71.854522,44.912893,0],[-71.854494,44.912792,0],[-71.854565,44.91266,0],[-71.85488,44.912449,0],[-71.85515,44.912428,0],[-71.855404,44.912371,0],[-71.855835,44.912051,0],[-71.855958,44.91191,0],[-71.856328,44.911823,0],[-71.856976,44.911698,0],[-71.856995,44.911574,0],[-71.856818,44.911406,0],[-71.856661,44.911157,0],[-71.856499,44.911031,0],[-71.856126,44.910846,0],[-71.856272,44.910741,0],[-71.856204,44.910635,0],[-71.856165,44.910532,0]]]},"properties":{"id":"hke677","name":"Middle Mountain Trail","touches":",hke667,hke670,hke674,hke675,","length":6432.48436447231}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.101394,44.713727,0],[-72.101295,44.713749,0],[-72.100898,44.713785,0],[-72.100737,44.713884,0],[-72.1006,44.71396,0],[-72.100294,44.713966,0],[-72.099967,44.714073,0],[-72.099747,44.714191,0],[-72.099058,44.714601,0],[-72.098677,44.714822,0],[-72.0985,44.714871,0],[-72.098344,44.71491,0],[-72.098261,44.71503,0],[-72.098218,44.715089,0],[-72.098127,44.71514,0],[-72.097969,44.715192,0],[-72.097776,44.715316,0],[-72.09758,44.715495,0],[-72.09744,44.715695,0],[-72.09732,44.715866,0],[-72.097253,44.716034,0],[-72.09725,44.716244,0],[-72.097416,44.716474,0],[-72.097545,44.716659,0],[-72.097725,44.716838,0],[-72.09795,44.716983,0],[-72.098307,44.717101,0],[-72.098722,44.717111,0],[-72.099036,44.717117,0],[-72.099205,44.717288,0],[-72.099353,44.717403,0],[-72.099527,44.717586,0],[-72.099744,44.717801,0],[-72.100018,44.717921,0],[-72.1003,44.718075,0],[-72.10074,44.718308,0]]]},"properties":{"id":"hke678","name":"Wheeler Pond Trail","touches":",hke644,hke679,hke685,","length":844.0533050358763}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-72.10138,44.711171,0],[-72.10144,44.711235,0],[-72.101461,44.71139,0],[-72.101167,44.71153,0],[-72.101137,44.711669,0],[-72.10117,44.711846,0],[-72.101178,44.712051,0],[-72.10112,44.712185,0],[-72.101175,44.712347,0],[-72.10135,44.712524,0],[-72.101352,44.71265,0],[-72.101303,44.712803,0],[-72.101251,44.713004,0],[-72.101254,44.713227,0],[-72.101298,44.713384,0],[-72.101371,44.713578,0],[-72.101394,44.713727,0]]]},"properties":{"id":"hke679","name":"Gnome Stairs Trail","touches":",hke678,hke685,","length":305.9769870511595}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.892404,44.835945,0],[-71.89231,44.835928,0],[-71.892069,44.835973,0],[-71.891699,44.836061,0],[-71.891433,44.836207,0],[-71.891254,44.836192,0],[-71.891082,44.836124,0],[-71.890722,44.836232,0],[-71.89054,44.836169,0],[-71.890505,44.836207,0],[-71.890449,44.836356,0],[-71.890417,44.836565,0],[-71.890374,44.836719,0],[-71.890226,44.836766,0],[-71.889982,44.836808,0],[-71.889684,44.836804,0],[-71.889373,44.836666,0],[-71.88903,44.836435,0],[-71.888663,44.836295,0],[-71.88825,44.836207,0],[-71.888022,44.836084,0],[-71.887676,44.835897,0],[-71.887563,44.835682,0],[-71.887678,44.835498,0],[-71.887874,44.835326,0],[-71.887965,44.835254,0],[-71.887863,44.835228,0],[-71.887753,44.835222,0],[-71.887649,44.835167,0],[-71.887724,44.835108,0],[-71.88782,44.835051,0],[-71.887743,44.835001,0],[-71.887415,44.834927,0],[-71.887204,44.834703,0],[-71.887045,44.834524,0],[-71.886745,44.834465,0],[-71.886477,44.834402,0]]]},"properties":{"id":"hke682","name":"Bluff Mountain Trail","touches":",hke669,hke684,hke675,hke683,","length":736.6672568207607}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.968413,44.596715,0],[-71.968321,44.596649,0],[-71.968384,44.596542,0],[-71.968429,44.596398,0],[-71.968487,44.596298,0],[-71.968677,44.596085,0],[-71.968742,44.59595,0],[-71.968856,44.59584,0],[-71.969003,44.595701,0],[-71.969047,44.595681,0],[-71.969079,44.595714,0],[-71.96912,44.595835,0],[-71.969205,44.595886,0],[-71.969388,44.595985,0]]]},"properties":{"id":"mtb692","name":"Fence Line","touches":",mtb275,mtb379,mtb690,mtb278,mtb691,","length":179.65519032387905}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954026,44.599443,0],[-71.954201,44.599228,0],[-71.954283,44.599251,0],[-71.95439,44.599316,0],[-71.954492,44.599352,0],[-71.954696,44.599383,0],[-71.954861,44.59942,0],[-71.955016,44.599482,0],[-71.955154,44.59951,0],[-71.955401,44.599477,0],[-71.955626,44.599383,0],[-71.955787,44.599201,0],[-71.956004,44.598916,0],[-71.956149,44.59858,0],[-71.956265,44.598239,0],[-71.956382,44.597982,0],[-71.956388,44.597859,0],[-71.956311,44.597761,0],[-71.956304,44.597697,0],[-71.956387,44.597618,0],[-71.956509,44.597563,0]]]},"properties":{"id":"mtb686","name":"Ozias","touches":",rd625,mtb687,rd695,mtb693,mtb694,","length":374.95859250943545}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.949247,44.599276,0],[-71.949319,44.599211,0],[-71.949355,44.599134,0],[-71.949492,44.598979,0],[-71.949599,44.598806,0],[-71.949723,44.598649,0],[-71.949909,44.598492,0],[-71.949977,44.598377,0],[-71.950007,44.598223,0],[-71.950029,44.598027,0],[-71.950105,44.597849,0],[-71.950222,44.597712,0],[-71.950303,44.597595,0],[-71.950394,44.597484,0],[-71.95048,44.597435,0],[-71.950575,44.597428,0],[-71.950644,44.597451,0],[-71.950732,44.597495,0],[-71.95085,44.597566,0],[-71.950957,44.597597,0],[-71.951152,44.597601,0],[-71.951289,44.597583,0],[-71.951432,44.597529,0],[-71.951619,44.597465,0],[-71.951699,44.597432,0],[-71.951872,44.597409,0],[-71.95204,44.597407,0],[-71.952183,44.597393,0],[-71.952319,44.597374,0],[-71.952426,44.597412,0],[-71.952462,44.597518,0],[-71.952473,44.597585,0],[-71.952534,44.597728,0],[-71.95258,44.597864,0],[-71.952605,44.598019,0],[-71.952614,44.598101,0],[-71.952626,44.598286,0],[-71.952628,44.598358,0],[-71.952597,44.598409,0],[-71.952518,44.598509,0],[-71.952443,44.598595,0],[-71.952396,44.598678,0],[-71.952364,44.598782,0],[-71.95233,44.598943,0],[-71.952357,44.598993,0],[-71.952396,44.599056,0],[-71.952425,44.599136,0],[-71.952442,44.59924,0],[-71.952461,44.599378,0],[-71.952467,44.599399,0],[-71.952486,44.599441,0],[-71.952527,44.599478,0],[-71.952568,44.599491,0],[-71.952643,44.599514,0],[-71.952681,44.599562,0],[-71.952728,44.599651,0],[-71.95275,44.599716,0],[-71.952753,44.599783,0],[-71.952747,44.599847,0],[-71.952724,44.599962,0],[-71.952714,44.600017,0],[-71.95268,44.600102,0],[-71.952682,44.600162,0],[-71.9527,44.600195,0],[-71.952746,44.600203,0],[-71.952775,44.600201,0],[-71.952794,44.600156,0],[-71.952792,44.600104,0],[-71.952791,44.600047,0],[-71.9528,44.600017,0],[-71.952823,44.599934,0],[-71.952846,44.599871,0],[-71.952894,44.599817,0],[-71.952899,44.599748,0],[-71.9529,44.599678,0],[-71.952911,44.599593,0],[-71.952934,44.59954,0],[-71.952961,44.599534,0],[-71.952994,44.599547,0],[-71.953002,44.599584,0],[-71.953007,44.599666,0],[-71.953008,44.599738,0],[-71.952997,44.599786,0],[-71.95298,44.59988,0],[-71.95299,44.599966,0],[-71.952993,44.600099,0],[-71.952994,44.600152,0],[-71.953011,44.600176,0],[-71.95304,44.600184,0],[-71.953073,44.600172,0],[-71.953105,44.600154,0],[-71.953125,44.600103,0],[-71.95316,44.600002,0],[-71.953179,44.599975,0],[-71.953208,44.599949,0],[-71.953264,44.5999,0],[-71.953306,44.599842,0],[-71.953358,44.599769,0],[-71.953421,44.599693,0],[-71.953468,44.599667,0],[-71.95353,44.599661,0],[-71.953604,44.599667,0],[-71.953657,44.599667,0],[-71.953725,44.599658,0],[-71.953771,44.599659,0],[-71.953822,44.599653,0],[-71.95387,44.599637,0],[-71.953896,44.599601,0],[-71.953944,44.599529,0],[-71.953959,44.599507,0],[-71.953999,44.599465,0],[-71.954026,44.599443,0]]]},"properties":{"id":"mtb687","name":"Ozias","touches":",rd625,mtb686,rd695,mtb688,mtb689,","length":1011.0188374793887}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.93954,44.603197,0],[-71.939581,44.603175,0],[-71.939655,44.60315,0],[-71.939714,44.603132,0],[-71.94004,44.60297,0],[-71.940101,44.602905,0],[-71.940223,44.602699,0],[-71.940503,44.602339,0],[-71.94076,44.602095,0],[-71.940859,44.602094,0],[-71.940912,44.602143,0],[-71.940972,44.602388,0],[-71.941043,44.602511,0],[-71.941136,44.602618,0],[-71.941226,44.602679,0],[-71.941373,44.602724,0],[-71.941628,44.602768,0],[-71.941878,44.602784,0],[-71.941997,44.602811,0],[-71.942169,44.602899,0],[-71.942247,44.60298,0],[-71.942272,44.603108,0],[-71.942198,44.60337,0],[-71.942244,44.603635,0],[-71.942217,44.603784,0],[-71.942061,44.604138,0],[-71.942066,44.604197,0],[-71.942117,44.604234,0],[-71.942199,44.604221,0],[-71.942322,44.604173,0],[-71.942387,44.604171,0],[-71.942447,44.604223,0],[-71.942438,44.604289,0],[-71.942275,44.604607,0],[-71.941838,44.604999,0],[-71.941703,44.605161,0],[-71.941666,44.605255,0],[-71.941669,44.605324,0],[-71.941819,44.60572,0],[-71.941899,44.605839,0],[-71.94204,44.605906,0],[-71.942431,44.605969,0],[-71.942608,44.606017,0],[-71.942682,44.606074,0],[-71.942704,44.606131,0],[-71.942663,44.606268,0],[-71.942484,44.606583,0],[-71.94234,44.606772,0],[-71.94225,44.606924,0],[-71.94224,44.606995,0],[-71.942284,44.607043,0],[-71.942365,44.607047,0],[-71.94245,44.607015,0],[-71.942635,44.606907,0],[-71.942761,44.606808,0],[-71.943057,44.606475,0],[-71.943201,44.606352,0],[-71.9433,44.606297,0],[-71.943602,44.606187,0],[-71.943854,44.606071,0],[-71.944331,44.605934,0],[-71.944498,44.605871,0],[-71.944647,44.605775,0],[-71.944695,44.605714,0],[-71.944711,44.605645,0],[-71.944651,44.605383,0],[-71.944674,44.605306,0],[-71.944792,44.605116,0],[-71.944873,44.60505,0],[-71.945018,44.605005,0],[-71.945167,44.604985,0],[-71.945305,44.604946,0],[-71.94538,44.6049,0],[-71.945919,44.60443,0],[-71.946337,44.604107,0],[-71.946754,44.603835,0],[-71.947012,44.603709,0],[-71.947377,44.603451,0],[-71.947447,44.603378,0],[-71.947495,44.603296,0],[-71.947609,44.602976,0],[-71.947717,44.602805,0],[-71.947975,44.602529,0],[-71.948143,44.60231,0],[-71.94819,44.602208,0],[-71.948279,44.601849,0],[-71.948302,44.6016,0],[-71.948367,44.6014,0],[-71.948437,44.601316,0],[-71.948567,44.601207,0],[-71.948657,44.60109,0],[-71.94893,44.600571,0],[-71.949166,44.600213,0],[-71.949388,44.599921,0],[-71.949467,44.59978,0],[-71.949501,44.599649,0],[-71.94949,44.599543,0],[-71.94945,44.599437,0],[-71.949407,44.599378,0],[-71.949339,44.599323,0],[-71.949296,44.599297,0],[-71.949247,44.599276,0]]]},"properties":{"id":"mtb688","name":"Ware's Davis","touches":",rd356,mtb687,mtb689,","length":2001.6895492204367}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.949247,44.599276,0],[-71.949134,44.599261,0],[-71.949033,44.599245,0],[-71.948942,44.599218,0],[-71.948869,44.599172,0],[-71.948821,44.599113,0],[-71.948793,44.598982,0],[-71.948801,44.598874,0],[-71.949066,44.598166,0],[-71.949056,44.598097,0],[-71.949021,44.598031,0],[-71.948888,44.597827,0],[-71.94879,44.597713,0],[-71.948684,44.597638,0],[-71.948476,44.597557,0],[-71.948218,44.597515,0],[-71.948129,44.597485,0],[-71.948031,44.597397,0],[-71.947991,44.597303,0],[-71.947963,44.597087,0],[-71.94793,44.597025,0],[-71.947766,44.596946,0],[-71.947727,44.596892,0],[-71.947789,44.596713,0],[-71.947783,44.596638,0],[-71.947597,44.596428,0],[-71.947531,44.596314,0],[-71.947513,44.596244,0],[-71.947508,44.596119,0],[-71.947531,44.595976,0],[-71.947572,44.595836,0],[-71.947705,44.595566,0],[-71.947735,44.595461,0],[-71.947736,44.595354,0],[-71.947714,44.595276,0],[-71.947588,44.594957,0],[-71.947567,44.594797,0],[-71.947571,44.594572,0],[-71.94763,44.594419,0],[-71.947817,44.59429,0],[-71.947866,44.594231,0],[-71.947915,44.594021,0],[-71.947893,44.593947,0],[-71.94774,44.593799,0],[-71.94767,44.593601,0],[-71.947659,44.593487,0],[-71.947745,44.593293,0],[-71.947997,44.593016,0],[-71.948028,44.59295,0],[-71.94804,44.592799,0],[-71.948071,44.592695,0],[-71.948205,44.592462,0],[-71.948227,44.592384,0],[-71.948574,44.591983,0]]]},"properties":{"id":"mtb689","name":"Ware's Davis","touches":",mtb447,mtb718,mtb719,mtb687,mtb688,","length":927.6313052057661}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.969388,44.595985,0],[-71.969186,44.596041,0],[-71.969026,44.596182,0],[-71.968962,44.59628,0],[-71.968706,44.596494,0],[-71.96852,44.596627,0],[-71.968413,44.596715,0]]]},"properties":{"id":"mtb690","name":"Coronary","touches":",mtb275,mtb379,mtb692,mtb278,mtb691,","length":114.47060841381486}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.96259,44.59763,0],[-71.962661,44.597647,0],[-71.962733,44.597652,0],[-71.962881,44.597638,0],[-71.963117,44.597615,0],[-71.963311,44.597657,0],[-71.963452,44.597723,0],[-71.963463,44.597759,0],[-71.96344,44.597802,0],[-71.963364,44.597892,0],[-71.963383,44.597929,0],[-71.963452,44.597938,0],[-71.963702,44.597849,0],[-71.963782,44.597805,0],[-71.964073,44.59751,0],[-71.964175,44.59743,0],[-71.964295,44.597272,0],[-71.96445,44.59713,0],[-71.964848,44.596852,0],[-71.965333,44.596592,0],[-71.96558,44.59641,0],[-71.965705,44.59635,0],[-71.965864,44.596243,0],[-71.966066,44.596097,0],[-71.966122,44.596095,0],[-71.96614,44.596131,0],[-71.966133,44.596193,0],[-71.965878,44.596428,0],[-71.965882,44.596467,0],[-71.965931,44.596472,0],[-71.966152,44.596367,0],[-71.966209,44.59637,0],[-71.966225,44.596406,0],[-71.966107,44.596543,0],[-71.965908,44.596683,0],[-71.965892,44.596736,0],[-71.965965,44.59678,0],[-71.966039,44.596752,0],[-71.96624,44.596608,0],[-71.966338,44.596591,0],[-71.966407,44.596639,0],[-71.966338,44.596923,0],[-71.966349,44.596994,0],[-71.966417,44.597041,0],[-71.96667,44.597041,0],[-71.966717,44.597052,0],[-71.966747,44.597081,0],[-71.96674,44.597152,0],[-71.966661,44.597285,0],[-71.966639,44.597392,0],[-71.966662,44.597499,0],[-71.966758,44.597581,0],[-71.966882,44.597643,0],[-71.966883,44.597749,0],[-71.96692,44.597785,0],[-71.966975,44.597779,0],[-71.967337,44.597449,0],[-71.967579,44.597322,0],[-71.967629,44.597259,0],[-71.967679,44.597119,0],[-71.967799,44.597003,0],[-71.968077,44.596846,0],[-71.968297,44.59668,0],[-71.968413,44.596715,0]]]},"properties":{"id":"mtb691","name":"Fence Line","touches":",mtb66,mtb146,mtb273,mtb274,mtb278,mtb690,mtb692,","length":925.4953231741947}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956509,44.597563,0],[-71.956509,44.597521,0],[-71.956533,44.597451,0],[-71.956552,44.597417,0],[-71.956694,44.597313,0],[-71.956806,44.597241,0],[-71.956842,44.597227,0],[-71.9569,44.597224,0],[-71.956961,44.597207,0],[-71.957181,44.597088,0],[-71.95726,44.597058,0],[-71.957391,44.59706,0],[-71.957523,44.597115,0],[-71.957658,44.597168,0],[-71.95781,44.597187,0],[-71.957904,44.59716,0]]]},"properties":{"id":"mtb694","name":"Harp","touches":",mtb308,mtb693,mtb686,","length":141.96353442589444}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.941113,44.615268,0],[-71.941282,44.615181,0],[-71.941585,44.614978,0],[-71.942323,44.614479,0],[-71.942731,44.61415,0],[-71.943131,44.613766,0],[-71.943599,44.61321,0],[-71.944126,44.612667,0],[-71.944479,44.612118,0],[-71.944822,44.611547,0],[-71.945536,44.610565,0],[-71.946367,44.609438,0],[-71.947677,44.607672,0],[-71.948176,44.606965,0],[-71.948771,44.606237,0],[-71.94918,44.605867,0],[-71.949687,44.605345,0],[-71.95001,44.604829,0],[-71.950452,44.604053,0],[-71.950913,44.603283,0],[-71.951421,44.602575,0],[-71.952142,44.601841,0],[-71.952818,44.601282,0],[-71.953115,44.600973,0],[-71.953364,44.600668,0],[-71.953566,44.600293,0],[-71.953762,44.599901,0],[-71.954015,44.599471,0],[-71.954026,44.599443,0]]]},"properties":{"id":"rd695","name":"Darling Hill Road","touches":",rd365,rd628,rd625,mtb686,mtb687,","length":2051.147621403347}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954156,44.617607,0],[-71.954463,44.617466,0],[-71.954766,44.617265,0],[-71.955525,44.616596,0],[-71.957047,44.615359,0],[-71.957948,44.614604,0],[-71.958776,44.613604,0]]]},"properties":{"id":"rd696","name":"Bugbee Crossing Rd","touches":",rd366,rd539,rd485,rd697,","length":579.8342269684432}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955304,44.612567,0],[-71.955307,44.612615,0],[-71.955305,44.612685,0],[-71.955311,44.612721,0],[-71.955328,44.612756,0],[-71.955345,44.612771,0],[-71.955376,44.612797,0],[-71.955411,44.612811,0],[-71.955441,44.612815,0],[-71.955533,44.612817,0],[-71.955566,44.612814,0],[-71.955665,44.612792,0],[-71.955819,44.612756,0],[-71.956007,44.612715,0],[-71.95611,44.612701,0],[-71.956297,44.612686,0],[-71.956377,44.612692,0],[-71.956458,44.612701,0],[-71.956537,44.612712,0],[-71.95666,44.612747,0],[-71.956723,44.612773,0],[-71.956849,44.612854,0],[-71.957166,44.613046,0],[-71.957335,44.61315,0],[-71.957512,44.613259,0],[-71.95759,44.613302,0],[-71.957689,44.613328,0],[-71.957784,44.61335,0],[-71.95793,44.613374,0],[-71.958066,44.613399,0],[-71.958412,44.613496,0],[-71.958656,44.613565,0],[-71.958765,44.613596,0],[-71.958776,44.613604,0]]]},"properties":{"id":"rd697","name":"Skeet Range Way","touches":",rd485,rd696,xc518,xc580,","length":328.95041919078}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.874888,44.617094,0],[-71.875315,44.616925,0],[-71.875807,44.616742,0],[-71.87672,44.616388,0]]]},"properties":{"id":"rd698","name":"Flower Brook Rd","touches":",rd506,mtb507,mtb699,","length":165.30001234805354}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.878932,44.610339,0],[-71.878841,44.610379,0],[-71.878667,44.610434,0],[-71.878411,44.610438,0],[-71.87814,44.610477,0],[-71.877682,44.610568,0],[-71.877439,44.610519,0],[-71.877247,44.610444,0],[-71.876976,44.610408,0],[-71.876678,44.610451,0],[-71.876458,44.610415,0],[-71.876147,44.61034,0],[-71.875789,44.610366,0],[-71.875501,44.610372,0],[-71.875249,44.610444,0],[-71.875024,44.610535,0],[-71.874758,44.610633,0],[-71.874424,44.610643,0],[-71.874149,44.610695,0],[-71.873947,44.610878,0],[-71.873635,44.611015,0],[-71.873361,44.611103,0],[-71.873122,44.611133,0],[-71.872756,44.611296,0],[-71.872595,44.611498,0],[-71.872444,44.611596,0],[-71.872164,44.61169,0],[-71.872041,44.611778,0],[-71.871816,44.611831,0],[-71.871596,44.611805,0],[-71.871459,44.611857,0],[-71.871252,44.611909,0],[-71.871023,44.611925,0],[-71.870941,44.611853,0],[-71.87073,44.611788,0],[-71.870391,44.611922,0],[-71.870139,44.612013,0],[-71.86991,44.612144,0],[-71.869839,44.612455,0],[-71.869841,44.612534,0],[-71.869793,44.612577,0],[-71.869676,44.612605,0],[-71.869552,44.61267,0],[-71.869451,44.612755,0],[-71.869415,44.612864,0],[-71.869502,44.613039,0],[-71.86949,44.613092,0],[-71.869378,44.613202,0],[-71.869238,44.613427,0],[-71.868996,44.613714,0],[-71.868837,44.613841,0],[-71.868725,44.613994,0],[-71.868654,44.61413,0],[-71.868457,44.614275,0],[-71.868265,44.614365,0],[-71.868187,44.614453,0],[-71.86801,44.614542,0],[-71.867719,44.614614,0],[-71.867541,44.614617,0],[-71.867247,44.614725,0],[-71.86703,44.614833,0],[-71.866865,44.614962,0],[-71.866711,44.61511,0],[-71.866688,44.615232,0],[-71.866734,44.615316,0],[-71.866894,44.615381,0],[-71.867073,44.615394,0],[-71.867357,44.615433,0],[-71.867424,44.615466,0],[-71.86752,44.615538,0],[-71.867759,44.615587,0],[-71.867872,44.615586,0],[-71.86794,44.615528,0],[-71.868126,44.615488,0],[-71.868385,44.615488,0],[-71.868651,44.615526,0],[-71.868785,44.615548,0],[-71.868986,44.615584,0],[-71.869135,44.615578,0],[-71.869316,44.615559,0],[-71.869555,44.615534,0],[-71.869717,44.615497,0],[-71.869972,44.61549,0],[-71.870343,44.615492,0],[-71.870661,44.615487,0],[-71.871014,44.615518,0],[-71.871234,44.615537,0],[-71.871395,44.615591,0],[-71.871649,44.615707,0],[-71.871942,44.615782,0],[-71.872176,44.615896,0],[-71.8724,44.615976,0],[-71.872591,44.616025,0],[-71.872909,44.616072,0],[-71.873161,44.6161,0],[-71.873358,44.616195,0],[-71.873542,44.616412,0],[-71.873723,44.616596,0],[-71.873757,44.616617,0],[-71.874188,44.616806,0],[-71.874651,44.617048,0],[-71.874888,44.617094,0]]]},"properties":{"id":"mtb699","name":"Besaw","touches":",rd505,rd700,mtb752,rd698,","length":1994.9728767593874}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.882655,44.612664,0],[-71.882322,44.612531,0],[-71.881945,44.612271,0],[-71.881572,44.611728,0],[-71.881368,44.611381,0],[-71.881132,44.611124,0],[-71.880842,44.610961,0],[-71.880532,44.610848,0],[-71.880048,44.610728,0],[-71.878932,44.610339,0]]]},"properties":{"id":"rd700","name":"Victory Rd","touches":",rd505,mtb699,mtb752,rd506,","length":411.2011190527305}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.938116,44.585023,0],[-71.938098,44.585007,324.8],[-71.938089,44.584983,0],[-71.938093,44.584915,0],[-71.938123,44.584855,0],[-71.938147,44.584735,0],[-71.938158,44.584694,0],[-71.938203,44.584682,0],[-71.938262,44.584673,0],[-71.938332,44.584487,0],[-71.938267,44.584196,0],[-71.938307,44.584151,0],[-71.938406,44.58416,0],[-71.938567,44.584217,0],[-71.938673,44.584219,0],[-71.938763,44.584178,0],[-71.938827,44.584131,0],[-71.938874,44.584095,0],[-71.938906,44.584057,0],[-71.938936,44.584,0],[-71.938972,44.583948,0],[-71.938999,44.583888,0],[-71.939035,44.583853,0],[-71.939072,44.583808,0],[-71.939122,44.583775,0],[-71.939164,44.583742,0],[-71.939236,44.583707,0],[-71.939272,44.583681,0],[-71.939304,44.583661,0],[-71.939326,44.583654,0],[-71.939351,44.583655,0],[-71.939386,44.583667,0],[-71.939422,44.583682,0],[-71.939443,44.583698,0],[-71.939454,44.583726,0],[-71.939457,44.583762,0],[-71.939452,44.583774,0],[-71.939439,44.583802,0],[-71.939414,44.58383,0],[-71.939404,44.58385,0],[-71.939401,44.583886,0],[-71.93941,44.583905,0],[-71.93944,44.583926,0],[-71.939476,44.58394,0],[-71.9395,44.583958,0],[-71.939512,44.583993,0],[-71.939521,44.584037,0],[-71.939503,44.584087,0],[-71.939473,44.584118,0],[-71.939465,44.584134,0],[-71.93947,44.584165,0],[-71.939473,44.584205,0],[-71.939451,44.58423,0],[-71.939432,44.58425,0],[-71.939433,44.584263,0],[-71.939446,44.584283,0],[-71.939459,44.584295,0],[-71.939474,44.584301,0],[-71.939503,44.584301,0],[-71.939543,44.584294,0],[-71.939628,44.584267,0],[-71.939737,44.584222,0],[-71.939795,44.584192,0],[-71.939859,44.584137,0],[-71.93992,44.584079,0],[-71.940015,44.584007,0],[-71.940057,44.583971,0],[-71.940082,44.583946,0],[-71.940103,44.583871,0],[-71.940116,44.583793,0],[-71.940132,44.583711,0],[-71.940134,44.583634,0],[-71.940125,44.583607,0],[-71.940102,44.583593,0],[-71.940082,44.583586,0],[-71.940059,44.58359,0],[-71.940052,44.583612,0],[-71.940064,44.583647,0],[-71.940085,44.583674,0],[-71.940079,44.583695,0],[-71.940058,44.583721,0],[-71.939995,44.583753,0],[-71.939943,44.583751,0],[-71.939905,44.58372,0],[-71.939868,44.583683,0],[-71.939868,44.583628,0],[-71.939882,44.583571,0],[-71.939872,44.583525,0],[-71.939834,44.58343,0],[-71.939848,44.58341,0],[-71.939896,44.583378,0],[-71.939999,44.583341,0],[-71.940072,44.583315,0],[-71.940112,44.583288,0],[-71.940135,44.583247,0],[-71.94014,44.58321,0],[-71.940141,44.583188,0],[-71.940138,44.583113,0],[-71.940087,44.583068,0],[-71.940049,44.583052,0],[-71.939993,44.58302,0],[-71.939973,44.582992,0],[-71.939959,44.582967,0],[-71.939959,44.582925,0],[-71.939975,44.582868,0],[-71.939991,44.582811,0],[-71.939991,44.582797,0],[-71.939982,44.582772,0],[-71.939971,44.582753,0],[-71.939952,44.582741,0],[-71.939922,44.582733,0],[-71.939906,44.582737,0],[-71.939887,44.582748,0],[-71.939866,44.582778,0],[-71.939814,44.582827,0],[-71.939686,44.582924,0],[-71.939593,44.582991,0],[-71.939496,44.583036,0],[-71.939428,44.583057,0],[-71.939384,44.583075,0],[-71.939339,44.583091,0],[-71.939274,44.583083,0],[-71.939244,44.583069,0],[-71.939206,44.583052,0],[-71.939181,44.583035,0],[-71.939156,44.58301,0],[-71.939138,44.582993,0],[-71.939131,44.582961,0],[-71.939131,44.582931,0],[-71.939152,44.582898,0],[-71.939179,44.582875,0],[-71.939217,44.582851,0],[-71.939262,44.582828,0],[-71.939306,44.582805,0],[-71.939368,44.58278,0],[-71.939454,44.582738,0],[-71.939522,44.582695,0],[-71.939538,44.582679,0],[-71.939559,44.582623,0],[-71.939571,44.58258,0],[-71.939592,44.582515,0],[-71.939603,44.582494,0],[-71.939631,44.582447,0],[-71.939674,44.582386,0],[-71.939702,44.582332,0],[-71.93973,44.582243,0],[-71.939814,44.582202,0],[-71.939875,44.582142,0],[-71.939917,44.582075,0],[-71.939961,44.582002,0],[-71.940003,44.581949,0],[-71.940054,44.581887,0],[-71.940071,44.581836,0],[-71.940104,44.581809,0],[-71.94012,44.581772,0]]]},"properties":{"id":"mtb705","name":"Another Round","touches":",mtb300,mtb704,mtb301,mtb706,","length":823.8919187452879}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.888116,44.589757,0],[-71.888078,44.589776,0],[-71.888029,44.589807,0],[-71.887925,44.58985,0],[-71.887851,44.58987,0],[-71.887744,44.589875,0],[-71.887643,44.589868,0],[-71.887552,44.589849,0],[-71.88747,44.589812,0],[-71.887418,44.589768,0],[-71.887365,44.58971,0],[-71.887297,44.589629,0],[-71.887241,44.589529,0],[-71.887176,44.589418,0],[-71.887129,44.589377,0],[-71.88707,44.58935,0],[-71.886997,44.589321,0],[-71.88684,44.589298,0],[-71.886693,44.589276,0],[-71.886577,44.58926,0],[-71.886427,44.589272,0],[-71.886267,44.589282,0],[-71.886039,44.589284,0],[-71.88591,44.589289,0],[-71.885805,44.589281,0],[-71.885633,44.589261,0],[-71.885459,44.589221,0],[-71.885157,44.589152,0],[-71.884918,44.5891,0],[-71.884616,44.589031,0],[-71.884511,44.589006,0],[-71.884393,44.588988,0],[-71.884301,44.588973,0],[-71.884194,44.588952,0],[-71.884112,44.588927,0],[-71.884014,44.588882,0],[-71.883889,44.588818,0],[-71.883721,44.588755,0],[-71.883634,44.588747,0],[-71.88352,44.588738,0],[-71.88339,44.588736,0],[-71.883186,44.58873,0],[-71.883022,44.588724,0],[-71.88293,44.588702,0],[-71.882781,44.588658,0],[-71.882682,44.588615,0],[-71.882556,44.58856,0],[-71.882424,44.588519,0],[-71.882332,44.588488,0],[-71.88224,44.588473,0],[-71.88214,44.58846,0],[-71.882055,44.58844,0],[-71.881976,44.588404,0],[-71.881868,44.588342,0],[-71.881679,44.588213,0],[-71.881627,44.588195,0],[-71.881553,44.58817,0],[-71.881409,44.588141,0],[-71.881221,44.588102,0],[-71.881074,44.588058,0],[-71.880954,44.588018,0],[-71.880826,44.587958,0],[-71.880643,44.587873,0],[-71.880441,44.587774,0],[-71.880344,44.587744,0],[-71.880217,44.587739,0],[-71.880116,44.587741,0],[-71.880073,44.587764,0],[-71.879994,44.587818,0],[-71.879909,44.587873,0],[-71.879837,44.587898,0],[-71.879637,44.587955,0],[-71.879582,44.588002,0],[-71.879548,44.588033,0],[-71.879546,44.58808,0],[-71.879551,44.588133,0],[-71.87957,44.588201,0],[-71.879599,44.58827,0],[-71.879648,44.588368,0],[-71.8797,44.588489,0],[-71.879746,44.588607,0],[-71.879755,44.588638,0],[-71.879779,44.588713,0],[-71.879805,44.588753,0],[-71.879841,44.588799,0],[-71.879873,44.588847,0],[-71.879942,44.588945,0],[-71.88005,44.589096,0],[-71.880104,44.589179,0],[-71.880162,44.589233,0],[-71.880246,44.589314,0],[-71.880416,44.589476,0],[-71.880506,44.589549,0],[-71.880641,44.589655,0],[-71.880734,44.589733,0],[-71.880825,44.589777,0],[-71.880931,44.589825,0],[-71.881014,44.58987,0],[-71.881094,44.589923,0],[-71.88113,44.589962,0],[-71.881174,44.590024,0],[-71.881245,44.590135,0],[-71.881275,44.59021,0],[-71.881306,44.590285,0],[-71.881313,44.59032,0],[-71.881304,44.590366,0],[-71.881294,44.590421,0],[-71.881279,44.590476,0],[-71.881277,44.590566,0],[-71.881281,44.590609,0],[-71.88129,44.590648,0],[-71.881308,44.590685,0],[-71.881319,44.590715,0],[-71.881348,44.590741,0],[-71.881382,44.590784,0],[-71.881458,44.590859,0],[-71.881493,44.590906,0],[-71.881544,44.590979,0],[-71.88156,44.591019,0],[-71.881568,44.591084,0],[-71.881539,44.591185,0],[-71.881525,44.591242,0],[-71.881531,44.591286,0],[-71.881574,44.591353,0],[-71.881657,44.591449,0],[-71.881719,44.591529,0],[-71.881767,44.591608,0],[-71.881775,44.591671,0],[-71.881783,44.591801,0],[-71.881805,44.591896,0],[-71.881791,44.591954,0],[-71.881791,44.591994,0],[-71.881764,44.592021,0],[-71.881716,44.592042,0],[-71.881641,44.592057,0],[-71.881536,44.592053,0],[-71.881362,44.59204,0],[-71.881246,44.592028,0],[-71.881182,44.592038,0],[-71.881117,44.592044,0],[-71.881002,44.592036,0],[-71.880927,44.59203,0],[-71.880841,44.592044,0],[-71.880811,44.59207,0],[-71.880779,44.592116,0],[-71.880771,44.592157,0],[-71.880792,44.59221,0],[-71.880819,44.592323,0],[-71.880827,44.592367,0],[-71.880827,44.592413,0],[-71.880816,44.592522,0],[-71.880806,44.592593,0],[-71.880838,44.592686,0],[-71.880865,44.592811,0],[-71.880851,44.592868,0],[-71.880803,44.5929,0],[-71.880722,44.592908,0],[-71.880666,44.592904,0],[-71.880561,44.592868,0],[-71.880406,44.592839,0],[-71.880346,44.592841,0],[-71.880293,44.592853,0],[-71.880263,44.592893,0],[-71.880261,44.592937,0],[-71.880312,44.592969,0],[-71.880449,44.592992,0],[-71.880526,44.593002,0],[-71.880594,44.593048,0],[-71.880631,44.593099,0],[-71.880698,44.593136,0],[-71.880806,44.593153,0],[-71.880948,44.593149,0],[-71.881074,44.593162,0],[-71.88116,44.593247,0],[-71.881208,44.59331,0],[-71.881241,44.593438,0],[-71.881278,44.593518,0],[-71.881343,44.593597,0],[-71.881375,44.593621,0],[-71.881531,44.593667,0],[-71.88174,44.593719,0],[-71.881866,44.593788,0],[-71.882057,44.593901,0],[-71.882095,44.593935,0],[-71.882132,44.59399,0],[-71.88214,44.594046,0],[-71.882138,44.594176,0],[-71.882138,44.59426,0],[-71.882178,44.594386,0],[-71.882237,44.594505,0],[-71.882339,44.594698,0],[-71.882591,44.595178,0],[-71.882648,44.595281,0],[-71.882742,44.595362,0],[-71.88286,44.595407,0],[-71.88312,44.595484,0]]]},"properties":{"id":"mtb701","name":"Wilder Way","touches":",rd364,mtb388,mtb389,","length":1896.2731526399978}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.906707,44.60752,0],[-71.906779,44.607561,0],[-71.906858,44.607577,0],[-71.906871,44.607668,0],[-71.906848,44.607749,0],[-71.906774,44.607845,0],[-71.906733,44.607909,0],[-71.906684,44.608001,0],[-71.906707,44.60803,0],[-71.906863,44.608066,0],[-71.907061,44.608114,0],[-71.907238,44.608189,0],[-71.90733,44.608329,0],[-71.907348,44.608432,0],[-71.907346,44.608539,0],[-71.907246,44.608649,0],[-71.907115,44.608706,0],[-71.906961,44.608733,0],[-71.906797,44.608782,0],[-71.906656,44.608839,0],[-71.906442,44.608911,0],[-71.906314,44.608995,0],[-71.906211,44.60909,0],[-71.906131,44.609168,0],[-71.905994,44.609309,0],[-71.905866,44.609408,0],[-71.905793,44.609449,0],[-71.905654,44.609513,0],[-71.905494,44.609599,0],[-71.905234,44.609702,0],[-71.905054,44.609761,0],[-71.904963,44.609768,0],[-71.904703,44.609759,0],[-71.904611,44.609746,0],[-71.904444,44.609685,0],[-71.904368,44.609651,0],[-71.904183,44.609607,0],[-71.903907,44.609599,0],[-71.903672,44.609613,0],[-71.903531,44.609623,0],[-71.903348,44.609667,0],[-71.903278,44.609739,0],[-71.903223,44.609816,0],[-71.903146,44.609892,0],[-71.902943,44.609987,0],[-71.90273,44.610101,0],[-71.902585,44.610205,0],[-71.902452,44.610321,0],[-71.902413,44.610471,0],[-71.902352,44.610564,0]]]},"properties":{"id":"mtb702","name":"Unknown","touches":",mtb582,mtb594,mtb632,rd703,mtb720,","length":658.7105820434484}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.904514,44.607533,0],[-71.904675,44.607579,0],[-71.904906,44.607645,0],[-71.905214,44.607663,0],[-71.905463,44.607657,0],[-71.906004,44.607628,0],[-71.906304,44.60759,0],[-71.906707,44.60752,0]]]},"properties":{"id":"rd703","name":"Pinkham Road","touches":",rd626,mtb722,mtb702,mtb720,","length":177.98731225674953}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.937399,44.58418,0],[-71.937431,44.584168,0],[-71.937471,44.584133,0],[-71.937534,44.584033,0],[-71.937601,44.583892,0],[-71.937624,44.583821,0],[-71.937673,44.583745,0],[-71.937787,44.583629,0],[-71.937878,44.5836,0],[-71.938034,44.583516,0],[-71.938237,44.583432,0],[-71.938262,44.583411,0],[-71.938328,44.583237,0],[-71.938403,44.583086,0],[-71.938391,44.583038,0],[-71.938323,44.58298,0],[-71.938183,44.582932,0],[-71.938125,44.582888,0],[-71.938115,44.582828,0],[-71.938307,44.582725,0],[-71.938403,44.582676,0],[-71.938463,44.582613,0],[-71.938555,44.582467,0],[-71.938627,44.582374,0],[-71.93865,44.582298,0],[-71.938714,44.582251,0],[-71.938788,44.582195,0],[-71.938895,44.58214,0],[-71.938991,44.582129,0],[-71.939024,44.582102,0],[-71.939057,44.582051,0],[-71.939101,44.581985,0],[-71.939126,44.581943,0],[-71.93917,44.581918,0],[-71.939222,44.581918,0],[-71.939297,44.581913,0],[-71.939412,44.581908,0],[-71.939474,44.581893,0],[-71.939594,44.581865,0],[-71.939716,44.581859,0],[-71.939819,44.581837,0],[-71.939872,44.581804,0],[-71.939905,44.581802,0],[-71.939923,44.581794,0],[-71.940042,44.581786,0],[-71.94012,44.581772,0]]]},"properties":{"id":"mtb704","name":"Last Call","touches":",mtb300,mtb705,mtb301,mtb325,","length":407.907917380105}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.940872,44.585121,0],[-71.940866,44.585049,0],[-71.940817,44.585007,0],[-71.940764,44.584995,0],[-71.940623,44.585041,0],[-71.94043,44.585095,0],[-71.940248,44.58503,0],[-71.940154,44.585082,0],[-71.940078,44.585176,0],[-71.939934,44.585208,0],[-71.939711,44.585174,0],[-71.939529,44.585241,0],[-71.939359,44.585375,0],[-71.939207,44.58535,0],[-71.939025,44.585408,0],[-71.938837,44.585438,0],[-71.938778,44.585609,0],[-71.938632,44.585667,0],[-71.93835,44.585542,0],[-71.938314,44.585159,0],[-71.938435,44.58504,0],[-71.938349,44.584903,0],[-71.938189,44.584929,0],[-71.938116,44.585023,0]]]},"properties":{"id":"mtb706","name":"Last Call","touches":",mtb299,mtb300,mtb301,mtb705,","length":354.85486926706136}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.905386,44.605865,0],[-71.905141,44.605914,383.6],[-71.905035,44.605963,384.4],[-71.904842,44.606092,385.7],[-71.90476,44.606167,386.3],[-71.904714,44.606213,386.6],[-71.904588,44.606363,387.520598],[-71.904554,44.606365,0],[-71.904535,44.606346,0],[-71.904527,44.606316,0],[-71.904528,44.606295,388],[-71.904537,44.606263,0],[-71.904549,44.606231,388.2],[-71.904595,44.60618,0],[-71.904625,44.606119,387.6],[-71.904631,44.606047,387.9],[-71.904646,44.605907,0],[-71.904648,44.605856,0],[-71.904611,44.605821,388.8],[-71.904572,44.605829,0],[-71.904551,44.605854,0],[-71.90453,44.605916,389.4],[-71.904502,44.605975,388.8],[-71.904471,44.606097,388.4],[-71.90445,44.606186,389.1],[-71.90443,44.606201,389.5],[-71.904419,44.606211,389.4],[-71.904402,44.606232,389.561926],[-71.904401,44.606246,389.7],[-71.904384,44.606278,389.6],[-71.904352,44.606312,389.9],[-71.904287,44.606386,390.1],[-71.904241,44.606422,390.3],[-71.90421,44.606472,390.6],[-71.904203,44.606516,390.3],[-71.904118,44.606592,390.8],[-71.904049,44.606615,391.3],[-71.904034,44.606621,391.3],[-71.904016,44.606628,391.3],[-71.903915,44.606642,391.9],[-71.903848,44.606636,0],[-71.903792,44.606623,393.4],[-71.903776,44.606587,0],[-71.903782,44.606549,393.9],[-71.903823,44.606427,393.6],[-71.903886,44.606322,394.9],[-71.903877,44.606204,395.6],[-71.903905,44.605962,396.3],[-71.903919,44.605895,396.8],[-71.903955,44.605729,397.2],[-71.903961,44.605651,0],[-71.903924,44.605592,398.2],[-71.903804,44.605602,398.9],[-71.903726,44.605635,0],[-71.903684,44.605678,399.7],[-71.903653,44.605703,400],[-71.903641,44.605723,399.8],[-71.903625,44.605752,400],[-71.90361,44.605784,399.8],[-71.9036,44.605811,399.7],[-71.90357,44.605837,400],[-71.903516,44.605892,400.1],[-71.903485,44.605908,400.3],[-71.903455,44.605925,400.6],[-71.903401,44.605965,400.6],[-71.903375,44.606004,400.5],[-71.903347,44.606049,400.7],[-71.903312,44.606073,400.8],[-71.903167,44.606141,401.3],[-71.903059,44.606161,402.1],[-71.902889,44.606174,403],[-71.902848,44.60616,0],[-71.902842,44.606125,0],[-71.902857,44.606056,403.9],[-71.902871,44.60597,404.4],[-71.902894,44.605815,405.3],[-71.902858,44.605744,405.9],[-71.902859,44.605669,406.3],[-71.902843,44.6056,407.1],[-71.902799,44.605531,408.1],[-71.902814,44.605462,408.2],[-71.902862,44.605394,408.4],[-71.902843,44.60516,410.7],[-71.902825,44.604988,412.3],[-71.902821,44.604889,0],[-71.902834,44.604783,413.5],[-71.902749,44.604764,0],[-71.902658,44.604792,415.3],[-71.902576,44.604857,0],[-71.902535,44.604937,415.4],[-71.902502,44.605058,414.7],[-71.902421,44.605131,415],[-71.902326,44.605169,415.3],[-71.902231,44.605152,0],[-71.902154,44.605108,417.7],[-71.902086,44.60506,419],[-71.90203,44.604996,420.6],[-71.901986,44.604933,421.5],[-71.901912,44.604859,422.8],[-71.90188,44.604834,422.8],[-71.901859,44.604812,423.4],[-71.901829,44.604774,423.6],[-71.901819,44.604754,424.2],[-71.90182,44.604742,424.2],[-71.901841,44.604724,424.1],[-71.901854,44.604702,424.3],[-71.901893,44.604632,424.5],[-71.901933,44.604574,424.5],[-71.901978,44.604515,424.6],[-71.901998,44.604385,425.3],[-71.902022,44.604327,425.3],[-71.902037,44.604265,425.7],[-71.902069,44.604143,426.1],[-71.902085,44.604076,426.2],[-71.902213,44.603963,426.4],[-71.902326,44.603805,426.4],[-71.902345,44.603701,426.6],[-71.9023,44.603605,427.5],[-71.902109,44.603571,429.3],[-71.901978,44.603656,429.8],[-71.901902,44.603702,430.1],[-71.901756,44.603807,430.5],[-71.901682,44.603855,430.8],[-71.901542,44.603979,431.1],[-71.901383,44.604101,431.8],[-71.901267,44.60415,432.7],[-71.901022,44.604178,434.3],[-71.900932,44.604078,436],[-71.900958,44.60402,436.7],[-71.901075,44.603932,436.4],[-71.901143,44.603884,435.7],[-71.901161,44.603837,436.3],[-71.901125,44.603747,437.8],[-71.901101,44.6037,438.1],[-71.901054,44.603641,439.5],[-71.901014,44.603595,439.9],[-71.900988,44.60356,440.6],[-71.900973,44.603536,440.8],[-71.900961,44.603509,441.5],[-71.900956,44.603502,441.5],[-71.900945,44.603476,441.7],[-71.900945,44.603475,441.7],[-71.900946,44.603473,441.7],[-71.900947,44.603472,441.7],[-71.90095,44.603468,441.7],[-71.900953,44.603446,441.9],[-71.900959,44.603435,441.9],[-71.900976,44.603416,441.6],[-71.900977,44.603415,441.6],[-71.900977,44.603414,441.6],[-71.900979,44.603412,441.6],[-71.900979,44.603411,441.6],[-71.90098,44.603409,441.6],[-71.900981,44.603406,441.6],[-71.900985,44.603398,441.6],[-71.900983,44.603393,441.8],[-71.900984,44.603386,441.8],[-71.900988,44.60338,441.8],[-71.900996,44.603367,441.8],[-71.901007,44.603351,441.9],[-71.901009,44.603338,441.9],[-71.901021,44.603303,441.6],[-71.901027,44.603295,441.7],[-71.901046,44.60327,441.8],[-71.901052,44.603261,441.8],[-71.901068,44.603236,441.5],[-71.901074,44.603228,441.5],[-71.901098,44.603196,441.1],[-71.901116,44.603179,441.1],[-71.901131,44.603166,441.1],[-71.901147,44.603158,440.7],[-71.901163,44.603149,440.7],[-71.901195,44.603134,440.4],[-71.901243,44.603121,440],[-71.901266,44.603117,440.1],[-71.901293,44.603116,439.8],[-71.901328,44.603108,439.4],[-71.90135,44.603105,439.4],[-71.901369,44.6031,439],[-71.901388,44.603094,439],[-71.901417,44.603077,438.6],[-71.901435,44.603067,438.6],[-71.901471,44.60305,438.3],[-71.90149,44.603042,437.8],[-71.90151,44.603033,437.8],[-71.901531,44.603023,437.5],[-71.901543,44.603017,437.5],[-71.901568,44.603006,437.5],[-71.901574,44.603005,437],[-71.901582,44.603004,437],[-71.901595,44.603,437],[-71.901608,44.602997,437],[-71.901637,44.602991,436.6],[-71.901674,44.602982,436.1],[-71.901697,44.602976,436.1],[-71.901709,44.602971,435.7],[-71.901745,44.602951,435.3],[-71.901757,44.602943,435.3],[-71.901781,44.602928,435.4],[-71.901798,44.602914,435],[-71.901821,44.6029,435.1],[-71.901833,44.602892,434.6],[-71.901851,44.602879,434.6],[-71.901868,44.602866,434.8],[-71.901882,44.602857,434.3],[-71.901897,44.602849,434.3],[-71.901911,44.602841,434.4],[-71.901952,44.602812,434.1],[-71.901968,44.602799,433.8],[-71.901985,44.602786,433.8],[-71.902019,44.602768,433.5],[-71.90205,44.602748,433.2],[-71.902072,44.602731,433.2],[-71.902085,44.602722,432.8],[-71.902113,44.602699,432.9],[-71.902135,44.602686,432.5],[-71.902152,44.602676,432.5],[-71.902166,44.602668,432.5],[-71.902198,44.602653,432.2],[-71.902224,44.602641,431.7],[-71.902241,44.602633,431.7],[-71.902258,44.602623,431.3],[-71.902272,44.602614,431.3],[-71.902287,44.602604,431.3],[-71.902304,44.602591,430.9],[-71.90231,44.602586,430.9],[-71.902342,44.602563,430.5],[-71.902371,44.602549,430.5],[-71.902387,44.602538,430],[-71.902401,44.602527,430.1],[-71.902415,44.602514,430.1],[-71.902427,44.6025,430.1],[-71.902441,44.602485,429.6],[-71.902451,44.602471,429.6],[-71.902467,44.602457,429.6],[-71.902474,44.602452,429.2],[-71.902504,44.602432,429.2],[-71.902519,44.602421,428.7],[-71.902534,44.602407,428.7],[-71.902562,44.602387,428.2],[-71.902578,44.602377,428.2],[-71.902615,44.602348,427.7],[-71.902648,44.602321,427.3],[-71.902666,44.60231,427.3],[-71.902675,44.602304,427.3],[-71.902705,44.602277,426.9],[-71.90273,44.602257,426.5],[-71.90274,44.602247,426.5],[-71.902747,44.602236,426.5],[-71.902753,44.602228,426.4],[-71.90276,44.602221,426.4],[-71.902774,44.602203,426],[-71.902781,44.602197,426],[-71.902805,44.602171,425.9],[-71.902819,44.602156,425.5],[-71.902827,44.602147,425.5],[-71.902859,44.602117,425.1],[-71.902885,44.602096,425],[-71.902918,44.602071,424.4],[-71.902929,44.60206,424.4],[-71.902947,44.602035,423.9],[-71.902956,44.602016,423.7],[-71.902964,44.602005,423.7],[-71.902972,44.601996,423.7],[-71.902976,44.601982,423.4],[-71.902981,44.601973,423.4],[-71.902997,44.601921,422.5],[-71.902997,44.601915,422.5],[-71.902998,44.601889,422.2],[-71.903008,44.601874,422.2],[-71.90304,44.601847,421.5],[-71.903048,44.601839,421.5],[-71.903059,44.601825,421.2],[-71.90309,44.601796,420.5],[-71.903106,44.60178,420.5],[-71.903124,44.601765,419.8],[-71.903134,44.601758,419.8],[-71.903158,44.601741,419.2],[-71.903167,44.601734,419.2],[-71.903194,44.60171,418.9],[-71.903216,44.601688,418.5],[-71.903233,44.601665,418.2],[-71.903243,44.601645,417.9],[-71.903249,44.60163,417.5],[-71.903252,44.601614,417.2],[-71.903271,44.60157,416.9],[-71.903277,44.60156,416.6],[-71.903295,44.601529,415.9],[-71.9033,44.601516,415.9],[-71.903305,44.601502,415.9],[-71.90331,44.601489,415.6],[-71.90332,44.601458,415.2],[-71.903322,44.601446,415.2],[-71.903324,44.601421,414.8],[-71.903322,44.601402,414.5],[-71.903322,44.601382,414.5],[-71.90332,44.601348,414.3],[-71.903315,44.601299,413.9],[-71.903308,44.601267,413.8],[-71.903299,44.601239,413.8],[-71.903292,44.601226,413.8],[-71.903288,44.601206,413.8],[-71.903283,44.601179,414.3],[-71.903281,44.601148,414.4],[-71.903281,44.601143,414.4],[-71.903277,44.601131,414.4],[-71.903271,44.601109,414.4],[-71.903262,44.601076,414.5],[-71.903251,44.601046,414.5],[-71.903239,44.601016,415.1],[-71.903237,44.601007,415.1],[-71.903234,44.600975,415.2],[-71.903239,44.600948,415.2],[-71.903246,44.600921,414.7],[-71.903253,44.600882,414.7],[-71.903253,44.600873,414.7],[-71.90325,44.600841,414.7],[-71.903248,44.600825,414.7],[-71.903246,44.600784,414.6],[-71.903245,44.600773,414.6],[-71.903232,44.600719,414.9],[-71.903228,44.600697,414.8],[-71.903224,44.600685,414.8],[-71.903217,44.600658,414.7],[-71.903217,44.600651,414.7],[-71.903215,44.600626,414.7],[-71.903211,44.600592,414.6],[-71.903213,44.600569,414.5],[-71.903224,44.600552,414.5],[-71.90323,44.60053,414.4],[-71.90323,44.600518,414.2],[-71.90322,44.600486,414.1],[-71.903209,44.600452,413.9],[-71.903193,44.60043,414.3],[-71.903159,44.600409,414.2],[-71.903126,44.600389,414.4],[-71.903074,44.600366,414.6],[-71.903028,44.60034,415.5],[-71.902963,44.600336,415.6],[-71.902912,44.600335,416],[-71.902852,44.60033,416.8],[-71.902796,44.600312,417.2],[-71.90273,44.600291,417.3],[-71.902689,44.600278,417.7],[-71.902648,44.600267,417.7],[-71.902591,44.600255,418.4],[-71.902542,44.600247,418.7],[-71.90249,44.600242,418.6],[-71.90245,44.600239,418.9],[-71.902424,44.600233,419.2],[-71.90241,44.600229,419.2],[-71.902365,44.600212,419],[-71.902346,44.600208,419],[-71.902328,44.600203,419.3],[-71.902309,44.600199,419.3],[-71.902267,44.600186,419.5],[-71.902255,44.600181,419.4],[-71.902226,44.600165,419.4],[-71.902204,44.600153,419.3],[-71.902193,44.600142,419.3],[-71.902182,44.600131,419.3],[-71.902175,44.600121,419.1],[-71.902172,44.600116,419.1],[-71.902168,44.60011,419.4],[-71.902169,44.600099,419.4],[-71.90217,44.600087,419.3],[-71.902171,44.600076,418.9],[-71.902172,44.600065,418.9],[-71.902173,44.600053,418.7],[-71.902177,44.600032,418.4],[-71.902176,44.600019,418.4],[-71.902176,44.599997,418.1],[-71.902175,44.599964,417.8],[-71.902172,44.599937,417.5],[-71.90217,44.59993,418.4],[-71.902164,44.599914,418.4],[-71.902157,44.599888,418.1],[-71.902153,44.599875,417.7],[-71.902142,44.599853,417.7],[-71.902114,44.599813,417.8],[-71.902103,44.5998,417.8],[-71.902081,44.599781,418.2],[-71.902077,44.599774,418.2],[-71.902058,44.59974,417.8],[-71.902054,44.599731,417.8],[-71.902047,44.599702,417.4],[-71.902044,44.599692,417],[-71.902034,44.599662,417.3],[-71.902023,44.599649,417.3],[-71.902003,44.599623,416.9],[-71.902,44.59961,416.9],[-71.901996,44.599595,417.2],[-71.901993,44.599587,417.2],[-71.901987,44.599575,417.2],[-71.901981,44.599568,416.8],[-71.901977,44.599565,416.8],[-71.901967,44.599562,416.8],[-71.901956,44.599559,416.8],[-71.901944,44.599555,417.4],[-71.901918,44.599535,417],[-71.901917,44.599525,417],[-71.901924,44.599515,0],[-71.901939,44.599511,416.6],[-71.901996,44.599521,416.4],[-71.902024,44.599529,415.8],[-71.902054,44.599535,415.3],[-71.902065,44.599537,415.3],[-71.902101,44.599547,415],[-71.902121,44.599552,415],[-71.902148,44.599557,414.5],[-71.90216,44.599558,414.5],[-71.90218,44.599565,414],[-71.90219,44.599566,414],[-71.9022,44.599565,414],[-71.902208,44.599566,414],[-71.902222,44.599573,413.6],[-71.902232,44.599573,413.6],[-71.902235,44.599571,413.675],[-71.902238,44.59956,413.6],[-71.902253,44.59952,413.5],[-71.902252,44.599507,413.3],[-71.902253,44.599497,413.3],[-71.902252,44.599493,413.3],[-71.902258,44.599484,413],[-71.902268,44.599474,412.8],[-71.902282,44.599468,412.8],[-71.902308,44.599458,412.5],[-71.902325,44.599448,412.3],[-71.902339,44.599439,412.3],[-71.90235,44.599433,412],[-71.902361,44.599426,412],[-71.902381,44.599412,411.8],[-71.902393,44.5994,411.5],[-71.902411,44.599385,411.3],[-71.902427,44.59937,411.3],[-71.902442,44.599361,411],[-71.902451,44.599347,410.9],[-71.902452,44.599325,410.7],[-71.902455,44.599314,410.7],[-71.902456,44.599284,410.5],[-71.902457,44.599268,410.3],[-71.902458,44.599252,410.3],[-71.902458,44.599236,410.1],[-71.902462,44.599209,410.1],[-71.902459,44.599186,410],[-71.902456,44.599168,409.8],[-71.902459,44.599146,409.6],[-71.902462,44.599138,409.6],[-71.902467,44.599121,409.6],[-71.90247,44.599113,409.3],[-71.902472,44.599095,409],[-71.902472,44.599086,409],[-71.902472,44.599055,408.8],[-71.902478,44.599026,408.6],[-71.902482,44.599013,408.4],[-71.902489,44.598982,408.2],[-71.902492,44.598967,408.2],[-71.902492,44.598943,408],[-71.902489,44.598899,407.5],[-71.902485,44.598882,407.5],[-71.902478,44.598861,407.3],[-71.902477,44.59884,407.2],[-71.902479,44.598817,407.2],[-71.90248,44.598808,407],[-71.902475,44.598793,407],[-71.902478,44.598767,406.8],[-71.902477,44.598757,406.8],[-71.902474,44.598741,406.6],[-71.902471,44.598715,406.4],[-71.902469,44.598703,406.7],[-71.902464,44.598687,406.5],[-71.902448,44.598664,406.5],[-71.902442,44.598648,406.3],[-71.90244,44.598638,406.3],[-71.902424,44.598614,406.4],[-71.902413,44.598598,406.4],[-71.902399,44.598587,406.2],[-71.902385,44.59857,406.2],[-71.902372,44.59855,406.3],[-71.902362,44.59853,406.1],[-71.902358,44.598517,406.1],[-71.902355,44.598511,406.1],[-71.902354,44.598503,406],[-71.902353,44.598496,406],[-71.902352,44.598488,406],[-71.902353,44.59848,406],[-71.902352,44.598469,405.8],[-71.90235,44.598455,405.8],[-71.902348,44.598449,405.8],[-71.902347,44.59844,405.6],[-71.902344,44.598427,405.6],[-71.902347,44.598411,405.4],[-71.902353,44.598393,405.4],[-71.90236,44.598383,405.4],[-71.902509,44.59833,404.8],[-71.902756,44.598277,402.9],[-71.902977,44.598287,402.7],[-71.903074,44.598235,402.5],[-71.903201,44.598085,0]]]},"properties":{"id":"mtb707","name":"Dashney Loop","touches":",rd627,mtb709,mtb724,mtb708,mtb721,","length":1989.8964187926777}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.895286,44.585828,0],[-71.89534,44.585857,0],[-71.89552,44.585945,0],[-71.895781,44.586029,0],[-71.896151,44.586137,0],[-71.896421,44.586227,0],[-71.896755,44.586345,0],[-71.896968,44.586454,0],[-71.897329,44.586611,0],[-71.89763,44.58674,0],[-71.897757,44.586819,0],[-71.897961,44.586937,0],[-71.898139,44.587059,0],[-71.898378,44.587236,0],[-71.898599,44.587425,0],[-71.898876,44.58765,0],[-71.898992,44.587746,0],[-71.899031,44.587791,0],[-71.899092,44.587836,0]]]},"properties":{"id":"rd736","name":"Toll Road","touches":",mtb294,rd728,mtb735,mtb350,mtb733,rd734,","length":381.3857580588506}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.907757,44.600563,0],[-71.907785,44.600605,0],[-71.907808,44.600699,0],[-71.907801,44.600767,0],[-71.907769,44.600888,0],[-71.907737,44.600992,0],[-71.907707,44.601158,0],[-71.907701,44.601309,0],[-71.907633,44.601635,0],[-71.907597,44.601762,0],[-71.90759,44.601811,0],[-71.907587,44.601891,0],[-71.907584,44.601942,0],[-71.907546,44.601979,0],[-71.907484,44.602026,0],[-71.907417,44.602091,0],[-71.907386,44.602155,0],[-71.907338,44.602235,0],[-71.907258,44.602373,0],[-71.907179,44.602543,0],[-71.907144,44.602705,0],[-71.907096,44.602817,0],[-71.907022,44.602984,0],[-71.906911,44.603095,0],[-71.906802,44.603178,0],[-71.906744,44.603198,0],[-71.906629,44.603248,0],[-71.906522,44.603375,0],[-71.906498,44.603512,0],[-71.90645,44.603698,0],[-71.906416,44.603773,0],[-71.906375,44.603942,0],[-71.90632,44.604313,0],[-71.906296,44.604506,0],[-71.906244,44.604653,0],[-71.906154,44.604814,0],[-71.906073,44.604999,0],[-71.905858,44.605263,0],[-71.905555,44.605592,0],[-71.905448,44.605727,0],[-71.905386,44.605865,0]]]},"properties":{"id":"mtb708","name":"Dashney Loop","touches":",mtb707,mtb721,mtb723,mtb724,","length":636.9256719651489}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.903201,44.598085,0],[-71.902907,44.59823,0],[-71.902715,44.598237,0],[-71.902516,44.598255,0],[-71.902352,44.598326,0],[-71.902222,44.598456,0],[-71.902073,44.598625,0],[-71.901884,44.598791,0],[-71.901678,44.598885,0],[-71.901464,44.598983,0],[-71.901315,44.599096,0],[-71.900976,44.599328,0],[-71.900564,44.599635,0],[-71.900313,44.599839,0],[-71.900118,44.600201,0],[-71.900054,44.600334,0],[-71.899912,44.600513,0],[-71.899782,44.600645,0],[-71.899627,44.600762,0],[-71.899425,44.600915,0],[-71.89937,44.600993,0],[-71.899271,44.60115,0],[-71.899213,44.601299,0],[-71.899167,44.601573,0],[-71.899133,44.601783,0],[-71.899081,44.601893,0],[-71.899007,44.602044,0],[-71.898943,44.602177,0],[-71.898897,44.602259,0],[-71.898827,44.60233,0],[-71.89871,44.602435,0],[-71.898445,44.602616,0],[-71.898156,44.602836,0],[-71.897763,44.603123,0],[-71.897597,44.603272,0],[-71.897383,44.603477,0],[-71.897151,44.603687,0],[-71.896987,44.603696,0]]]},"properties":{"id":"mtb709","name":"Candy Bar Hill","touches":",mtb181,rd626,rd627,mtb707,mtb724,","length":831.301821946555}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.962226,44.575433,0],[-71.962089,44.575354,0],[-71.961963,44.575289,0],[-71.961854,44.575265,0],[-71.961748,44.575269,0],[-71.961677,44.575283,0],[-71.961258,44.5754,0],[-71.961153,44.575493,0],[-71.961127,44.575606,0],[-71.961083,44.575682,0],[-71.960945,44.575784,0],[-71.960855,44.575819,0],[-71.96079,44.575821,0],[-71.960729,44.575842,0]]]},"properties":{"id":"mtb710","name":"Martha's Pines","touches":",hke202,mtb716,hke264,hke267,","length":154.93068252479236}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956897,44.574743,0],[-71.956864,44.574822,0],[-71.95692,44.574984,0],[-71.957065,44.575246,0],[-71.957075,44.575281,0]]]},"properties":{"id":"hke711","name":"Connector","touches":",mtb152,mtb153,hke463,mtb716,mtb717,","length":62.97153485598729}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.956298,44.573459,0],[-71.956127,44.573437,0],[-71.955977,44.573431,0],[-71.955802,44.573423,0],[-71.955708,44.57344,0],[-71.955285,44.573464,0],[-71.955215,44.573495,0],[-71.955151,44.573564,0]]]},"properties":{"id":"hke712","name":"MTB Burke Area","touches":",mtb52,mtb151,mtb152,hke715,mtb717,","length":96.78250771869327}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.954885,44.573913,275.6],[-71.954844,44.573889,0],[-71.954823,44.573846,0],[-71.9548,44.573801,0],[-71.954783,44.573759,0],[-71.95475,44.573707,0],[-71.954728,44.573657,0],[-71.954695,44.57361,0],[-71.954666,44.573588,0],[-71.954641,44.573579,0],[-71.954593,44.573566,0],[-71.954555,44.573567,0],[-71.954499,44.573587,0],[-71.954451,44.573594,0],[-71.95441,44.573593,0],[-71.954361,44.573583,0],[-71.954324,44.573581,0],[-71.954293,44.573572,0],[-71.954257,44.573553,0],[-71.954226,44.573507,0],[-71.954174,44.573411,0],[-71.95411,44.573362,0],[-71.954077,44.573304,0]]]},"properties":{"id":"hke713","name":"Martha's Pines","touches":",hke51,hke715,hke97,hke714,mtb754,","length":106.94710388487223}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955336,44.572691,0],[-71.95492,44.572889,0],[-71.954715,44.573036,0],[-71.954579,44.573098,0],[-71.954458,44.573166,0],[-71.95416,44.573266,0],[-71.954077,44.573304,0]]]},"properties":{"id":"hke714","name":"Vast","touches":",hke97,hke713,mtb754,mtb98,mtb150,mtb151,","length":121.79719698151865}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955151,44.573564,0],[-71.955076,44.573605,0],[-71.95501,44.573662,0],[-71.95499,44.57373,0],[-71.954997,44.573791,0],[-71.955026,44.573851,0],[-71.955026,44.573887,0],[-71.954997,44.573904,0],[-71.954942,44.573924,0],[-71.954885,44.573913,275.6]]]},"properties":{"id":"hke715","name":"Martha's Pines","touches":",hke51,hke713,hke712,mtb717,","length":53.91904346185654}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.957075,44.575281,0],[-71.957103,44.575255,0],[-71.957152,44.575224,0],[-71.95721,44.575198,0],[-71.957247,44.575193,0],[-71.957278,44.575192,0],[-71.957319,44.5752,0],[-71.957351,44.575209,0],[-71.957426,44.575236,0],[-71.957528,44.575261,0],[-71.957594,44.575273,0],[-71.957625,44.575298,0],[-71.957648,44.575332,0],[-71.95766,44.575357,0],[-71.957673,44.57538,0],[-71.957701,44.575402,0],[-71.957717,44.575416,0],[-71.957738,44.575428,0],[-71.957778,44.57545,0],[-71.957849,44.575489,0],[-71.957907,44.575523,0],[-71.957943,44.575546,0],[-71.957946,44.575549,0],[-71.957958,44.575556,0],[-71.957984,44.575559,0],[-71.958027,44.575556,0],[-71.958043,44.575552,0],[-71.958093,44.575533,0],[-71.958261,44.575438,0],[-71.958298,44.575421,0],[-71.958332,44.575414,0],[-71.958368,44.575409,0],[-71.958434,44.575407,0],[-71.958451,44.57541,0],[-71.958484,44.575424,0],[-71.958513,44.575439,0],[-71.95853,44.575462,0],[-71.958534,44.575476,0],[-71.958537,44.575495,0],[-71.958538,44.575511,0],[-71.95854,44.575519,0],[-71.95855,44.575544,0],[-71.958563,44.575564,0],[-71.958585,44.575574,0],[-71.9586,44.575577,0],[-71.958619,44.575576,0],[-71.95866,44.575562,0],[-71.958745,44.575516,0],[-71.958858,44.575468,0],[-71.958925,44.575456,0],[-71.958971,44.575464,0],[-71.958999,44.575483,0],[-71.959016,44.575517,0],[-71.959031,44.57556,0],[-71.959071,44.575591,0],[-71.959099,44.5756,0],[-71.959177,44.575617,0],[-71.959236,44.575652,0],[-71.959257,44.57566,0],[-71.959296,44.575662,0],[-71.959322,44.575653,0],[-71.95935,44.575642,0],[-71.959369,44.575631,0],[-71.959413,44.575602,0],[-71.959474,44.575567,0],[-71.959524,44.575553,0],[-71.959556,44.575543,0],[-71.959599,44.575541,0],[-71.959653,44.575532,0],[-71.959699,44.575516,0],[-71.959746,44.575502,0],[-71.95982,44.575475,0],[-71.959895,44.57545,0],[-71.959963,44.575443,0],[-71.960006,44.575434,0],[-71.960084,44.575421,0],[-71.960113,44.575408,0],[-71.960167,44.575379,0],[-71.960264,44.575345,0],[-71.960352,44.575324,0],[-71.960414,44.575317,0],[-71.960477,44.575313,0],[-71.960608,44.575341,0],[-71.960617,44.575347,0],[-71.960615,44.57537,0],[-71.960608,44.575397,0],[-71.960592,44.575414,0],[-71.96054,44.57545,0],[-71.96051,44.575485,0],[-71.960504,44.575525,0],[-71.960507,44.575557,0],[-71.960526,44.575596,0],[-71.96055,44.575621,0],[-71.960571,44.575662,0],[-71.960575,44.575692,0],[-71.960566,44.575746,0],[-71.960574,44.575775,0],[-71.960592,44.575795,0],[-71.960622,44.575817,0],[-71.960644,44.575824,0],[-71.960729,44.575842,0]]]},"properties":{"id":"mtb716","name":"Martha's Pines","touches":",hke202,mtb710,hke463,hke711,mtb717,","length":409.9284936587908}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.896381,44.58706,0],[-71.896351,44.586986,0],[-71.896318,44.586868,0],[-71.896269,44.586809,0],[-71.896221,44.586781,0],[-71.896189,44.586781,0],[-71.896146,44.586786,0],[-71.896102,44.58681,0],[-71.896053,44.586817,0],[-71.896002,44.586849,0],[-71.895939,44.586867,0],[-71.895907,44.586862,0],[-71.895881,44.586848,0],[-71.895864,44.586821,0],[-71.895864,44.586737,0],[-71.895835,44.586665,0],[-71.895802,44.586617,0],[-71.895764,44.586603,0],[-71.895687,44.586611,0],[-71.895607,44.586601,0],[-71.895512,44.58657,0],[-71.895429,44.58653,0],[-71.89528,44.586442,0],[-71.895233,44.586354,0],[-71.895192,44.586314,0],[-71.895116,44.586253,0],[-71.895055,44.586175,0],[-71.89506,44.5861,0],[-71.895069,44.586017,0],[-71.895082,44.585958,0],[-71.89514,44.585906,0],[-71.895286,44.585828,0]]]},"properties":{"id":"mtb733","name":"Blacksmith","touches":",mtb350,rd734,rd736,mtb641,mtb643,","length":220.3166292616873}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.955151,44.573564,0],[-71.955167,44.573562,0],[-71.955195,44.573551,0],[-71.95522,44.57355,0],[-71.955234,44.573554,0],[-71.955267,44.573569,0],[-71.955287,44.573584,0],[-71.955303,44.573597,0],[-71.955326,44.573618,0],[-71.955341,44.573636,0],[-71.95535,44.573649,0],[-71.955371,44.573699,0],[-71.955402,44.573757,0],[-71.95543,44.573873,0],[-71.955435,44.573903,0],[-71.955437,44.573915,0],[-71.955438,44.573941,0],[-71.955437,44.573977,0],[-71.955456,44.574042,0],[-71.955473,44.574071,0],[-71.955486,44.574092,0],[-71.955496,44.574132,0],[-71.955508,44.574146,0],[-71.955538,44.574171,0],[-71.955566,44.574189,0],[-71.955592,44.574221,0],[-71.955611,44.574266,0],[-71.955607,44.574284,0],[-71.955608,44.574327,0],[-71.955624,44.57442,0],[-71.955628,44.574518,0],[-71.955651,44.574571,0],[-71.955752,44.574664,0],[-71.955868,44.574761,0],[-71.955912,44.574809,0],[-71.955955,44.574854,0],[-71.956037,44.574933,0],[-71.95618,44.575032,0],[-71.956317,44.575118,0],[-71.956517,44.575259,0],[-71.956556,44.575281,0],[-71.956594,44.575301,0],[-71.956632,44.575314,0],[-71.956655,44.575322,0],[-71.956734,44.575338,0],[-71.956763,44.575343,0],[-71.956798,44.575346,0],[-71.956841,44.575335,0],[-71.956897,44.575316,0],[-71.956925,44.575314,0],[-71.956955,44.575315,0],[-71.956999,44.575315,0],[-71.957034,44.575306,0],[-71.957075,44.575281,0]]]},"properties":{"id":"mtb717","name":"Martha's Pines","touches":",hke463,hke711,mtb716,hke712,hke715,","length":280.5694589767807}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.948574,44.591983,0],[-71.94817,44.592242,0],[-71.948107,44.592268,0],[-71.947942,44.592328,0],[-71.947694,44.592427,0],[-71.947572,44.592467,0],[-71.947485,44.592488,0],[-71.947424,44.592486,0],[-71.947327,44.592472,0],[-71.947098,44.592479,0],[-71.947041,44.592488,0],[-71.946973,44.5925,0],[-71.946797,44.592502,0],[-71.946713,44.592516,0],[-71.946645,44.592528,0],[-71.946608,44.592537,0],[-71.94657,44.592536,0],[-71.946517,44.592515,0],[-71.946473,44.592486,0],[-71.946437,44.592476,0],[-71.94637,44.592444,0],[-71.946243,44.592422,0]]]},"properties":{"id":"mtb718","name":"White School","touches":",mtb446,mtb719,mtb447,mtb689,","length":207.08683860720583}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.948574,44.591983,0],[-71.948667,44.591874,0],[-71.948594,44.591778,0],[-71.948469,44.591666,0],[-71.948336,44.591562,0],[-71.948196,44.591531,0],[-71.94812,44.591572,0],[-71.948052,44.591659,0],[-71.947995,44.591739,0],[-71.947904,44.591745,0],[-71.947936,44.591641,0],[-71.947957,44.591575,0],[-71.947993,44.591472,0],[-71.947961,44.591395,0],[-71.947883,44.591338,0],[-71.947699,44.591263,0],[-71.947492,44.591251,0],[-71.947353,44.59131,0],[-71.947296,44.591398,0],[-71.947179,44.591468,0],[-71.947021,44.59157,0],[-71.946818,44.591705,0],[-71.946607,44.591859,0],[-71.946499,44.59202,0],[-71.94644,44.592193,0],[-71.946349,44.5923,0],[-71.946243,44.592422,0]]]},"properties":{"id":"mtb719","name":"White School","touches":",mtb446,mtb718,mtb447,mtb689,","length":355.7520254767648}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.905335,44.606752,383.7],[-71.905386,44.60685,0],[-71.90542,44.606885,0],[-71.905451,44.606904,0],[-71.905482,44.606919,0],[-71.905519,44.60693,0],[-71.905631,44.606953,0],[-71.905674,44.606956,0],[-71.905728,44.606954,0],[-71.905792,44.606949,0],[-71.905842,44.606946,0],[-71.905962,44.606927,0],[-71.90606,44.606911,0],[-71.906166,44.606898,0],[-71.906214,44.606897,0],[-71.906278,44.606903,0],[-71.906341,44.606911,0],[-71.906415,44.60694,0],[-71.906472,44.606967,0],[-71.906501,44.606994,0],[-71.906583,44.607055,0],[-71.90671,44.607119,0],[-71.906772,44.607144,0],[-71.906794,44.607157,0],[-71.906822,44.607179,0],[-71.906829,44.607191,0],[-71.906906,44.607291,0],[-71.906964,44.607345,0],[-71.906984,44.607382,0],[-71.906978,44.607411,0],[-71.906951,44.60744,0],[-71.906887,44.607468,0],[-71.906798,44.607503,0],[-71.906707,44.60752,0]]]},"properties":{"id":"mtb720","name":"KT Connector","touches":",mtb702,rd703,mtb721,mtb722,","length":195.72013441658197}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.905386,44.605865,0],[-71.905299,44.606061,0],[-71.905297,44.606339,0],[-71.905317,44.606451,0],[-71.905304,44.606606,0],[-71.905315,44.606684,0],[-71.905331,44.606734,0],[-71.905335,44.606752,383.7]]]},"properties":{"id":"mtb721","name":"Unknown","touches":",mtb707,mtb708,mtb720,mtb722,","length":99.95701534471542}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.905335,44.606752,383.7],[-71.905306,44.606804,0],[-71.905271,44.606851,0],[-71.90523,44.606906,0],[-71.905144,44.606981,0],[-71.905058,44.607062,0],[-71.904917,44.607181,0],[-71.904785,44.607296,0],[-71.904596,44.607482,0],[-71.904514,44.607533,0]]]},"properties":{"id":"mtb722","name":"Unknown","touches":",rd626,rd703,mtb720,mtb721,","length":109.18629749653284}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.894218,44.571596,0],[-71.894136,44.571879,0],[-71.894117,44.571973,0],[-71.89416,44.572169,0],[-71.894229,44.572269,0],[-71.894326,44.572329,0],[-71.894459,44.572366,0],[-71.894636,44.57238,0],[-71.89484,44.572319,0],[-71.894968,44.572262,0],[-71.895101,44.572181,0],[-71.895257,44.572128,0],[-71.895328,44.572115,0],[-71.895437,44.57213,0],[-71.89552,44.572161,0],[-71.895591,44.572231,0],[-71.895653,44.572426,0],[-71.895698,44.572554,0],[-71.895693,44.572733,0],[-71.895703,44.573077,0],[-71.895783,44.573327,0],[-71.895795,44.573531,0],[-71.895831,44.573607,0],[-71.895826,44.573704,0],[-71.895741,44.573989,0],[-71.895589,44.574191,0],[-71.89549,44.574337,0],[-71.895487,44.574487,0],[-71.895525,44.574522,0],[-71.895603,44.574593,0],[-71.895677,44.574612,0],[-71.895774,44.574619,0],[-71.895968,44.574608,0],[-71.896283,44.574527,0],[-71.896667,44.574428,0],[-71.89685,44.574391,0],[-71.896954,44.574391,0],[-71.897039,44.574407,0],[-71.897101,44.574441,0],[-71.897144,44.574502,0],[-71.897148,44.574561,0],[-71.897075,44.574716,0],[-71.896893,44.574939,0],[-71.89672,44.575132,0],[-71.89649,44.575302,0],[-71.8959,44.57563,0],[-71.895231,44.575966,0],[-71.894433,44.576349,0],[-71.89416,44.576482,0],[-71.894082,44.576513,0],[-71.893902,44.576563,0],[-71.893579,44.576641,0],[-71.893039,44.576735,0],[-71.892748,44.576759,0],[-71.89261,44.576752,0],[-71.892395,44.576722,0],[-71.892252,44.576651,0],[-71.892079,44.576536,0],[-71.891975,44.576459,0],[-71.891864,44.57642,0],[-71.891762,44.576432,0],[-71.891672,44.576492,0],[-71.891634,44.576602,0],[-71.891655,44.576801,0],[-71.891703,44.576936,0],[-71.891771,44.577054,0],[-71.891928,44.577272,0],[-71.892079,44.577419,0],[-71.892233,44.577542,0],[-71.892338,44.577615,0],[-71.892454,44.577669,0],[-71.892629,44.577709,0],[-71.892859,44.577753,0],[-71.893136,44.577785,0],[-71.893231,44.577804,0],[-71.893385,44.57786,0],[-71.893494,44.577922,0],[-71.893534,44.577996,0],[-71.893544,44.578042,0],[-71.89352,44.57812,0],[-71.893444,44.578239,0],[-71.893269,44.578358,0],[-71.893222,44.578434,0],[-71.893179,44.578513,0],[-71.893191,44.578572,0],[-71.893257,44.578665,0],[-71.893357,44.578702,0],[-71.893511,44.578734,0],[-71.893733,44.578751,0],[-71.894016,44.578741,0],[-71.894352,44.578715,0],[-71.894821,44.578634,0],[-71.895065,44.578585,0],[-71.895494,44.578435,0],[-71.895712,44.578358,0],[-71.8958,44.578339,0],[-71.895914,44.578373,0],[-71.895947,44.578423,0],[-71.89594,44.578461,0],[-71.8959,44.578537,0],[-71.895793,44.578648,0],[-71.895693,44.578751,0],[-71.895499,44.578916,0],[-71.89535,44.579048,0],[-71.895082,44.579273,0],[-71.89494,44.579387,0],[-71.894776,44.579509,0],[-71.894672,44.57958,0],[-71.894433,44.579722,0],[-71.894042,44.579951,0],[-71.893902,44.580052,0],[-71.893814,44.580137,0],[-71.893767,44.580209,0],[-71.893686,44.580382,0],[-71.893632,44.580471,0],[-71.893575,44.580567,0],[-71.893489,44.580663,0],[-71.893402,44.58077,0],[-71.893255,44.580873,0],[-71.893172,44.580967,0],[-71.893177,44.581074,0],[-71.893219,44.581102,0],[-71.893276,44.581128,0],[-71.893385,44.581146,0],[-71.893506,44.581129,0],[-71.893643,44.581102,0],[-71.893869,44.581018,0],[-71.894008,44.580949,0],[-71.894125,44.580932,0],[-71.894252,44.58095,0],[-71.89434,44.581011,0],[-71.894359,44.581048,0],[-71.894373,44.581102,0],[-71.894359,44.581155,0],[-71.894257,44.58135,0],[-71.894207,44.581469,0],[-71.89412,44.581695,0],[-71.894037,44.581813,0],[-71.893911,44.581926,0],[-71.893809,44.582005,0],[-71.893634,44.582113,0],[-71.893494,44.58221,0],[-71.893257,44.582399,0],[-71.893105,44.582532,0],[-71.893004,44.582652,0],[-71.892876,44.5828,0],[-71.892743,44.583114,0],[-71.892645,44.583446,0]]]},"properties":{"id":"rd731","name":"Toll Road","touches":",mtb195,mtb729,mtb218,mtb730,rd732,","length":2511.2033092606375}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.892645,44.583446,0],[-71.892641,44.583506,0],[-71.892695,44.583646,0],[-71.89279,44.583806,0],[-71.892857,44.583909,0],[-71.892966,44.584076,0],[-71.893089,44.584184,0],[-71.893316,44.584341,0],[-71.893594,44.584542,0],[-71.89389,44.584738,0],[-71.894095,44.584886,0]]]},"properties":{"id":"rd732","name":"Toll Road","touches":",mtb19,rd734,mtb218,mtb730,rd731,","length":202.36674667254357}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.907757,44.600563,0],[-71.907911,44.600535,0],[-71.907975,44.600517,0],[-71.908038,44.600523,0],[-71.908136,44.600528,0],[-71.908259,44.600506,0],[-71.908314,44.600475,0],[-71.908388,44.600427,0],[-71.908493,44.600352,0],[-71.908612,44.600286,0],[-71.908732,44.60024,0],[-71.908841,44.600206,0],[-71.908902,44.600169,0],[-71.908942,44.600139,0],[-71.909007,44.600069,0],[-71.909049,44.600012,0],[-71.909062,44.599981,0],[-71.909081,44.599925,0],[-71.909093,44.59984,0],[-71.909106,44.599794,0],[-71.909104,44.599741,0],[-71.909079,44.599696,0],[-71.90906,44.599676,0],[-71.908996,44.599621,0],[-71.908905,44.59956,0],[-71.908862,44.599516,0],[-71.908865,44.59947,0],[-71.908903,44.599436,0],[-71.908946,44.599409,0],[-71.908951,44.599392,0],[-71.908948,44.599346,0],[-71.908958,44.599318,0],[-71.909003,44.59929,0],[-71.909063,44.599272,0],[-71.909133,44.599262,0],[-71.909184,44.599234,0],[-71.909221,44.599179,0],[-71.909264,44.599156,0],[-71.909308,44.599155,0],[-71.909331,44.599151,0],[-71.909455,44.599116,0],[-71.909532,44.599084,0],[-71.909595,44.599069,0],[-71.909717,44.59904,0],[-71.909771,44.599035,0],[-71.909793,44.599038,0],[-71.909802,44.599042,0],[-71.909826,44.599076,0],[-71.909857,44.599101,0],[-71.909883,44.599108,0],[-71.909902,44.599132,0],[-71.909916,44.599169,0],[-71.909939,44.599199,0],[-71.909984,44.599245,0],[-71.910044,44.599292,0],[-71.910053,44.599297,0],[-71.910075,44.599301,0],[-71.910095,44.5993,0],[-71.910119,44.599293,0],[-71.910138,44.599285,0],[-71.910206,44.599262,0],[-71.910285,44.599233,0],[-71.910382,44.599197,0],[-71.910533,44.599161,0],[-71.910602,44.599143,0],[-71.910614,44.599142,0],[-71.910631,44.599144,0],[-71.910696,44.599158,0],[-71.910733,44.599174,0],[-71.910777,44.599183,0],[-71.910812,44.599187,0],[-71.910845,44.599184,0],[-71.910969,44.599184,0],[-71.911001,44.599183,0],[-71.911015,44.599173,0],[-71.911026,44.599158,0],[-71.911045,44.599142,0],[-71.911077,44.599122,0],[-71.911088,44.599106,0],[-71.911097,44.599096,0],[-71.911125,44.599088,0],[-71.911178,44.599089,0],[-71.911217,44.599081,0],[-71.911251,44.599068,0],[-71.911276,44.599057,0],[-71.911346,44.599034,0],[-71.911503,44.598995,0],[-71.91153,44.598981,0],[-71.911622,44.598926,0],[-71.911678,44.598856,0],[-71.911723,44.59876,0],[-71.911749,44.598726,0],[-71.911834,44.598678,0],[-71.911951,44.598681,0],[-71.912063,44.598694,0],[-71.912191,44.598651,0],[-71.912322,44.598595,0],[-71.912486,44.598558,0],[-71.912661,44.598518,0],[-71.912699,44.598498,0],[-71.912763,44.598452,0],[-71.912819,44.598392,0],[-71.91291,44.598293,0],[-71.913013,44.598219,0],[-71.913073,44.598187,0],[-71.91324,44.598099,0],[-71.913351,44.598015,0],[-71.913405,44.597967,0],[-71.913559,44.597915,0],[-71.913618,44.597915,0],[-71.913686,44.597939,0],[-71.913742,44.597944,0],[-71.913769,44.597941,0],[-71.913817,44.597934,0],[-71.91386,44.59792,0],[-71.9139,44.59789,0],[-71.913934,44.59785,0],[-71.913977,44.59779,0],[-71.914001,44.5977,0],[-71.914013,44.597678,0],[-71.914025,44.59762,0],[-71.914025,44.597518,0],[-71.914017,44.597452,0],[-71.914032,44.597409,0],[-71.91403,44.597346,0],[-71.914019,44.597262,0],[-71.914018,44.597256,0],[-71.914023,44.597231,0],[-71.914028,44.597191,0],[-71.914032,44.597177,0],[-71.914043,44.597128,0],[-71.91405,44.597073,0],[-71.914071,44.597036,0],[-71.914091,44.597011,0],[-71.914122,44.596978,0],[-71.914187,44.596915,0],[-71.914231,44.59687,0],[-71.914254,44.596844,0],[-71.914286,44.596821,0],[-71.914347,44.596767,0],[-71.914361,44.596738,0],[-71.914369,44.596702,0],[-71.914376,44.596649,0],[-71.914377,44.59659,0],[-71.914353,44.596502,0],[-71.914323,44.596453,0],[-71.914274,44.596388,0],[-71.914264,44.596342,0],[-71.914297,44.59631,0],[-71.914413,44.596267,0],[-71.914483,44.596217,0],[-71.914566,44.596113,0],[-71.914634,44.596007,0],[-71.914714,44.595947,0],[-71.914753,44.59591,0],[-71.914796,44.59587,0],[-71.91485,44.595839,0],[-71.914887,44.59581,0],[-71.914902,44.595794,0],[-71.914904,44.595764,0],[-71.914918,44.595735,0],[-71.914934,44.595713,0],[-71.914955,44.595682,0],[-71.914961,44.595635,0],[-71.914964,44.595599,0],[-71.914972,44.595584,0],[-71.914985,44.595561,0],[-71.915002,44.595532,0],[-71.915009,44.595516,0],[-71.915021,44.595474,0],[-71.915027,44.595455,0],[-71.915035,44.595431,0],[-71.91504,44.595417,0],[-71.915058,44.595389,0],[-71.915066,44.595381,0],[-71.915079,44.595374,0],[-71.915101,44.595368,0],[-71.915161,44.595353,0],[-71.915188,44.595346,0],[-71.915247,44.595323,0],[-71.915293,44.595306,0],[-71.91532,44.595288,0],[-71.91536,44.595262,0],[-71.915396,44.595225,0],[-71.915413,44.595198,0],[-71.915467,44.595172,0],[-71.915519,44.595149,0],[-71.915574,44.595142,0],[-71.91562,44.595132,0],[-71.915645,44.595126,0],[-71.915679,44.595112,0],[-71.915728,44.595097,0],[-71.915771,44.595093,0],[-71.91581,44.595092,0],[-71.915853,44.5951,0],[-71.915877,44.595106,0],[-71.9159,44.595121,0],[-71.915945,44.595157,0],[-71.915958,44.595162,0],[-71.915983,44.595164,0],[-71.916026,44.595157,0],[-71.916081,44.595141,0],[-71.916121,44.595125,0],[-71.916161,44.595099,0],[-71.916149,44.595056,0],[-71.916125,44.595028,0],[-71.916174,44.595008,0],[-71.916175,44.594911,0],[-71.916145,44.594831,0],[-71.915925,44.59475,0],[-71.915721,44.594567,0]]]},"properties":{"id":"mtb723","name":"Stubborn Down","touches":",mtb183,mtb321,rd361,mtb708,mtb724,","length":1191.1150155503717}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.903201,44.598085,0],[-71.903786,44.598218,0],[-71.904362,44.598374,0],[-71.904653,44.598451,0],[-71.905018,44.598573,0],[-71.905257,44.598653,0],[-71.905446,44.598744,0],[-71.905589,44.598822,0],[-71.905733,44.598987,0],[-71.905868,44.599132,0],[-71.906004,44.599368,0],[-71.906111,44.599501,0],[-71.906246,44.599648,0],[-71.906518,44.599864,0],[-71.906774,44.600059,0],[-71.906938,44.60015,0],[-71.907334,44.60032,0],[-71.907573,44.600413,0],[-71.907685,44.600486,0],[-71.907757,44.600563,0]]]},"properties":{"id":"mtb724","name":"Dashney Loop","touches":",rd627,mtb707,mtb709,mtb708,mtb723,","length":472.6600563458216}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.973404,44.574835,0],[-71.973421,44.574776,318.2],[-71.97351,44.574736,318],[-71.973562,44.574719,317.9],[-71.973614,44.574695,317.7],[-71.973637,44.574656,317.4],[-71.973661,44.574612,317.5],[-71.973668,44.574599,317.2],[-71.973688,44.574562,317.2],[-71.973719,44.574509,316.9],[-71.97374,44.574478,317],[-71.973774,44.574428,316.4],[-71.9738,44.574403,315.7],[-71.973845,44.574362,314.8],[-71.973898,44.574314,314.1],[-71.973959,44.57427,313.4],[-71.974004,44.574219,312.9],[-71.974024,44.57419,312.1],[-71.974038,44.574143,312.5],[-71.974046,44.574107,312.6],[-71.974054,44.574068,311.8],[-71.974057,44.574035,311.9],[-71.97406,44.573995,312],[-71.974064,44.573956,312.2],[-71.97407,44.57391,312.2],[-71.974083,44.573868,312.3],[-71.974095,44.573825,312.4],[-71.974104,44.573787,311.4],[-71.974107,44.573754,311.4],[-71.974103,44.573704,311.3],[-71.974098,44.573644,311.2],[-71.974095,44.573575,311.9],[-71.974094,44.573507,311.5],[-71.974081,44.573447,310.9],[-71.974021,44.573424,311.4],[-71.973945,44.573408,312.2],[-71.973852,44.573397,313.1],[-71.97375,44.573386,314.3],[-71.973639,44.573374,314.6],[-71.973513,44.57333,315.7],[-71.973394,44.573334,317.1],[-71.973295,44.573319,318],[-71.973206,44.573292,318.9],[-71.973138,44.573248,319.8],[-71.973086,44.573178,320],[-71.97307,44.573149,319.7],[-71.973045,44.57312,320.1],[-71.973008,44.5731,320.6],[-71.972975,44.573079,321.4],[-71.972922,44.573031,321.5],[-71.972886,44.572992,321.9],[-71.97287,44.572955,321.7],[-71.972864,44.57291,321.4],[-71.972866,44.572876,321.4],[-71.972871,44.57281,321.3],[-71.972879,44.572771,321.3],[-71.97288,44.572724,321.3],[-71.972877,44.572666,321.3],[-71.972872,44.572627,321.3],[-71.972868,44.572572,321.3],[-71.972863,44.572512,321.2],[-71.972859,44.572475,321.2],[-71.972852,44.572428,321.1],[-71.972846,44.572387,321.6],[-71.972844,44.572337,321.5],[-71.972836,44.572292,321.4],[-71.972839,44.572233,321.1],[-71.972846,44.572157,320.5],[-71.972844,44.57211,320.3],[-71.972832,44.572069,320],[-71.972802,44.572034,319.9],[-71.972754,44.572009,320.4],[-71.972692,44.57198,320.6],[-71.972646,44.571955,320.7],[-71.972602,44.571934,320.9],[-71.972555,44.571906,321.1],[-71.972513,44.571865,321.4],[-71.972489,44.57182,321.5],[-71.97249,44.571805,321.5],[-71.972491,44.57179,321.4],[-71.972487,44.571742,321.2],[-71.972483,44.571724,321.1],[-71.972494,44.57169,321],[-71.972538,44.571679,320.5],[-71.972569,44.571694,319.9],[-71.972608,44.571733,319.5],[-71.972639,44.571761,319],[-71.972652,44.571768,319],[-71.972689,44.571771,318.3],[-71.972709,44.571735,318.3],[-71.972727,44.571694,317.7],[-71.972723,44.571649,318.3],[-71.972707,44.571596,318.3],[-71.972692,44.571564,318.3],[-71.972661,44.571522,318.7],[-71.972632,44.571488,319.1],[-71.972617,44.571453,319],[-71.972637,44.571423,318.8],[-71.972684,44.571426,318.2],[-71.97272,44.571451,318.2],[-71.972761,44.571489,317.9],[-71.972805,44.571525,317.5],[-71.972848,44.571568,317],[-71.972871,44.571594,316.4],[-71.97292,44.571637,315.9],[-71.972955,44.571674,315.4],[-71.972995,44.57171,315],[-71.97302,44.571716,315],[-71.973046,44.571721,314.4],[-71.973108,44.571708,313.9],[-71.973119,44.571668,313.1],[-71.973114,44.571631,313.1],[-71.973101,44.571597,313.7],[-71.973103,44.571542,313.8],[-71.973115,44.571486,313.3],[-71.973138,44.571428,313.3],[-71.97317,44.571381,313],[-71.973191,44.571342,313],[-71.973217,44.57128,312.7],[-71.97324,44.571216,312.4],[-71.973245,44.571177,312.4],[-71.973247,44.571138,312.4],[-71.973241,44.571105,312.4],[-71.973235,44.571078,312.7],[-71.973228,44.571046,312.6],[-71.973216,44.571005,312.6],[-71.9732,44.570958,312.5],[-71.973197,44.57092,312.5],[-71.973212,44.570873,312.3],[-71.97323,44.570819,312.3],[-71.973245,44.570773,311.9],[-71.973251,44.570728,311.8],[-71.973257,44.570688,311.5],[-71.973259,44.570628,311.1],[-71.97325,44.570573,310.8],[-71.973233,44.570524,310.4],[-71.973229,44.570471,309.6],[-71.973264,44.570424,309],[-71.973309,44.570422,308.8],[-71.973348,44.570436,308.4],[-71.973406,44.570471,308.5],[-71.973472,44.570521,308.3],[-71.973515,44.570549,308.1],[-71.973589,44.570605,307.6],[-71.973608,44.570617,307.6],[-71.973635,44.570645,307.2],[-71.973669,44.570684,306.8],[-71.973695,44.570728,307],[-71.973703,44.570776,307.1],[-71.973711,44.570831,306.6],[-71.97373,44.570873,306.6],[-71.973742,44.570943,306.5],[-71.973735,44.570986,306.5],[-71.97372,44.571029,306.3],[-71.973704,44.571061,306.9],[-71.973681,44.571115,306.8],[-71.97368,44.571125,306.7],[-71.973677,44.57116,306.5],[-71.973684,44.571191,306.4],[-71.973689,44.571203,306.4],[-71.973708,44.571235,306.3],[-71.973721,44.571265,305.5],[-71.973722,44.571312,305.3],[-71.973717,44.57134,305.2],[-71.973712,44.571369,305.1],[-71.973708,44.57143,305.4],[-71.973725,44.571479,304.8],[-71.973762,44.571513,304.3],[-71.9738,44.57152,303.8],[-71.973822,44.571514,303.9],[-71.973867,44.571494,303.6],[-71.973891,44.571461,303.2],[-71.973908,44.571446,303.2],[-71.973942,44.571407,302.8],[-71.973965,44.571368,302.8],[-71.973989,44.571322,302.2],[-71.973986,44.571275,302.1],[-71.97398,44.571229,302.2],[-71.973978,44.571177,302.3],[-71.973981,44.571146,302.4],[-71.973987,44.571112,302.5],[-71.974013,44.571064,302],[-71.974037,44.571039,302.1],[-71.974061,44.570998,301.6],[-71.974083,44.570957,301.7],[-71.974099,44.570876,301.3],[-71.974092,44.570821,301.9],[-71.974079,44.570784,301.9],[-71.974065,44.570727,301.9],[-71.974046,44.570661,302.4],[-71.974038,44.570642,302.4],[-71.974022,44.5706,302.3],[-71.974008,44.570574,302.8],[-71.973998,44.570538,302.7],[-71.974003,44.570492,302.4],[-71.974011,44.570463,301.8],[-71.974038,44.570416,301.7],[-71.974067,44.570395,301.1],[-71.974108,44.570386,300.6],[-71.974178,44.570389,300.2],[-71.974233,44.570393,299.3],[-71.974275,44.570397,299],[-71.974339,44.570405,298.7],[-71.974393,44.570414,298.5],[-71.97443,44.57042,298.3],[-71.97447,44.570428,298.1],[-71.974512,44.570431,298],[-71.974556,44.570434,297.8],[-71.974599,44.570438,297.6],[-71.974653,44.570445,297.5],[-71.974688,44.57045,297.3],[-71.974757,44.570457,297],[-71.974833,44.570469,296.6],[-71.974878,44.570478,296.5],[-71.974925,44.570485,296.3],[-71.974986,44.570491,296.1],[-71.975048,44.570468,295.8],[-71.97508,44.570441,295.8],[-71.97511,44.57041,295.6],[-71.975138,44.570381,295.5],[-71.975189,44.570332,295.3],[-71.97526,44.570291,295],[-71.975359,44.570306,294.7],[-71.975413,44.570314,294.6],[-71.975553,44.570352,294.2],[-71.975649,44.570364,293.8],[-71.975716,44.570344,293.7],[-71.975769,44.570293,293.6],[-71.975748,44.570267,293.6],[-71.975782,44.570224,293.6],[-71.97581,44.570201,293.6],[-71.975865,44.570177,293.4],[-71.97589,44.570135,293.4],[-71.975933,44.57008,293.3],[-71.975959,44.570052,293.2],[-71.975958,44.57001,293.3],[-71.975944,44.569965,293.3],[-71.97592,44.569924,293.4],[-71.975884,44.569886,293.5],[-71.975831,44.569848,293.6],[-71.975767,44.56982,293.8],[-71.975705,44.569797,293.9],[-71.975666,44.569786,294],[-71.975652,44.569736,294],[-71.975675,44.569653,293.9],[-71.975685,44.569594,293.8],[-71.975714,44.569532,293.8],[-71.975757,44.569502,293.7],[-71.975819,44.56945,293.5],[-71.975802,44.569418,293.5],[-71.975824,44.569377,293.4],[-71.975841,44.569308,293.3],[-71.975838,44.569299,293.3],[-71.975834,44.569289,293.3],[-71.975832,44.569271,293.2],[-71.975818,44.569253,293.1],[-71.975772,44.569224,293.2],[-71.975715,44.569165,293.1],[-71.975686,44.569132,293.1],[-71.975637,44.569085,293],[-71.97561,44.569063,292.9],[-71.975552,44.569028,292.9],[-71.975526,44.569008,292.7],[-71.975471,44.568971,292.7],[-71.975426,44.56896,292.7],[-71.975369,44.568943,292.6],[-71.975307,44.568922,292.7],[-71.975267,44.568869,292.4],[-71.975263,44.568808,292.2],[-71.975291,44.568748,292],[-71.975317,44.568701,291.7],[-71.975336,44.568653,291.7],[-71.975386,44.568622,291.6],[-71.975455,44.568601,291.6],[-71.975527,44.568603,291.6],[-71.975599,44.568613,291.4],[-71.97568,44.568605,291.5],[-71.975768,44.568592,291.3],[-71.975845,44.568565,291.4],[-71.975927,44.568541,291.5],[-71.976007,44.568534,291.4],[-71.976094,44.568539,291.3],[-71.976181,44.568551,290.7],[-71.976283,44.568563,290.6],[-71.976387,44.568574,290.5],[-71.976503,44.5686,289.9],[-71.976629,44.568601,290],[-71.976788,44.568595,290.2],[-71.976761,44.56856,290.8],[-71.976735,44.568516,292.1],[-71.976673,44.568495,292],[-71.976583,44.5685,291.8],[-71.976473,44.568515,291.6],[-71.976341,44.568504,291.6],[-71.976247,44.568487,292.2],[-71.976146,44.568476,292.2],[-71.97603,44.56846,292.2],[-71.975907,44.568437,292.6],[-71.975801,44.568402,293.1],[-71.97574,44.568344,294.3],[-71.975756,44.568321,294.9],[-71.975796,44.568287,295.6],[-71.975856,44.568267,296.3],[-71.975919,44.568243,297.1],[-71.975986,44.56822,297.2],[-71.976063,44.5682,298],[-71.976145,44.568192,298.1],[-71.976254,44.568202,298.2],[-71.976321,44.568213,298.2],[-71.976401,44.568229,298],[-71.976482,44.568242,298.3],[-71.976597,44.56827,298.4],[-71.976664,44.568319,297.2],[-71.976706,44.568352,296.5],[-71.976748,44.568377,295.8],[-71.976797,44.568389,296],[-71.976848,44.568388,296.3],[-71.976873,44.568383,296.3],[-71.976929,44.568374,296.4],[-71.976975,44.568365,297.2],[-71.977,44.568359,297.2],[-71.977058,44.568343,296.7],[-71.977096,44.568332,297.4],[-71.977114,44.56833,297],[-71.97716,44.56833,296.7],[-71.977178,44.568336,296.7],[-71.977196,44.568341,295.7],[-71.97725,44.56837,294.8],[-71.97727,44.568382,294.8],[-71.977313,44.568413,294.2],[-71.977361,44.56844,293.7],[-71.977391,44.568458,293.7],[-71.977424,44.56848,293.3],[-71.977465,44.568514,292.9],[-71.977526,44.568541,292.4],[-71.977586,44.568562,291.4],[-71.977627,44.568566,291.1],[-71.977678,44.568563,290.8],[-71.977722,44.568547,291.1],[-71.977757,44.568525,290.7],[-71.977791,44.568498,290.9],[-71.97783,44.568462,291],[-71.977871,44.568415,291.9],[-71.977893,44.568374,291.7],[-71.977915,44.568324,292.1],[-71.977922,44.56829,291.9],[-71.977919,44.568252,292.1],[-71.97791,44.568212,292.7],[-71.977899,44.568167,292.8],[-71.977894,44.568117,293],[-71.977896,44.568075,293.1],[-71.977914,44.568017,293.3],[-71.977943,44.56798,293.1],[-71.977981,44.567952,293],[-71.978025,44.567938,292.9],[-71.97808,44.567927,292.7],[-71.978135,44.567919,292.2],[-71.978195,44.567923,291.9],[-71.978248,44.567935,291.6],[-71.978297,44.567967,291],[-71.978322,44.568011,290.3],[-71.978332,44.568038,290.1],[-71.978334,44.568068,289.9],[-71.978319,44.568094,289.7],[-71.978312,44.568107,289.7],[-71.978288,44.56814,289.8],[-71.978269,44.568166,289.6],[-71.978238,44.568207,289.7],[-71.97822,44.568243,289.4],[-71.978219,44.568274,289.1],[-71.978216,44.568302,289.2],[-71.978234,44.568339,288.1],[-71.978265,44.568358,287.7],[-71.978301,44.568369,287.4],[-71.978339,44.568371,287],[-71.978398,44.568364,286.7],[-71.978424,44.568357,286.7],[-71.978479,44.568337,286.1],[-71.978488,44.568323,286.4],[-71.978498,44.56831,286.4],[-71.978521,44.568268,286.8],[-71.97853,44.568256,286.7],[-71.978558,44.56823,287],[-71.978596,44.568214,286.7],[-71.978636,44.568198,286.7],[-71.978699,44.568182,286.5],[-71.978743,44.568172,286.2],[-71.978789,44.568171,285.9],[-71.978861,44.568174,285.4],[-71.978939,44.568177,285.1],[-71.978991,44.568185,284.1],[-71.97904,44.568188,283.8],[-71.97909,44.568193,283.4],[-71.979132,44.568197,283],[-71.979191,44.568201,282.7],[-71.979255,44.568183,282.2],[-71.979308,44.568167,281.8],[-71.979374,44.568139,281.6],[-71.979425,44.56811,281.3],[-71.979501,44.568066,281.2],[-71.979552,44.568035,281],[-71.979603,44.568011,280.9],[-71.97964,44.568004,280.7],[-71.979656,44.568001,280.7],[-71.979695,44.567988,280.7],[-71.979741,44.567959,280.7],[-71.979758,44.567945,280.7],[-71.979783,44.567903,280.5],[-71.979806,44.567885,280.4],[-71.979857,44.567869,279.7],[-71.979894,44.567876,279.2],[-71.979916,44.567887,279.7],[-71.979954,44.56792,279.3],[-71.97996,44.56795,279.3],[-71.979956,44.567963,279.3],[-71.979939,44.567999,279],[-71.979934,44.568012,278.7],[-71.97992,44.568049,278.8],[-71.979905,44.568084,278.4],[-71.97991,44.568095,277.9],[-71.979932,44.568115,277.9],[-71.979949,44.568115,277.4],[-71.980002,44.568111,276.8],[-71.980054,44.568106,276.3],[-71.980095,44.5681,275.8],[-71.980139,44.568081,275.6],[-71.980202,44.568041,274.9],[-71.980236,44.568015,274.9],[-71.980271,44.567983,274.9],[-71.980296,44.567949,274.9],[-71.980316,44.567918,274.9],[-71.980334,44.567872,274.9],[-71.980347,44.567834,274.9],[-71.980365,44.567764,274.8],[-71.980375,44.567727,274.8],[-71.980385,44.567688,274.8],[-71.980388,44.567632,274.7],[-71.980393,44.567583,274.7],[-71.980401,44.56749,274.6],[-71.980402,44.567441,274.5],[-71.980404,44.567385,274.4],[-71.980422,44.567315,274.2],[-71.980446,44.567244,274],[-71.980464,44.5672,273.9],[-71.980483,44.567179,0]]]},"properties":{"id":"mtb725","name":"Beltway","touches":",mtb156,mtb726,mtb208,mtb425,mtb757,","length":2210.2243713562857}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.980808,44.563181,0],[-71.98069,44.563372,0],[-71.980604,44.56373,0],[-71.980645,44.564164,0],[-71.980651,44.564818,0],[-71.980667,44.564926,0],[-71.980617,44.565503,0],[-71.980577,44.56648,0],[-71.980521,44.566804,0],[-71.980483,44.567179,0]]]},"properties":{"id":"mtb726","name":"Meadow Wood","touches":",mtb108,mtb157,mtb156,mtb725,","length":447.580952419102}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.905063,44.589423,0],[-71.904891,44.58949,0],[-71.904707,44.589615,0],[-71.904576,44.58971,0],[-71.904476,44.589807,0],[-71.904406,44.589882,0],[-71.904227,44.589928,0],[-71.904129,44.589977,0],[-71.904065,44.590049,0],[-71.903996,44.590069,0],[-71.903842,44.590145,0],[-71.903784,44.590217,0],[-71.903764,44.590289,0],[-71.903767,44.590363,0],[-71.903721,44.590413,0],[-71.903612,44.590424,0],[-71.903382,44.590419,0],[-71.903147,44.590385,0],[-71.902619,44.590357,0],[-71.902424,44.590271,0]]]},"properties":{"id":"mtb727","name":"Shire","touches":",mtb40,mtb414,mtb415,mtb296,rd728,","length":267.23913343882435}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.899092,44.587836,0],[-71.899162,44.587858,0],[-71.899226,44.587893,0],[-71.899292,44.587947,0],[-71.899434,44.588059,0],[-71.899595,44.588233,0],[-71.899683,44.588307,0],[-71.899837,44.588427,0],[-71.899963,44.588491,0],[-71.900264,44.588633,0],[-71.9006,44.588798,0],[-71.900946,44.588979,0],[-71.901254,44.589092,0],[-71.90156,44.5892,0],[-71.901697,44.589259,0],[-71.901821,44.589326,0],[-71.901934,44.589431,0],[-71.902027,44.589552,0],[-71.902143,44.589687,0],[-71.902245,44.589874,0],[-71.902287,44.589947,0],[-71.902382,44.590142,0],[-71.902424,44.590271,0]]]},"properties":{"id":"rd728","name":"Toll Road","touches":",mtb294,mtb735,rd736,mtb296,mtb727,","length":392.6186158640877}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.889212,44.570434,0],[-71.889249,44.570347,0],[-71.889208,44.570162,0],[-71.889187,44.570053,0],[-71.889234,44.56995,0],[-71.889322,44.569836,0],[-71.889444,44.569714,0],[-71.889611,44.569534,0],[-71.889799,44.569416,0],[-71.889857,44.56932,0],[-71.889928,44.56927,0],[-71.890024,44.569252,0],[-71.890071,44.569265,0],[-71.890139,44.569581,0],[-71.89022,44.569789,0],[-71.890312,44.57002,0],[-71.89039,44.570072,0],[-71.890456,44.570063,0],[-71.890566,44.569886,0],[-71.890724,44.569874,0],[-71.89079,44.569904,0],[-71.890849,44.569971,0],[-71.891023,44.570102,0],[-71.891306,44.570355,0],[-71.891332,44.570386,0],[-71.891335,44.570494,0],[-71.891381,44.570596,0],[-71.891478,44.570679,0],[-71.891554,44.570773,0],[-71.891661,44.570849,0],[-71.891946,44.570999,0],[-71.892335,44.571277,0],[-71.892775,44.571519,0],[-71.893048,44.571611,0],[-71.89345,44.57165,0],[-71.89365,44.571634,0],[-71.893983,44.571547,0],[-71.89403,44.571546,0],[-71.894218,44.571596,0]]]},"properties":{"id":"mtb729","name":"DH Trail","touches":",mtb155,mtb196,mtb195,rd731,","length":666.7542033638101}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.894236,44.58478,0],[-71.894285,44.584641,0],[-71.894269,44.58457,0],[-71.894146,44.584509,0],[-71.893891,44.584491,0],[-71.893845,44.584474,0],[-71.893818,44.584444,0],[-71.893814,44.584225,0],[-71.893789,44.584155,0],[-71.89364,44.584056,0],[-71.893516,44.583939,0],[-71.893512,44.583795,0],[-71.893497,44.58376,0],[-71.893461,44.583739,0],[-71.893258,44.583726,0],[-71.89316,44.583705,0],[-71.892945,44.583605,0],[-71.892753,44.583554,0],[-71.892675,44.583461,0],[-71.892645,44.583446,0]]]},"properties":{"id":"mtb730","name":"Camptown","touches":",mtb19,mtb220,mtb218,rd731,rd732,","length":228.71612345872822}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.873672,44.624822,499.8],[-71.873687,44.624676,499.8],[-71.873683,44.624601,500.1],[-71.873704,44.624537,500.2],[-71.873745,44.624501,0],[-71.873764,44.624457,500.4],[-71.873514,44.624449,0],[-71.87325,44.624464,0],[-71.87289,44.624423,0],[-71.872799,44.624393,504.2],[-71.872788,44.624362,504.7],[-71.872812,44.624311,0],[-71.872862,44.624269,0],[-71.873008,44.624192,0],[-71.873145,44.624124,507.6],[-71.873237,44.624085,507.5],[-71.87353,44.623906,508.2],[-71.873599,44.623856,508.1],[-71.873619,44.623813,508.4],[-71.873637,44.623772,508.2],[-71.873659,44.623721,508.5],[-71.873709,44.623607,509],[-71.873727,44.623469,509.4],[-71.873736,44.623234,510.9],[-71.873698,44.623162,0],[-71.87359,44.62315,512.7],[-71.873517,44.623184,513.3],[-71.873352,44.623261,513.7],[-71.873189,44.623348,516],[-71.87302,44.62339,516.2],[-71.87286,44.623383,516.8],[-71.872696,44.623359,517.3],[-71.872539,44.62329,517.7],[-71.872385,44.623202,518.7],[-71.872214,44.623103,520],[-71.871872,44.62292,521.1],[-71.871803,44.622855,521.1],[-71.871738,44.622772,521.3],[-71.871735,44.622702,521.6],[-71.871783,44.622606,522.2],[-71.871879,44.622553,0],[-71.871969,44.622534,523],[-71.872072,44.622518,523.5],[-71.872188,44.622506,524.4],[-71.872274,44.622473,524.6],[-71.872312,44.62241,525],[-71.872324,44.622313,525.2],[-71.872313,44.622272,525],[-71.872282,44.622218,524.7],[-71.872252,44.622177,524.3],[-71.872241,44.622158,524.3],[-71.872233,44.622149,524.3],[-71.872208,44.622139,524],[-71.872152,44.622124,523.8],[-71.872121,44.622105,523.8],[-71.872107,44.622073,523.6],[-71.872118,44.622053,523.760569]]]},"properties":{"id":"mtb737","name":"Black Bear","touches":",mtb492,mtb585,mtb738,mtb758,mtb759,","length":594.289165349119}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.871546,44.622104,0],[-71.871627,44.622087,0],[-71.871778,44.62207,0],[-71.871913,44.622066,0],[-71.872013,44.622057,0],[-71.872118,44.622053,523.760569]]]},"properties":{"id":"mtb738","name":"To Gazebo","touches":",mtb737,mtb758,mtb759,","length":45.95173297995213}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.883794,44.631002,0],[-71.883837,44.630951,401.8],[-71.883843,44.630894,0],[-71.88381,44.630845,403],[-71.883684,44.630802,403.5],[-71.883612,44.63078,404],[-71.883505,44.630763,405],[-71.883373,44.630729,406],[-71.883329,44.630704,406.5],[-71.88329,44.630656,407.1],[-71.883272,44.630595,407.8],[-71.883274,44.630554,408.3],[-71.883269,44.630521,408.6],[-71.883301,44.630481,409.2],[-71.883338,44.630442,409.7],[-71.883368,44.630413,410],[-71.883386,44.63038,410.4],[-71.883387,44.630326,410.8],[-71.883361,44.630274,411.3],[-71.883324,44.630247,411.6],[-71.883276,44.630236,411.8],[-71.883208,44.630226,412.2],[-71.883038,44.630189,413.1],[-71.88294,44.63018,413.7],[-71.882841,44.630177,414.3],[-71.88276,44.630157,414.9],[-71.882688,44.630123,415.5],[-71.88262,44.630098,416],[-71.882562,44.630068,416.5],[-71.882506,44.630044,416.9],[-71.88243,44.630035,417.4],[-71.882376,44.630008,417.8],[-71.882335,44.629974,418.2],[-71.882285,44.62994,418.6],[-71.882247,44.629889,419.1],[-71.882212,44.629836,419.7],[-71.882155,44.629786,420.4],[-71.882077,44.62973,421.2],[-71.882037,44.629694,421.7],[-71.882014,44.629643,422.3],[-71.882004,44.629602,422.7],[-71.88202,44.629573,423],[-71.882059,44.629537,423.3],[-71.882093,44.629494,423.7],[-71.88209,44.629452,423.9],[-71.88206,44.629399,424.2],[-71.882002,44.629368,424.4],[-71.88187,44.629307,425],[-71.881791,44.629255,425.6],[-71.881728,44.629202,426.1],[-71.881664,44.62915,426.7],[-71.881606,44.629101,427.3],[-71.881538,44.629003,428.2],[-71.881515,44.62898,428.4],[-71.881473,44.628962,428.7],[-71.881407,44.628955,429],[-71.881333,44.628955,429.3],[-71.881251,44.62897,429.6],[-71.881189,44.628989,429.9],[-71.881117,44.629011,430.2],[-71.881046,44.629022,430.4],[-71.880979,44.629046,430.6],[-71.88093,44.629073,0],[-71.880871,44.629084,431.1],[-71.88081,44.62908,431.3],[-71.880759,44.629072,431.5],[-71.880702,44.629049,431.7],[-71.88064,44.629017,432],[-71.880609,44.628973,432.2],[-71.880563,44.628876,432.8],[-71.880529,44.628858,433],[-71.88047,44.628853,433.3],[-71.880422,44.628869,0],[-71.880365,44.628874,434],[-71.880325,44.628851,0],[-71.880302,44.628822,434.6],[-71.880278,44.628814,434.9],[-71.880223,44.628812,435.4],[-71.880182,44.62882,435.7],[-71.88011,44.628814,436.4],[-71.87996,44.62876,437.8],[-71.879885,44.628724,438.5],[-71.879845,44.628668,439.1],[-71.879805,44.628612,439.6],[-71.879787,44.628542,440.1],[-71.879756,44.628518,0],[-71.879703,44.628499,440.3],[-71.879608,44.628503,0]]]},"properties":{"id":"mtb739","name":"Does Dive","touches":",mtb380,mtb381,mtb496,mtb640,mtb385,mtb740,","length":532.8613122828802}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.883134,44.627334,433.4],[-71.883107,44.627342,433.4],[-71.882987,44.62737,433.5],[-71.88292,44.627384,433.4],[-71.882874,44.627401,0],[-71.882842,44.627409,0],[-71.882812,44.627414,0],[-71.882758,44.627432,0],[-71.882595,44.627489,434.4],[-71.882516,44.627498,434.5],[-71.882376,44.627557,435.5],[-71.882309,44.627584,435.6],[-71.882263,44.627615,435.6],[-71.882205,44.62764,0],[-71.882103,44.627675,436],[-71.882044,44.627716,435.7],[-71.881967,44.62774,0],[-71.881905,44.627765,436.4],[-71.881814,44.62778,436.7],[-71.881745,44.62781,436.8],[-71.881688,44.627856,437.2],[-71.881607,44.627865,437.5],[-71.88157,44.627881,0],[-71.881525,44.6279,437.6],[-71.88143,44.627964,0],[-71.881332,44.628019,437.7],[-71.881303,44.628051,437.5],[-71.881211,44.628075,437.8],[-71.881157,44.628129,437.4],[-71.881094,44.628147,437.2],[-71.881009,44.628156,437.3],[-71.880913,44.628174,437.3],[-71.880822,44.628229,437.5],[-71.88076,44.628279,437.3],[-71.880718,44.628332,436.9],[-71.880656,44.628377,437],[-71.88058,44.62839,437],[-71.880485,44.628417,437.1],[-71.880287,44.628404,437.9],[-71.8802,44.628414,437.8],[-71.879944,44.628417,0],[-71.87985,44.628376,0],[-71.879797,44.628382,0],[-71.879696,44.628415,0],[-71.879608,44.628503,0]]]},"properties":{"id":"mtb740","name":"Stormin Norman","touches":",mtb385,mtb739,mtb590,mtb592,","length":326.07777178816093}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.899943,44.581377,0],[-71.89995,44.58138,0],[-71.899959,44.581384,0],[-71.899979,44.581392,0],[-71.899996,44.581402,0],[-71.900008,44.581408,0],[-71.900036,44.581424,0],[-71.900088,44.581466,0],[-71.900098,44.581477,0],[-71.900112,44.581504,0],[-71.900123,44.581535,0],[-71.900133,44.581559,0],[-71.900113,44.581602,0],[-71.900097,44.581621,0],[-71.90009,44.58165,0],[-71.900095,44.581673,0],[-71.900104,44.5817,0],[-71.900119,44.581727,0],[-71.900126,44.581768,0],[-71.900126,44.58181,0],[-71.900135,44.581875,0],[-71.900123,44.581916,0],[-71.90011,44.581964,0],[-71.900103,44.581997,0],[-71.900107,44.582033,0],[-71.900118,44.582058,0],[-71.900134,44.582075,0],[-71.90017,44.5821,0],[-71.900233,44.582152,0],[-71.90027,44.582181,0],[-71.900332,44.582202,0],[-71.900363,44.582215,0],[-71.900402,44.582248,0],[-71.900418,44.58228,0],[-71.90042,44.582319,0],[-71.900385,44.582437,0],[-71.900365,44.582464,0],[-71.900356,44.582478,0],[-71.900356,44.582504,0],[-71.900368,44.582541,0],[-71.900396,44.582584,0],[-71.900418,44.582621,0],[-71.900446,44.58265,0],[-71.900495,44.582678,0],[-71.900537,44.582703,0],[-71.900596,44.582742,0],[-71.90064,44.582773,0],[-71.90072,44.58282,0],[-71.900774,44.582879,0],[-71.900848,44.582995,0],[-71.900896,44.583076,0],[-71.900907,44.583087,0],[-71.900912,44.583095,0],[-71.900916,44.583103,0],[-71.900917,44.583112,0],[-71.900916,44.583131,0],[-71.900915,44.583154,0],[-71.90094,44.583172,0],[-71.900952,44.583181,0],[-71.900997,44.583195,0],[-71.901043,44.583207,0],[-71.901065,44.583212,0],[-71.901117,44.583218,0],[-71.90117,44.583231,0],[-71.901248,44.583259,0],[-71.901464,44.583334,0],[-71.90159,44.58337,0],[-71.901686,44.583389,0],[-71.901732,44.583452,0],[-71.901854,44.583471,0],[-71.902004,44.583472,0],[-71.90212,44.583446,0],[-71.902251,44.58343,0],[-71.902464,44.583408,0],[-71.902554,44.583396,0]]]},"properties":{"id":"mtb741","name":"Unknown Trail","touches":",mtb17,mtb409,mtb414,mtb114,mtb742,","length":373.0981675257532}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.873848,44.621602,0],[-71.873952,44.621648,0],[-71.874041,44.621724,0],[-71.87409,44.621802,0],[-71.874141,44.621838,0],[-71.874222,44.621847,0],[-71.874333,44.621821,0],[-71.874399,44.621886,0],[-71.874469,44.622002,0],[-71.87453,44.622311,0],[-71.874709,44.622939,506.1],[-71.874781,44.623107,505.7],[-71.874932,44.623419,0]]]},"properties":{"id":"mtb763","name":"Black Bear","touches":",mtb497,mtb760,mtb759,mtb762,","length":236.71594237015913}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.894727,44.584526,0],[-71.894843,44.584371,0],[-71.89547,44.583723,0],[-71.89564,44.583519,0],[-71.895751,44.583413,0],[-71.896143,44.583234,0],[-71.896327,44.583009,0],[-71.896433,44.582923,0],[-71.896516,44.582886,0],[-71.896632,44.582857,0],[-71.897169,44.582837,0],[-71.897282,44.582824,0],[-71.897411,44.582806,0],[-71.897502,44.582756,0],[-71.897588,44.582682,0],[-71.897697,44.582585,0],[-71.897776,44.582516,0],[-71.897846,44.582461,0],[-71.89793,44.582391,0],[-71.898001,44.582341,0],[-71.898088,44.582319,0],[-71.898272,44.5823,0],[-71.898613,44.582299,0],[-71.898733,44.582283,0],[-71.898833,44.582253,0],[-71.899039,44.582158,0],[-71.89919,44.582069,0],[-71.899322,44.581964,0],[-71.89972,44.581556,0],[-71.899943,44.581377,0]]]},"properties":{"id":"mtb742","name":"CCC Road","touches":",mtb114,mtb741,mtb220,mtb221,","length":576.6992533952115}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.981243,44.570474,0],[-71.981179,44.570273,0],[-71.981013,44.570011,0],[-71.980907,44.569891,0]]]},"properties":{"id":"mtb743","name":"River Run","touches":",mtb256,mtb472,mtb470,mtb744,","length":70.59944337016837}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.979497,44.570155,0],[-71.979647,44.570179,0],[-71.979826,44.570215,0],[-71.979958,44.570232,0],[-71.979993,44.570234,0],[-71.980089,44.570245,0],[-71.980167,44.570278,0],[-71.980249,44.570299,0],[-71.980272,44.570285,0],[-71.980269,44.570261,0],[-71.980237,44.570233,0],[-71.980189,44.570216,0],[-71.98009,44.570183,0],[-71.980042,44.57015,0],[-71.98003,44.570126,0],[-71.980055,44.570114,0],[-71.980113,44.570133,0],[-71.980165,44.570137,0],[-71.980211,44.570096,0],[-71.980243,44.570071,0],[-71.980277,44.570068,0],[-71.980311,44.570078,0],[-71.980382,44.570116,0],[-71.980472,44.57018,0],[-71.980583,44.570258,0],[-71.980637,44.570335,0],[-71.980656,44.570389,0],[-71.980674,44.570391,0],[-71.980688,44.570385,0],[-71.980697,44.570346,0],[-71.980681,44.570257,0],[-71.980662,44.570199,0],[-71.98061,44.570126,0],[-71.980545,44.570069,0],[-71.980563,44.570009,0],[-71.98061,44.569939,0],[-71.980747,44.569926,0],[-71.980907,44.569891,0]]]},"properties":{"id":"mtb744","name":"New Fox's Run","touches":",mtb470,mtb743,mtb745,mtb746,","length":245.2984087570492}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.979497,44.570155,0],[-71.979479,44.570213,0],[-71.979452,44.570356,0],[-71.979347,44.570596,0],[-71.979343,44.570668,0],[-71.97939,44.570882,0],[-71.97938,44.570989,0],[-71.979113,44.571418,0],[-71.979086,44.57156,0],[-71.979174,44.572206,0],[-71.979298,44.572556,0],[-71.979333,44.572734,0],[-71.979422,44.572863,0],[-71.979447,44.572933,0],[-71.979451,44.573041,0],[-71.97943,44.573111,0],[-71.979253,44.573329,0],[-71.979204,44.573541,0],[-71.979111,44.573708,0],[-71.979052,44.573767,0],[-71.978971,44.573809,0],[-71.978734,44.573873,0],[-71.97851,44.573957,0],[-71.978317,44.574,0],[-71.977668,44.57393,0]]]},"properties":{"id":"mtb745","name":"Fox Run","touches":",mtb744,mtb746,mtb747,mtb753,","length":535.1240921081651}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.980722,44.569807,0],[-71.980478,44.569858,0],[-71.980125,44.569999,0],[-71.979684,44.570082,0],[-71.979572,44.570117,0],[-71.979497,44.570155,0]]]},"properties":{"id":"mtb746","name":"Fox Run","touches":",mtb156,mtb470,mtb744,mtb745,","length":105.53489111350025}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.976789,44.57429,0],[-71.976926,44.574291,0],[-71.976949,44.574255,0],[-71.97698,44.574222,0],[-71.977009,44.5742,0],[-71.977044,44.574177,0],[-71.977077,44.574149,0],[-71.977107,44.574116,0],[-71.977129,44.574088,0],[-71.977155,44.574077,0],[-71.977194,44.574068,0],[-71.977219,44.574081,0],[-71.977234,44.5741,0],[-71.977285,44.574127,0],[-71.97731,44.574137,0],[-71.977351,44.574139,0],[-71.977393,44.574129,0],[-71.977421,44.574111,0],[-71.977495,44.574121,0],[-71.977517,44.574119,0],[-71.977568,44.574099,0],[-71.97761,44.574054,0],[-71.977619,44.573992,0],[-71.977668,44.57393,0]]]},"properties":{"id":"mtb747","name":"New Fox's Run","touches":",mtb620,mtb753,mtb745,","length":99.69901062785664}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.906237,44.611891,326.5],[-71.90621,44.611927,326.5],[-71.9062,44.61194,326.1],[-71.906192,44.611955,325.9],[-71.90619,44.611964,325.8],[-71.906193,44.611978,325.6],[-71.906198,44.611998,325.4],[-71.906227,44.612007,324.9],[-71.906287,44.612012,324.4],[-71.906301,44.612009,324.2],[-71.906332,44.612004,323.9],[-71.906345,44.612004,323.8],[-71.906358,44.612004,323.6],[-71.906392,44.611999,323.3],[-71.906418,44.611997,323],[-71.906457,44.611996,322.6],[-71.906506,44.611993,322.1],[-71.90652,44.611993,322],[-71.906612,44.611974,320.9],[-71.906637,44.611971,320.7],[-71.906655,44.611964,320.5],[-71.906672,44.611959,320.3],[-71.906714,44.611947,319.8],[-71.906726,44.611945,319.7],[-71.906816,44.611915,318.7],[-71.906903,44.61191,317.8]]]},"properties":{"id":"mtb748","name":"Flower Brook Trl","touches":",mtb191,mtb632,mtb637,mtb750,","length":70.82874842703846}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.893991,44.611594,434.5],[-71.894233,44.611656,0],[-71.89444,44.611742,430.9],[-71.894544,44.611769,0],[-71.894747,44.611736,0],[-71.894929,44.611745,431.4],[-71.895056,44.61178,430.7],[-71.89514,44.611823,430],[-71.895217,44.611854,428.8],[-71.895264,44.611867,428.4],[-71.89528,44.611875,428.246928],[-71.895281,44.611892,427.9],[-71.895273,44.611914,427.9],[-71.895261,44.611922,427.5],[-71.895243,44.611927,427.7],[-71.895195,44.611932,427.9],[-71.895176,44.611937,427.969474],[-71.895155,44.611952,0],[-71.895158,44.611973,0],[-71.895186,44.612016,263.629241],[-71.895304,44.612087,0],[-71.895431,44.612154,426.4],[-71.895538,44.612186,422.8],[-71.895623,44.612171,423.1],[-71.895708,44.612141,423.4],[-71.895784,44.612116,423.1],[-71.89587,44.612077,423.2],[-71.896013,44.612021,423],[-71.896199,44.611922,423.3],[-71.896299,44.611897,422.3],[-71.896365,44.611899,422.6],[-71.896429,44.61191,422.3],[-71.896481,44.611927,422.2],[-71.896528,44.611933,421.5],[-71.896559,44.611935,421],[-71.896717,44.611896,421],[-71.896738,44.611886,0],[-71.896786,44.611875,0],[-71.896852,44.611862,419.4],[-71.896867,44.611911,0],[-71.896866,44.611963,0],[-71.896854,44.612019,419.4],[-71.896827,44.612098,418.2],[-71.89674,44.612303,416.6],[-71.896686,44.61238,0],[-71.896684,44.612455,416.6],[-71.896741,44.612475,0],[-71.896819,44.612467,0],[-71.896923,44.612458,0],[-71.896979,44.612484,412.2],[-71.897018,44.612549,411.4],[-71.897054,44.612594,411.4],[-71.897091,44.612634,411],[-71.897153,44.612648,410.3],[-71.897228,44.612618,0],[-71.897376,44.612515,0],[-71.897473,44.612487,406.2],[-71.89764,44.612487,0],[-71.897806,44.612451,403.3],[-71.897973,44.612387,402.5],[-71.898403,44.612273,0],[-71.898536,44.612237,0],[-71.898657,44.612217,0],[-71.898726,44.612268,0],[-71.898755,44.612345,0],[-71.898748,44.612495,393.2],[-71.898748,44.612525,392.9],[-71.898743,44.612568,392.2],[-71.898727,44.612614,392.5],[-71.898709,44.612674,391.9],[-71.898706,44.612688,391.6],[-71.898702,44.612702,391.6],[-71.89869,44.612744,391.6],[-71.898681,44.61277,391.6],[-71.898672,44.612795,391.3],[-71.898644,44.612848,391.2],[-71.898596,44.612887,391.3],[-71.898544,44.612914,391.5],[-71.898452,44.612965,391.7],[-71.898392,44.613015,392.3],[-71.898377,44.613045,392],[-71.898365,44.613095,391.4],[-71.898338,44.613133,391.5],[-71.898297,44.61317,391.5],[-71.898281,44.613202,390.9],[-71.898273,44.613237,390.7],[-71.898275,44.613274,390.4],[-71.898254,44.613304,390.4],[-71.898241,44.613335,390.1],[-71.898246,44.613354,389.8],[-71.89825,44.613372,389.8],[-71.898263,44.613421,389.1],[-71.898269,44.613437,388.9],[-71.898275,44.613454,388.5],[-71.898288,44.61348,388.1],[-71.898295,44.613489,388.1],[-71.898303,44.613497,388.1],[-71.898319,44.613511,387.5],[-71.898363,44.613534,387.3],[-71.898385,44.613544,386.9],[-71.898421,44.613555,386.7],[-71.898459,44.613566,386.5],[-71.898483,44.613571,385.9],[-71.898499,44.613574,385.9],[-71.898516,44.613576,385.9],[-71.898538,44.613582,385.6],[-71.898554,44.613587,385.6],[-71.89858,44.613592,385.3],[-71.898624,44.6136,384.5],[-71.898643,44.613597,385],[-71.898653,44.613591,384.7],[-71.898682,44.61358,384.7],[-71.8987,44.613571,384.3],[-71.898717,44.613561,384.8],[-71.898774,44.613535,385],[-71.898837,44.613514,384.1],[-71.89887,44.613496,384.2],[-71.898912,44.613465,384.2],[-71.898951,44.613438,384.7],[-71.898989,44.613424,384.2],[-71.899033,44.61341,384.2],[-71.899111,44.613386,383.3],[-71.899179,44.613371,382.9],[-71.899308,44.613329,381.9],[-71.899416,44.613286,381.7],[-71.899622,44.613192,380.2719]]]},"properties":{"id":"mtb749","name":"Butter Tubs","touches":",mtb594,mtb750,mtb596,mtb638,","length":809.5356586908082}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.899622,44.613192,380.2719],[-71.899591,44.613434,378.8],[-71.899517,44.613534,377.2],[-71.89946,44.61364,377.4],[-71.899402,44.613835,372],[-71.899396,44.613927,372.2],[-71.899377,44.613996,370.1],[-71.899447,44.614125,369.5],[-71.899449,44.614169,369.6],[-71.899501,44.614205,369.1],[-71.899585,44.614201,366.5],[-71.899614,44.614225,366.6],[-71.899591,44.614298,366.9],[-71.899591,44.614411,365.8],[-71.899623,44.614466,364.4],[-71.899695,44.614495,361.7],[-71.899857,44.614451,359.2],[-71.900008,44.614464,359.2],[-71.900119,44.614428,357.704107],[-71.900192,44.614383,358.1],[-71.900606,44.61439,353.3],[-71.900756,44.61437,351.9],[-71.900846,44.614402,351.9],[-71.900898,44.6144,350.8],[-71.900915,44.614402,350.8],[-71.901049,44.614497,350.1],[-71.901073,44.614493,348.4],[-71.901115,44.614472,348.4],[-71.90113,44.614476,348.4],[-71.901143,44.614491,348.4],[-71.901142,44.614519,348.4],[-71.901117,44.614552,347.7],[-71.901104,44.61459,347.7],[-71.901117,44.614627,347.7],[-71.901156,44.614655,347.7],[-71.901245,44.614657,346.4],[-71.901309,44.614638,346.4],[-71.901397,44.61459,346.4],[-71.901528,44.61459,344.9],[-71.901654,44.614606,342.7],[-71.901755,44.614645,341.79012],[-71.902003,44.614696,339.8],[-71.902159,44.61469,339.4],[-71.902358,44.614689,339],[-71.90256,44.614591,339.2],[-71.902798,44.614485,339.544488],[-71.902986,44.614362,340.1],[-71.903088,44.614226,341.3],[-71.90327,44.614093,343.3],[-71.903624,44.613934,343.830328],[-71.903741,44.613831,344],[-71.90392,44.613734,344.6],[-71.904017,44.613637,344],[-71.904076,44.613613,344],[-71.904118,44.613553,345.1],[-71.904186,44.613439,341.2],[-71.904205,44.613305,340.9],[-71.904181,44.613111,340.3],[-71.904164,44.613029,339.7],[-71.904155,44.612942,339.6],[-71.904154,44.612883,339.6],[-71.904143,44.612857,343.5],[-71.904111,44.612823,343.1],[-71.904108,44.6128,343.1],[-71.904114,44.612767,343.1],[-71.904128,44.612749,343.1],[-71.904145,44.612738,340.3],[-71.904158,44.612704,341.6],[-71.904163,44.612626,341.6],[-71.904191,44.612566,343.1],[-71.904247,44.612515,343.1],[-71.904241,44.61248,343.1],[-71.904221,44.612419,344.3],[-71.904239,44.61241,344.3],[-71.904285,44.61242,344.3],[-71.904319,44.61244,343.3],[-71.904352,44.612472,342.3],[-71.904405,44.612479,0],[-71.904442,44.612474,0],[-71.904476,44.612465,343.3],[-71.904521,44.612446,342.2],[-71.904662,44.612431,341.027264],[-71.904714,44.61243,340.9],[-71.904788,44.612442,340.9],[-71.904823,44.612444,340.9],[-71.904847,44.612441,339.5],[-71.904869,44.612431,339.5],[-71.904907,44.612401,339.5],[-71.904931,44.612393,339.5],[-71.904966,44.612384,339.5],[-71.904988,44.612372,339.5],[-71.90502,44.612329,338.1],[-71.90505,44.612296,338.1],[-71.905064,44.612282,0],[-71.905084,44.612274,338.1],[-71.905112,44.612278,338.1],[-71.905213,44.612301,336.1],[-71.90523,44.612303,336.1],[-71.905283,44.612307,336.1],[-71.905328,44.612305,336.1],[-71.905365,44.612309,334.5],[-71.905391,44.612314,334.5],[-71.905421,44.612315,334.5],[-71.905448,44.612312,334.5],[-71.905461,44.612308,334.5],[-71.905487,44.612299,334.5],[-71.905505,44.612298,334.5],[-71.90553,44.612303,333],[-71.905538,44.612303,0],[-71.905546,44.612302,333],[-71.905558,44.612298,333],[-71.905569,44.612308,0],[-71.905585,44.612316,0],[-71.905618,44.612326,0],[-71.905661,44.612324,0],[-71.905697,44.612319,0],[-71.905714,44.612312,0],[-71.905732,44.612303,0],[-71.905756,44.61229,0],[-71.905775,44.612275,0],[-71.905795,44.61225,0],[-71.905798,44.612242,0],[-71.905804,44.612234,0],[-71.905816,44.612225,0],[-71.905823,44.612221,0],[-71.905839,44.612215,0],[-71.905865,44.612214,0],[-71.905882,44.612216,0],[-71.905904,44.612221,0],[-71.905943,44.612235,0],[-71.905963,44.612245,0],[-71.905976,44.612262,0],[-71.905991,44.612273,0],[-71.906006,44.612278,0],[-71.906017,44.612278,0],[-71.90603,44.612275,0],[-71.906043,44.612271,0],[-71.906055,44.612262,0],[-71.90607,44.612251,0],[-71.906091,44.612241,0],[-71.906108,44.612236,0],[-71.906154,44.612225,0],[-71.906205,44.612205,0],[-71.906269,44.612164,0],[-71.906331,44.612136,0],[-71.906376,44.612112,0],[-71.906409,44.612095,0],[-71.906442,44.612081,0],[-71.906482,44.612068,0],[-71.906611,44.612003,0],[-71.906672,44.611991,0],[-71.906787,44.611954,0],[-71.906903,44.61191,317.8]]]},"properties":{"id":"mtb750","name":"Moriah's Accent","touches":",mtb594,mtb749,mtb637,mtb748,","length":979.0922497224518}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.874243,44.603803,0],[-71.874244,44.603842,253.617183],[-71.874245,44.603869,426.5],[-71.874249,44.603891,426.7],[-71.874262,44.603946,0],[-71.874295,44.603999,427.6],[-71.874352,44.604044,428.7],[-71.8744,44.604058,428.9],[-71.874455,44.604072,429.3],[-71.8745,44.604071,429.6],[-71.874587,44.604057,430.1],[-71.874671,44.604055,430.8],[-71.874748,44.604064,431.1],[-71.874815,44.604056,431.6],[-71.874851,44.604043,0],[-71.874859,44.604037,100.579463]]]},"properties":{"id":"mtb751","name":"Shonter Shuffle","touches":",rd504,rd583,mtb584,mtb752,","length":70.99889500608178}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.874859,44.604037,100.579463],[-71.874847,44.604085,0],[-71.874841,44.60416,0],[-71.874848,44.604202,0],[-71.874879,44.604233,0],[-71.875044,44.604261,0],[-71.87512,44.604267,0],[-71.875218,44.604309,0],[-71.875367,44.604397,0],[-71.875463,44.604444,0],[-71.875562,44.604476,0],[-71.875607,44.60451,0],[-71.87577,44.604553,0],[-71.875873,44.604587,0],[-71.876014,44.60464,0],[-71.87607,44.604674,0],[-71.876135,44.604708,0],[-71.876242,44.604751,0],[-71.876356,44.604754,0],[-71.876479,44.604772,0],[-71.876661,44.604817,0],[-71.876787,44.604851,433.9],[-71.87688,44.604862,0],[-71.876977,44.604864,435.7],[-71.877064,44.604878,0],[-71.877143,44.604915,0],[-71.877245,44.604954,0],[-71.877408,44.605008,0],[-71.877495,44.605042,0],[-71.87762,44.60509,0],[-71.877833,44.605201,0],[-71.877895,44.605234,0],[-71.877981,44.605274,0],[-71.87806,44.605308,0],[-71.878098,44.605318,0],[-71.878126,44.605322,0],[-71.878165,44.605321,0],[-71.878223,44.605302,0],[-71.878277,44.605288,0],[-71.878294,44.605287,0],[-71.878325,44.605279,0],[-71.878364,44.605283,0],[-71.878406,44.60529,0],[-71.878432,44.605318,0],[-71.878443,44.605337,0],[-71.878483,44.60536,0],[-71.878511,44.605368,0],[-71.878579,44.605388,0],[-71.8787,44.605434,0],[-71.878751,44.605453,0],[-71.87885,44.605477,0],[-71.878889,44.60549,0],[-71.878914,44.605502,0],[-71.878997,44.605566,0],[-71.879047,44.605599,0],[-71.879106,44.60562,0],[-71.879225,44.605648,0],[-71.879304,44.605664,0],[-71.879361,44.605673,0],[-71.879406,44.605672,0],[-71.879465,44.605675,0],[-71.879486,44.605678,0],[-71.879521,44.605688,0],[-71.879559,44.605713,0],[-71.879593,44.605745,0],[-71.879693,44.605836,0],[-71.879812,44.605949,0],[-71.879858,44.605995,0],[-71.879902,44.60605,0],[-71.879947,44.6061,0],[-71.880026,44.606174,0],[-71.880053,44.606199,0],[-71.880132,44.606284,0],[-71.880219,44.606384,0],[-71.880243,44.606436,0],[-71.88025,44.606478,0],[-71.880296,44.606544,0],[-71.880373,44.606621,0],[-71.880456,44.606686,0],[-71.880508,44.606752,0],[-71.880564,44.606832,0],[-71.880601,44.606941,0],[-71.880594,44.607001,0],[-71.880606,44.60707,0],[-71.880643,44.607149,0],[-71.880662,44.60729,0],[-71.880659,44.6074,0],[-71.880667,44.607475,0],[-71.880667,44.607519,0],[-71.880658,44.607564,0],[-71.880738,44.607673,0],[-71.880864,44.607742,0],[-71.880872,44.607781,0],[-71.880895,44.607852,0],[-71.880932,44.60797,0],[-71.880989,44.608086,0],[-71.881005,44.608293,0],[-71.880994,44.6084,0],[-71.880945,44.608491,0],[-71.880908,44.608557,0],[-71.880847,44.608595,0],[-71.880783,44.608621,0],[-71.880727,44.608738,0],[-71.880634,44.608842,0],[-71.880577,44.60906,0],[-71.880555,44.609143,0],[-71.880523,44.60918,0],[-71.880525,44.609226,0],[-71.880579,44.609263,0],[-71.880587,44.609316,0],[-71.880538,44.609388,0],[-71.880489,44.609444,0],[-71.880365,44.60961,0],[-71.880309,44.609685,0],[-71.88024,44.60975,0],[-71.880206,44.609811,0],[-71.880152,44.609849,0],[-71.880037,44.609909,0],[-71.87998,44.609932,0],[-71.879889,44.609992,0],[-71.879857,44.610037,0],[-71.879661,44.61015,0],[-71.879427,44.610269,0],[-71.878932,44.610339,0]]]},"properties":{"id":"mtb752","name":"Shonter Shuffle","touches":",rd505,mtb699,rd700,mtb584,mtb751,","length":1072.3145624611298}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.977668,44.57393,0],[-71.977567,44.573919,0],[-71.977302,44.573813,0],[-71.977162,44.573772,0],[-71.977114,44.573779,0],[-71.977053,44.573836,0],[-71.976954,44.574002,0],[-71.976843,44.574122,0],[-71.976789,44.574223,0],[-71.976789,44.57429,0]]]},"properties":{"id":"mtb753","name":"Fox Run","touches":",mtb620,mtb747,mtb745,","length":111.6416384794067}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.95365,44.573068,0],[-71.953668,44.573076,0],[-71.953712,44.573087,0],[-71.953753,44.573107,0],[-71.953785,44.573137,0],[-71.95383,44.573164,0],[-71.953886,44.573186,0],[-71.953936,44.573193,0],[-71.953995,44.573211,0],[-71.954037,44.573235,0],[-71.954051,44.573262,0],[-71.954077,44.573304,0]]]},"properties":{"id":"mtb754","name":"Martha's Pines","touches":",hke31,mtb149,mtb150,hke97,hke713,hke714,","length":45.031708070664344}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.922857,44.616976,0],[-71.922766,44.616786,0],[-71.922496,44.616347,0],[-71.92217,44.615943,0],[-71.921661,44.615266,0],[-71.921458,44.614896,0],[-71.921285,44.614672,0],[-71.9211,44.614499,0],[-71.920903,44.61435,0],[-71.9207,44.614256,0],[-71.920078,44.614005,0],[-71.919382,44.613667,0],[-71.919073,44.613466,0],[-71.918785,44.613234,0],[-71.918498,44.612945,0],[-71.917564,44.611906,0],[-71.916804,44.610859,0]]]},"properties":{"id":"rd764","name":"White School Rd","touches":",rd360,mtb443,rd606,rd607,","length":850.3442146111119}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.976831,44.559735,0],[-71.977057,44.559752,0],[-71.97717,44.559767,0],[-71.977277,44.559799,0],[-71.97738,44.559858,0],[-71.977424,44.559898,0],[-71.977447,44.559944,0],[-71.977482,44.559983,0],[-71.97754,44.560015,0],[-71.977655,44.560029,0],[-71.977752,44.560072,0],[-71.977841,44.560125,0],[-71.977959,44.560158,0],[-71.978084,44.560138,0],[-71.978196,44.560082,0],[-71.978262,44.559996,0],[-71.978265,44.559921,0],[-71.978235,44.55985,0],[-71.978243,44.559744,0],[-71.97827,44.559695,0],[-71.978333,44.559616,0],[-71.978419,44.559555,0],[-71.978492,44.559552,0],[-71.97859,44.559533,0],[-71.978669,44.559494,0],[-71.978727,44.559459,0],[-71.97882,44.559472,0],[-71.978899,44.559501,0],[-71.978972,44.559555,0],[-71.97906,44.559576,0],[-71.979158,44.559588,0],[-71.979222,44.55962,0],[-71.979293,44.559655,0],[-71.979386,44.559663,0],[-71.979415,44.559709,0],[-71.979493,44.559749,0],[-71.979577,44.559745,0],[-71.979662,44.559723,0],[-71.979787,44.559702,0],[-71.979905,44.55971,0],[-71.979961,44.559728,0],[-71.98002,44.559772,0],[-71.980034,44.559848,0],[-71.980052,44.559909,0],[-71.980059,44.559984,0],[-71.980064,44.560073,0],[-71.980049,44.560162,0],[-71.980037,44.56027,0],[-71.980041,44.560432,0]]]},"properties":{"id":"mtb755","name":"Border","touches":",mtb109,mtb251,mtb345,mtb252,mtb255,mtb383,","length":410.628540355904}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.976555,44.5745,0],[-71.976564,44.574536,0],[-71.976564,44.574588,0],[-71.976603,44.574728,0],[-71.976602,44.574742,0],[-71.976594,44.574757,0],[-71.976583,44.574771,0],[-71.976568,44.574781,0],[-71.976474,44.574827,0],[-71.976365,44.574872,0],[-71.976319,44.574893,0],[-71.976311,44.574897,0],[-71.976303,44.574897,0],[-71.976294,44.574898,0],[-71.976285,44.574896,0],[-71.976276,44.574892,0],[-71.97627,44.574887,0],[-71.97622,44.574862,0],[-71.976167,44.57484,0],[-71.976148,44.574845,0],[-71.976129,44.574851,0],[-71.976122,44.574861,0],[-71.976116,44.574871,0],[-71.976074,44.574884,0],[-71.976051,44.57489,0],[-71.976039,44.574888,0],[-71.976028,44.574884,0],[-71.976016,44.574881,0],[-71.976004,44.57488,0],[-71.976,44.574884,0],[-71.975999,44.574888,0],[-71.975998,44.574894,0],[-71.975999,44.574899,0],[-71.976004,44.575008,0],[-71.975995,44.57503,0],[-71.975989,44.575039,0],[-71.975981,44.575046,0],[-71.975967,44.575054,0],[-71.975962,44.575055,0],[-71.975957,44.575055,0],[-71.975953,44.575054,0],[-71.975908,44.575038,0],[-71.975888,44.575036,0],[-71.97588,44.575036,0],[-71.975872,44.575037,0],[-71.975866,44.57504,0],[-71.975862,44.575044,0],[-71.975862,44.575049,0],[-71.975862,44.575054,0],[-71.975878,44.575082,0],[-71.975871,44.575113,0],[-71.975832,44.575199,0],[-71.975799,44.575226,0],[-71.975749,44.575293,0],[-71.975724,44.575345,0],[-71.975671,44.575425,0],[-71.975614,44.575516,0],[-71.975581,44.575567,0],[-71.975545,44.575593,0],[-71.975516,44.575607,0],[-71.975351,44.575615,0],[-71.975163,44.575619,0],[-71.97511,44.575621,0],[-71.974981,44.57564,0],[-71.974898,44.575627,0],[-71.974817,44.575618,0],[-71.974674,44.575609,0],[-71.974495,44.575606,0],[-71.974263,44.575587,0],[-71.974173,44.575594,0],[-71.974099,44.575606,0]]]},"properties":{"id":"mtb756","name":"VSS Pump Track","touches":",mtb184,mtb424,mtb621,mtb622,","length":298.7127246542862}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.972608,44.576106,0],[-71.972673,44.575914,0],[-71.972755,44.575783,0],[-71.973356,44.575073,0],[-71.973427,44.574939,0],[-71.973426,44.574867,0],[-71.973404,44.574835,0]]]},"properties":{"id":"mtb757","name":"Bemis","touches":",mtb208,mtb425,mtb725,hke565,mtb566,","length":158.0058053868445}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.872118,44.622053,523.760569],[-71.872091,44.622079,0],[-71.872081,44.622126,524.90289],[-71.872142,44.622247,0],[-71.872119,44.622303,525.3],[-71.871822,44.622414,524.531377],[-71.87167,44.622516,524.2],[-71.871489,44.622807,523.1],[-71.871341,44.62298,522],[-71.871226,44.62301,0],[-71.870729,44.623005,520.8],[-71.870579,44.623015,0],[-71.87043,44.623039,519],[-71.870363,44.62302,0],[-71.870293,44.623008,0],[-71.870221,44.623008,0],[-71.870144,44.623009,517.9],[-71.870038,44.623026,0],[-71.869988,44.623041,0],[-71.869949,44.623062,0],[-71.869933,44.623076,0],[-71.869951,44.623127,514.762569],[-71.869954,44.62315,0],[-71.86995,44.623166,0],[-71.869875,44.623164,0],[-71.869793,44.62315,0],[-71.869707,44.623122,0],[-71.869617,44.623083,512.3],[-71.869475,44.622815,512.6],[-71.869427,44.622493,0],[-71.869357,44.622289,511.7],[-71.869332,44.622161,0],[-71.869377,44.62199,513.5],[-71.869376,44.621806,512.398903],[-71.869376,44.621693,0],[-71.869403,44.621597,513.9],[-71.869444,44.621506,0],[-71.869519,44.621423,0],[-71.869572,44.621364,0],[-71.869623,44.621252,0],[-71.869693,44.621171,0],[-71.869743,44.621089,514.7],[-71.869785,44.620935,0],[-71.869857,44.620802,0],[-71.870006,44.620644,0],[-71.870082,44.620568,0],[-71.870298,44.62048,0],[-71.870495,44.620464,0],[-71.870644,44.62043,0],[-71.870764,44.620385,0],[-71.870854,44.620355,0],[-71.870948,44.62035,0],[-71.871067,44.620369,513.3],[-71.87113,44.620377,0],[-71.87119,44.620369,0],[-71.871279,44.620366,0],[-71.871357,44.620359,0],[-71.871406,44.62036,513.647515],[-71.871471,44.620373,0],[-71.871528,44.62039,0],[-71.871573,44.620423,0],[-71.871611,44.620466,0],[-71.871669,44.620505,515.4],[-71.871768,44.620525,0],[-71.87182,44.620546,0],[-71.871875,44.620582,0],[-71.871933,44.620642,517],[-71.87196,44.620697,517.4],[-71.871991,44.620735,0],[-71.872017,44.620751,0],[-71.87216,44.620794,0],[-71.872267,44.620819,0],[-71.872389,44.62084,515.6],[-71.872486,44.620876,0],[-71.872652,44.62091,511.9],[-71.872832,44.62099,514.4],[-71.872984,44.621104,0],[-71.873133,44.621254,0],[-71.873165,44.621332,511.6],[-71.873302,44.621353,512.2],[-71.873547,44.621408,0],[-71.873844,44.621421,0]]]},"properties":{"id":"mtb758","name":"Flower Brook Loop","touches":",mtb737,mtb738,mtb759,mtb761,mtb762,","length":933.1076971066377}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.872118,44.622053,523.760569],[-71.872135,44.622022,524],[-71.872229,44.621993,0],[-71.872342,44.621984,0],[-71.872527,44.622039,0],[-71.872631,44.62214,0],[-71.872738,44.622252,0],[-71.872849,44.622377,521.8],[-71.872885,44.622471,521],[-71.872893,44.622518,0],[-71.872944,44.622539,521],[-71.873002,44.622521,0],[-71.873028,44.622485,0],[-71.873233,44.622096,516.7],[-71.873316,44.622005,516.7],[-71.873423,44.621925,515.7],[-71.873488,44.621804,515.6],[-71.873534,44.621704,0],[-71.873595,44.621624,0],[-71.873653,44.621598,0],[-71.873739,44.62159,0],[-71.873848,44.621602,0]]]},"properties":{"id":"mtb759","name":"Black Bear","touches":",mtb737,mtb738,mtb758,mtb762,mtb763,","length":240.29939798394167}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.875867,44.622013,0],[-71.875775,44.622101,0],[-71.875763,44.622231,0],[-71.87575,44.622344,0],[-71.875689,44.622436,0],[-71.875629,44.62253,0],[-71.875558,44.622613,0],[-71.875488,44.622718,0],[-71.87541,44.622812,0],[-71.875341,44.62291,0],[-71.875257,44.623031,0],[-71.874932,44.623419,0]]]},"properties":{"id":"mtb760","name":"BFR","touches":",mtb497,mtb763,mtb586,mtb761,","length":175.39309883793655}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.873844,44.621421,0],[-71.874119,44.62146,0],[-71.874241,44.621479,506.8],[-71.874361,44.621529,507.4],[-71.874711,44.621645,0],[-71.874866,44.621616,0],[-71.87482,44.621396,297.264991],[-71.874789,44.621246,500.9],[-71.874804,44.621226,0],[-71.874836,44.621223,499.8],[-71.874983,44.621382,0],[-71.875099,44.621585,498.9],[-71.875171,44.621753,500.11998],[-71.875315,44.621968,498.880646],[-71.875413,44.622034,497.923397],[-71.875542,44.622065,496.386411],[-71.875646,44.622066,495.6],[-71.875714,44.622032,494.7],[-71.875867,44.622013,0]]]},"properties":{"id":"mtb761","name":"Flower Brook Loop","touches":",mtb586,mtb760,mtb758,mtb762,","length":273.2799277973509}},{"type":"Feature","geometry":{"type":"MultiLineString","coordinates":[[[-71.873844,44.621421,0],[-71.873822,44.621531,0],[-71.873848,44.621602,0]]]},"properties":{"id":"mtb762","name":"Flower Brook Loop","touches":",mtb758,mtb761,mtb759,mtb763,","length":20.50877610987635}}]}