From 3d212c2dd8372580a4a328badf9da085ebcd14e0 Mon Sep 17 00:00:00 2001 From: pio8909 <40757786+pio8909@users.noreply.github.com> Date: Thu, 26 Mar 2020 20:46:49 +0100 Subject: [PATCH 1/6] Update index.html --- index.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 48b2174..81819b8 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Bikeways for Everybody! + Postrzeganie Przestrzeni @@ -38,11 +38,11 @@
@@ -50,12 +50,12 @@ -
+
  • -
  • +
@@ -98,19 +98,19 @@ leftBar.onAdd = function(map){ var div =L.DomUtil.create('div', ''); div.id = 'leftBar'; - div.innerHTML = '
' + div.innerHTML = '
' +'' +'
' - +'
' + +'
' +'' +'

' - +'
' + +'
' +'' +'

' - +'
' + +'
' +'' +'
' - +'
' + +'
' +'
'; return div; }; @@ -617,4 +617,4 @@ - \ No newline at end of file + From 0ca46306366890b1106790bae0593d93a40f64f9 Mon Sep 17 00:00:00 2001 From: pio8909 <40757786+pio8909@users.noreply.github.com> Date: Sat, 28 Mar 2020 15:03:10 +0100 Subject: [PATCH 2/6] Update index.html --- index.html | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index 81819b8..4249d2e 100644 --- a/index.html +++ b/index.html @@ -34,12 +34,12 @@
-
+
    -
  • -
  • +
  • +
  • @@ -54,7 +54,7 @@
      -
    • +
    @@ -101,7 +101,7 @@ div.innerHTML = '
    ' +'' +'
    ' - +'
    ' + +'
    ' +'' +'

    ' +'
    ' @@ -335,12 +335,12 @@ } , open: function() { - var _title = "Tell us about this"; + var _title = "Opisz wybór"; if (markerDraw){ - _title += " location"; + _title += " lokalizacji"; } else if (routeDraw){ - _title += " route"; + _title += " ścieżki"; } $( "#dialog" ).dialog( "option", "title",_title); @@ -351,14 +351,14 @@ var error = []; var valid = true; if(name.length < 3) { - error.push("Your name is too short."); + error.push("Nazwa użytkownika jest za krótka."); valid = false; } if(zip.length < 5){ - error.push("Your zipcode is too short."); + error.push("Kod pocztowy jest za krótki."); valid = false; }else if(!/(^\d{5}$)/.test(zip)){ - error.push("Your zipcode is invalid."); + error.push("Nieprawidłowy kod pocztowy - wpisz 5 cyfr bez myślnika '-'."); valid = false; } if(email.length > 0){ @@ -574,9 +574,9 @@ }, tourStates = [ { - title: "Welcome", + title: "Witam i dziękuję za zainteresowanie!", html: config.walkthroughWelcome, - buttons:{'I already know':0,'How do I use this?':1}, + buttons:{'Już wiem':0,'Jak wprowadzać dane?':1}, focus: 1, submit: tourSubmitFunc }, @@ -589,25 +589,25 @@ submit:tourSubmitFunc }, { - title:"Enable Drawing", - html:"Click on either or to start giving your input. First we'll want you to enter your first name and zipcode.
    After that you'll be able to add your input to the map!", - buttons:{'Go back':-1,'I\'m done':0,'Tell me more!':1}, + title:"Zacznij rysować", + html:"Kliknij na lub aby zacząć wprowadzać dane. Najpierw zostaniesz poproszony/a o podanie nazwy użytkownika i Twojego kodu pocztowego.
    Po czym będziesz mógł/mogła wprowadzać dane na mapie!", + buttons:{'Wróć':-1,'Zakończ przewodnik':0,'Więcej informacji!':1}, position: { container: '#leftBar', x: 150, y: 0, width: 300, arrow: 'lt' }, focus:2, submit:tourSubmitFunc }, { - title:"Click on and Place a Marker on the Map", - html:"

    Tell us about dangerous intersections, potholes, etc. When you click 'Save Input' your marker and description are sent to our database.", - buttons:{'Go back':-1,'I\'m done':0,'Tell me more!':1}, + title:"Kliknij na i wstaw Punkt na mapie", + html:"

    Wybierz z rozwijanych list rodzaj aktywności i nastrój jaki Ci towarzyszy podczas przebywania w określonym miejscu, oraz krótko opisz swój wybór - co wpływa pozytywnie/negatywnie na Twoje samopoczucie w danym miejscu, czy istnieją tam jakieś zagrożenia, inne elementy warte uwagi (pozytywne jak i negatywne) itp.? Gdy klikniesz 'Zapisz' Twój punkt i opis są wysłane do mojej bazy danych.", + buttons:{'Wróć':-1,'Zakończ przewodnik':0,'Więcej informacji!':1}, position:{width:500}, focus:2, submit:tourSubmitFunc }, { - title:"Or Click on to Draw a Route", - html:"

    Routes can indicate your entire commute, or small locations where bike lanes are missing, or frequently blocked... Click to add points to form a route. Double click on the final point to end that route, and then write a description. You are welcome to input as many routes as you please", - buttons:{'Go back':-1,'I\'m ready!':0}, + title:"Kliknij na aby rysować odcinki ścieżek", + html:"

    Ścieżki mogą przedstawiać jedną trasę lub jej małe odcinki jeśli wywołują one u Ciebie rożne odczucia - pozytywne/obojętne/negatywne - (w tym przypadku każdy odcinek rysuj osobno). Kliknij aby dodać punkt. Kliknij dwukrotnie aby zakończyć rysowanie, a następnie dodać opis. Możesz wprowadzać dowolną liczbę tras.", + buttons:{'Wróć':-1,'Jestem gotowy!':0}, position:{width:500}, focus:1, submit:tourSubmitFunc From bb0bd4b36e2dc0295b65ea4e3bbb9315b284711d Mon Sep 17 00:00:00 2001 From: pio8909 <40757786+pio8909@users.noreply.github.com> Date: Sat, 28 Mar 2020 19:52:15 +0100 Subject: [PATCH 3/6] Update index.html --- index.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 4249d2e..8c92611 100644 --- a/index.html +++ b/index.html @@ -581,13 +581,12 @@ submit: tourSubmitFunc }, { - title:"Data Layers", - html:"Here you have the legend for the datalayers, you can toggle each layer by clicking on the check mark", - buttons:{'Go back':-1,'I\'m done':0,'Tell me more!':1}, - focus:2, - position: { container: '.leaflet-control-layers-expanded', x: -330, y: 0, width: 300, arrow: 'rt' }, - submit:tourSubmitFunc - }, + title: "Objaśnienie ankiety", + html: config.walkthroughIntro, + buttons:{'Wróć':-1,'Zakończ przewodnik':0,'Więcej informacji!':1}, + focus: 1, + submit: tourSubmitFunc + }, { title:"Zacznij rysować", html:"Kliknij na lub aby zacząć wprowadzać dane. Najpierw zostaniesz poproszony/a o podanie nazwy użytkownika i Twojego kodu pocztowego.
    Po czym będziesz mógł/mogła wprowadzać dane na mapie!", From befe85ffa811e882d67beb8ceceab19e1aea2d12 Mon Sep 17 00:00:00 2001 From: pio8909 <40757786+pio8909@users.noreply.github.com> Date: Sat, 28 Mar 2020 22:55:34 +0100 Subject: [PATCH 4/6] Update index.html From c0eefca6827c1faf2709137b7fcc9fbfe776f305 Mon Sep 17 00:00:00 2001 From: pio8909 <40757786+pio8909@users.noreply.github.com> Date: Sat, 28 Mar 2020 23:16:54 +0100 Subject: [PATCH 5/6] Delete json_bikefacilities.js --- data/json_bikefacilities.js | 3694 ----------------------------------- 1 file changed, 3694 deletions(-) delete mode 100644 data/json_bikefacilities.js diff --git a/data/json_bikefacilities.js b/data/json_bikefacilities.js deleted file mode 100644 index fa6a07c..0000000 --- a/data/json_bikefacilities.js +++ /dev/null @@ -1,3694 +0,0 @@ -var json_bikefacilities={ -"type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, - -"features": [ -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168282, 42.290672 ], [ -71.168397, 42.290592 ], [ -71.1688, 42.290324 ], [ -71.169263, 42.290002 ], [ -71.16982, 42.289585 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168108, 42.290489 ], [ -71.167768, 42.290694 ], [ -71.167317, 42.290944 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166558, 42.291311 ], [ -71.165736, 42.291715 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166118, 42.340679 ], [ -71.166109, 42.340823 ], [ -71.1661, 42.34113 ], [ -71.166053, 42.341479 ], [ -71.166, 42.341602 ], [ -71.165901, 42.34178 ], [ -71.16584, 42.341881 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039085, 42.374706 ], [ -71.039088, 42.374833 ], [ -71.039092, 42.374931 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166117, 42.339955 ], [ -71.165536, 42.340005 ], [ -71.164772, 42.340048 ], [ -71.16409, 42.340067 ], [ -71.163531, 42.340065 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039301, 42.382004 ], [ -71.039315, 42.382614 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.022354, 42.381101 ], [ -71.022178, 42.381154 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.163531, 42.340065 ], [ -71.162542, 42.340047 ], [ -71.161551, 42.340029 ], [ -71.160929, 42.340001 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.16584, 42.341881 ], [ -71.165689, 42.342115 ], [ -71.165326, 42.342679 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.020558, 42.381831 ], [ -71.020792, 42.381775 ], [ -71.021537, 42.381497 ], [ -71.022322, 42.38121 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.165326, 42.342679 ], [ -71.164827, 42.343304 ], [ -71.164427, 42.34369 ], [ -71.164208, 42.343935 ], [ -71.164033, 42.34418 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.022178, 42.381154 ], [ -71.022002, 42.38122 ], [ -71.020735, 42.381723 ], [ -71.020558, 42.381831 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Faneuil Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168629, 42.351067 ], [ -71.169085, 42.35108 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.016264, 42.383428 ], [ -71.015104, 42.383865 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.163093, 42.34905 ], [ -71.162763, 42.349032 ], [ -71.162425, 42.349003 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.010386, 42.385462 ], [ -71.006796, 42.386673 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15693, 42.295632 ], [ -71.156591, 42.295652 ], [ -71.156259, 42.295653 ], [ -71.155924, 42.295629 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.006796, 42.386673 ], [ -71.005837, 42.386342 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157882, 42.331652 ], [ -71.157708, 42.331623 ], [ -71.157491, 42.331599 ], [ -71.157315, 42.331595 ], [ -71.157193, 42.331598 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157789, 42.339717 ], [ -71.158401, 42.339847 ], [ -71.158964, 42.339962 ], [ -71.159758, 42.340067 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Truman Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122473, 42.250099 ], [ -71.124421, 42.24813 ], [ -71.125311, 42.247205 ], [ -71.125519, 42.246947 ], [ -71.125561, 42.246894 ], [ -71.125697, 42.246713 ], [ -71.125863, 42.246421 ], [ -71.125974, 42.246169 ], [ -71.126004, 42.246102 ], [ -71.1261, 42.24587 ], [ -71.126221, 42.245515 ], [ -71.126282, 42.245259 ], [ -71.126354, 42.244837 ], [ -71.126376, 42.244492 ], [ -71.126383, 42.2442 ], [ -71.126389, 42.243933 ], [ -71.126383, 42.243451 ], [ -71.12639, 42.243003 ], [ -71.126387, 42.242682 ], [ -71.126387, 42.242681 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.159157, 42.348924 ], [ -71.158996, 42.348938 ], [ -71.158831, 42.348959 ], [ -71.158654, 42.348986 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097209, 42.291345 ], [ -71.098112, 42.291057 ], [ -71.09914, 42.29072 ], [ -71.099854, 42.29051 ], [ -71.100143, 42.290407 ], [ -71.101418, 42.289996 ], [ -71.102491, 42.289661 ], [ -71.103093, 42.289466 ], [ -71.103735, 42.289243 ], [ -71.104446, 42.288957 ], [ -71.105309, 42.288564 ], [ -71.105881, 42.288259 ], [ -71.106756, 42.28775 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.177991, 42.294253 ], [ -71.177581, 42.294074 ], [ -71.177007, 42.293806 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172229, 42.271883 ], [ -71.172399, 42.271811 ], [ -71.172523, 42.271797 ], [ -71.172634, 42.271803 ], [ -71.172712, 42.271823 ], [ -71.17282, 42.271894 ], [ -71.173026, 42.272088 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172096, 42.276809 ], [ -71.171823, 42.277563 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.174022, 42.291291 ], [ -71.17417, 42.291464 ], [ -71.174272, 42.291556 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171555, 42.282876 ], [ -71.171766, 42.283216 ], [ -71.171975, 42.283617 ], [ -71.17206, 42.283836 ], [ -71.172138, 42.284072 ], [ -71.172206, 42.284378 ], [ -71.172232, 42.284627 ], [ -71.172231, 42.284948 ], [ -71.17218, 42.285384 ], [ -71.172082, 42.286193 ], [ -71.172005, 42.286524 ], [ -71.171913, 42.286821 ], [ -71.171728, 42.287219 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.163275, 42.292917 ], [ -71.162467, 42.293292 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171569, 42.287981 ], [ -71.171717, 42.287768 ], [ -71.171889, 42.28745 ], [ -71.172067, 42.287086 ], [ -71.172176, 42.286799 ], [ -71.172296, 42.286378 ], [ -71.172346, 42.286134 ], [ -71.172389, 42.285816 ], [ -71.172418, 42.285544 ], [ -71.172432, 42.285403 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166127, 42.340097 ], [ -71.166555, 42.340042 ], [ -71.166699, 42.340017 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173776, 42.290997 ], [ -71.173809, 42.291039 ], [ -71.174022, 42.291291 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166127, 42.340097 ], [ -71.166133, 42.340443 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155131, 42.338493 ], [ -71.155016, 42.338438 ], [ -71.1548, 42.338338 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166133, 42.340443 ], [ -71.166118, 42.340679 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15232, 42.337209 ], [ -71.152986, 42.337791 ], [ -71.153229, 42.338024 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.161534, 42.340171 ], [ -71.161587, 42.340169 ], [ -71.162885, 42.340209 ], [ -71.163522, 42.340224 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.164033, 42.34418 ], [ -71.163798, 42.344593 ], [ -71.163617, 42.344866 ], [ -71.163488, 42.345 ], [ -71.16336, 42.345117 ], [ -71.163149, 42.345262 ], [ -71.162893, 42.345429 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167603, 42.350795 ], [ -71.167745, 42.350949 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.163333, 42.349124 ], [ -71.163093, 42.34905 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153471, 42.343218 ], [ -71.153428, 42.343316 ], [ -71.153409, 42.343484 ], [ -71.153413, 42.343643 ], [ -71.153436, 42.343821 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155505, 42.295803 ], [ -71.156562, 42.295849 ], [ -71.156976, 42.295832 ], [ -71.157275, 42.295805 ], [ -71.157679, 42.295747 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Enneking Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142237, 42.272406 ], [ -71.141972, 42.272581 ], [ -71.141683, 42.272859 ], [ -71.141515, 42.273042 ], [ -71.141254, 42.27335 ], [ -71.141022, 42.273701 ], [ -71.140871, 42.273975 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157193, 42.331598 ], [ -71.156949, 42.331632 ], [ -71.1567, 42.331682 ], [ -71.15644, 42.331778 ], [ -71.156039, 42.331985 ], [ -71.155538, 42.332213 ], [ -71.15529, 42.332366 ], [ -71.15493, 42.332626 ], [ -71.154681, 42.332876 ], [ -71.154646, 42.332924 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Enneking Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140871, 42.273975 ], [ -71.140795, 42.274159 ], [ -71.140753, 42.274352 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.161305, 42.348973 ], [ -71.160438, 42.348925 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154438, 42.349146 ], [ -71.15418, 42.349146 ], [ -71.15402, 42.349146 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.160438, 42.348925 ], [ -71.159905, 42.348901 ], [ -71.159612, 42.3489 ], [ -71.159327, 42.34891 ], [ -71.159157, 42.348924 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153071, 42.349903 ], [ -71.152965, 42.350045 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153452, 42.349128 ], [ -71.152616, 42.349084 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157079, 42.349099 ], [ -71.156475, 42.349114 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152616, 42.349084 ], [ -71.152091, 42.349058 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146503, 42.286028 ], [ -71.145794, 42.286041 ], [ -71.145173, 42.286047 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.151107, 42.349018 ], [ -71.150879, 42.349018 ], [ -71.15061, 42.349023 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127814, 42.300115 ], [ -71.127495, 42.300434 ], [ -71.127176, 42.30074 ], [ -71.126511, 42.301396 ], [ -71.126162, 42.301737 ], [ -71.126139, 42.301762 ], [ -71.126037, 42.30187 ], [ -71.125939, 42.301991 ], [ -71.125703, 42.302286 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150088, 42.35462 ], [ -71.149965, 42.354809 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154646, 42.332924 ], [ -71.154494, 42.333126 ], [ -71.154286, 42.333489 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147776, 42.286004 ], [ -71.147055, 42.286026 ], [ -71.146939, 42.286026 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153979, 42.334194 ], [ -71.15377, 42.334663 ], [ -71.153541, 42.335149 ], [ -71.153464, 42.335282 ], [ -71.153332, 42.33544 ], [ -71.153132, 42.335603 ], [ -71.152877, 42.335746 ], [ -71.152829, 42.335766 ], [ -71.152711, 42.335817 ], [ -71.152511, 42.335878 ], [ -71.152133, 42.335943 ], [ -71.151637, 42.335988 ], [ -71.150907, 42.335992 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146734, 42.296458 ], [ -71.146395, 42.296453 ], [ -71.146162, 42.296429 ], [ -71.146007, 42.29637 ], [ -71.14589, 42.296288 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132499, 42.297045 ], [ -71.13275, 42.297022 ], [ -71.132923, 42.297027 ], [ -71.133188, 42.29706 ], [ -71.133497, 42.297077 ], [ -71.133784, 42.297086 ], [ -71.134332, 42.29708 ], [ -71.134695, 42.297045 ], [ -71.135059, 42.296973 ], [ -71.135508, 42.296845 ], [ -71.135867, 42.296714 ], [ -71.136177, 42.296574 ], [ -71.136432, 42.296429 ], [ -71.136775, 42.296248 ], [ -71.137014, 42.296141 ], [ -71.137166, 42.296088 ], [ -71.137459, 42.295996 ], [ -71.137776, 42.295917 ], [ -71.138085, 42.29586 ], [ -71.138422, 42.295838 ], [ -71.138795, 42.295829 ], [ -71.13916, 42.295837 ], [ -71.139511, 42.295865 ], [ -71.13992, 42.295908 ], [ -71.140019, 42.295924 ], [ -71.140798, 42.296011 ], [ -71.141783, 42.296123 ], [ -71.142736, 42.296243 ], [ -71.144203, 42.296417 ], [ -71.144905, 42.296517 ], [ -71.145063, 42.296564 ], [ -71.145212, 42.296613 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153366, 42.338194 ], [ -71.153648, 42.338432 ], [ -71.154454, 42.339171 ], [ -71.155089, 42.339754 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123956, 42.319318 ], [ -71.124187, 42.319232 ], [ -71.124714, 42.319012 ], [ -71.124791, 42.318984 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13851, 42.292341 ], [ -71.137896, 42.292849 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152268, 42.339482 ], [ -71.152414, 42.339262 ], [ -71.152498, 42.339094 ], [ -71.152588, 42.338904 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136705, 42.293839 ], [ -71.136339, 42.29413 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132107, 42.35307 ], [ -71.135736, 42.353507 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154554, 42.341566 ], [ -71.154357, 42.341853 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133173, 42.353086 ], [ -71.132082, 42.352949 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133162, 42.359397 ], [ -71.133112, 42.359608 ], [ -71.133069, 42.359732 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1548, 42.349137 ], [ -71.15465, 42.34914 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132399, 42.360476 ], [ -71.132366, 42.3605 ], [ -71.131984, 42.360815 ], [ -71.131574, 42.361169 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152091, 42.349058 ], [ -71.151994, 42.349051 ], [ -71.151107, 42.349018 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128591, 42.25456 ], [ -71.128702, 42.254383 ], [ -71.128802, 42.254246 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.149527, 42.349289 ], [ -71.149775, 42.349217 ], [ -71.150065, 42.34912 ], [ -71.150352, 42.349063 ], [ -71.15061, 42.349023 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122013, 42.281554 ], [ -71.121795, 42.281409 ], [ -71.121071, 42.280934 ], [ -71.120676, 42.280705 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123072, 42.291208 ], [ -71.122464, 42.291757 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150365, 42.348979 ], [ -71.150154, 42.348994 ], [ -71.149944, 42.349044 ], [ -71.149456, 42.349228 ], [ -71.149286, 42.349302 ], [ -71.148985, 42.349417 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124204, 42.306042 ], [ -71.124064, 42.306291 ], [ -71.123921, 42.306504 ], [ -71.123665, 42.306838 ], [ -71.123468, 42.307091 ], [ -71.12339, 42.307209 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122632, 42.308401 ], [ -71.122916, 42.307999 ], [ -71.123294, 42.307492 ], [ -71.123578, 42.307126 ], [ -71.123928, 42.306688 ], [ -71.124146, 42.306391 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145515, 42.288017 ], [ -71.145331, 42.288067 ], [ -71.145125, 42.288122 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112259, 42.323914 ], [ -71.112263, 42.323994 ], [ -71.112271, 42.324331 ], [ -71.11226, 42.324561 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148383, 42.296361 ], [ -71.148087, 42.296401 ], [ -71.147661, 42.296433 ], [ -71.147132, 42.296452 ], [ -71.146835, 42.296459 ], [ -71.146734, 42.296458 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113507, 42.33178 ], [ -71.112749, 42.331828 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111593, 42.330795 ], [ -71.111828, 42.331393 ], [ -71.112045, 42.331986 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145847, 42.296751 ], [ -71.145976, 42.296688 ], [ -71.146085, 42.296655 ], [ -71.146248, 42.296639 ], [ -71.146622, 42.296644 ], [ -71.147109, 42.296645 ], [ -71.147627, 42.296615 ], [ -71.147689, 42.296611 ], [ -71.147871, 42.296609 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115798, 42.351026 ], [ -71.114913, 42.350916 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114913, 42.350916 ], [ -71.113785, 42.350788 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145047, 42.341739 ], [ -71.144532, 42.341969 ], [ -71.144233, 42.342116 ], [ -71.144031, 42.342234 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128181, 42.25496 ], [ -71.128066, 42.255018 ], [ -71.128006, 42.255043 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126313, 42.288158 ], [ -71.125965, 42.288491 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145621, 42.350809 ], [ -71.145081, 42.351031 ], [ -71.144963, 42.351081 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130069, 42.298193 ], [ -71.130091, 42.298184 ], [ -71.130368, 42.298011 ], [ -71.130396, 42.297998 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130277, 42.297892 ], [ -71.130101, 42.297977 ], [ -71.129976, 42.298058 ], [ -71.129929, 42.298087 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12888, 42.360377 ], [ -71.129288, 42.360714 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1254, 42.302887 ], [ -71.125661, 42.302564 ], [ -71.125817, 42.302331 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12869, 42.360231 ], [ -71.12888, 42.360377 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127051, 42.358921 ], [ -71.127089, 42.358973 ], [ -71.127185, 42.359053 ], [ -71.127364, 42.359198 ], [ -71.127505, 42.359306 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126487, 42.357986 ], [ -71.12669, 42.358313 ], [ -71.126759, 42.358432 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129756, 42.363206 ], [ -71.12995, 42.363039 ], [ -71.13009, 42.362875 ], [ -71.130183, 42.362752 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126418, 42.357865 ], [ -71.126487, 42.357986 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129756, 42.363206 ], [ -71.129604, 42.363337 ], [ -71.129377, 42.3635 ], [ -71.128526, 42.364128 ], [ -71.12803, 42.36449 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125449, 42.363562 ], [ -71.125022, 42.363594 ], [ -71.124742, 42.36362 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12748, 42.36488 ], [ -71.126774, 42.365397 ], [ -71.126627, 42.365504 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119087, 42.272499 ], [ -71.118828, 42.272494 ], [ -71.118657, 42.272508 ], [ -71.118461, 42.272558 ], [ -71.118157, 42.272689 ], [ -71.117862, 42.272859 ], [ -71.117592, 42.273062 ], [ -71.117312, 42.273349 ], [ -71.117154, 42.273542 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126155, 42.363502 ], [ -71.125449, 42.363562 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140547, 42.286143 ], [ -71.13933, 42.286175 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124495, 42.283915 ], [ -71.124368, 42.283711 ], [ -71.124248, 42.283458 ], [ -71.124163, 42.283222 ], [ -71.124041, 42.283007 ], [ -71.123977, 42.282942 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Murray Circle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121293, 42.308855 ], [ -71.12126, 42.308933 ], [ -71.121249, 42.30901 ], [ -71.121268, 42.309092 ], [ -71.121297, 42.309157 ], [ -71.121373, 42.309242 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138202, 42.286232 ], [ -71.137623, 42.286256 ], [ -71.137425, 42.286259 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119619, 42.321464 ], [ -71.119194, 42.321394 ], [ -71.118507, 42.321265 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140845, 42.346412 ], [ -71.140704, 42.346709 ], [ -71.140587, 42.346925 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118507, 42.321265 ], [ -71.119034, 42.321422 ], [ -71.119258, 42.321486 ], [ -71.119364, 42.321546 ], [ -71.119439, 42.321614 ], [ -71.119476, 42.321722 ], [ -71.119516, 42.322063 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124097, 42.352019 ], [ -71.123403, 42.351938 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142152, 42.351883 ], [ -71.141925, 42.351956 ], [ -71.141604, 42.352075 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121261, 42.35188 ], [ -71.122807, 42.35207 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Truman Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112467, 42.258184 ], [ -71.112607, 42.258121 ], [ -71.112936, 42.257978 ], [ -71.113136, 42.257889 ], [ -71.113371, 42.257753 ], [ -71.113605, 42.257612 ], [ -71.11389, 42.257402 ], [ -71.114115, 42.257225 ], [ -71.114315, 42.25704 ], [ -71.114651, 42.2567 ], [ -71.115286, 42.256061 ], [ -71.11567, 42.255632 ], [ -71.116096, 42.255147 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134285, 42.295906 ], [ -71.134827, 42.295444 ], [ -71.135226, 42.295121 ], [ -71.135626, 42.294775 ], [ -71.13601, 42.294438 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11678, 42.2791 ], [ -71.116751, 42.278802 ], [ -71.116676, 42.278554 ], [ -71.116594, 42.278396 ], [ -71.116395, 42.27817 ], [ -71.116215, 42.277962 ], [ -71.116095, 42.277798 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132902, 42.296768 ], [ -71.132979, 42.296837 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133013, 42.357714 ], [ -71.133062, 42.358313 ], [ -71.133083, 42.358565 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130122, 42.252974 ], [ -71.130323, 42.252801 ], [ -71.130683, 42.252513 ], [ -71.130863, 42.252351 ], [ -71.130958, 42.252232 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129978, 42.253097 ], [ -71.130122, 42.252974 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127177, 42.255327 ], [ -71.126813, 42.255403 ], [ -71.12634, 42.255486 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125901, 42.255567 ], [ -71.125593, 42.255621 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125127, 42.284499 ], [ -71.124762, 42.284195 ], [ -71.124495, 42.283915 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Corinth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130401, 42.286584 ], [ -71.129756, 42.28618 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130538, 42.297776 ], [ -71.130394, 42.297837 ], [ -71.130277, 42.297892 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124781, 42.304409 ], [ -71.124826, 42.304038 ], [ -71.124876, 42.303812 ], [ -71.124948, 42.303623 ], [ -71.124992, 42.303497 ], [ -71.125063, 42.303377 ], [ -71.125162, 42.303204 ], [ -71.1254, 42.302887 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091919, 42.34886 ], [ -71.091735, 42.348864 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095493, 42.33763 ], [ -71.095237, 42.337539 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129744, 42.348856 ], [ -71.129784, 42.348911 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092842, 42.34001 ], [ -71.093199, 42.34049 ], [ -71.093254, 42.340618 ], [ -71.093279, 42.340701 ], [ -71.093279, 42.340765 ], [ -71.093243, 42.340855 ], [ -71.093228, 42.340868 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129303, 42.352629 ], [ -71.128407, 42.352523 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125202, 42.352254 ], [ -71.126917, 42.352443 ], [ -71.127048, 42.352458 ], [ -71.128344, 42.352613 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095493, 42.33763 ], [ -71.095431, 42.337651 ], [ -71.094581, 42.337994 ], [ -71.094504, 42.338028 ], [ -71.093632, 42.338419 ], [ -71.092479, 42.33885 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094981, 42.349373 ], [ -71.096235, 42.349032 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09498, 42.349125 ], [ -71.095516, 42.349111 ], [ -71.095854, 42.349077 ], [ -71.096235, 42.349032 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119072, 42.2726 ], [ -71.119639, 42.272624 ], [ -71.120079, 42.272602 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092853, 42.349166 ], [ -71.09498, 42.349125 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122464, 42.291757 ], [ -71.121914, 42.292273 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091951, 42.282412 ], [ -71.091697, 42.283277 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122144, 42.309104 ], [ -71.122366, 42.308786 ], [ -71.122596, 42.308452 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090934, 42.286104 ], [ -71.091107, 42.285572 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090335, 42.287895 ], [ -71.090549, 42.287243 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089495, 42.290447 ], [ -71.08971, 42.289791 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088912, 42.292173 ], [ -71.089234, 42.291231 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088726, 42.292188 ], [ -71.088517, 42.292824 ], [ -71.088423, 42.293106 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092208, 42.295888 ], [ -71.091891, 42.296331 ], [ -71.091716, 42.296568 ], [ -71.091569, 42.296757 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09048, 42.297268 ], [ -71.090433, 42.297284 ], [ -71.090059, 42.2974 ], [ -71.089636, 42.297507 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088091, 42.294666 ], [ -71.088157, 42.294467 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088599, 42.297753 ], [ -71.087421, 42.298052 ], [ -71.087025, 42.298157 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089099, 42.350072 ], [ -71.088925, 42.349713 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088698, 42.349273 ], [ -71.090676, 42.349239 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088698, 42.349273 ], [ -71.088533, 42.348907 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08565, 42.348775 ], [ -71.085839, 42.349158 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083074, 42.293482 ], [ -71.082486, 42.293296 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085226, 42.302921 ], [ -71.085115, 42.303303 ], [ -71.085033, 42.303493 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084923, 42.304437 ], [ -71.085001, 42.304187 ], [ -71.085122, 42.303831 ], [ -71.085247, 42.303455 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083431, 42.303463 ], [ -71.08317, 42.303545 ], [ -71.082992, 42.303635 ], [ -71.082844, 42.303707 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082844, 42.303707 ], [ -71.082609, 42.303893 ], [ -71.08231, 42.30413 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081185, 42.305051 ], [ -71.081402, 42.304934 ], [ -71.081851, 42.304655 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083543, 42.314766 ], [ -71.083305, 42.315358 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085417, 42.321696 ], [ -71.085271, 42.321914 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081789, 42.318279 ], [ -71.08165, 42.318569 ], [ -71.081556, 42.318812 ], [ -71.081479, 42.319066 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081386, 42.319811 ], [ -71.081407, 42.319923 ], [ -71.081433, 42.320066 ], [ -71.081513, 42.320335 ], [ -71.081621, 42.320741 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083498, 42.32586 ], [ -71.083444, 42.325622 ], [ -71.083328, 42.325327 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083328, 42.325327 ], [ -71.083309, 42.325277 ], [ -71.083085, 42.324679 ], [ -71.083064, 42.324622 ], [ -71.082955, 42.324328 ], [ -71.082855, 42.324055 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082244, 42.322681 ], [ -71.082454, 42.323269 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083358, 42.32942 ], [ -71.083268, 42.32981 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083062, 42.328001 ], [ -71.083111, 42.328128 ], [ -71.083223, 42.328329 ], [ -71.083371, 42.328531 ], [ -71.083448, 42.328658 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083044, 42.327659 ], [ -71.083035, 42.327747 ], [ -71.083041, 42.327906 ], [ -71.083062, 42.328001 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081716, 42.331962 ], [ -71.081413, 42.332296 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081746, 42.34066 ], [ -71.080948, 42.339819 ], [ -71.080752, 42.339629 ], [ -71.080408, 42.339298 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076937, 42.336539 ], [ -71.076317, 42.336978 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08453, 42.349986 ], [ -71.08257, 42.350511 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080313, 42.346387 ], [ -71.079581, 42.346941 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07775, 42.350907 ], [ -71.07794, 42.351284 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07616, 42.383305 ], [ -71.076524, 42.383184 ], [ -71.076556, 42.383173 ], [ -71.076945, 42.38303 ], [ -71.077109, 42.38297 ], [ -71.077225, 42.382932 ], [ -71.077399, 42.382874 ], [ -71.077899, 42.382696 ], [ -71.078253, 42.382568 ], [ -71.078654, 42.382465 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074023, 42.384388 ], [ -71.074062, 42.384337 ], [ -71.074127, 42.384238 ], [ -71.074189, 42.384154 ], [ -71.074289, 42.38405 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Alford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073125, 42.386272 ], [ -71.073617, 42.385307 ], [ -71.073695, 42.385075 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076077, 42.307577 ], [ -71.076277, 42.307395 ], [ -71.076637, 42.307085 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075096, 42.308206 ], [ -71.074818, 42.308418 ], [ -71.074587, 42.308576 ], [ -71.074491, 42.308641 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078073, 42.337341 ], [ -71.077653, 42.336989 ], [ -71.077021, 42.33648 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077021, 42.33648 ], [ -71.076544, 42.336069 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079191, 42.342696 ], [ -71.078532, 42.3432 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074109, 42.343566 ], [ -71.074405, 42.34415 ], [ -71.074489, 42.344306 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068018, 42.272225 ], [ -71.068024, 42.272291 ], [ -71.067999, 42.272468 ], [ -71.067885, 42.272932 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "West Dedham Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072075, 42.341294 ], [ -71.071972, 42.341202 ], [ -71.071849, 42.341108 ], [ -71.071805, 42.34109 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Monsignor Reynolds Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070708, 42.340799 ], [ -71.070028, 42.340552 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Monsignor Reynolds Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069366, 42.340345 ], [ -71.068646, 42.340149 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069023, 42.336699 ], [ -71.068351, 42.337181 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "West Dedham Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07256, 42.341717 ], [ -71.072075, 42.341294 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068292, 42.341889 ], [ -71.068085, 42.342022 ], [ -71.067928, 42.342134 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067068, 42.342819 ], [ -71.066816, 42.34303 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07078, 42.290157 ], [ -71.070271, 42.290082 ], [ -71.069852, 42.290018 ], [ -71.069648, 42.28996 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072293, 42.310054 ], [ -71.071911, 42.310297 ], [ -71.071588, 42.310495 ], [ -71.071324, 42.310644 ], [ -71.070763, 42.310917 ], [ -71.070419, 42.311087 ], [ -71.070147, 42.311214 ], [ -71.070019, 42.311284 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067219, 42.314622 ], [ -71.067008, 42.314903 ], [ -71.06682, 42.315148 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070783, 42.335452 ], [ -71.070282, 42.335805 ], [ -71.070093, 42.33593 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065941, 42.352473 ], [ -71.064568, 42.352368 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067333, 42.377795 ], [ -71.067527, 42.377967 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069107, 42.379419 ], [ -71.069306, 42.37962 ], [ -71.069519, 42.379843 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066503, 42.277913 ], [ -71.066376, 42.27834 ], [ -71.066231, 42.278841 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115746, 42.275979 ], [ -71.115708, 42.276671 ], [ -71.115696, 42.27693 ], [ -71.115719, 42.277231 ], [ -71.115776, 42.277483 ], [ -71.115848, 42.277651 ], [ -71.115974, 42.277863 ], [ -71.116173, 42.278105 ], [ -71.116382, 42.278349 ], [ -71.116477, 42.27848 ], [ -71.116503, 42.278517 ], [ -71.116542, 42.278616 ], [ -71.116595, 42.278744 ], [ -71.116632, 42.279009 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114448, 42.302176 ], [ -71.114451, 42.302341 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11467, 42.3055 ], [ -71.114743, 42.305614 ], [ -71.114772, 42.305675 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117314, 42.308963 ], [ -71.117165, 42.308994 ], [ -71.116723, 42.309106 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115473, 42.309684 ], [ -71.11536, 42.309869 ], [ -71.115133, 42.31012 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114573, 42.310991 ], [ -71.114496, 42.311239 ], [ -71.114397, 42.311629 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115195, 42.321141 ], [ -71.114946, 42.321181 ], [ -71.114502, 42.321244 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111935, 42.319114 ], [ -71.11167, 42.319549 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100347, 42.264466 ], [ -71.100289, 42.264498 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093877, 42.305238 ], [ -71.093757, 42.305224 ], [ -71.093416, 42.305149 ], [ -71.093055, 42.305037 ], [ -71.092729, 42.304914 ], [ -71.09241, 42.304749 ], [ -71.092, 42.304483 ], [ -71.09183, 42.30435 ], [ -71.091647, 42.304148 ], [ -71.091513, 42.30397 ], [ -71.09114, 42.303403 ], [ -71.090972, 42.303122 ], [ -71.090866, 42.302959 ], [ -71.090711, 42.302784 ], [ -71.090386, 42.302508 ], [ -71.090075, 42.302316 ], [ -71.089749, 42.302162 ], [ -71.089466, 42.302055 ], [ -71.089218, 42.301975 ], [ -71.088909, 42.301899 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109199, 42.286151 ], [ -71.108593, 42.286506 ], [ -71.108531, 42.286549 ], [ -71.108179, 42.286763 ], [ -71.108114, 42.286802 ], [ -71.10779, 42.287001 ], [ -71.107353, 42.287261 ], [ -71.107056, 42.28743 ], [ -71.106652, 42.287672 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forest Hills Entrance Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106067, 42.300945 ], [ -71.105682, 42.301057 ], [ -71.105194, 42.301143 ], [ -71.104893, 42.301165 ], [ -71.104576, 42.301192 ], [ -71.104197, 42.301167 ], [ -71.10397, 42.301135 ], [ -71.103531, 42.301032 ], [ -71.103104, 42.300922 ], [ -71.102953, 42.300881 ], [ -71.102758, 42.300848 ], [ -71.102617, 42.300836 ], [ -71.102427, 42.300843 ], [ -71.102248, 42.300866 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110694, 42.320761 ], [ -71.110532, 42.321007 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105157, 42.322711 ], [ -71.104868, 42.32273 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10614, 42.333496 ], [ -71.105617, 42.333785 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096406, 42.266709 ], [ -71.095977, 42.266756 ], [ -71.095644, 42.266816 ], [ -71.095367, 42.266898 ], [ -71.095075, 42.267037 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093696, 42.273149 ], [ -71.093694, 42.273093 ], [ -71.093694, 42.273077 ], [ -71.093695, 42.27294 ], [ -71.093696, 42.272834 ], [ -71.093699, 42.272754 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093683, 42.27436 ], [ -71.093703, 42.27339 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093636, 42.27525 ], [ -71.093683, 42.27436 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093384, 42.277013 ], [ -71.093375, 42.277204 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09211, 42.28261 ], [ -71.092415, 42.281671 ], [ -71.09265, 42.280947 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Glen Lane" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099743, 42.307998 ], [ -71.099555, 42.307842 ], [ -71.099448, 42.307731 ], [ -71.099314, 42.307588 ], [ -71.099208, 42.307498 ], [ -71.099038, 42.307396 ], [ -71.09879, 42.307285 ], [ -71.098069, 42.306978 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104663, 42.334115 ], [ -71.103695, 42.334522 ], [ -71.103, 42.334793 ], [ -71.102534, 42.334961 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100093, 42.335837 ], [ -71.099566, 42.336076 ], [ -71.099511, 42.336096 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099252, 42.336372 ], [ -71.099565, 42.336263 ], [ -71.099721, 42.336197 ], [ -71.100326, 42.335943 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100593, 42.349193 ], [ -71.099976, 42.349121 ], [ -71.099484, 42.349056 ], [ -71.098116, 42.348903 ], [ -71.098064, 42.348895 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0962, 42.292937 ], [ -71.09633, 42.293164 ], [ -71.096403, 42.293243 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09479, 42.313583 ], [ -71.094396, 42.313885 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089527, 42.334551 ], [ -71.089722, 42.334767 ], [ -71.090192, 42.335344 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087635, 42.33647 ], [ -71.087157, 42.336768 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090568, 42.339577 ], [ -71.089693, 42.339938 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087068, 42.345932 ], [ -71.087345, 42.346494 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09802, 42.349077 ], [ -71.100555, 42.349366 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09426, 42.267477 ], [ -71.094447, 42.26735 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093611, 42.269516 ], [ -71.093608, 42.269979 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093736, 42.271703 ], [ -71.093753, 42.271206 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093511, 42.273285 ], [ -71.093509, 42.273316 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093509, 42.273316 ], [ -71.093452, 42.274852 ], [ -71.093402, 42.276129 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092727, 42.280114 ], [ -71.092464, 42.280898 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093877, 42.305238 ], [ -71.094199, 42.305356 ], [ -71.094438, 42.305444 ], [ -71.09463, 42.305549 ], [ -71.094828, 42.305697 ], [ -71.095032, 42.305871 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097849, 42.311076 ], [ -71.097833, 42.311269 ], [ -71.097797, 42.311428 ], [ -71.097746, 42.311554 ], [ -71.097639, 42.311693 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097018, 42.312186 ], [ -71.096798, 42.312255 ], [ -71.096576, 42.312322 ], [ -71.096391, 42.312401 ], [ -71.096225, 42.312511 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088423, 42.293106 ], [ -71.088238, 42.29366 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088157, 42.294467 ], [ -71.088912, 42.292173 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Murray Circle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121537, 42.308685 ], [ -71.121436, 42.308735 ], [ -71.121381, 42.308769 ], [ -71.121332, 42.308815 ], [ -71.121293, 42.308855 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087866, 42.295381 ], [ -71.087997, 42.294948 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121293, 42.308855 ], [ -71.121129, 42.308928 ], [ -71.121044, 42.308959 ], [ -71.120889, 42.308994 ], [ -71.120727, 42.309017 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086826, 42.298807 ], [ -71.086933, 42.298458 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095145, 42.31329 ], [ -71.095038, 42.313391 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118507, 42.321265 ], [ -71.117824, 42.321143 ], [ -71.117491, 42.321097 ], [ -71.117117, 42.321064 ], [ -71.11676, 42.321042 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094396, 42.313885 ], [ -71.094174, 42.31407 ], [ -71.094088, 42.31415 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122371, 42.351817 ], [ -71.121312, 42.351684 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093184, 42.316552 ], [ -71.093091, 42.316684 ], [ -71.092964, 42.31676 ], [ -71.092723, 42.316852 ], [ -71.092471, 42.316904 ], [ -71.092293, 42.316924 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118521, 42.351553 ], [ -71.119285, 42.351647 ], [ -71.119972, 42.351719 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ritchie Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095783, 42.32198 ], [ -71.095484, 42.322037 ], [ -71.095399, 42.322063 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109901, 42.285724 ], [ -71.109587, 42.285916 ], [ -71.109199, 42.286151 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097107, 42.337039 ], [ -71.096417, 42.337306 ], [ -71.095493, 42.33763 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117154, 42.273542 ], [ -71.11714, 42.27356 ], [ -71.116849, 42.27397 ], [ -71.11638, 42.274599 ], [ -71.116094, 42.274985 ], [ -71.115985, 42.275137 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092234, 42.339146 ], [ -71.092462, 42.339041 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116095, 42.277798 ], [ -71.115976, 42.277624 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096235, 42.349032 ], [ -71.096965, 42.348882 ], [ -71.097343, 42.34881 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115031, 42.299677 ], [ -71.115006, 42.299726 ], [ -71.114897, 42.299949 ], [ -71.114805, 42.300148 ], [ -71.114734, 42.300313 ], [ -71.114697, 42.300452 ], [ -71.114671, 42.300568 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093261, 42.278522 ], [ -71.09319, 42.278768 ], [ -71.093092, 42.279061 ], [ -71.09302, 42.279302 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091931, 42.349193 ], [ -71.092853, 42.349166 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091382, 42.284245 ], [ -71.091165, 42.284821 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115245, 42.306641 ], [ -71.11534, 42.306848 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117999, 42.308813 ], [ -71.117699, 42.308881 ], [ -71.117314, 42.308963 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090579, 42.286561 ], [ -71.090367, 42.287214 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114017, 42.316031 ], [ -71.113946, 42.316215 ], [ -71.113839, 42.316387 ], [ -71.113762, 42.316489 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090367, 42.287214 ], [ -71.090222, 42.287655 ], [ -71.090155, 42.287853 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112091, 42.321611 ], [ -71.112124, 42.321953 ], [ -71.112139, 42.322145 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090155, 42.287853 ], [ -71.089614, 42.289487 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112203, 42.323133 ], [ -71.11224, 42.323595 ], [ -71.112259, 42.323914 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111298, 42.330075 ], [ -71.11133, 42.330146 ], [ -71.111579, 42.330759 ], [ -71.111593, 42.330795 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081924, 42.321736 ], [ -71.082004, 42.321995 ], [ -71.082154, 42.322406 ], [ -71.082244, 42.322681 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113785, 42.350788 ], [ -71.110953, 42.350459 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081621, 42.320741 ], [ -71.0819, 42.321673 ], [ -71.081924, 42.321736 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084603, 42.322837 ], [ -71.084582, 42.322865 ], [ -71.084437, 42.323073 ], [ -71.084223, 42.323389 ], [ -71.084097, 42.323537 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117238, 42.351214 ], [ -71.115798, 42.351026 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088606, 42.319982 ], [ -71.088101, 42.319778 ], [ -71.087686, 42.319596 ], [ -71.087421, 42.319492 ], [ -71.086773, 42.31926 ], [ -71.086043, 42.319035 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113739, 42.350985 ], [ -71.115754, 42.351222 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099128, 42.265142 ], [ -71.098822, 42.265332 ], [ -71.098328, 42.265598 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088316, 42.348487 ], [ -71.088521, 42.348873 ], [ -71.088533, 42.348907 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066231, 42.278841 ], [ -71.066048, 42.279527 ], [ -71.065921, 42.279936 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088142, 42.348127 ], [ -71.088316, 42.348487 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098535, 42.322613 ], [ -71.098393, 42.322569 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092516, 42.336528 ], [ -71.092025, 42.336334 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087549, 42.346922 ], [ -71.087758, 42.347308 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105713, 42.300173 ], [ -71.10567, 42.300171 ], [ -71.105382, 42.300182 ], [ -71.105088, 42.30019 ], [ -71.104842, 42.300184 ], [ -71.104688, 42.30018 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08471, 42.350343 ], [ -71.086216, 42.349932 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109796, 42.321865 ], [ -71.109255, 42.322173 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064872, 42.283707 ], [ -71.064787, 42.284007 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080319, 42.339343 ], [ -71.080416, 42.339435 ], [ -71.080938, 42.339945 ], [ -71.0813, 42.34031 ], [ -71.081479, 42.340458 ], [ -71.081746, 42.34066 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109591, 42.333208 ], [ -71.109363, 42.333232 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078592, 42.337882 ], [ -71.079237, 42.338417 ], [ -71.079716, 42.338817 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105888, 42.340234 ], [ -71.105731, 42.340375 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085192, 42.342426 ], [ -71.084853, 42.342711 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064563, 42.284789 ], [ -71.064518, 42.284946 ], [ -71.064422, 42.285292 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106536, 42.350106 ], [ -71.107756, 42.350247 ], [ -71.108663, 42.350368 ], [ -71.109666, 42.35051 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079581, 42.346941 ], [ -71.078681, 42.347722 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063797, 42.2875 ], [ -71.063726, 42.287786 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103624, 42.349742 ], [ -71.104963, 42.349915 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079239, 42.382343 ], [ -71.07964, 42.382289 ], [ -71.079669, 42.382287 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063726, 42.287786 ], [ -71.063669, 42.288018 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Old Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085567, 42.301885 ], [ -71.085369, 42.301871 ], [ -71.085286, 42.301907 ], [ -71.085135, 42.301984 ], [ -71.085075, 42.30206 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101788, 42.263719 ], [ -71.101349, 42.263898 ], [ -71.101048, 42.264054 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104688, 42.30018 ], [ -71.104387, 42.300167 ], [ -71.104203, 42.300134 ], [ -71.104024, 42.300085 ], [ -71.103808, 42.300007 ], [ -71.103603, 42.299902 ], [ -71.103328, 42.299703 ], [ -71.102875, 42.299286 ], [ -71.102288, 42.298756 ], [ -71.101738, 42.298244 ], [ -71.101146, 42.297689 ], [ -71.100455, 42.297047 ], [ -71.099983, 42.296572 ], [ -71.099817, 42.296405 ], [ -71.099797, 42.296387 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084592, 42.30525 ], [ -71.08453, 42.305508 ], [ -71.084519, 42.30558 ], [ -71.084479, 42.305832 ], [ -71.084439, 42.306062 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062026, 42.286465 ], [ -71.06188, 42.286522 ], [ -71.061696, 42.286555 ], [ -71.061416, 42.286608 ], [ -71.061007, 42.286677 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102466, 42.322927 ], [ -71.102108, 42.322922 ], [ -71.101745, 42.322901 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084389, 42.303533 ], [ -71.084564, 42.303529 ], [ -71.085033, 42.303493 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102514, 42.347293 ], [ -71.102432, 42.347313 ], [ -71.101765, 42.347505 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084439, 42.306062 ], [ -71.084411, 42.306212 ], [ -71.084344, 42.306447 ], [ -71.084249, 42.306753 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062934, 42.290632 ], [ -71.062806, 42.29113 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08403, 42.307426 ], [ -71.08419, 42.3072 ], [ -71.084299, 42.307023 ], [ -71.084404, 42.306806 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083254, 42.308478 ], [ -71.083687, 42.3079 ], [ -71.083898, 42.307599 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062489, 42.292219 ], [ -71.062344, 42.292737 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082927, 42.324718 ], [ -71.083039, 42.324999 ], [ -71.083165, 42.325343 ], [ -71.083276, 42.325614 ], [ -71.083306, 42.325753 ], [ -71.083309, 42.325916 ], [ -71.083308, 42.325968 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060307, 42.299765 ], [ -71.060258, 42.299956 ], [ -71.060205, 42.300141 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057102, 42.340577 ], [ -71.057103, 42.340461 ], [ -71.057115, 42.340237 ], [ -71.057122, 42.3395 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075067, 42.335031 ], [ -71.076517, 42.336191 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060857, 42.303871 ], [ -71.061158, 42.304568 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076503, 42.344835 ], [ -71.075843, 42.345369 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074872, 42.345114 ], [ -71.075097, 42.345571 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060577, 42.303153 ], [ -71.060776, 42.303668 ], [ -71.060856, 42.30387 ], [ -71.060857, 42.303871 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06682, 42.315148 ], [ -71.066644, 42.315378 ], [ -71.066471, 42.315603 ], [ -71.066467, 42.315608 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079534, 42.292448 ], [ -71.078706, 42.292203 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076106, 42.291433 ], [ -71.07584, 42.291352 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065201, 42.31708 ], [ -71.065467, 42.316919 ], [ -71.065578, 42.316827 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075194, 42.291169 ], [ -71.074653, 42.291013 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065477, 42.316746 ], [ -71.06501, 42.316999 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077631, 42.306446 ], [ -71.077703, 42.306416 ], [ -71.077918, 42.306315 ], [ -71.078151, 42.306236 ], [ -71.078408, 42.306161 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063572, 42.318626 ], [ -71.063979, 42.318049 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062393, 42.319823 ], [ -71.062278, 42.319911 ], [ -71.062171, 42.319989 ], [ -71.06207, 42.320069 ], [ -71.061704, 42.320293 ], [ -71.061481, 42.320508 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073084, 42.309535 ], [ -71.072293, 42.310054 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074737, 42.344836 ], [ -71.074872, 42.345114 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064874, 42.345748 ], [ -71.064799, 42.345903 ], [ -71.064716, 42.34615 ], [ -71.064636, 42.346431 ], [ -71.064594, 42.34662 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074489, 42.344306 ], [ -71.074633, 42.344613 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063269, 42.352324 ], [ -71.063038, 42.352345 ], [ -71.062596, 42.352409 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078723, 42.352849 ], [ -71.07885, 42.353108 ], [ -71.078907, 42.353226 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Martha Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066119, 42.365994 ], [ -71.065745, 42.365915 ], [ -71.065466, 42.365846 ], [ -71.065206, 42.365767 ], [ -71.064951, 42.365671 ], [ -71.064755, 42.365586 ], [ -71.064609, 42.365466 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Nashua Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064082, 42.366329 ], [ -71.064123, 42.36641 ], [ -71.064173, 42.366489 ], [ -71.06458, 42.36686 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063199, 42.37395 ], [ -71.062629, 42.373656 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078136, 42.351702 ], [ -71.07832, 42.352065 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06228, 42.373392 ], [ -71.061984, 42.372963 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "City Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061628, 42.372048 ], [ -71.061329, 42.371915 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064738, 42.375754 ], [ -71.064769, 42.375776 ], [ -71.065085, 42.376015 ], [ -71.065096, 42.376024 ], [ -71.065342, 42.376208 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064738, 42.375754 ], [ -71.064461, 42.375555 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057692, 42.287484 ], [ -71.057337, 42.287593 ], [ -71.057034, 42.287704 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075982, 42.352269 ], [ -71.073843, 42.352864 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056724, 42.318672 ], [ -71.056732, 42.319091 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059797, 42.301547 ], [ -71.059909, 42.301744 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075395, 42.383567 ], [ -71.07616, 42.383305 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056811, 42.322514 ], [ -71.056822, 42.323408 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057415, 42.305521 ], [ -71.05754, 42.305697 ], [ -71.057583, 42.305834 ], [ -71.057604, 42.305952 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054034, 42.367764 ], [ -71.053775, 42.367665 ], [ -71.053401, 42.367534 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072738, 42.384984 ], [ -71.072804, 42.385052 ], [ -71.072892, 42.385138 ], [ -71.072981, 42.385192 ], [ -71.07309, 42.385238 ], [ -71.073194, 42.385249 ], [ -71.07333, 42.385247 ], [ -71.073462, 42.385219 ], [ -71.073596, 42.385159 ], [ -71.073695, 42.385075 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053401, 42.367534 ], [ -71.052999, 42.36738 ], [ -71.052961, 42.367366 ], [ -71.052508, 42.367196 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058312, 42.30812 ], [ -71.058232, 42.308498 ], [ -71.058137, 42.308873 ], [ -71.058105, 42.309006 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067885, 42.272932 ], [ -71.067877, 42.272967 ], [ -71.067798, 42.273262 ], [ -71.067796, 42.273266 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058105, 42.309006 ], [ -71.057992, 42.30956 ], [ -71.057897, 42.309967 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040718, 42.347522 ], [ -71.041364, 42.346959 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071996, 42.290225 ], [ -71.071603, 42.290227 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056687, 42.31693 ], [ -71.056697, 42.317131 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.025329, 42.379975 ], [ -71.024367, 42.380362 ], [ -71.024015, 42.380466 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069299, 42.311993 ], [ -71.069583, 42.311762 ], [ -71.069721, 42.311647 ], [ -71.069936, 42.311502 ], [ -71.070217, 42.311343 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056916, 42.328044 ], [ -71.056931, 42.32856 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05678, 42.321641 ], [ -71.056787, 42.322134 ], [ -71.056811, 42.322514 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067898, 42.313774 ], [ -71.068238, 42.313198 ], [ -71.068352, 42.312989 ], [ -71.068485, 42.312759 ], [ -71.0685, 42.312735 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057054, 42.335037 ], [ -71.057083, 42.336282 ], [ -71.057102, 42.337296 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055581, 42.334821 ], [ -71.056207, 42.334299 ], [ -71.056724, 42.333872 ], [ -71.056922, 42.333726 ], [ -71.057021, 42.333641 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056764, 42.319861 ], [ -71.056767, 42.320325 ], [ -71.05677, 42.32073 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053501, 42.336556 ], [ -71.05389, 42.336248 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072463, 42.334251 ], [ -71.071998, 42.334578 ], [ -71.071435, 42.334998 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057119, 42.337912 ], [ -71.057122, 42.337507 ], [ -71.057102, 42.337296 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054592, 42.342594 ], [ -71.05429, 42.342868 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Surface Artery" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058009, 42.352359 ], [ -71.058171, 42.352297 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058045, 42.353715 ], [ -71.057804, 42.354116 ], [ -71.05764, 42.354387 ], [ -71.057578, 42.354518 ], [ -71.057537, 42.354623 ], [ -71.057511, 42.354736 ], [ -71.057513, 42.354943 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055858, 42.351837 ], [ -71.055623, 42.352293 ], [ -71.055561, 42.352404 ], [ -71.055476, 42.352515 ], [ -71.055393, 42.35263 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055226, 42.354123 ], [ -71.054629, 42.354644 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Purchase Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054083, 42.354117 ], [ -71.054249, 42.354049 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054007, 42.355242 ], [ -71.053547, 42.35566 ], [ -71.053138, 42.356065 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056344, 42.356831 ], [ -71.056016, 42.356872 ], [ -71.05576, 42.356921 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Congress Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056344, 42.356831 ], [ -71.056235, 42.356539 ], [ -71.056188, 42.356401 ], [ -71.056128, 42.356264 ], [ -71.05605, 42.356097 ], [ -71.055892, 42.355867 ], [ -71.055686, 42.355672 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Kilby Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055477, 42.358041 ], [ -71.055575, 42.358255 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05576, 42.356921 ], [ -71.05554, 42.35698 ], [ -71.055411, 42.357044 ], [ -71.05519, 42.357151 ], [ -71.055072, 42.357221 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058394, 42.363822 ], [ -71.058395, 42.363703 ], [ -71.058383, 42.363635 ], [ -71.058356, 42.363582 ], [ -71.058303, 42.363516 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058303, 42.363516 ], [ -71.058249, 42.363448 ], [ -71.058039, 42.363234 ], [ -71.057793, 42.363011 ], [ -71.057639, 42.362886 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057192, 42.363343 ], [ -71.057719, 42.363816 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056973, 42.363217 ], [ -71.056975, 42.363218 ], [ -71.057192, 42.363343 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054901, 42.366176 ], [ -71.05474, 42.366432 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051473, 42.289323 ], [ -71.051359, 42.289336 ], [ -71.050324, 42.289615 ], [ -71.048419, 42.290067 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051907, 42.294111 ], [ -71.051742, 42.293987 ], [ -71.051606, 42.293872 ], [ -71.051465, 42.293752 ], [ -71.051329, 42.29361 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051303, 42.301989 ], [ -71.051591, 42.302222 ], [ -71.051999, 42.302513 ], [ -71.052451, 42.302857 ], [ -71.052564, 42.302946 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049314, 42.349262 ], [ -71.049198, 42.349412 ], [ -71.049107, 42.349531 ], [ -71.049018, 42.349647 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Pearl Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053333, 42.354511 ], [ -71.052846, 42.354035 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Purchase Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052061, 42.355225 ], [ -71.052244, 42.355074 ], [ -71.052445, 42.354938 ], [ -71.05265, 42.35483 ], [ -71.052997, 42.354672 ], [ -71.053333, 42.354511 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Purchase Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051492, 42.356688 ], [ -71.05148, 42.356555 ], [ -71.051477, 42.356423 ], [ -71.051487, 42.356275 ], [ -71.051513, 42.356124 ], [ -71.051553, 42.355973 ], [ -71.051604, 42.355847 ], [ -71.051673, 42.355699 ], [ -71.051746, 42.355596 ], [ -71.051841, 42.355461 ], [ -71.051948, 42.355338 ], [ -71.052061, 42.355225 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052245, 42.358972 ], [ -71.052157, 42.35868 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172415, 42.276096 ], [ -71.172299, 42.276327 ], [ -71.172163, 42.276647 ], [ -71.172096, 42.276809 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172432, 42.285403 ], [ -71.172469, 42.284969 ], [ -71.172474, 42.2847 ], [ -71.172451, 42.284376 ], [ -71.172404, 42.284109 ], [ -71.172336, 42.28387 ], [ -71.172275, 42.28369 ], [ -71.172214, 42.283541 ], [ -71.172063, 42.283243 ], [ -71.171783, 42.282796 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039604, 42.349128 ], [ -71.040409, 42.348053 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Northern Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038974, 42.348861 ], [ -71.039604, 42.349128 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Northern Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038216, 42.348553 ], [ -71.037661, 42.348326 ], [ -71.037515, 42.348269 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039212, 42.378643 ], [ -71.039216, 42.379426 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039253, 42.380554 ], [ -71.03927, 42.381013 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.022322, 42.38121 ], [ -71.022911, 42.380995 ], [ -71.023956, 42.380617 ], [ -71.025235, 42.380148 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157679, 42.295747 ], [ -71.157759, 42.29573 ], [ -71.158141, 42.295622 ], [ -71.158409, 42.295523 ], [ -71.158677, 42.295409 ], [ -71.158939, 42.29529 ], [ -71.159867, 42.294832 ], [ -71.160491, 42.294534 ], [ -71.161289, 42.294133 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147639, 42.358546 ], [ -71.147446, 42.358862 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.178632, 42.294601 ], [ -71.178497, 42.294506 ], [ -71.178057, 42.294282 ], [ -71.177991, 42.294253 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173948, 42.274003 ], [ -71.173983, 42.273789 ], [ -71.173985, 42.273445 ], [ -71.17392, 42.273096 ], [ -71.173788, 42.272767 ], [ -71.173649, 42.272498 ], [ -71.173459, 42.272248 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172369, 42.276874 ], [ -71.172518, 42.276508 ], [ -71.172781, 42.276035 ], [ -71.173051, 42.275617 ], [ -71.173313, 42.27523 ], [ -71.173513, 42.274926 ], [ -71.173607, 42.27479 ], [ -71.173726, 42.274588 ], [ -71.17388, 42.274242 ], [ -71.173948, 42.274003 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171569, 42.287981 ], [ -71.171729, 42.288403 ], [ -71.171746, 42.288445 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171467, 42.287748 ], [ -71.171254, 42.287985 ], [ -71.171059, 42.288223 ], [ -71.170822, 42.288469 ], [ -71.170482, 42.288773 ], [ -71.170103, 42.289078 ], [ -71.169899, 42.289234 ], [ -71.169614, 42.289449 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172714, 42.289671 ], [ -71.173538, 42.290696 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.164159, 42.292488 ], [ -71.163275, 42.292917 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162637, 42.29348 ], [ -71.162875, 42.293356 ], [ -71.163452, 42.293072 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.164777, 42.333755 ], [ -71.164109, 42.333831 ], [ -71.16351, 42.333895 ], [ -71.162973, 42.333956 ], [ -71.162732, 42.33397 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168111, 42.350672 ], [ -71.167913, 42.35066 ], [ -71.167885, 42.350658 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15395, 42.347555 ], [ -71.15389, 42.347449 ], [ -71.153786, 42.347264 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152385, 42.350912 ], [ -71.152097, 42.351345 ], [ -71.151916, 42.351649 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Enneking Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142748, 42.272205 ], [ -71.142492, 42.272278 ], [ -71.142237, 42.272406 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.16225, 42.346232 ], [ -71.162118, 42.346381 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162017, 42.346518 ], [ -71.16168, 42.347014 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162138, 42.348998 ], [ -71.161622, 42.348973 ], [ -71.161305, 42.348973 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.16168, 42.347014 ], [ -71.161312, 42.347585 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153321, 42.295591 ], [ -71.152805, 42.295627 ], [ -71.152135, 42.295728 ], [ -71.150501, 42.296029 ], [ -71.149801, 42.29615 ], [ -71.148786, 42.296316 ], [ -71.148383, 42.296361 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154286, 42.333489 ], [ -71.154077, 42.333985 ], [ -71.153979, 42.334194 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150907, 42.335992 ], [ -71.151035, 42.336161 ], [ -71.151257, 42.336347 ], [ -71.15178, 42.336758 ], [ -71.15232, 42.337209 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.151382, 42.340432 ], [ -71.151624, 42.340218 ], [ -71.151825, 42.340034 ], [ -71.151943, 42.339911 ], [ -71.152116, 42.339702 ], [ -71.152268, 42.339482 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150488, 42.341063 ], [ -71.150923, 42.340773 ], [ -71.151151, 42.340609 ], [ -71.151382, 42.340432 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154357, 42.341853 ], [ -71.153849, 42.342614 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153849, 42.342614 ], [ -71.153632, 42.342937 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153632, 42.342937 ], [ -71.153471, 42.343218 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Winship Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15291, 42.345654 ], [ -71.15279, 42.345715 ], [ -71.1527, 42.345781 ], [ -71.152609, 42.345865 ], [ -71.152447, 42.346105 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Murray Circle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122144, 42.309104 ], [ -71.12214, 42.308991 ], [ -71.122118, 42.308906 ], [ -71.122063, 42.308827 ], [ -71.121989, 42.308754 ], [ -71.121895, 42.308703 ], [ -71.12178, 42.30867 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beech Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148971, 42.285912 ], [ -71.14847, 42.285611 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147322, 42.287421 ], [ -71.146838, 42.287557 ], [ -71.146498, 42.287671 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Murray Circle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12178, 42.30867 ], [ -71.121672, 42.308664 ], [ -71.121564, 42.308675 ], [ -71.121537, 42.308685 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12013, 42.308964 ], [ -71.119661, 42.308899 ], [ -71.119541, 42.308882 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146312, 42.341428 ], [ -71.145961, 42.341488 ], [ -71.145687, 42.341544 ], [ -71.145435, 42.341611 ], [ -71.145193, 42.34169 ], [ -71.145047, 42.341739 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141912, 42.286118 ], [ -71.140547, 42.286143 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141008, 42.290243 ], [ -71.140644, 42.29055 ], [ -71.140383, 42.290774 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12396, 42.31924 ], [ -71.123844, 42.319309 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123271, 42.319643 ], [ -71.123835, 42.319383 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139653, 42.295741 ], [ -71.139464, 42.295727 ], [ -71.139064, 42.295696 ], [ -71.138743, 42.295702 ], [ -71.138374, 42.295714 ], [ -71.138058, 42.295736 ], [ -71.13775, 42.295777 ], [ -71.137367, 42.295864 ], [ -71.137228, 42.295916 ], [ -71.13684, 42.296055 ], [ -71.136582, 42.296181 ], [ -71.136291, 42.296332 ], [ -71.135976, 42.296496 ], [ -71.135732, 42.296604 ], [ -71.135526, 42.296692 ], [ -71.135151, 42.296808 ], [ -71.134994, 42.296848 ], [ -71.134728, 42.296896 ], [ -71.134457, 42.296939 ], [ -71.134164, 42.296963 ], [ -71.133915, 42.296974 ], [ -71.133514, 42.296948 ], [ -71.133287, 42.296915 ], [ -71.132979, 42.296837 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141604, 42.352075 ], [ -71.141021, 42.352289 ], [ -71.140267, 42.352551 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123571, 42.319435 ], [ -71.123271, 42.319643 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Antwerp St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139243, 42.36081 ], [ -71.13897, 42.361335 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119516, 42.322063 ], [ -71.119526, 42.32227 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133059, 42.286382 ], [ -71.132611, 42.28643 ], [ -71.132256, 42.286472 ], [ -71.131831, 42.286537 ], [ -71.131665, 42.286581 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116486, 42.280009 ], [ -71.116531, 42.279889 ], [ -71.116705, 42.279471 ], [ -71.116744, 42.279333 ], [ -71.116769, 42.279208 ], [ -71.11678, 42.2791 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131915, 42.297297 ], [ -71.132043, 42.297246 ], [ -71.132499, 42.297045 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115854, 42.277205 ], [ -71.115844, 42.277035 ], [ -71.115831, 42.276874 ], [ -71.115848, 42.276459 ], [ -71.115898, 42.275989 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132082, 42.352949 ], [ -71.131136, 42.352842 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124791, 42.318984 ], [ -71.124985, 42.318912 ], [ -71.125311, 42.318804 ], [ -71.125762, 42.318713 ], [ -71.125848, 42.318701 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12803, 42.36449 ], [ -71.12748, 42.36488 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114609, 42.301006 ], [ -71.114565, 42.301324 ], [ -71.114519, 42.301578 ], [ -71.114527, 42.301604 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111396, 42.326544 ], [ -71.111313, 42.326701 ], [ -71.1112, 42.326934 ], [ -71.111137, 42.327064 ], [ -71.110999, 42.32741 ], [ -71.110902, 42.327665 ], [ -71.1109, 42.32767 ], [ -71.110809, 42.327992 ], [ -71.110748, 42.328261 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116428, 42.279772 ], [ -71.116358, 42.279963 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114853, 42.282365 ], [ -71.114625, 42.282549 ], [ -71.114287, 42.282801 ], [ -71.11385, 42.283102 ], [ -71.113353, 42.283444 ], [ -71.112587, 42.283977 ], [ -71.111958, 42.284408 ], [ -71.11132, 42.284836 ], [ -71.11105, 42.285021 ], [ -71.110608, 42.285293 ], [ -71.110318, 42.285474 ], [ -71.109901, 42.285724 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083641, 42.313553 ], [ -71.083664, 42.313746 ], [ -71.083711, 42.314068 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11534, 42.306848 ], [ -71.115409, 42.307085 ], [ -71.115443, 42.307231 ], [ -71.11545, 42.307263 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083009, 42.316113 ], [ -71.082851, 42.316371 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085271, 42.321914 ], [ -71.084854, 42.32249 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115096, 42.306306 ], [ -71.115245, 42.306641 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115582, 42.309306 ], [ -71.115546, 42.309471 ], [ -71.11551, 42.309606 ], [ -71.115473, 42.309684 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127707, 42.352435 ], [ -71.126942, 42.352335 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069284, 42.336518 ], [ -71.069023, 42.336699 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124698, 42.352076 ], [ -71.124416, 42.352054 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114114, 42.314145 ], [ -71.114117, 42.314647 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114094, 42.313452 ], [ -71.114102, 42.313648 ], [ -71.114095, 42.313678 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12441, 42.35224 ], [ -71.124575, 42.35225 ], [ -71.124863, 42.352237 ], [ -71.125022, 42.35224 ], [ -71.125202, 42.352254 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067928, 42.342134 ], [ -71.067579, 42.342407 ], [ -71.067061, 42.342828 ], [ -71.067068, 42.342819 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114091, 42.315507 ], [ -71.11409, 42.315716 ], [ -71.114059, 42.315888 ], [ -71.114017, 42.316031 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124416, 42.352054 ], [ -71.124097, 42.352019 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123199, 42.352119 ], [ -71.123793, 42.352183 ], [ -71.124216, 42.352237 ], [ -71.12441, 42.35224 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11268, 42.331969 ], [ -71.113528, 42.331894 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128006, 42.359692 ], [ -71.128037, 42.359715 ], [ -71.128315, 42.359944 ], [ -71.12869, 42.360231 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064422, 42.285292 ], [ -71.064352, 42.285535 ], [ -71.064303, 42.285707 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11092, 42.350654 ], [ -71.113739, 42.350985 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130519, 42.363135 ], [ -71.130019, 42.363171 ], [ -71.129756, 42.363206 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132814, 42.360118 ], [ -71.132647, 42.360261 ], [ -71.132399, 42.360476 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063965, 42.286943 ], [ -71.063797, 42.2875 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106652, 42.287672 ], [ -71.10624, 42.287926 ], [ -71.105816, 42.288161 ], [ -71.105114, 42.288526 ], [ -71.104623, 42.288758 ], [ -71.104261, 42.288913 ], [ -71.103781, 42.289101 ], [ -71.103266, 42.289281 ], [ -71.102624, 42.28949 ], [ -71.102163, 42.289638 ], [ -71.101724, 42.289774 ], [ -71.101131, 42.289969 ], [ -71.100553, 42.290156 ], [ -71.100115, 42.2903 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128181, 42.25496 ], [ -71.128331, 42.254853 ], [ -71.128491, 42.25469 ], [ -71.128591, 42.25456 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12634, 42.255486 ], [ -71.125996, 42.255548 ], [ -71.125901, 42.255567 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061007, 42.286677 ], [ -71.060772, 42.286722 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129556, 42.287219 ], [ -71.129703, 42.287189 ], [ -71.130057, 42.287082 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110807, 42.332765 ], [ -71.110734, 42.332804 ], [ -71.110417, 42.332967 ], [ -71.11024, 42.333053 ], [ -71.1101, 42.333106 ], [ -71.10987, 42.333168 ], [ -71.109591, 42.333208 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062611, 42.291818 ], [ -71.062489, 42.292219 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109832, 42.336536 ], [ -71.109334, 42.337008 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106521, 42.339628 ], [ -71.107283, 42.338926 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060653, 42.298656 ], [ -71.060481, 42.299162 ], [ -71.060307, 42.299765 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056822, 42.323408 ], [ -71.056843, 42.324104 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108884, 42.350205 ], [ -71.108148, 42.350114 ], [ -71.107489, 42.350033 ], [ -71.10657, 42.34992 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055221, 42.335142 ], [ -71.055308, 42.335056 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057018, 42.32952 ], [ -71.056955, 42.329795 ], [ -71.056957, 42.329923 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104963, 42.349915 ], [ -71.106536, 42.350106 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103942, 42.263601 ], [ -71.103661, 42.263607 ], [ -71.102655, 42.263606 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Surface Artery" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059342, 42.351105 ], [ -71.059514, 42.350678 ], [ -71.059734, 42.350122 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102251, 42.263618 ], [ -71.102135, 42.263627 ], [ -71.101961, 42.263673 ], [ -71.101788, 42.263719 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057231, 42.341639 ], [ -71.057184, 42.340736 ], [ -71.057102, 42.340577 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056176, 42.353634 ], [ -71.055832, 42.353798 ], [ -71.055504, 42.353942 ], [ -71.055361, 42.35401 ], [ -71.055255, 42.354097 ], [ -71.055226, 42.354123 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101048, 42.264054 ], [ -71.10087, 42.26416 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054629, 42.354644 ], [ -71.054315, 42.354945 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05706, 42.342189 ], [ -71.057078, 42.342661 ], [ -71.057164, 42.342796 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099797, 42.296387 ], [ -71.099455, 42.296066 ], [ -71.09919, 42.295789 ], [ -71.098692, 42.295328 ], [ -71.097598, 42.294271 ], [ -71.096926, 42.293627 ], [ -71.096692, 42.293399 ], [ -71.096547, 42.29323 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Purchase Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053665, 42.354338 ], [ -71.054083, 42.354117 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090142, 42.338698 ], [ -71.090301, 42.339035 ], [ -71.090518, 42.339476 ], [ -71.090568, 42.339577 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "William T Morrissey Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050916, 42.320269 ], [ -71.050897, 42.320232 ], [ -71.050607, 42.31973 ], [ -71.050308, 42.319295 ], [ -71.050134, 42.318971 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Purchase Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053333, 42.354511 ], [ -71.053665, 42.354338 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090037, 42.33846 ], [ -71.090142, 42.338698 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085797, 42.34334 ], [ -71.085852, 42.343396 ], [ -71.085907, 42.343495 ], [ -71.086548, 42.344869 ], [ -71.086597, 42.34496 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Mount Vernon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048941, 42.320095 ], [ -71.048934, 42.320093 ], [ -71.04778, 42.319711 ], [ -71.046646, 42.319307 ], [ -71.045934, 42.319076 ], [ -71.044903, 42.318742 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101745, 42.322901 ], [ -71.101341, 42.322867 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05892, 42.355748 ], [ -71.059057, 42.355936 ], [ -71.05949, 42.356391 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101341, 42.322867 ], [ -71.100621, 42.322828 ], [ -71.100586, 42.322822 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06603, 42.316157 ], [ -71.065862, 42.316363 ], [ -71.065724, 42.316516 ], [ -71.065598, 42.31664 ], [ -71.065477, 42.316746 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100362, 42.322816 ], [ -71.100089, 42.322789 ], [ -71.100012, 42.322781 ], [ -71.09994, 42.322772 ], [ -71.099811, 42.322767 ], [ -71.099686, 42.322758 ], [ -71.09965, 42.322756 ], [ -71.098763, 42.32265 ], [ -71.098535, 42.322613 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057828, 42.356793 ], [ -71.05736, 42.356775 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Palace Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100899, 42.336158 ], [ -71.100367, 42.336966 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054205, 42.358371 ], [ -71.054357, 42.358676 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100326, 42.335943 ], [ -71.100683, 42.335781 ], [ -71.100995, 42.33565 ], [ -71.101358, 42.335533 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060666, 42.352557 ], [ -71.060135, 42.352567 ], [ -71.060119, 42.352567 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104056, 42.346882 ], [ -71.103302, 42.347081 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Oliver Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053929, 42.356617 ], [ -71.054848, 42.357359 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103302, 42.347081 ], [ -71.102514, 42.347293 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Lomasney Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064247, 42.365221 ], [ -71.064382, 42.365256 ], [ -71.0645, 42.365361 ], [ -71.064609, 42.365466 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094887, 42.267133 ], [ -71.094787, 42.267185 ], [ -71.094447, 42.26735 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062275, 42.374133 ], [ -71.062764, 42.374487 ], [ -71.062787, 42.374502 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084693, 42.305617 ], [ -71.084722, 42.305456 ], [ -71.084741, 42.305286 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082917, 42.31188 ], [ -71.082922, 42.311992 ], [ -71.082972, 42.312182 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0619, 42.373853 ], [ -71.062275, 42.374133 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09371, 42.267674 ], [ -71.093683, 42.268335 ], [ -71.093652, 42.268681 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065828, 42.37656 ], [ -71.065793, 42.376534 ], [ -71.065405, 42.376255 ], [ -71.065342, 42.376208 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093577, 42.277257 ], [ -71.093623, 42.276422 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Oliver Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052418, 42.355444 ], [ -71.053138, 42.356065 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09302, 42.279302 ], [ -71.092954, 42.279465 ], [ -71.092864, 42.279716 ], [ -71.092727, 42.280114 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096547, 42.29323 ], [ -71.096415, 42.29304 ], [ -71.09636, 42.292933 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05189, 42.355145 ], [ -71.051928, 42.355162 ], [ -71.051976, 42.355184 ], [ -71.052061, 42.355225 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09455, 42.293214 ], [ -71.094754, 42.293011 ], [ -71.095092, 42.292641 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.00295, 42.385306 ], [ -71.002105, 42.385005 ], [ -71.001032, 42.384623 ], [ -71.000761, 42.384521 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Oliver Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053138, 42.356065 ], [ -71.053577, 42.356372 ], [ -71.053929, 42.356617 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Corinth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129756, 42.28618 ], [ -71.129354, 42.285926 ], [ -71.128967, 42.285683 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097639, 42.311693 ], [ -71.09749, 42.311883 ], [ -71.097329, 42.312033 ], [ -71.097181, 42.312116 ], [ -71.097018, 42.312186 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056361, 42.362864 ], [ -71.056973, 42.363217 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055348, 42.288251 ], [ -71.054889, 42.288411 ], [ -71.054332, 42.288561 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127374, 42.287108 ], [ -71.127046, 42.287469 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096225, 42.312511 ], [ -71.09598, 42.31268 ], [ -71.095359, 42.313138 ], [ -71.095145, 42.31329 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058528, 42.366889 ], [ -71.058431, 42.36595 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Thornton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093098, 42.321858 ], [ -71.093239, 42.321755 ], [ -71.093519, 42.321557 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127046, 42.287469 ], [ -71.126837, 42.287653 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054332, 42.288561 ], [ -71.053584, 42.288765 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094754, 42.338127 ], [ -71.094822, 42.338096 ], [ -71.095746, 42.337736 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127437, 42.286011 ], [ -71.127265, 42.285901 ], [ -71.126657, 42.285523 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05509, 42.365895 ], [ -71.055032, 42.365986 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Museum Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096853, 42.339071 ], [ -71.094728, 42.338137 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126251, 42.301807 ], [ -71.126448, 42.301611 ], [ -71.126672, 42.301402 ], [ -71.126928, 42.301153 ], [ -71.127124, 42.300968 ], [ -71.127256, 42.300833 ], [ -71.127517, 42.300575 ], [ -71.127926, 42.300165 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056431, 42.29734 ], [ -71.056605, 42.297553 ], [ -71.056819, 42.297926 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093666, 42.336966 ], [ -71.093063, 42.336742 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048419, 42.290067 ], [ -71.048454, 42.29011 ], [ -71.048712, 42.290428 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093707, 42.340764 ], [ -71.093619, 42.340751 ], [ -71.093477, 42.340675 ], [ -71.093361, 42.340562 ], [ -71.092622, 42.339543 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125817, 42.302331 ], [ -71.12582, 42.302326 ], [ -71.125984, 42.302129 ], [ -71.126158, 42.301908 ], [ -71.126251, 42.301807 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047551, 42.296656 ], [ -71.047576, 42.296828 ], [ -71.047675, 42.297036 ], [ -71.048188, 42.298015 ], [ -71.048293, 42.298324 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096235, 42.349032 ], [ -71.09653, 42.348998 ], [ -71.09673, 42.348981 ], [ -71.096896, 42.34898 ], [ -71.097135, 42.348992 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124742, 42.36362 ], [ -71.124394, 42.363652 ], [ -71.123321, 42.363752 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055827, 42.296906 ], [ -71.055261, 42.296508 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092464, 42.280898 ], [ -71.092205, 42.28166 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "William T Morrissey Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05121, 42.320775 ], [ -71.050916, 42.320269 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125574, 42.366408 ], [ -71.125214, 42.366788 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07314, 42.38395 ], [ -71.07304, 42.384037 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042583, 42.345897 ], [ -71.042204, 42.346242 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091548, 42.284281 ], [ -71.091681, 42.283915 ], [ -71.091808, 42.283532 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058639, 42.306739 ], [ -71.05856, 42.307034 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124593, 42.367416 ], [ -71.124434, 42.367582 ], [ -71.124137, 42.367897 ], [ -71.123798, 42.368257 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07304, 42.384037 ], [ -71.072894, 42.384098 ], [ -71.072805, 42.384115 ], [ -71.07272, 42.384111 ], [ -71.072646, 42.384069 ], [ -71.072559, 42.383974 ], [ -71.072369, 42.383818 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090756, 42.286623 ], [ -71.090934, 42.286104 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053143, 42.336877 ], [ -71.053501, 42.336556 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118432, 42.295574 ], [ -71.118218, 42.295775 ], [ -71.118135, 42.295854 ], [ -71.117788, 42.296189 ], [ -71.117662, 42.296308 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056921, 42.305124 ], [ -71.056556, 42.304866 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067796, 42.273266 ], [ -71.067713, 42.273557 ], [ -71.067622, 42.273906 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090122, 42.288549 ], [ -71.090309, 42.287983 ], [ -71.090335, 42.287895 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052043, 42.337796 ], [ -71.052406, 42.337496 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12339, 42.307209 ], [ -71.122984, 42.307739 ], [ -71.122728, 42.308076 ], [ -71.122502, 42.308348 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05742, 42.31202 ], [ -71.057207, 42.312968 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Monsignor Reynolds Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069618, 42.340421 ], [ -71.069453, 42.340369 ], [ -71.069366, 42.340345 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051409, 42.354764 ], [ -71.051537, 42.354866 ], [ -71.051724, 42.355014 ], [ -71.05189, 42.355145 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089801, 42.289509 ], [ -71.089916, 42.289169 ], [ -71.089976, 42.288989 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068782, 42.34167 ], [ -71.068633, 42.341736 ], [ -71.068415, 42.341821 ], [ -71.068292, 42.341889 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Murray Circle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121991, 42.309264 ], [ -71.122045, 42.30923 ], [ -71.122094, 42.309181 ], [ -71.122144, 42.309104 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052684, 42.357449 ], [ -71.052338, 42.357306 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056989, 42.313958 ], [ -71.056874, 42.314447 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Arlington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071478, 42.353482 ], [ -71.071275, 42.35309 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08971, 42.289791 ], [ -71.089801, 42.289509 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123271, 42.319643 ], [ -71.123141, 42.319702 ], [ -71.122899, 42.319817 ], [ -71.12287, 42.319831 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056675, 42.316329 ], [ -71.056687, 42.31693 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052185, 42.360322 ], [ -71.052231, 42.360385 ], [ -71.05237, 42.360546 ], [ -71.052537, 42.360714 ], [ -71.052809, 42.360924 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Arlington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07108, 42.352682 ], [ -71.070896, 42.352322 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089614, 42.289487 ], [ -71.089356, 42.290298 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12287, 42.319831 ], [ -71.122565, 42.320015 ], [ -71.122364, 42.320149 ], [ -71.1222, 42.320302 ], [ -71.122042, 42.320459 ], [ -71.121949, 42.320584 ], [ -71.12184, 42.320684 ], [ -71.121688, 42.320789 ], [ -71.121552, 42.320865 ], [ -71.121405, 42.320981 ], [ -71.121258, 42.32113 ], [ -71.121132, 42.321243 ], [ -71.120974, 42.321335 ], [ -71.120741, 42.321423 ], [ -71.120518, 42.321475 ], [ -71.120215, 42.321485 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056665, 42.315429 ], [ -71.056663, 42.31571 ], [ -71.056675, 42.316329 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052177, 42.35658 ], [ -71.051917, 42.356636 ], [ -71.051628, 42.356688 ], [ -71.051492, 42.356688 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Arlington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070896, 42.352322 ], [ -71.070705, 42.351949 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089114, 42.291007 ], [ -71.089049, 42.291193 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056732, 42.319091 ], [ -71.056746, 42.319385 ], [ -71.056764, 42.319861 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120287, 42.351566 ], [ -71.119723, 42.351497 ], [ -71.11855, 42.351369 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067172, 42.377649 ], [ -71.067311, 42.377776 ], [ -71.067333, 42.377795 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087839, 42.29492 ], [ -71.087718, 42.295312 ], [ -71.087279, 42.296657 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052508, 42.367196 ], [ -71.052318, 42.367119 ], [ -71.05209, 42.367021 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065828, 42.37656 ], [ -71.066246, 42.376879 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087181, 42.294691 ], [ -71.086955, 42.294616 ], [ -71.085976, 42.294333 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04415, 42.286464 ], [ -71.04386, 42.286341 ], [ -71.04367, 42.286253 ], [ -71.043315, 42.286086 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115754, 42.351222 ], [ -71.117743, 42.351464 ], [ -71.118521, 42.351553 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072088, 42.383622 ], [ -71.071735, 42.383459 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086555, 42.299565 ], [ -71.086826, 42.298807 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Drydock Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.036931, 42.344638 ], [ -71.034341, 42.344682 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123321, 42.363752 ], [ -71.123039, 42.363759 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063096, 42.286095 ], [ -71.062962, 42.286139 ], [ -71.062614, 42.286259 ], [ -71.062312, 42.286362 ], [ -71.062026, 42.286465 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091004, 42.318277 ], [ -71.090906, 42.318515 ], [ -71.090844, 42.318682 ], [ -71.090802, 42.318758 ], [ -71.090674, 42.318883 ], [ -71.090407, 42.319087 ], [ -71.090238, 42.319221 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119452, 42.364059 ], [ -71.119126, 42.364102 ], [ -71.118812, 42.364129 ], [ -71.118528, 42.364156 ], [ -71.118157, 42.364175 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062806, 42.29113 ], [ -71.062611, 42.291818 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Northern Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037515, 42.348269 ], [ -71.036335, 42.347791 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086945, 42.32044 ], [ -71.086746, 42.320497 ], [ -71.086527, 42.320545 ], [ -71.086322, 42.320571 ], [ -71.086014, 42.320627 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11642, 42.30922 ], [ -71.116529, 42.309168 ], [ -71.116723, 42.309106 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062259, 42.293019 ], [ -71.06214, 42.293514 ], [ -71.062092, 42.293664 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.035896, 42.372379 ], [ -71.036146, 42.372166 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115532, 42.308066 ], [ -71.115534, 42.3081 ], [ -71.115556, 42.308483 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061819, 42.29459 ], [ -71.061694, 42.294987 ], [ -71.061669, 42.295078 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.035338, 42.372863 ], [ -71.035037, 42.373121 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061036, 42.297214 ], [ -71.060766, 42.298202 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115473, 42.309684 ], [ -71.115657, 42.309675 ], [ -71.115827, 42.309611 ], [ -71.116063, 42.309445 ], [ -71.116213, 42.309322 ], [ -71.11642, 42.30922 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061504, 42.305379 ], [ -71.061772, 42.306017 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039163, 42.377144 ], [ -71.039192, 42.377868 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061481, 42.320508 ], [ -71.061773, 42.320442 ], [ -71.061943, 42.320344 ], [ -71.062136, 42.320208 ], [ -71.062341, 42.320074 ], [ -71.06254, 42.319909 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114854, 42.310402 ], [ -71.114762, 42.310556 ], [ -71.114655, 42.310758 ], [ -71.114573, 42.310991 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065967, 42.343962 ], [ -71.065474, 42.344707 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039103, 42.375153 ], [ -71.039101, 42.375595 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039092, 42.374931 ], [ -71.039103, 42.375153 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057604, 42.305952 ], [ -71.057584, 42.306189 ], [ -71.057574, 42.306289 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114092, 42.315328 ], [ -71.114091, 42.315507 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.169614, 42.289449 ], [ -71.168871, 42.289998 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055973, 42.304526 ], [ -71.055869, 42.304481 ], [ -71.055564, 42.304374 ], [ -71.055507, 42.304358 ], [ -71.055318, 42.304293 ], [ -71.055253, 42.304263 ], [ -71.054795, 42.30407 ], [ -71.054282, 42.303851 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113762, 42.316489 ], [ -71.113625, 42.316706 ], [ -71.113355, 42.317096 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057585, 42.311364 ], [ -71.057462, 42.311828 ], [ -71.05742, 42.31202 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.015104, 42.383865 ], [ -71.01258, 42.38473 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113355, 42.317096 ], [ -71.113243, 42.317261 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057207, 42.312968 ], [ -71.057087, 42.313488 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113085, 42.317493 ], [ -71.112764, 42.317926 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.006796, 42.386673 ], [ -71.007355, 42.386852 ], [ -71.007842, 42.38704 ], [ -71.007913, 42.387081 ], [ -71.008046, 42.387129 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042965, 42.345549 ], [ -71.042583, 42.345897 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1156, 42.321075 ], [ -71.115195, 42.321141 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173026, 42.272088 ], [ -71.173365, 42.272507 ], [ -71.173511, 42.272742 ], [ -71.173616, 42.272998 ], [ -71.173688, 42.273235 ], [ -71.173718, 42.273463 ], [ -71.173713, 42.273766 ], [ -71.17367, 42.273989 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056727, 42.318499 ], [ -71.056724, 42.318672 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112146, 42.318813 ], [ -71.111935, 42.319114 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051409, 42.354764 ], [ -71.051348, 42.354605 ], [ -71.051265, 42.354543 ], [ -71.051162, 42.354461 ], [ -71.050898, 42.354295 ], [ -71.050837, 42.354265 ], [ -71.048442, 42.35306 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173459, 42.272248 ], [ -71.173087, 42.271861 ], [ -71.172728, 42.271453 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112045, 42.331986 ], [ -71.111944, 42.332033 ], [ -71.111835, 42.332092 ], [ -71.111515, 42.332312 ], [ -71.111212, 42.332517 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048442, 42.35306 ], [ -71.04557, 42.351713 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172106, 42.277569 ], [ -71.172369, 42.276874 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09636, 42.292933 ], [ -71.096321, 42.292857 ], [ -71.096288, 42.292782 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063993, 42.374976 ], [ -71.063735, 42.374581 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09586, 42.292008 ], [ -71.095911, 42.291982 ], [ -71.096326, 42.291722 ], [ -71.096634, 42.291569 ], [ -71.09712, 42.291373 ], [ -71.097209, 42.291345 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.170896, 42.281024 ], [ -71.1709, 42.280813 ], [ -71.170911, 42.280672 ], [ -71.17095, 42.28048 ], [ -71.170993, 42.280333 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "City Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061963, 42.372179 ], [ -71.061628, 42.372048 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097143, 42.29126 ], [ -71.097006, 42.291314 ], [ -71.096505, 42.291539 ], [ -71.096266, 42.291671 ], [ -71.095866, 42.291912 ], [ -71.095808, 42.291952 ], [ -71.09576, 42.291982 ], [ -71.095646, 42.292063 ], [ -71.095378, 42.292247 ], [ -71.094839, 42.292734 ], [ -71.094441, 42.29313 ], [ -71.094352, 42.293227 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "City Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061329, 42.371915 ], [ -71.061259, 42.371883 ], [ -71.061102, 42.371789 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.165438, 42.333681 ], [ -71.165191, 42.333699 ], [ -71.164777, 42.333755 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Pierpoint Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095032, 42.305871 ], [ -71.095016, 42.305619 ], [ -71.095046, 42.305442 ], [ -71.095088, 42.305298 ], [ -71.095158, 42.305138 ], [ -71.09529, 42.304934 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064461, 42.375555 ], [ -71.064227, 42.375323 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167885, 42.350658 ], [ -71.167754, 42.35076 ], [ -71.167729, 42.350825 ], [ -71.167737, 42.350895 ], [ -71.167745, 42.350949 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dexter Row" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063703, 42.375116 ], [ -71.063967, 42.375284 ], [ -71.063973, 42.375287 ], [ -71.064321, 42.375472 ], [ -71.064461, 42.375555 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093822, 42.31455 ], [ -71.093756, 42.314794 ], [ -71.093682, 42.315025 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167885, 42.350658 ], [ -71.167756, 42.350625 ], [ -71.167606, 42.350612 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058146, 42.287358 ], [ -71.057692, 42.287484 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.164269, 42.349668 ], [ -71.163745, 42.349336 ], [ -71.163543, 42.349224 ], [ -71.163386, 42.34914 ], [ -71.163333, 42.349124 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110319, 42.321919 ], [ -71.110185, 42.321889 ], [ -71.110036, 42.321856 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056659, 42.297285 ], [ -71.056723, 42.297564 ], [ -71.056819, 42.297926 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.161289, 42.294133 ], [ -71.162033, 42.293777 ], [ -71.162637, 42.29348 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109255, 42.322173 ], [ -71.109454, 42.322125 ], [ -71.109939, 42.322034 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054438, 42.295931 ], [ -71.054346, 42.295865 ], [ -71.054024, 42.295623 ], [ -71.053644, 42.295337 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.151916, 42.351649 ], [ -71.151718, 42.351953 ], [ -71.151367, 42.352556 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109255, 42.322173 ], [ -71.108453, 42.322398 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060205, 42.300141 ], [ -71.060168, 42.300293 ], [ -71.060161, 42.300324 ], [ -71.060126, 42.300465 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162299, 42.333974 ], [ -71.162099, 42.333953 ], [ -71.161721, 42.333895 ], [ -71.161482, 42.333833 ], [ -71.161214, 42.333748 ], [ -71.160917, 42.333647 ], [ -71.160348, 42.333374 ], [ -71.159724, 42.333045 ], [ -71.159326, 42.332777 ], [ -71.158956, 42.332433 ], [ -71.158717, 42.332171 ], [ -71.158546, 42.331993 ], [ -71.158451, 42.331915 ], [ -71.15822, 42.33179 ], [ -71.158086, 42.331735 ], [ -71.157882, 42.331652 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057049, 42.298247 ], [ -71.057157, 42.29838 ], [ -71.057282, 42.29856 ], [ -71.057466, 42.298768 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106852, 42.322535 ], [ -71.106566, 42.322573 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056985, 42.331885 ], [ -71.057005, 42.332417 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155041, 42.338632 ], [ -71.155193, 42.338701 ], [ -71.155852, 42.339026 ], [ -71.156237, 42.339196 ], [ -71.156656, 42.339356 ], [ -71.157034, 42.33948 ], [ -71.157624, 42.339666 ], [ -71.157789, 42.339717 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110832, 42.329081 ], [ -71.110907, 42.329253 ], [ -71.111101, 42.329648 ], [ -71.111298, 42.330075 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054667, 42.335592 ], [ -71.054317, 42.335897 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105617, 42.333785 ], [ -71.105181, 42.333941 ], [ -71.104864, 42.334063 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057112, 42.338342 ], [ -71.057119, 42.337912 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162118, 42.346381 ], [ -71.162017, 42.346518 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108101, 42.338155 ], [ -71.108311, 42.337964 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057112, 42.338342 ], [ -71.057112, 42.338683 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135642, 42.353379 ], [ -71.134435, 42.353231 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105888, 42.340234 ], [ -71.106521, 42.339628 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057352, 42.355481 ], [ -71.057626, 42.355469 ], [ -71.058022, 42.355498 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13404, 42.353196 ], [ -71.133173, 42.353086 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Congress Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05483, 42.354864 ], [ -71.054629, 42.354644 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109666, 42.35051 ], [ -71.11092, 42.350654 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132082, 42.352949 ], [ -71.132107, 42.35307 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Purchase Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054249, 42.354049 ], [ -71.054476, 42.35397 ], [ -71.05499, 42.3537 ], [ -71.055697, 42.353332 ], [ -71.055786, 42.353255 ], [ -71.055891, 42.353122 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105067, 42.346564 ], [ -71.104056, 42.346882 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131447, 42.351163 ], [ -71.131601, 42.351452 ], [ -71.131734, 42.351799 ], [ -71.131814, 42.352017 ], [ -71.131927, 42.352392 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Congress Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054083, 42.354117 ], [ -71.053612, 42.353664 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103352, 42.347164 ], [ -71.104101, 42.346962 ], [ -71.104442, 42.346869 ], [ -71.105137, 42.346687 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131136, 42.352842 ], [ -71.130193, 42.352733 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102655, 42.263606 ], [ -71.102322, 42.263613 ], [ -71.102251, 42.263618 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057334, 42.357476 ], [ -71.057325, 42.356954 ], [ -71.057335, 42.356878 ], [ -71.05736, 42.356775 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133069, 42.359732 ], [ -71.132982, 42.359887 ], [ -71.132911, 42.35999 ], [ -71.132814, 42.360118 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057274, 42.358451 ], [ -71.057294, 42.358265 ], [ -71.057333, 42.357589 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099165, 42.29595 ], [ -71.099468, 42.296247 ], [ -71.099815, 42.296575 ], [ -71.100222, 42.296971 ], [ -71.100873, 42.297587 ], [ -71.101864, 42.298519 ], [ -71.102592, 42.299183 ], [ -71.102952, 42.299503 ], [ -71.103292, 42.299814 ], [ -71.103486, 42.299941 ], [ -71.103622, 42.300021 ], [ -71.103763, 42.300087 ], [ -71.10393, 42.300143 ], [ -71.104054, 42.30018 ], [ -71.104271, 42.300237 ], [ -71.104449, 42.300254 ], [ -71.104662, 42.300279 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148045, 42.296595 ], [ -71.14867, 42.296527 ], [ -71.149769, 42.296354 ], [ -71.150571, 42.296214 ], [ -71.151481, 42.296059 ], [ -71.152341, 42.295889 ], [ -71.152731, 42.295829 ], [ -71.153226, 42.29578 ], [ -71.153501, 42.295759 ], [ -71.153573, 42.295757 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Kilby Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055575, 42.358255 ], [ -71.055925, 42.358988 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102248, 42.300866 ], [ -71.102113, 42.30091 ], [ -71.102004, 42.300994 ], [ -71.101933, 42.301079 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155089, 42.339754 ], [ -71.155268, 42.339944 ], [ -71.155306, 42.339999 ], [ -71.15533, 42.340076 ], [ -71.155342, 42.340155 ], [ -71.155342, 42.340244 ], [ -71.15532, 42.340328 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055072, 42.357221 ], [ -71.054882, 42.357338 ], [ -71.054848, 42.357359 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102428, 42.335158 ], [ -71.103076, 42.334935 ], [ -71.103776, 42.334665 ], [ -71.104454, 42.334394 ], [ -71.104911, 42.334199 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15476, 42.341215 ], [ -71.154554, 42.341566 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054848, 42.357359 ], [ -71.055262, 42.357619 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102534, 42.334961 ], [ -71.101522, 42.335306 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152454, 42.338566 ], [ -71.152216, 42.339045 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054371, 42.357671 ], [ -71.054266, 42.357746 ], [ -71.053996, 42.357987 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101358, 42.335533 ], [ -71.102428, 42.335158 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.151149, 42.340279 ], [ -71.150295, 42.340812 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099511, 42.336096 ], [ -71.099227, 42.336204 ], [ -71.099158, 42.336217 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053996, 42.357987 ], [ -71.053765, 42.358191 ], [ -71.053519, 42.358364 ], [ -71.053322, 42.358464 ], [ -71.053248, 42.358487 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150295, 42.340812 ], [ -71.150009, 42.341003 ], [ -71.149782, 42.341112 ], [ -71.149548, 42.341196 ], [ -71.149276, 42.341276 ], [ -71.149034, 42.341332 ], [ -71.148815, 42.341368 ], [ -71.148554, 42.341406 ], [ -71.146861, 42.34138 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Palace Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100367, 42.336966 ], [ -71.099988, 42.337529 ], [ -71.099868, 42.337732 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058409, 42.36524 ], [ -71.058413, 42.364219 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15373, 42.348472 ], [ -71.15385, 42.348295 ], [ -71.153955, 42.348107 ], [ -71.153993, 42.347941 ], [ -71.154001, 42.347796 ], [ -71.153989, 42.347655 ], [ -71.15395, 42.347555 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090989, 42.285333 ], [ -71.09088, 42.285653 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05589, 42.363592 ], [ -71.055791, 42.363733 ], [ -71.055706, 42.363876 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153421, 42.349467 ], [ -71.153452, 42.349128 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09088, 42.285653 ], [ -71.090579, 42.286561 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055706, 42.363876 ], [ -71.055642, 42.36401 ], [ -71.055583, 42.364125 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144785, 42.288202 ], [ -71.144641, 42.28824 ], [ -71.144156, 42.288346 ], [ -71.143635, 42.288473 ], [ -71.143053, 42.288612 ], [ -71.142935, 42.288667 ], [ -71.142779, 42.288752 ], [ -71.142727, 42.288786 ], [ -71.142443, 42.289043 ], [ -71.142027, 42.28941 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056452, 42.368307 ], [ -71.056355, 42.36832 ], [ -71.056254, 42.368324 ], [ -71.05615, 42.368317 ], [ -71.056038, 42.3683 ], [ -71.055911, 42.368269 ], [ -71.055739, 42.368226 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103663, 42.349566 ], [ -71.102864, 42.349471 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145362, 42.296245 ], [ -71.145124, 42.296314 ], [ -71.144911, 42.296322 ], [ -71.144112, 42.29626 ], [ -71.142802, 42.296114 ], [ -71.141654, 42.295986 ], [ -71.141235, 42.295928 ], [ -71.14072, 42.295872 ], [ -71.140087, 42.295798 ], [ -71.139653, 42.295741 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04946, 42.30083 ], [ -71.050317, 42.301299 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100555, 42.349366 ], [ -71.103624, 42.349742 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146861, 42.34138 ], [ -71.146312, 42.341428 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048293, 42.298324 ], [ -71.048408, 42.298619 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097086, 42.266569 ], [ -71.096823, 42.266645 ], [ -71.096517, 42.266696 ], [ -71.096406, 42.266709 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145924, 42.341906 ], [ -71.146116, 42.341869 ], [ -71.14646, 42.34182 ], [ -71.146743, 42.3418 ], [ -71.147008, 42.34179 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Mount Vernon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.044903, 42.318742 ], [ -71.045855, 42.319137 ], [ -71.045881, 42.319147 ], [ -71.046685, 42.319444 ], [ -71.0477, 42.319787 ], [ -71.048623, 42.320109 ], [ -71.048861, 42.320189 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093652, 42.268681 ], [ -71.093611, 42.269516 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093753, 42.271206 ], [ -71.093783, 42.269926 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051285, 42.338435 ], [ -71.051672, 42.338092 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093703, 42.27339 ], [ -71.093701, 42.273271 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049288, 42.340129 ], [ -71.048604, 42.340693 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093699, 42.272754 ], [ -71.093736, 42.271703 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048604, 42.340693 ], [ -71.047823, 42.341379 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093165, 42.27945 ], [ -71.093382, 42.278785 ], [ -71.093455, 42.278584 ], [ -71.093491, 42.27843 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052595, 42.345056 ], [ -71.051505, 42.346478 ], [ -71.051498, 42.346487 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ritchie Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097865, 42.322376 ], [ -71.096976, 42.322036 ], [ -71.096714, 42.321951 ], [ -71.096565, 42.321914 ], [ -71.096394, 42.321897 ], [ -71.096195, 42.321912 ], [ -71.095783, 42.32198 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.045466, 42.351815 ], [ -71.047472, 42.352754 ], [ -71.048403, 42.353189 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Marcella Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095399, 42.322063 ], [ -71.095109, 42.321932 ], [ -71.0943, 42.32148 ], [ -71.09391, 42.321254 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052684, 42.357449 ], [ -71.052783, 42.357266 ], [ -71.052846, 42.357195 ], [ -71.052977, 42.357099 ], [ -71.053277, 42.356926 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052338, 42.357306 ], [ -71.052257, 42.357277 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052846, 42.356432 ], [ -71.052177, 42.35658 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Faneuil Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168073, 42.351099 ], [ -71.168343, 42.351078 ], [ -71.168629, 42.351067 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Thornton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092629, 42.322207 ], [ -71.093098, 42.321858 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092992, 42.336715 ], [ -71.092516, 42.336528 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096948, 42.337268 ], [ -71.097253, 42.337143 ], [ -71.098134, 42.336791 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086014, 42.320627 ], [ -71.086013, 42.320738 ], [ -71.086004, 42.320822 ], [ -71.085973, 42.320895 ], [ -71.085951, 42.320937 ], [ -71.085914, 42.321006 ], [ -71.085831, 42.321107 ], [ -71.085665, 42.321326 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08647, 42.341384 ], [ -71.086041, 42.341723 ], [ -71.085192, 42.342426 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091712, 42.348864 ], [ -71.09159, 42.348866 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085839, 42.349158 ], [ -71.085926, 42.349336 ], [ -71.086049, 42.349578 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064152, 42.352349 ], [ -71.063976, 42.352335 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063976, 42.352335 ], [ -71.063556, 42.35232 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08994, 42.351788 ], [ -71.089498, 42.350857 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083711, 42.314068 ], [ -71.083715, 42.314221 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085665, 42.321326 ], [ -71.085439, 42.321664 ], [ -71.085417, 42.321696 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082855, 42.324055 ], [ -71.082736, 42.323684 ], [ -71.082595, 42.323241 ], [ -71.082551, 42.323105 ], [ -71.082391, 42.322649 ], [ -71.082338, 42.322496 ], [ -71.082148, 42.321929 ], [ -71.082072, 42.32171 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082135, 42.317936 ], [ -71.081988, 42.317891 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081392, 42.319459 ], [ -71.08138, 42.319679 ], [ -71.081386, 42.319811 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083308, 42.325968 ], [ -71.083281, 42.326077 ], [ -71.083271, 42.326129 ], [ -71.083185, 42.326616 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083448, 42.328658 ], [ -71.083469, 42.328716 ], [ -71.083462, 42.328796 ], [ -71.083358, 42.32942 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083207, 42.327651 ], [ -71.083243, 42.327454 ], [ -71.083275, 42.327277 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083094, 42.327274 ], [ -71.083066, 42.327458 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082715, 42.331077 ], [ -71.082372, 42.331393 ], [ -71.081971, 42.33174 ], [ -71.081933, 42.331774 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080679, 42.333539 ], [ -71.081076, 42.332987 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083256, 42.341633 ], [ -71.083205, 42.341599 ], [ -71.083171, 42.341582 ], [ -71.08312, 42.341547 ], [ -71.083024, 42.34148 ], [ -71.082025, 42.340823 ], [ -71.081746, 42.34066 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084853, 42.342711 ], [ -71.084525, 42.342487 ], [ -71.084097, 42.342201 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belvidere Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084407, 42.346048 ], [ -71.084025, 42.345985 ], [ -71.083833, 42.345954 ], [ -71.083414, 42.345902 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075528, 42.308046 ], [ -71.07569, 42.307908 ], [ -71.076077, 42.307577 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074491, 42.308641 ], [ -71.074032, 42.30894 ], [ -71.073812, 42.30909 ], [ -71.073615, 42.309223 ], [ -71.073226, 42.309452 ], [ -71.073084, 42.309535 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065441, 42.281652 ], [ -71.065322, 42.282063 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065056, 42.283036 ], [ -71.064872, 42.283707 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074978, 42.337928 ], [ -71.074288, 42.33843 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075843, 42.345369 ], [ -71.075239, 42.345864 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074633, 42.344613 ], [ -71.074737, 42.344836 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "West Dedham Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073756, 42.34284 ], [ -71.07373, 42.342732 ], [ -71.073614, 42.342606 ], [ -71.073436, 42.342453 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076453, 42.348296 ], [ -71.076662, 42.348751 ], [ -71.076934, 42.349288 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078907, 42.353226 ], [ -71.079118, 42.353667 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073716, 42.38391 ], [ -71.073566, 42.383879 ], [ -71.073412, 42.383873 ], [ -71.07328, 42.383893 ], [ -71.073192, 42.383927 ], [ -71.07314, 42.38395 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Bigelow Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167606, 42.350612 ], [ -71.167603, 42.350795 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.164733, 42.349966 ], [ -71.164501, 42.34982 ], [ -71.164269, 42.349668 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052157, 42.35868 ], [ -71.051583, 42.358771 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050771, 42.356682 ], [ -71.050773, 42.356912 ], [ -71.050785, 42.357041 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Mercantile Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053182, 42.360559 ], [ -71.052809, 42.360924 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051069, 42.363713 ], [ -71.051084, 42.364003 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.046873, 42.288138 ], [ -71.047349, 42.288716 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038098, 42.370518 ], [ -71.03866, 42.370017 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.035481, 42.372736 ], [ -71.035338, 42.372863 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039101, 42.375595 ], [ -71.03912, 42.37639 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039285, 42.381376 ], [ -71.039301, 42.382004 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.033424, 42.374527 ], [ -71.031992, 42.37578 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.025235, 42.380148 ], [ -71.025442, 42.380072 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.023585, 42.380622 ], [ -71.022654, 42.380995 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.020558, 42.381831 ], [ -71.020395, 42.38189 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.008084, 42.386884 ], [ -71.007148, 42.386686 ], [ -71.007046, 42.38667 ], [ -71.006796, 42.386673 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.000761, 42.384521 ], [ -70.999304, 42.383972 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.177007, 42.293806 ], [ -71.176954, 42.293782 ], [ -71.176685, 42.293611 ], [ -71.176408, 42.293408 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.17367, 42.273989 ], [ -71.173638, 42.274125 ], [ -71.173572, 42.274289 ], [ -71.173467, 42.274497 ], [ -71.173115, 42.275043 ], [ -71.172697, 42.275666 ], [ -71.172415, 42.276096 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171205, 42.279371 ], [ -71.171026, 42.279848 ], [ -71.17089, 42.280187 ], [ -71.17076, 42.280577 ], [ -71.170728, 42.280702 ], [ -71.170713, 42.280828 ], [ -71.170699, 42.280992 ], [ -71.170705, 42.281151 ], [ -71.170721, 42.281316 ], [ -71.170755, 42.281491 ], [ -71.170819, 42.281717 ], [ -71.170908, 42.281948 ], [ -71.171031, 42.282121 ], [ -71.171217, 42.282382 ], [ -71.171555, 42.282876 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171467, 42.287748 ], [ -71.171569, 42.287981 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.170307, 42.289191 ], [ -71.170828, 42.288774 ], [ -71.171047, 42.28857 ], [ -71.17106, 42.288555 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.169789, 42.351346 ], [ -71.169249, 42.351149 ], [ -71.169085, 42.35108 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Corinth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130949, 42.28679 ], [ -71.130703, 42.286751 ], [ -71.130559, 42.286665 ], [ -71.130401, 42.286584 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130057, 42.287082 ], [ -71.130564, 42.286907 ], [ -71.130949, 42.28679 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157612, 42.295544 ], [ -71.157363, 42.295598 ], [ -71.157148, 42.295617 ], [ -71.15693, 42.295632 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.160929, 42.340001 ], [ -71.160836, 42.339996 ], [ -71.160388, 42.339984 ], [ -71.160003, 42.339953 ], [ -71.159598, 42.3399 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.159598, 42.3399 ], [ -71.158986, 42.339811 ], [ -71.15834, 42.339687 ], [ -71.157864, 42.339569 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157864, 42.339569 ], [ -71.157824, 42.339557 ], [ -71.157371, 42.339422 ], [ -71.156753, 42.339221 ], [ -71.156217, 42.339009 ], [ -71.155792, 42.338825 ], [ -71.155215, 42.338536 ], [ -71.155131, 42.338493 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157809, 42.349074 ], [ -71.157388, 42.3491 ], [ -71.157079, 42.349099 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148621, 42.349588 ], [ -71.148161, 42.349766 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148161, 42.349766 ], [ -71.148027, 42.349813 ], [ -71.147393, 42.350063 ], [ -71.14708, 42.350173 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146418, 42.350462 ], [ -71.145621, 42.350809 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143981, 42.351442 ], [ -71.143609, 42.351516 ], [ -71.143151, 42.351607 ], [ -71.142997, 42.351643 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Enneking Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140753, 42.274352 ], [ -71.140735, 42.274451 ], [ -71.140694, 42.274704 ], [ -71.140653, 42.275188 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14172, 42.289649 ], [ -71.141153, 42.290132 ], [ -71.141008, 42.290243 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140383, 42.290774 ], [ -71.139746, 42.291308 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139162, 42.2918 ], [ -71.138705, 42.292188 ], [ -71.13851, 42.292341 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095746, 42.337736 ], [ -71.096831, 42.337316 ], [ -71.096948, 42.337268 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142676, 42.343638 ], [ -71.14193, 42.344749 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092156, 42.338975 ], [ -71.091387, 42.339267 ], [ -71.090777, 42.339498 ], [ -71.090568, 42.339577 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140587, 42.346925 ], [ -71.140549, 42.347021 ], [ -71.140478, 42.347208 ], [ -71.140384, 42.34746 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089356, 42.290298 ], [ -71.089114, 42.291007 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140267, 42.352551 ], [ -71.139848, 42.352705 ], [ -71.139555, 42.352816 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089049, 42.291193 ], [ -71.088997, 42.291356 ], [ -71.088856, 42.291794 ], [ -71.088743, 42.292137 ], [ -71.088726, 42.292188 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139555, 42.352816 ], [ -71.139278, 42.352914 ], [ -71.138997, 42.353001 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091569, 42.296757 ], [ -71.091438, 42.296874 ], [ -71.091351, 42.29693 ], [ -71.091182, 42.297009 ], [ -71.090921, 42.297117 ], [ -71.09048, 42.297268 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138346, 42.353227 ], [ -71.13747, 42.35355 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087997, 42.294948 ], [ -71.088091, 42.294666 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13747, 42.35355 ], [ -71.136804, 42.35345 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087839, 42.29492 ], [ -71.087462, 42.294784 ], [ -71.087181, 42.294691 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135736, 42.353507 ], [ -71.136002, 42.353519 ], [ -71.136254, 42.353536 ], [ -71.136498, 42.353547 ], [ -71.136827, 42.353575 ], [ -71.137077, 42.353602 ], [ -71.137295, 42.353623 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086933, 42.298458 ], [ -71.087025, 42.298157 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131665, 42.286581 ], [ -71.131174, 42.286707 ], [ -71.130949, 42.28679 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086949, 42.297719 ], [ -71.086833, 42.29814 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13601, 42.294438 ], [ -71.136339, 42.29413 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081214, 42.292929 ], [ -71.079534, 42.292448 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132979, 42.296837 ], [ -71.133108, 42.296749 ], [ -71.133298, 42.296617 ], [ -71.13363, 42.296404 ], [ -71.133661, 42.296375 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085728, 42.301962 ], [ -71.085567, 42.301885 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129468, 42.253566 ], [ -71.129648, 42.253385 ], [ -71.129978, 42.253097 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087025, 42.298157 ], [ -71.086833, 42.29814 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127046, 42.287469 ], [ -71.127659, 42.287066 ], [ -71.127909, 42.286976 ], [ -71.128175, 42.286923 ], [ -71.1283, 42.286918 ], [ -71.128638, 42.286943 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09162, 42.317006 ], [ -71.091361, 42.317491 ], [ -71.091295, 42.317613 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125815, 42.288624 ], [ -71.125097, 42.289299 ], [ -71.12465, 42.289721 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087725, 42.320221 ], [ -71.087426, 42.320303 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123596, 42.290721 ], [ -71.123072, 42.291208 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090568, 42.339577 ], [ -71.090646, 42.339792 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120392, 42.293709 ], [ -71.120253, 42.293859 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088966, 42.340463 ], [ -71.089797, 42.340128 ], [ -71.090646, 42.339792 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124146, 42.306391 ], [ -71.124272, 42.306177 ], [ -71.124349, 42.306012 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087157, 42.336768 ], [ -71.086694, 42.337057 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114502, 42.321244 ], [ -71.114154, 42.321292 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086615, 42.341483 ], [ -71.086789, 42.341367 ], [ -71.086981, 42.341241 ], [ -71.087149, 42.341164 ], [ -71.087421, 42.341056 ], [ -71.088278, 42.340723 ], [ -71.088966, 42.340463 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112749, 42.331828 ], [ -71.112519, 42.331856 ], [ -71.112256, 42.331904 ], [ -71.112144, 42.331931 ], [ -71.112045, 42.331986 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086694, 42.337057 ], [ -71.086312, 42.337297 ], [ -71.086173, 42.337385 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128407, 42.352523 ], [ -71.127707, 42.352435 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086597, 42.34496 ], [ -71.086842, 42.345461 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126942, 42.352335 ], [ -71.125081, 42.352107 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087758, 42.347308 ], [ -71.088142, 42.348127 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125081, 42.352107 ], [ -71.124698, 42.352076 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087345, 42.346494 ], [ -71.087428, 42.346654 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130234, 42.36267 ], [ -71.130302, 42.362521 ], [ -71.130362, 42.362361 ], [ -71.130412, 42.36213 ], [ -71.130418, 42.361966 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086934, 42.349731 ], [ -71.08748, 42.349588 ], [ -71.088121, 42.349409 ], [ -71.088394, 42.349334 ], [ -71.08853, 42.349309 ], [ -71.088698, 42.349273 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130183, 42.362752 ], [ -71.130234, 42.36267 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086816, 42.349377 ], [ -71.086049, 42.349578 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129756, 42.363206 ], [ -71.129197, 42.363252 ], [ -71.128767, 42.363291 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Old Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084783, 42.302603 ], [ -71.084514, 42.303021 ], [ -71.084349, 42.303272 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128767, 42.363291 ], [ -71.128327, 42.363325 ], [ -71.128018, 42.363348 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080503, 42.341642 ], [ -71.080163, 42.341905 ], [ -71.079824, 42.342159 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116358, 42.279963 ], [ -71.116198, 42.280395 ], [ -71.116111, 42.280627 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082753, 42.350865 ], [ -71.08471, 42.350343 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08257, 42.350511 ], [ -71.080279, 42.351129 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078654, 42.382465 ], [ -71.079155, 42.382354 ], [ -71.079239, 42.382343 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085247, 42.303455 ], [ -71.085033, 42.303493 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082475, 42.304233 ], [ -71.082695, 42.30402 ], [ -71.082959, 42.303817 ], [ -71.082987, 42.303801 ], [ -71.083192, 42.303684 ], [ -71.083407, 42.303601 ], [ -71.083544, 42.303576 ], [ -71.083676, 42.303553 ], [ -71.084055, 42.303526 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082669, 42.309544 ], [ -71.082774, 42.309761 ], [ -71.082893, 42.309945 ], [ -71.083055, 42.310205 ], [ -71.083223, 42.310486 ], [ -71.083251, 42.310613 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081918, 42.31803 ], [ -71.082072, 42.318073 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082072, 42.32171 ], [ -71.08191, 42.321129 ], [ -71.081791, 42.320738 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083275, 42.327277 ], [ -71.083333, 42.32679 ], [ -71.08336, 42.326634 ], [ -71.083451, 42.326103 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084625, 42.329605 ], [ -71.084702, 42.329465 ], [ -71.084897, 42.329116 ], [ -71.084967, 42.32903 ], [ -71.08503, 42.328961 ], [ -71.0851, 42.328907 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069648, 42.28996 ], [ -71.069015, 42.289831 ], [ -71.068608, 42.289694 ], [ -71.06844, 42.28965 ], [ -71.068354, 42.289621 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084445, 42.329927 ], [ -71.084625, 42.329605 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084404, 42.328772 ], [ -71.083824, 42.328599 ], [ -71.083678, 42.328544 ], [ -71.08352, 42.328457 ], [ -71.0834, 42.32836 ], [ -71.083302, 42.328245 ], [ -71.083246, 42.328148 ], [ -71.083221, 42.328033 ], [ -71.083216, 42.327979 ], [ -71.083209, 42.327898 ], [ -71.083207, 42.327651 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08316, 42.330319 ], [ -71.083112, 42.330515 ], [ -71.083065, 42.330666 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079846, 42.334128 ], [ -71.079362, 42.334607 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079319, 42.334647 ], [ -71.078805, 42.335062 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085192, 42.338017 ], [ -71.084688, 42.338344 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08331, 42.339318 ], [ -71.083023, 42.339557 ], [ -71.082759, 42.339783 ], [ -71.082497, 42.340012 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08213, 42.340328 ], [ -71.081746, 42.34066 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07981, 42.338756 ], [ -71.079645, 42.338611 ], [ -71.078821, 42.337922 ], [ -71.07869, 42.33782 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084097, 42.342201 ], [ -71.083256, 42.341633 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077182, 42.291747 ], [ -71.076538, 42.291561 ], [ -71.076106, 42.291433 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072335, 42.310222 ], [ -71.072991, 42.309803 ], [ -71.07319, 42.309669 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073501, 42.333508 ], [ -71.073374, 42.333613 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072475, 42.332957 ], [ -71.072872, 42.333247 ], [ -71.07302, 42.333312 ], [ -71.073387, 42.333624 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076317, 42.336978 ], [ -71.075647, 42.337467 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075097, 42.345571 ], [ -71.075239, 42.345864 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Stuart Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078681, 42.347722 ], [ -71.078597, 42.347777 ], [ -71.078488, 42.347828 ], [ -71.078348, 42.347871 ], [ -71.07796, 42.347956 ], [ -71.077254, 42.348106 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074017, 42.353223 ], [ -71.076158, 42.352648 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074289, 42.38405 ], [ -71.07435, 42.383988 ], [ -71.074443, 42.383935 ], [ -71.074561, 42.383882 ], [ -71.074874, 42.383757 ], [ -71.075395, 42.383567 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073814, 42.384818 ], [ -71.074023, 42.384388 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071603, 42.290227 ], [ -71.071092, 42.290172 ], [ -71.07078, 42.290157 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0685, 42.312735 ], [ -71.068635, 42.312582 ], [ -71.068845, 42.312397 ], [ -71.069299, 42.311993 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071435, 42.334998 ], [ -71.070929, 42.33535 ], [ -71.070783, 42.335452 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072659, 42.347967 ], [ -71.072613, 42.348005 ], [ -71.071817, 42.34866 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071817, 42.34866 ], [ -71.069898, 42.350156 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Arlington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071637, 42.353839 ], [ -71.071478, 42.353482 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Nashua Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067472, 42.367041 ], [ -71.067483, 42.367027 ], [ -71.067534, 42.366945 ], [ -71.067576, 42.366868 ], [ -71.067613, 42.366766 ], [ -71.067632, 42.366668 ], [ -71.067623, 42.366593 ], [ -71.067624, 42.366539 ], [ -71.067615, 42.366491 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Martha Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067604, 42.366434 ], [ -71.067552, 42.366362 ], [ -71.067493, 42.366318 ], [ -71.067411, 42.366277 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Nashua Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067106, 42.367344 ], [ -71.067262, 42.367246 ], [ -71.067336, 42.367199 ], [ -71.06741, 42.367125 ], [ -71.067472, 42.367041 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062041, 42.352445 ], [ -71.061911, 42.352455 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064303, 42.285707 ], [ -71.064476, 42.286207 ], [ -71.064746, 42.286803 ], [ -71.06495, 42.287177 ], [ -71.065105, 42.28746 ], [ -71.065326, 42.287732 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063515, 42.288556 ], [ -71.06345, 42.288775 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063262, 42.289468 ], [ -71.063146, 42.289895 ], [ -71.063116, 42.289975 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062344, 42.292737 ], [ -71.062259, 42.293019 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060149, 42.302159 ], [ -71.060322, 42.302514 ], [ -71.060437, 42.302811 ], [ -71.060577, 42.303153 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06218, 42.30682 ], [ -71.062375, 42.307082 ], [ -71.062581, 42.30735 ], [ -71.0627, 42.307501 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066467, 42.315608 ], [ -71.066301, 42.315823 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065578, 42.316827 ], [ -71.065952, 42.316398 ], [ -71.066124, 42.316204 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063441, 42.318571 ], [ -71.063285, 42.318796 ], [ -71.063019, 42.319155 ], [ -71.062869, 42.31935 ], [ -71.06273, 42.319515 ], [ -71.062559, 42.319674 ], [ -71.062461, 42.319762 ], [ -71.062393, 42.319823 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Water Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063996, 42.369728 ], [ -71.063935, 42.369723 ], [ -71.063883, 42.36972 ], [ -71.063811, 42.369718 ], [ -71.063734, 42.369717 ], [ -71.063671, 42.369715 ], [ -71.063634, 42.369713 ], [ -71.063597, 42.369709 ], [ -71.063547, 42.369701 ], [ -71.063498, 42.369689 ], [ -71.06343, 42.369673 ], [ -71.063378, 42.369658 ], [ -71.063333, 42.369642 ], [ -71.06327, 42.369619 ], [ -71.063205, 42.369596 ], [ -71.063135, 42.369578 ], [ -71.063058, 42.369563 ], [ -71.062965, 42.36956 ], [ -71.06287, 42.369565 ], [ -71.062779, 42.369583 ], [ -71.062695, 42.369608 ], [ -71.062631, 42.369639 ], [ -71.062562, 42.369681 ], [ -71.062524, 42.369711 ], [ -71.062477, 42.369755 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063735, 42.374581 ], [ -71.063529, 42.374314 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06164, 42.373666 ], [ -71.0619, 42.373853 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06051, 42.372214 ], [ -71.060759, 42.372652 ], [ -71.060968, 42.373005 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064227, 42.375323 ], [ -71.063993, 42.374976 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056819, 42.297926 ], [ -71.057049, 42.298247 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059797, 42.301547 ], [ -71.05969, 42.301963 ], [ -71.059623, 42.302261 ], [ -71.059588, 42.302419 ], [ -71.059526, 42.302773 ], [ -71.05943, 42.303136 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057466, 42.298768 ], [ -71.057716, 42.299001 ], [ -71.058106, 42.299313 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054282, 42.303851 ], [ -71.053836, 42.30363 ], [ -71.053333, 42.30337 ], [ -71.052914, 42.303139 ], [ -71.052564, 42.302946 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0593, 42.30375 ], [ -71.05917, 42.304259 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05917, 42.304259 ], [ -71.058981, 42.305199 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056921, 42.305124 ], [ -71.057231, 42.305346 ], [ -71.057388, 42.305489 ], [ -71.057415, 42.305521 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056556, 42.304866 ], [ -71.056229, 42.304665 ], [ -71.055973, 42.304526 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05671, 42.317561 ], [ -71.056716, 42.317733 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056868, 42.325372 ], [ -71.056881, 42.325973 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049724, 42.348732 ], [ -71.049569, 42.348931 ], [ -71.049468, 42.34907 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053357, 42.357722 ], [ -71.053222, 42.357668 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053222, 42.357668 ], [ -71.052684, 42.357449 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053182, 42.360559 ], [ -71.053049, 42.360454 ], [ -71.052886, 42.360312 ], [ -71.05279, 42.36022 ], [ -71.052672, 42.360067 ], [ -71.052577, 42.359924 ], [ -71.052492, 42.359769 ], [ -71.052408, 42.35953 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051896, 42.357801 ], [ -71.051854, 42.357706 ], [ -71.051808, 42.357615 ], [ -71.051758, 42.357504 ], [ -71.051691, 42.357362 ], [ -71.051604, 42.357167 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054317, 42.335897 ], [ -71.05389, 42.336248 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057102, 42.340577 ], [ -71.056756, 42.340781 ], [ -71.056743, 42.340792 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057074, 42.34158 ], [ -71.05706, 42.342189 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059829, 42.352557 ], [ -71.059397, 42.352521 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058636, 42.352433 ], [ -71.058009, 42.352359 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Surface Artery" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056246, 42.352912 ], [ -71.056339, 42.352858 ], [ -71.056536, 42.352796 ], [ -71.057195, 42.352616 ], [ -71.057589, 42.352511 ], [ -71.057847, 42.352433 ], [ -71.058009, 42.352359 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053612, 42.353664 ], [ -71.052846, 42.354035 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058754, 42.357031 ], [ -71.058456, 42.356909 ], [ -71.058236, 42.35684 ], [ -71.058052, 42.356807 ], [ -71.057994, 42.356798 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05736, 42.356775 ], [ -71.05681, 42.356814 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05681, 42.356814 ], [ -71.056344, 42.356831 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Post Office Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05576, 42.356921 ], [ -71.05592, 42.357064 ], [ -71.056261, 42.357417 ], [ -71.056411, 42.357588 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053277, 42.356926 ], [ -71.053454, 42.356845 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057507, 42.362779 ], [ -71.05727, 42.362617 ], [ -71.056992, 42.362437 ], [ -71.056713, 42.362273 ], [ -71.056495, 42.362158 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055813, 42.362551 ], [ -71.056361, 42.362864 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055527, 42.364749 ], [ -71.055502, 42.365033 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05474, 42.366432 ], [ -71.054312, 42.367077 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054816, 42.367994 ], [ -71.054442, 42.367894 ], [ -71.05434, 42.367864 ], [ -71.054186, 42.367818 ], [ -71.054034, 42.367764 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047867, 42.289358 ], [ -71.048162, 42.289751 ], [ -71.048419, 42.290067 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053644, 42.295337 ], [ -71.053417, 42.295177 ], [ -71.053054, 42.294924 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053054, 42.294924 ], [ -71.052715, 42.294671 ], [ -71.052432, 42.294485 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051053, 42.301756 ], [ -71.05127, 42.301959 ], [ -71.051303, 42.301989 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051053, 42.301756 ], [ -71.050782, 42.301551 ], [ -71.050317, 42.301299 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04946, 42.30083 ], [ -71.049147, 42.300634 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052787, 42.337185 ], [ -71.053143, 42.336877 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051672, 42.338092 ], [ -71.052043, 42.337796 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050595, 42.347599 ], [ -71.051127, 42.346935 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052809, 42.360924 ], [ -71.052925, 42.361013 ], [ -71.053106, 42.36112 ], [ -71.053297, 42.361225 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052809, 42.360924 ], [ -71.05265, 42.361101 ], [ -71.052485, 42.361298 ], [ -71.052357, 42.361425 ], [ -71.052254, 42.361501 ], [ -71.051957, 42.361676 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051076, 42.364277 ], [ -71.05107, 42.364836 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05107, 42.364836 ], [ -71.051109, 42.365398 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051071, 42.362251 ], [ -71.051023, 42.362337 ], [ -71.051006, 42.362503 ], [ -71.051005, 42.362531 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051402, 42.366374 ], [ -71.051519, 42.366526 ], [ -71.051604, 42.366612 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04557, 42.351713 ], [ -71.04489, 42.3514 ], [ -71.04413, 42.351059 ], [ -71.043945, 42.351046 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.043945, 42.351046 ], [ -71.044055, 42.351182 ], [ -71.04546, 42.351812 ], [ -71.045466, 42.351815 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.036146, 42.372166 ], [ -71.037192, 42.371309 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.035037, 42.373121 ], [ -71.034363, 42.373706 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fiedler Shared-Use Bridge to Beacon St Connector" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072907, 42.355753 ], [ -71.072762, 42.355463 ], [ -71.072582, 42.355508 ], [ -71.072511, 42.355462 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fairfield Street Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084301, 42.353168 ], [ -71.084503, 42.353127 ], [ -71.084825, 42.353039 ], [ -71.084812, 42.353015 ], [ -71.084561, 42.353084 ], [ -71.084446, 42.352853 ], [ -71.08388, 42.353003 ], [ -71.083854, 42.352944 ], [ -71.083789, 42.352964 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108228, 42.341766 ], [ -71.1084, 42.341897 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098995, 42.340539 ], [ -71.099129, 42.34053 ], [ -71.099342, 42.34052 ], [ -71.099496, 42.340511 ], [ -71.099629, 42.340497 ], [ -71.099703, 42.340486 ], [ -71.09977, 42.340473 ], [ -71.09984, 42.34045 ], [ -71.100016, 42.340354 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09636, 42.341787 ], [ -71.095833, 42.34165 ], [ -71.095026, 42.341466 ], [ -71.094754, 42.341352 ], [ -71.094545, 42.341294 ], [ -71.094086, 42.341181 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094919, 42.342781 ], [ -71.094742, 42.3427 ], [ -71.094663, 42.342668 ], [ -71.09465, 42.342657 ], [ -71.094588, 42.342605 ], [ -71.09454, 42.342528 ], [ -71.094419, 42.342325 ], [ -71.094355, 42.34222 ], [ -71.094253, 42.341976 ], [ -71.09421, 42.341782 ], [ -71.094226, 42.341495 ], [ -71.094151, 42.34132 ], [ -71.094086, 42.341181 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099779, 42.340716 ], [ -71.099774, 42.340685 ], [ -71.099777, 42.34064 ], [ -71.099788, 42.340604 ], [ -71.099835, 42.340537 ], [ -71.099872, 42.340495 ], [ -71.099934, 42.340428 ], [ -71.100016, 42.340354 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094086, 42.341181 ], [ -71.093847, 42.341014 ], [ -71.093842, 42.341011 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Truman Highway Sidepath" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122622, 42.250082 ], [ -71.123151, 42.249527 ], [ -71.123967, 42.248699 ], [ -71.124824, 42.24782 ], [ -71.125332, 42.247294 ], [ -71.125645, 42.246931 ], [ -71.125976, 42.246381 ], [ -71.126197, 42.245829 ], [ -71.126401, 42.24514 ], [ -71.126497, 42.242944 ], [ -71.126446, 42.241718 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058281, 42.380832 ], [ -71.058276, 42.380829 ], [ -71.058026, 42.380743 ], [ -71.057642, 42.380614 ], [ -71.057275, 42.380514 ], [ -71.056894, 42.380388 ], [ -71.056798, 42.380359 ], [ -71.054995, 42.380023 ], [ -71.054793, 42.380097 ], [ -71.054206, 42.380048 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057868, 42.38158 ], [ -71.057627, 42.381544 ], [ -71.057532, 42.381831 ], [ -71.05745, 42.381838 ], [ -71.057334, 42.38183 ], [ -71.057219, 42.381817 ], [ -71.057096, 42.381782 ], [ -71.056913, 42.381731 ], [ -71.056697, 42.381663 ], [ -71.056731, 42.381539 ], [ -71.057243, 42.381549 ], [ -71.057252, 42.381486 ], [ -71.055151, 42.381191 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.070398, 42.386016 ], [ -71.07041, 42.386026 ], [ -71.06986, 42.386414 ], [ -71.071622, 42.387378 ] ], [ [ -71.071622, 42.387378 ], [ -71.071816, 42.387364 ], [ -71.072042, 42.387317 ], [ -71.07218, 42.387271 ] ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Barry Playground Path" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.054206, 42.380048 ], [ -71.054256, 42.379925 ], [ -71.053878, 42.379929 ], [ -71.053592, 42.379927 ], [ -71.053587, 42.379877 ], [ -71.053347, 42.379896 ], [ -71.053308, 42.379942 ], [ -71.052988, 42.379896 ], [ -71.052275, 42.379802 ] ], [ [ -71.052387, 42.379681 ], [ -71.052554, 42.379499 ], [ -71.052832, 42.379218 ], [ -71.053303, 42.378698 ] ], [ [ -71.052275, 42.379802 ], [ -71.052387, 42.379681 ] ], [ [ -71.053303, 42.378698 ], [ -71.052899, 42.378482 ] ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charlestown HS Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058957, 42.379677 ], [ -71.058942, 42.379756 ], [ -71.058849, 42.379861 ], [ -71.058793, 42.379931 ], [ -71.058637, 42.380212 ], [ -71.05844, 42.38056 ], [ -71.058281, 42.380832 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119764, 42.307721 ], [ -71.119978, 42.307439 ], [ -71.120057, 42.307344 ], [ -71.12014, 42.307247 ], [ -71.120198, 42.307198 ], [ -71.120309, 42.3071 ], [ -71.120411, 42.307029 ], [ -71.120607, 42.306886 ], [ -71.120794, 42.306765 ], [ -71.121027, 42.306611 ], [ -71.121146, 42.306505 ], [ -71.121238, 42.306418 ], [ -71.121308, 42.306341 ], [ -71.12137, 42.306263 ], [ -71.121418, 42.306199 ], [ -71.121485, 42.30612 ], [ -71.12159, 42.30593 ], [ -71.121654, 42.305787 ], [ -71.121697, 42.305663 ], [ -71.12172, 42.30558 ], [ -71.121738, 42.305505 ], [ -71.121752, 42.305441 ], [ -71.121766, 42.30536 ], [ -71.121784, 42.305232 ], [ -71.121784, 42.305145 ], [ -71.121781, 42.305 ], [ -71.121772, 42.30488 ], [ -71.121762, 42.304806 ], [ -71.121739, 42.304688 ], [ -71.121703, 42.30456 ], [ -71.121668, 42.304435 ], [ -71.121605, 42.304287 ], [ -71.121549, 42.304176 ], [ -71.121453, 42.304036 ], [ -71.121276, 42.303814 ], [ -71.120899, 42.303417 ], [ -71.120833, 42.303341 ], [ -71.120791, 42.303285 ], [ -71.120768, 42.303253 ], [ -71.12074, 42.30321 ], [ -71.120717, 42.303167 ], [ -71.120698, 42.303126 ], [ -71.120671, 42.303068 ], [ -71.120657, 42.303023 ], [ -71.120641, 42.30297 ], [ -71.12059, 42.302776 ], [ -71.120555, 42.302569 ], [ -71.120524, 42.302438 ], [ -71.120504, 42.302363 ], [ -71.120483, 42.302316 ], [ -71.120465, 42.302284 ], [ -71.120443, 42.30225 ], [ -71.120422, 42.302218 ], [ -71.120397, 42.302191 ], [ -71.120363, 42.302154 ], [ -71.120321, 42.302122 ], [ -71.120269, 42.302086 ], [ -71.120206, 42.302049 ], [ -71.120103, 42.302002 ], [ -71.120035, 42.301976 ], [ -71.119914, 42.301932 ], [ -71.1198, 42.301898 ], [ -71.119693, 42.301868 ], [ -71.119567, 42.30183 ], [ -71.119435, 42.30178 ], [ -71.11939, 42.301753 ], [ -71.119332, 42.301717 ], [ -71.119295, 42.301685 ], [ -71.119219, 42.301602 ], [ -71.119165, 42.301531 ], [ -71.119104, 42.301456 ], [ -71.119079, 42.301415 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "MassPike Bike-Ped Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131959, 42.356 ], [ -71.132039, 42.356121 ], [ -71.131887, 42.356767 ], [ -71.132532, 42.356852 ], [ -71.132916, 42.356929 ], [ -71.132948, 42.356977 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122754, 42.297898 ], [ -71.122461, 42.297794 ], [ -71.122235, 42.297726 ], [ -71.122028, 42.297674 ], [ -71.121855, 42.297657 ], [ -71.12164, 42.297631 ], [ -71.121151, 42.29764 ], [ -71.120506, 42.297725 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122754, 42.297898 ], [ -71.122822, 42.298028 ], [ -71.122902, 42.29812 ], [ -71.122993, 42.298198 ], [ -71.123088, 42.298269 ], [ -71.123174, 42.298339 ], [ -71.12322, 42.298376 ], [ -71.123265, 42.298425 ], [ -71.123312, 42.298482 ], [ -71.123347, 42.298543 ], [ -71.123375, 42.298594 ], [ -71.123429, 42.298694 ], [ -71.123514, 42.298812 ], [ -71.123575, 42.298875 ], [ -71.123647, 42.298926 ], [ -71.123771, 42.298993 ], [ -71.123956, 42.299054 ], [ -71.124208, 42.299122 ], [ -71.124307, 42.299156 ], [ -71.124458, 42.299209 ], [ -71.124613, 42.299277 ], [ -71.124723, 42.299335 ], [ -71.124823, 42.299398 ], [ -71.124926, 42.299478 ], [ -71.125019, 42.299555 ], [ -71.125101, 42.299629 ], [ -71.125192, 42.299715 ], [ -71.125295, 42.299848 ], [ -71.12536, 42.299942 ], [ -71.125485, 42.300135 ], [ -71.125508, 42.300194 ], [ -71.12559, 42.300411 ], [ -71.125628, 42.300601 ], [ -71.12564, 42.300743 ], [ -71.125644, 42.300829 ], [ -71.125638, 42.300956 ], [ -71.125621, 42.30106 ], [ -71.125604, 42.301147 ], [ -71.125579, 42.301232 ], [ -71.125548, 42.301318 ], [ -71.125523, 42.301386 ], [ -71.125485, 42.301491 ], [ -71.125462, 42.30157 ], [ -71.125452, 42.301646 ], [ -71.125452, 42.301721 ], [ -71.125462, 42.301813 ], [ -71.12548, 42.301915 ], [ -71.12549, 42.302018 ], [ -71.125508, 42.302112 ], [ -71.125525, 42.302188 ], [ -71.125536, 42.302245 ], [ -71.125567, 42.302305 ], [ -71.125656, 42.302359 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119079, 42.301415 ], [ -71.118862, 42.301479 ], [ -71.118741, 42.301501 ], [ -71.118608, 42.30152 ], [ -71.11849, 42.301527 ], [ -71.118175, 42.301546 ], [ -71.117963, 42.301566 ], [ -71.117844, 42.301575 ], [ -71.117758, 42.301586 ], [ -71.117673, 42.301602 ], [ -71.117622, 42.301612 ], [ -71.11757, 42.301638 ], [ -71.117518, 42.301662 ], [ -71.117447, 42.301702 ], [ -71.117384, 42.301751 ], [ -71.117325, 42.301815 ], [ -71.117242, 42.301894 ], [ -71.117127, 42.30203 ], [ -71.11696, 42.302195 ], [ -71.116812, 42.302343 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Bike Pike" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131959, 42.356 ], [ -71.132683, 42.355714 ], [ -71.132786, 42.355659 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.961725, 42.354294 ], [ -70.961803, 42.354284 ], [ -70.96186, 42.354277 ], [ -70.961917, 42.354271 ], [ -70.961974, 42.354265 ], [ -70.962015, 42.354262 ], [ -70.962056, 42.354259 ], [ -70.962097, 42.354257 ], [ -70.962138, 42.354255 ], [ -70.962179, 42.354254 ], [ -70.96222, 42.354253 ], [ -70.962248, 42.354253 ], [ -70.962276, 42.354253 ], [ -70.962303, 42.354254 ], [ -70.962331, 42.354256 ], [ -70.962358, 42.354258 ], [ -70.962386, 42.354261 ], [ -70.962412, 42.354264 ], [ -70.962444, 42.354267 ], [ -70.962477, 42.354271 ], [ -70.962509, 42.354275 ], [ -70.962541, 42.35428 ], [ -70.962573, 42.354286 ], [ -70.962605, 42.354292 ], [ -70.962635, 42.354299 ], [ -70.962665, 42.354304 ], [ -70.962694, 42.35431 ], [ -70.962724, 42.354314 ], [ -70.96274, 42.354316 ], [ -70.962756, 42.354317 ], [ -70.962773, 42.354317 ], [ -70.962789, 42.354317 ], [ -70.962806, 42.354317 ], [ -70.962823, 42.354316 ], [ -70.962835, 42.354315 ], [ -70.962844, 42.354314 ], [ -70.962853, 42.354312 ], [ -70.962862, 42.35431 ], [ -70.96287, 42.354308 ], [ -70.962879, 42.354305 ], [ -70.962886, 42.354301 ], [ -70.962894, 42.354297 ], [ -70.962901, 42.354292 ], [ -70.962907, 42.354288 ], [ -70.962913, 42.354282 ], [ -70.962918, 42.354277 ], [ -70.962923, 42.354271 ], [ -70.962926, 42.354264 ], [ -70.962927, 42.354262 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.961725, 42.354294 ], [ -70.961796, 42.354244 ], [ -70.961835, 42.354216 ], [ -70.961874, 42.354188 ], [ -70.961897, 42.354173 ], [ -70.961921, 42.354158 ], [ -70.961945, 42.354144 ], [ -70.96197, 42.35413 ], [ -70.961996, 42.354116 ], [ -70.962022, 42.354103 ], [ -70.962044, 42.354092 ], [ -70.962065, 42.35408 ], [ -70.962086, 42.354067 ], [ -70.962107, 42.354055 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Albany Street Connector" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059734, 42.350122 ], [ -71.059775, 42.350009 ], [ -71.059713, 42.350007 ], [ -71.059912, 42.349558 ], [ -71.060122, 42.348965 ], [ -71.060253, 42.348784 ], [ -71.06041, 42.348401 ], [ -71.060503, 42.348059 ], [ -71.060663, 42.347419 ], [ -71.060739, 42.347128 ], [ -71.06083, 42.346838 ], [ -71.060909, 42.346612 ], [ -71.06115, 42.346031 ], [ -71.061171, 42.345966 ], [ -71.061192, 42.345802 ], [ -71.061224, 42.34554 ], [ -71.061381, 42.345116 ], [ -71.06192, 42.343907 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southwest Corridor" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083265, 42.341639 ], [ -71.083348, 42.341568 ], [ -71.083362, 42.341555 ], [ -71.083162, 42.341418 ], [ -71.083431, 42.34119 ], [ -71.083465, 42.341156 ], [ -71.083484, 42.34112 ], [ -71.083489, 42.341083 ], [ -71.083484, 42.341047 ], [ -71.083462, 42.34102 ], [ -71.083414, 42.341004 ], [ -71.083356, 42.340999 ], [ -71.083315, 42.340985 ], [ -71.083264, 42.340945 ], [ -71.083209, 42.340889 ], [ -71.083155, 42.340827 ], [ -71.083146, 42.340786 ], [ -71.083146, 42.340746 ], [ -71.083153, 42.3407 ], [ -71.083167, 42.340649 ], [ -71.083171, 42.340628 ], [ -71.08319, 42.340424 ], [ -71.083223, 42.340307 ], [ -71.083274, 42.340237 ], [ -71.08334, 42.340178 ], [ -71.083467, 42.340108 ], [ -71.083577, 42.340058 ], [ -71.083651, 42.340002 ], [ -71.083907, 42.339802 ], [ -71.084013, 42.339697 ], [ -71.084225, 42.339834 ], [ -71.084661, 42.339485 ], [ -71.084737, 42.339423 ], [ -71.084725, 42.339354 ], [ -71.084041, 42.338919 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.961725, 42.354294 ], [ -70.961683, 42.3543 ], [ -70.961621, 42.354311 ], [ -70.96156, 42.354323 ], [ -70.961499, 42.354336 ], [ -70.96146, 42.354344 ], [ -70.961422, 42.354354 ], [ -70.961384, 42.354363 ], [ -70.961346, 42.354374 ], [ -70.961309, 42.354385 ], [ -70.961271, 42.354396 ], [ -70.961236, 42.354408 ], [ -70.961201, 42.35442 ], [ -70.961167, 42.354433 ], [ -70.961133, 42.354447 ], [ -70.961099, 42.354461 ], [ -70.961066, 42.354476 ], [ -70.961033, 42.354491 ], [ -70.960954, 42.354529 ], [ -70.960875, 42.354567 ], [ -70.960796, 42.354604 ], [ -70.960569, 42.354705 ], [ -70.960528, 42.354721 ], [ -70.960487, 42.354737 ], [ -70.960445, 42.354754 ], [ -70.960405, 42.354771 ], [ -70.960365, 42.354789 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127851, 42.372844 ], [ -71.127969, 42.372901 ], [ -71.128044, 42.372938 ], [ -71.128176, 42.372993 ], [ -71.128357, 42.373062 ], [ -71.128437, 42.373087 ], [ -71.128561, 42.373122 ], [ -71.128664, 42.373148 ], [ -71.128871, 42.37319 ], [ -71.128937, 42.373201 ], [ -71.129017, 42.373214 ], [ -71.129098, 42.373223 ], [ -71.129168, 42.373232 ], [ -71.129256, 42.373239 ], [ -71.129344, 42.373244 ], [ -71.129432, 42.373247 ], [ -71.129524, 42.373248 ], [ -71.129644, 42.373244 ], [ -71.129729, 42.37324 ], [ -71.129795, 42.373234 ], [ -71.129883, 42.373226 ], [ -71.130032, 42.373203 ], [ -71.130149, 42.373181 ], [ -71.130267, 42.373154 ], [ -71.130361, 42.373126 ], [ -71.130473, 42.373094 ], [ -71.130547, 42.373067 ], [ -71.130625, 42.373039 ], [ -71.130714, 42.373002 ], [ -71.130849, 42.372936 ], [ -71.13092, 42.372902 ], [ -71.131076, 42.372814 ], [ -71.131225, 42.37273 ], [ -71.131329, 42.37267 ], [ -71.131458, 42.3726 ], [ -71.131606, 42.372514 ], [ -71.13175, 42.372435 ], [ -71.131849, 42.372378 ], [ -71.131922, 42.372338 ], [ -71.131952, 42.372345 ], [ -71.13199, 42.372353 ], [ -71.132028, 42.372358 ], [ -71.132066, 42.37236 ], [ -71.132114, 42.372361 ], [ -71.132201, 42.372361 ], [ -71.132273, 42.372354 ], [ -71.132365, 42.372342 ], [ -71.132423, 42.372336 ], [ -71.132472, 42.37233 ], [ -71.132494, 42.372327 ], [ -71.132513, 42.372318 ], [ -71.132526, 42.372307 ], [ -71.132539, 42.372281 ], [ -71.132542, 42.372261 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039907, 42.338065 ], [ -71.039911, 42.338151 ], [ -71.039885, 42.338308 ], [ -71.039834, 42.338407 ], [ -71.03985, 42.339133 ], [ -71.039819, 42.339399 ], [ -71.039808, 42.339518 ], [ -71.039831, 42.339639 ], [ -71.039833, 42.339688 ], [ -71.039788, 42.339758 ], [ -71.039701, 42.339831 ], [ -71.03957, 42.339857 ], [ -71.039481, 42.339896 ], [ -71.039429, 42.339952 ], [ -71.039412, 42.34003 ], [ -71.039336, 42.340089 ], [ -71.039268, 42.340156 ], [ -71.039258, 42.340203 ], [ -71.03929, 42.340243 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.962941, 42.354221 ], [ -70.962923, 42.354217 ], [ -70.962854, 42.354201 ], [ -70.962805, 42.354192 ], [ -70.962756, 42.354183 ], [ -70.962706, 42.354174 ], [ -70.962657, 42.354165 ], [ -70.962107, 42.354055 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083371, 42.339272 ], [ -71.08331, 42.339318 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03773, 42.341421 ], [ -71.037664, 42.341425 ], [ -71.037551, 42.341399 ], [ -71.037329, 42.3414 ], [ -71.037103, 42.341389 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113827, 42.330899 ], [ -71.113808, 42.330905 ], [ -71.113772, 42.330923 ], [ -71.11374, 42.330961 ], [ -71.113715, 42.330991 ], [ -71.113695, 42.331021 ], [ -71.113687, 42.331068 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037107, 42.341386 ], [ -71.036866, 42.3415 ], [ -71.03659, 42.341522 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.965681, 42.355658 ], [ -70.965683, 42.355659 ], [ -70.965712, 42.355675 ], [ -70.96574, 42.35569 ], [ -70.965768, 42.355706 ], [ -70.965797, 42.355721 ], [ -70.965826, 42.355736 ], [ -70.965856, 42.355751 ], [ -70.965887, 42.355765 ], [ -70.965913, 42.355774 ], [ -70.965939, 42.355783 ], [ -70.965965, 42.355791 ], [ -70.965992, 42.355799 ], [ -70.966018, 42.355806 ], [ -70.966045, 42.355813 ], [ -70.966073, 42.355819 ], [ -70.966103, 42.355825 ], [ -70.966133, 42.35583 ], [ -70.966164, 42.355834 ], [ -70.966195, 42.355838 ], [ -70.966225, 42.355842 ], [ -70.966256, 42.355844 ], [ -70.966288, 42.355846 ], [ -70.96631, 42.355847 ], [ -70.966332, 42.355847 ], [ -70.966354, 42.355847 ], [ -70.966376, 42.355846 ], [ -70.966397, 42.355845 ], [ -70.966419, 42.355842 ], [ -70.966441, 42.35584 ], [ -70.966462, 42.355836 ], [ -70.966498, 42.35583 ], [ -70.966535, 42.355824 ], [ -70.96656, 42.355819 ], [ -70.966588, 42.355811 ], [ -70.966597, 42.35581 ], [ -70.966606, 42.355808 ], [ -70.966616, 42.355808 ], [ -70.966625, 42.355808 ], [ -70.966634, 42.355808 ], [ -70.966644, 42.355809 ], [ -70.966653, 42.355811 ], [ -70.966662, 42.355813 ], [ -70.966702, 42.355827 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119502, 42.322751 ], [ -71.119439, 42.322912 ], [ -71.119388, 42.322975 ], [ -71.119287, 42.323055 ], [ -71.119176, 42.323122 ], [ -71.118737, 42.323394 ], [ -71.118653, 42.323424 ], [ -71.118604, 42.323452 ], [ -71.118511, 42.323522 ], [ -71.118439, 42.323589 ], [ -71.118382, 42.323632 ], [ -71.118297, 42.323671 ], [ -71.118196, 42.323708 ], [ -71.118112, 42.323731 ], [ -71.118031, 42.323743 ], [ -71.117939, 42.323748 ], [ -71.117846, 42.323743 ], [ -71.117768, 42.323729 ], [ -71.117696, 42.32372 ], [ -71.117622, 42.323721 ], [ -71.117489, 42.323734 ], [ -71.117364, 42.323755 ], [ -71.117262, 42.323771 ], [ -71.117132, 42.323799 ], [ -71.117028, 42.323832 ], [ -71.11691, 42.323882 ], [ -71.116819, 42.323952 ], [ -71.116746, 42.324027 ], [ -71.116684, 42.324089 ], [ -71.116622, 42.324176 ], [ -71.11659, 42.32425 ], [ -71.11657, 42.324334 ], [ -71.116559, 42.324413 ], [ -71.116553, 42.32448 ], [ -71.116552, 42.324542 ], [ -71.116558, 42.324576 ], [ -71.116565, 42.324613 ], [ -71.116596, 42.32468 ], [ -71.116635, 42.324746 ], [ -71.116668, 42.324825 ], [ -71.116679, 42.324888 ], [ -71.116679, 42.324959 ], [ -71.116678, 42.325046 ], [ -71.116674, 42.325119 ], [ -71.11666, 42.325212 ], [ -71.116641, 42.325292 ], [ -71.11662, 42.325337 ], [ -71.116581, 42.325395 ], [ -71.11653, 42.325445 ], [ -71.116479, 42.325507 ], [ -71.116448, 42.325564 ], [ -71.116411, 42.325632 ], [ -71.116388, 42.32569 ], [ -71.116377, 42.325756 ], [ -71.116359, 42.325873 ], [ -71.116342, 42.325944 ], [ -71.116317, 42.326004 ], [ -71.116297, 42.326039 ], [ -71.116263, 42.326084 ], [ -71.116218, 42.326135 ], [ -71.116185, 42.326156 ], [ -71.11615, 42.326168 ], [ -71.116105, 42.326177 ], [ -71.116055, 42.326191 ], [ -71.115987, 42.326221 ], [ -71.11588, 42.326283 ], [ -71.115745, 42.326378 ], [ -71.115677, 42.326432 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03659, 42.341519 ], [ -71.036558, 42.341497 ], [ -71.0364, 42.341526 ], [ -71.036183, 42.341558 ], [ -71.036043, 42.341544 ], [ -71.035835, 42.341501 ], [ -71.035639, 42.341514 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.962927, 42.354262 ], [ -70.96293, 42.354258 ], [ -70.962932, 42.354251 ], [ -70.962941, 42.354221 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115985, 42.275137 ], [ -71.115937, 42.275204 ], [ -71.115872, 42.275323 ], [ -71.115817, 42.275466 ], [ -71.115787, 42.275618 ], [ -71.115746, 42.275979 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.165392, 42.350281 ], [ -71.16513, 42.35018 ], [ -71.16486, 42.35005 ], [ -71.164733, 42.349966 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.960365, 42.354789 ], [ -70.960251, 42.354821 ], [ -70.960238, 42.354825 ], [ -70.960225, 42.35483 ], [ -70.960213, 42.354835 ], [ -70.9602, 42.35484 ], [ -70.960188, 42.354846 ], [ -70.960113, 42.354878 ], [ -70.960038, 42.354911 ], [ -70.959964, 42.354944 ], [ -70.959728, 42.355044 ], [ -70.959695, 42.355058 ], [ -70.959662, 42.35507 ], [ -70.959629, 42.355083 ], [ -70.959596, 42.355094 ], [ -70.959584, 42.355098 ], [ -70.95957, 42.3551 ], [ -70.959557, 42.355102 ], [ -70.959543, 42.355104 ], [ -70.959529, 42.355105 ], [ -70.959515, 42.355105 ], [ -70.959501, 42.355105 ], [ -70.959487, 42.355104 ], [ -70.959474, 42.355102 ], [ -70.95946, 42.3551 ], [ -70.959446, 42.355098 ], [ -70.959433, 42.355095 ], [ -70.95941, 42.355088 ], [ -70.959387, 42.355081 ], [ -70.959363, 42.355073 ], [ -70.95934, 42.355066 ], [ -70.959317, 42.355058 ], [ -70.959294, 42.35505 ], [ -70.959271, 42.355042 ], [ -70.959251, 42.355035 ], [ -70.95923, 42.355027 ], [ -70.959211, 42.355019 ], [ -70.959192, 42.35501 ], [ -70.959173, 42.355001 ], [ -70.959154, 42.354991 ], [ -70.959137, 42.354981 ], [ -70.959119, 42.354971 ], [ -70.959102, 42.354959 ], [ -70.959086, 42.354948 ], [ -70.95907, 42.354936 ], [ -70.958997, 42.354884 ], [ -70.958993, 42.35488 ], [ -70.958991, 42.354877 ], [ -70.95899, 42.354873 ], [ -70.958989, 42.354869 ], [ -70.958989, 42.354865 ], [ -70.95899, 42.354861 ], [ -70.958995, 42.354846 ], [ -70.958998, 42.354839 ], [ -70.959002, 42.354826 ], [ -70.959004, 42.354814 ], [ -70.959006, 42.354802 ], [ -70.959007, 42.354789 ], [ -70.959006, 42.354776 ], [ -70.959005, 42.354764 ], [ -70.959005, 42.354756 ], [ -70.959004, 42.354747 ], [ -70.959002, 42.354738 ], [ -70.958999, 42.354729 ], [ -70.958995, 42.35472 ], [ -70.958991, 42.354712 ], [ -70.958986, 42.354704 ], [ -70.95898, 42.354696 ], [ -70.958973, 42.354688 ], [ -70.958966, 42.354681 ], [ -70.958958, 42.354673 ], [ -70.958949, 42.354665 ], [ -70.958939, 42.354658 ], [ -70.958929, 42.354652 ], [ -70.958919, 42.354645 ], [ -70.958908, 42.354639 ], [ -70.958896, 42.354634 ], [ -70.958884, 42.354629 ], [ -70.958871, 42.354625 ], [ -70.958859, 42.354621 ], [ -70.958837, 42.354615 ], [ -70.958815, 42.35461 ], [ -70.958792, 42.354605 ], [ -70.95877, 42.354599 ], [ -70.958762, 42.354598 ], [ -70.958724, 42.35459 ], [ -70.95871, 42.354587 ], [ -70.958687, 42.354584 ], [ -70.958673, 42.354582 ], [ -70.95866, 42.354581 ], [ -70.958646, 42.354581 ], [ -70.958632, 42.354582 ], [ -70.958619, 42.354583 ], [ -70.958606, 42.354585 ], [ -70.958581, 42.35459 ], [ -70.95857, 42.354593 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124795, 42.303665 ], [ -71.124747, 42.303784 ], [ -71.124702, 42.304014 ], [ -71.124657, 42.304397 ], [ -71.124622, 42.304679 ], [ -71.124588, 42.304969 ], [ -71.124554, 42.305207 ], [ -71.124526, 42.30534 ], [ -71.124488, 42.305449 ], [ -71.124384, 42.305683 ], [ -71.124301, 42.305844 ], [ -71.124204, 42.306042 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162467, 42.293292 ], [ -71.160615, 42.294213 ], [ -71.160147, 42.294445 ], [ -71.159635, 42.294698 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.045513, 42.3551 ], [ -71.044977, 42.355033 ], [ -71.044772, 42.354963 ], [ -71.044521, 42.354932 ], [ -71.044224, 42.354819 ], [ -71.043951, 42.35476 ], [ -71.043741, 42.354671 ], [ -71.044037, 42.354221 ], [ -71.044217, 42.354068 ], [ -71.044601, 42.353534 ], [ -71.044637, 42.35345 ], [ -71.044617, 42.35337 ], [ -71.044525, 42.353317 ], [ -71.043768, 42.352986 ], [ -71.043563, 42.352897 ], [ -71.043449, 42.352844 ], [ -71.04314, 42.353166 ], [ -71.042416, 42.352898 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125845, 42.318613 ], [ -71.125839, 42.318615 ], [ -71.125647, 42.318634 ], [ -71.125406, 42.318693 ], [ -71.125136, 42.318792 ], [ -71.12465, 42.318981 ], [ -71.124357, 42.319084 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095092, 42.292641 ], [ -71.095131, 42.292599 ], [ -71.0955, 42.292265 ], [ -71.095636, 42.292156 ], [ -71.095787, 42.292053 ], [ -71.09586, 42.292008 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.158654, 42.348986 ], [ -71.158237, 42.349041 ], [ -71.158025, 42.349057 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042583, 42.350478 ], [ -71.042169, 42.350325 ], [ -71.04102, 42.351858 ], [ -71.040028, 42.35318 ], [ -71.038775, 42.352681 ], [ -71.040168, 42.350824 ], [ -71.040911, 42.34982 ], [ -71.039967, 42.349421 ], [ -71.038958, 42.348998 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.158025, 42.349057 ], [ -71.157809, 42.349074 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.156475, 42.349114 ], [ -71.155747, 42.349123 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.958254, 42.355157 ], [ -70.958257, 42.355156 ], [ -70.95827, 42.35515 ], [ -70.958282, 42.355144 ], [ -70.958293, 42.355137 ], [ -70.958304, 42.35513 ], [ -70.958315, 42.355122 ], [ -70.958325, 42.355114 ], [ -70.958334, 42.355105 ], [ -70.958343, 42.355096 ], [ -70.958351, 42.355087 ], [ -70.958354, 42.355084 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155924, 42.295629 ], [ -71.155502, 42.295622 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.964445, 42.355544 ], [ -70.964396, 42.355527 ], [ -70.964255, 42.355471 ], [ -70.963986, 42.355372 ], [ -70.963905, 42.355343 ], [ -70.963771, 42.355296 ], [ -70.963672, 42.35526 ], [ -70.963464, 42.355184 ], [ -70.963399, 42.35516 ], [ -70.963335, 42.355136 ], [ -70.96327, 42.355113 ], [ -70.963205, 42.355091 ], [ -70.963094, 42.355051 ], [ -70.962951, 42.354997 ], [ -70.962927, 42.354989 ], [ -70.962904, 42.354981 ], [ -70.96288, 42.354974 ], [ -70.962855, 42.354968 ], [ -70.962831, 42.354962 ], [ -70.962806, 42.354956 ], [ -70.96278, 42.354951 ], [ -70.962755, 42.354946 ], [ -70.962728, 42.354941 ], [ -70.962702, 42.354937 ], [ -70.962676, 42.354934 ], [ -70.962649, 42.354931 ], [ -70.962622, 42.354929 ], [ -70.962563, 42.354926 ], [ -70.962505, 42.354924 ], [ -70.962446, 42.354923 ], [ -70.962388, 42.354922 ], [ -70.962348, 42.354922 ], [ -70.962308, 42.354923 ], [ -70.962269, 42.354924 ], [ -70.962229, 42.354925 ], [ -70.962189, 42.354926 ], [ -70.962159, 42.35493 ], [ -70.962129, 42.354934 ], [ -70.9621, 42.354939 ], [ -70.962071, 42.354944 ], [ -70.962054, 42.354947 ], [ -70.962037, 42.35495 ], [ -70.962019, 42.354954 ], [ -70.962002, 42.354959 ], [ -70.961986, 42.354964 ], [ -70.961969, 42.35497 ], [ -70.961954, 42.354976 ], [ -70.961913, 42.354993 ], [ -70.961871, 42.355009 ], [ -70.961847, 42.355019 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130193, 42.352733 ], [ -71.129303, 42.352629 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14708, 42.350173 ], [ -71.146418, 42.350462 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093227, 42.29455 ], [ -71.092865, 42.295046 ], [ -71.092577, 42.29544 ], [ -71.092329, 42.295765 ], [ -71.092208, 42.295888 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152588, 42.338904 ], [ -71.152689, 42.338724 ], [ -71.152821, 42.338551 ], [ -71.152962, 42.338426 ], [ -71.153083, 42.338342 ], [ -71.153366, 42.338194 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.013047, 42.338276 ], [ -71.01336, 42.338329 ], [ -71.013654, 42.338289 ], [ -71.014401, 42.33831 ], [ -71.01505, 42.338668 ], [ -71.01639, 42.338725 ], [ -71.018208, 42.338682 ], [ -71.019511, 42.338543 ], [ -71.021206, 42.338075 ], [ -71.021787, 42.337715 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.149082, 42.35616 ], [ -71.148567, 42.357003 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.965681, 42.355658 ], [ -70.965677, 42.355659 ], [ -70.965661, 42.355661 ], [ -70.965645, 42.355664 ], [ -70.965628, 42.355665 ], [ -70.965612, 42.355666 ], [ -70.965596, 42.355666 ], [ -70.965446, 42.355642 ], [ -70.965295, 42.35561 ], [ -70.965051, 42.355573 ], [ -70.964579, 42.355504 ], [ -70.964571, 42.355502 ], [ -70.964562, 42.3555 ], [ -70.964553, 42.355499 ], [ -70.964544, 42.355499 ], [ -70.964534, 42.355499 ], [ -70.964525, 42.3555 ], [ -70.964516, 42.355501 ], [ -70.964508, 42.355503 ], [ -70.964499, 42.355506 ], [ -70.964491, 42.355509 ], [ -70.964483, 42.355512 ], [ -70.964476, 42.355516 ], [ -70.964469, 42.355521 ], [ -70.964462, 42.355525 ], [ -70.964456, 42.355531 ], [ -70.964451, 42.355536 ], [ -70.964446, 42.355542 ], [ -70.964445, 42.355544 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128018, 42.363348 ], [ -71.12711, 42.363421 ], [ -71.126563, 42.363463 ], [ -71.126155, 42.363502 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.048758, 42.32546 ], [ -71.048714, 42.325769 ] ], [ [ -71.048714, 42.325769 ], [ -71.048665, 42.32607 ], [ -71.048579, 42.326375 ], [ -71.048362, 42.326902 ] ], [ [ -71.048362, 42.326902 ], [ -71.048255, 42.327092 ] ], [ [ -71.048255, 42.327092 ], [ -71.04789, 42.327663 ] ], [ [ -71.04789, 42.327663 ], [ -71.047804, 42.327766 ] ], [ [ -71.047804, 42.327766 ], [ -71.047207, 42.328381 ], [ -71.047075, 42.328517 ] ], [ [ -71.047075, 42.328517 ], [ -71.046644, 42.328848 ], [ -71.045965, 42.329288 ], [ -71.045624, 42.329479 ], [ -71.045146, 42.329722 ], [ -71.044715, 42.329888 ], [ -71.04419, 42.330037 ], [ -71.043751, 42.330147 ] ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126627, 42.365504 ], [ -71.126454, 42.365631 ], [ -71.126311, 42.365759 ], [ -71.126268, 42.365783 ], [ -71.12616, 42.365875 ], [ -71.125946, 42.366049 ], [ -71.125574, 42.366408 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061646, 42.342769 ], [ -71.061569, 42.342916 ], [ -71.061318, 42.342855 ], [ -71.060964, 42.343553 ], [ -71.061108, 42.343614 ], [ -71.061089, 42.343645 ], [ -71.060986, 42.343806 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155679, 42.340249 ], [ -71.155471, 42.340075 ], [ -71.155089, 42.339754 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153436, 42.343821 ], [ -71.153465, 42.343957 ], [ -71.153483, 42.344045 ], [ -71.153474, 42.344176 ], [ -71.153436, 42.344345 ], [ -71.153369, 42.344513 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.961847, 42.355019 ], [ -70.961844, 42.355014 ], [ -70.961841, 42.355007 ], [ -70.961838, 42.355001 ], [ -70.961837, 42.354993 ], [ -70.961836, 42.354986 ], [ -70.961836, 42.354979 ], [ -70.961837, 42.354972 ], [ -70.961839, 42.354965 ], [ -70.961841, 42.354958 ], [ -70.961844, 42.354951 ], [ -70.961848, 42.354945 ], [ -70.961853, 42.354939 ], [ -70.961858, 42.354933 ], [ -70.961943, 42.354881 ], [ -70.962146, 42.354785 ], [ -70.9623, 42.354719 ], [ -70.962325, 42.354708 ], [ -70.962351, 42.354698 ], [ -70.962377, 42.354688 ], [ -70.962404, 42.354678 ], [ -70.962431, 42.354669 ], [ -70.962458, 42.354661 ], [ -70.962485, 42.354653 ], [ -70.962513, 42.354645 ], [ -70.96254, 42.354639 ], [ -70.962569, 42.354632 ], [ -70.962597, 42.354627 ], [ -70.962625, 42.354621 ], [ -70.962654, 42.354617 ], [ -70.962683, 42.354612 ], [ -70.962712, 42.354609 ], [ -70.962741, 42.354606 ], [ -70.96277, 42.354603 ], [ -70.962799, 42.354602 ], [ -70.962829, 42.3546 ], [ -70.962858, 42.354599 ], [ -70.962887, 42.354599 ], [ -70.962917, 42.3546 ], [ -70.963153, 42.354603 ], [ -70.96321, 42.354601 ], [ -70.963213, 42.354601 ], [ -70.963216, 42.354601 ], [ -70.963219, 42.3546 ], [ -70.963221, 42.354599 ], [ -70.963224, 42.354598 ], [ -70.963227, 42.354597 ], [ -70.963229, 42.354595 ], [ -70.963231, 42.354594 ], [ -70.963233, 42.354592 ], [ -70.963234, 42.35459 ], [ -70.963236, 42.354588 ], [ -70.963237, 42.354586 ], [ -70.963238, 42.354584 ], [ -70.963238, 42.354582 ], [ -70.963238, 42.35458 ], [ -70.963238, 42.354578 ], [ -70.963238, 42.354576 ], [ -70.963237, 42.354573 ], [ -70.963236, 42.354571 ], [ -70.963235, 42.354569 ], [ -70.963234, 42.354567 ], [ -70.963232, 42.354566 ], [ -70.96296, 42.354301 ], [ -70.962927, 42.354262 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15532, 42.340328 ], [ -71.155283, 42.340401 ], [ -71.155245, 42.340472 ], [ -71.15476, 42.341215 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125214, 42.366788 ], [ -71.124985, 42.367013 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07274, 42.36067 ], [ -71.072678, 42.360584 ], [ -71.072628, 42.360512 ], [ -71.072569, 42.360402 ], [ -71.07252, 42.360328 ], [ -71.072478, 42.360275 ], [ -71.072428, 42.360208 ], [ -71.072402, 42.36017 ], [ -71.072377, 42.360126 ], [ -71.07236, 42.360088 ], [ -71.072343, 42.36003 ], [ -71.072335, 42.359977 ], [ -71.072334, 42.359921 ], [ -71.072345, 42.359876 ], [ -71.072353, 42.359836 ], [ -71.072355, 42.35978 ], [ -71.072355, 42.359752 ], [ -71.072365, 42.359685 ], [ -71.072379, 42.359618 ], [ -71.0724, 42.35955 ], [ -71.072439, 42.359414 ], [ -71.072472, 42.359288 ], [ -71.072566, 42.358944 ], [ -71.072657, 42.358618 ], [ -71.072731, 42.358355 ], [ -71.072823, 42.358032 ], [ -71.072903, 42.357758 ], [ -71.072975, 42.357559 ], [ -71.073077, 42.357296 ], [ -71.07319, 42.357034 ], [ -71.073299, 42.356781 ], [ -71.073359, 42.356682 ], [ -71.073463, 42.356612 ], [ -71.073482, 42.356545 ], [ -71.073585, 42.356429 ], [ -71.073617, 42.356399 ], [ -71.073666, 42.356366 ], [ -71.073712, 42.356344 ], [ -71.073759, 42.356327 ], [ -71.073809, 42.356319 ], [ -71.073877, 42.35631 ], [ -71.073922, 42.356295 ], [ -71.073977, 42.35625 ], [ -71.074054, 42.356211 ], [ -71.074116, 42.356171 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15465, 42.34914 ], [ -71.154438, 42.349146 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120079, 42.272602 ], [ -71.119689, 42.272526 ], [ -71.119087, 42.272499 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Ellis Memorial Childrens Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069598, 42.347343 ], [ -71.06955, 42.347292 ], [ -71.068824, 42.347489 ], [ -71.068615, 42.347484 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153229, 42.338024 ], [ -71.153051, 42.338051 ], [ -71.152942, 42.338097 ], [ -71.152822, 42.338186 ], [ -71.152638, 42.338363 ], [ -71.152531, 42.33847 ], [ -71.152454, 42.338566 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092415, 42.346651 ], [ -71.092525, 42.346651 ], [ -71.092688, 42.346645 ], [ -71.092842, 42.346612 ], [ -71.092997, 42.346559 ], [ -71.093087, 42.346499 ], [ -71.093206, 42.346432 ], [ -71.093342, 42.346318 ], [ -71.09346, 42.346198 ], [ -71.093606, 42.346051 ], [ -71.093788, 42.345897 ], [ -71.093961, 42.345736 ], [ -71.094107, 42.345609 ], [ -71.094189, 42.345495 ], [ -71.094262, 42.345375 ], [ -71.094317, 42.345268 ], [ -71.094381, 42.345107 ], [ -71.094428, 42.344979 ], [ -71.094492, 42.344819 ], [ -71.094529, 42.344678 ], [ -71.094566, 42.34453 ], [ -71.094585, 42.344376 ], [ -71.094605, 42.344195 ], [ -71.094605, 42.34404 ], [ -71.094597, 42.343919 ], [ -71.094562, 42.343724 ], [ -71.094527, 42.343597 ], [ -71.094483, 42.343436 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122596, 42.308452 ], [ -71.122632, 42.308401 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148841, 42.34179 ], [ -71.149295, 42.341696 ], [ -71.149656, 42.341591 ], [ -71.149972, 42.341475 ], [ -71.150266, 42.34133 ], [ -71.150404, 42.341226 ], [ -71.150488, 42.341063 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.960961, 42.350061 ], [ -70.960969, 42.350066 ], [ -70.960978, 42.350072 ], [ -70.960988, 42.350077 ], [ -70.961385, 42.350257 ], [ -70.961406, 42.350267 ], [ -70.961426, 42.350278 ], [ -70.961445, 42.350289 ], [ -70.961464, 42.350301 ], [ -70.961483, 42.350313 ], [ -70.961501, 42.350326 ], [ -70.961643, 42.350427 ], [ -70.961655, 42.350436 ], [ -70.961667, 42.350444 ], [ -70.96168, 42.350452 ], [ -70.961693, 42.350459 ], [ -70.961707, 42.350466 ], [ -70.961722, 42.350472 ], [ -70.961736, 42.350477 ], [ -70.961752, 42.350482 ], [ -70.961786, 42.350493 ], [ -70.961819, 42.350504 ], [ -70.961853, 42.350516 ], [ -70.961886, 42.350528 ], [ -70.961919, 42.350541 ], [ -70.961951, 42.350554 ], [ -70.961983, 42.350568 ], [ -70.962014, 42.350582 ], [ -70.962045, 42.350597 ], [ -70.962076, 42.350613 ], [ -70.962106, 42.350629 ], [ -70.962135, 42.350645 ], [ -70.962164, 42.350662 ], [ -70.962186, 42.350677 ], [ -70.962206, 42.350693 ], [ -70.962227, 42.350709 ], [ -70.962246, 42.350725 ], [ -70.962266, 42.350742 ], [ -70.962284, 42.350759 ], [ -70.962302, 42.350777 ], [ -70.962319, 42.350795 ], [ -70.962336, 42.350813 ], [ -70.962352, 42.350831 ], [ -70.962368, 42.35085 ], [ -70.962556, 42.351063 ], [ -70.962568, 42.351075 ], [ -70.962582, 42.351088 ], [ -70.962595, 42.3511 ], [ -70.96261, 42.351112 ], [ -70.962625, 42.351123 ], [ -70.96264, 42.351134 ], [ -70.962656, 42.351144 ], [ -70.962672, 42.351154 ], [ -70.962689, 42.351164 ], [ -70.962831, 42.351231 ], [ -70.962845, 42.351237 ], [ -70.96286, 42.351243 ], [ -70.962875, 42.351247 ], [ -70.96289, 42.351252 ], [ -70.962906, 42.351256 ], [ -70.962922, 42.351259 ], [ -70.962938, 42.351261 ], [ -70.962954, 42.351263 ], [ -70.96297, 42.351264 ], [ -70.962986, 42.351265 ], [ -70.963003, 42.351265 ], [ -70.963042, 42.35126 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120727, 42.309017 ], [ -71.120504, 42.309017 ], [ -71.12013, 42.308964 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11545, 42.307263 ], [ -71.115478, 42.307397 ], [ -71.115506, 42.307664 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153296, 42.344662 ], [ -71.153068, 42.345116 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Stony Brook Reservation Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135892, 42.258444 ], [ -71.135852, 42.258489 ], [ -71.135818, 42.258522 ], [ -71.135785, 42.258551 ], [ -71.13575, 42.258575 ], [ -71.135711, 42.258599 ], [ -71.135665, 42.258621 ], [ -71.135611, 42.258644 ], [ -71.135544, 42.25867 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115556, 42.308483 ], [ -71.115579, 42.308945 ], [ -71.115578, 42.309201 ], [ -71.115582, 42.309306 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056641, 42.368236 ], [ -71.056574, 42.368268 ], [ -71.056479, 42.368304 ], [ -71.056452, 42.368307 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155747, 42.349123 ], [ -71.155225, 42.349134 ], [ -71.1548, 42.349137 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1084, 42.341897 ], [ -71.108617, 42.342045 ], [ -71.108677, 42.342312 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114101, 42.313035 ], [ -71.1141, 42.313238 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.963237, 42.351189 ], [ -70.963242, 42.35119 ], [ -70.963253, 42.351193 ], [ -70.963299, 42.351211 ], [ -70.963345, 42.351228 ], [ -70.963391, 42.351245 ], [ -70.963422, 42.351258 ], [ -70.963454, 42.35127 ], [ -70.963486, 42.351283 ], [ -70.963517, 42.351297 ], [ -70.963547, 42.351311 ], [ -70.963578, 42.351325 ], [ -70.963639, 42.351355 ], [ -70.9637, 42.351385 ], [ -70.96376, 42.351415 ], [ -70.963791, 42.351432 ], [ -70.963821, 42.351449 ], [ -70.96385, 42.351466 ], [ -70.96388, 42.351484 ], [ -70.963908, 42.351502 ], [ -70.963937, 42.351521 ], [ -70.963961, 42.351539 ], [ -70.963989, 42.351562 ], [ -70.964012, 42.351587 ], [ -70.964034, 42.351612 ], [ -70.964054, 42.351637 ], [ -70.964097, 42.351701 ], [ -70.964154, 42.35177 ], [ -70.964416, 42.35202 ], [ -70.964423, 42.352029 ], [ -70.96443, 42.352039 ], [ -70.964437, 42.352048 ], [ -70.964442, 42.352058 ], [ -70.964447, 42.352069 ], [ -70.96445, 42.352079 ], [ -70.964453, 42.35209 ], [ -70.964455, 42.3521 ], [ -70.964456, 42.352111 ], [ -70.964457, 42.352122 ], [ -70.964456, 42.352133 ], [ -70.964445, 42.352306 ], [ -70.964446, 42.352334 ], [ -70.964448, 42.352361 ], [ -70.964451, 42.352389 ], [ -70.964455, 42.352417 ], [ -70.96446, 42.352444 ], [ -70.964466, 42.352471 ], [ -70.964514, 42.352629 ], [ -70.964521, 42.352648 ], [ -70.964529, 42.352666 ], [ -70.964538, 42.352685 ], [ -70.964547, 42.352703 ], [ -70.964558, 42.352721 ], [ -70.964569, 42.352739 ], [ -70.964629, 42.352814 ], [ -70.96469, 42.35287 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15402, 42.349146 ], [ -71.153452, 42.349128 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11657, 42.32103 ], [ -71.116321, 42.321021 ], [ -71.115991, 42.32104 ], [ -71.115815, 42.321057 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038273, 42.317913 ], [ -71.038175, 42.31794 ], [ -71.038072, 42.317984 ], [ -71.038005, 42.318004 ], [ -71.037915, 42.318036 ], [ -71.037776, 42.318083 ], [ -71.037667, 42.318142 ], [ -71.037616, 42.318195 ], [ -71.037513, 42.318141 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153786, 42.347264 ], [ -71.153448, 42.346791 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108617, 42.342045 ], [ -71.109009, 42.342054 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113882, 42.321329 ], [ -71.113213, 42.321434 ], [ -71.112816, 42.321505 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.96469, 42.35287 ], [ -70.964692, 42.352877 ], [ -70.964698, 42.352894 ], [ -70.964705, 42.352911 ], [ -70.964713, 42.352928 ], [ -70.964721, 42.352944 ], [ -70.96473, 42.35296 ], [ -70.96474, 42.352976 ], [ -70.964753, 42.352995 ], [ -70.964767, 42.353014 ], [ -70.964781, 42.353033 ], [ -70.964796, 42.353051 ], [ -70.964811, 42.353068 ], [ -70.964828, 42.353086 ], [ -70.964845, 42.353103 ], [ -70.964872, 42.35313 ], [ -70.9649, 42.353157 ], [ -70.964928, 42.353184 ], [ -70.964957, 42.35321 ], [ -70.964986, 42.353236 ], [ -70.965017, 42.353262 ], [ -70.965045, 42.353283 ], [ -70.965074, 42.353304 ], [ -70.965103, 42.353324 ], [ -70.965133, 42.353344 ], [ -70.965163, 42.353364 ], [ -70.965194, 42.353383 ], [ -70.9652, 42.353387 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152965, 42.350045 ], [ -71.152816, 42.350248 ], [ -71.15268, 42.35046 ], [ -71.152385, 42.350912 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119549, 42.321829 ], [ -71.119516, 42.322063 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057143, 42.34545 ], [ -71.056985, 42.345464 ], [ -71.056882, 42.345592 ], [ -71.056865, 42.345608 ], [ -71.056852, 42.345617 ], [ -71.056838, 42.345624 ], [ -71.056822, 42.345629 ], [ -71.056801, 42.345632 ], [ -71.056776, 42.345634 ], [ -71.056714, 42.345632 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Riverdale Parkway Rotary" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119956, 42.322798 ], [ -71.119805, 42.322709 ], [ -71.119765, 42.322687 ], [ -71.119725, 42.32267 ], [ -71.119683, 42.322663 ], [ -71.119638, 42.322662 ], [ -71.119604, 42.322667 ], [ -71.119572, 42.322681 ], [ -71.119548, 42.322694 ], [ -71.119527, 42.322714 ], [ -71.119502, 42.322751 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116229, 42.255108 ], [ -71.114603, 42.256851 ], [ -71.114244, 42.257208 ], [ -71.113935, 42.257473 ], [ -71.113516, 42.257762 ], [ -71.113029, 42.25802 ], [ -71.111829, 42.258552 ], [ -71.111291, 42.258815 ], [ -71.110932, 42.259021 ], [ -71.110291, 42.259423 ], [ -71.109792, 42.259716 ], [ -71.109406, 42.259905 ], [ -71.108905, 42.260076 ], [ -71.108421, 42.260179 ], [ -71.107913, 42.26025 ], [ -71.107769, 42.260301 ], [ -71.107274, 42.260301 ], [ -71.107076, 42.260227 ], [ -71.106584, 42.260155 ], [ -71.106058, 42.260022 ], [ -71.105693, 42.259904 ], [ -71.104911, 42.259646 ], [ -71.104489, 42.259548 ], [ -71.104133, 42.259508 ], [ -71.103662, 42.259493 ], [ -71.103258, 42.259516 ], [ -71.102686, 42.259633 ], [ -71.102329, 42.259737 ], [ -71.101106, 42.260351 ], [ -71.100642, 42.260595 ], [ -71.100581, 42.260689 ], [ -71.099742, 42.26115 ], [ -71.099619, 42.261139 ], [ -71.099038, 42.261421 ], [ -71.098668, 42.261603 ], [ -71.098245, 42.261866 ], [ -71.097596, 42.262442 ], [ -71.097362, 42.262667 ], [ -71.097323, 42.26279 ], [ -71.09657, 42.263453 ], [ -71.096455, 42.263511 ], [ -71.096194, 42.263742 ], [ -71.09553, 42.26435 ], [ -71.094953, 42.264873 ], [ -71.094805, 42.265008 ], [ -71.094692, 42.265107 ], [ -71.094592, 42.265221 ], [ -71.09457, 42.265296 ], [ -71.094571, 42.265359 ], [ -71.094526, 42.265613 ], [ -71.094393, 42.265957 ], [ -71.094154, 42.266429 ], [ -71.094088, 42.266718 ], [ -71.094047, 42.266899 ], [ -71.09403, 42.267028 ], [ -71.094014, 42.267241 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153452, 42.349128 ], [ -71.153477, 42.348869 ], [ -71.153515, 42.348786 ], [ -71.153606, 42.348646 ], [ -71.15373, 42.348472 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148971, 42.285912 ], [ -71.148781, 42.285916 ], [ -71.14857, 42.285946 ], [ -71.148321, 42.285971 ], [ -71.148062, 42.285988 ], [ -71.147776, 42.286004 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09194, 42.350213 ], [ -71.092162, 42.35016 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092205, 42.28166 ], [ -71.091951, 42.282412 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.964443, 42.351492 ], [ -70.964518, 42.351541 ], [ -70.964528, 42.351548 ], [ -70.96454, 42.351556 ], [ -70.964552, 42.351562 ], [ -70.964565, 42.351568 ], [ -70.964578, 42.351574 ], [ -70.96459, 42.351578 ], [ -70.964611, 42.351588 ], [ -70.964632, 42.351598 ], [ -70.964653, 42.351609 ], [ -70.964673, 42.35162 ], [ -70.964693, 42.351631 ], [ -70.964712, 42.351643 ], [ -70.964736, 42.351661 ], [ -70.964761, 42.35168 ], [ -70.964784, 42.351699 ], [ -70.964807, 42.351718 ], [ -70.96483, 42.351738 ], [ -70.96485, 42.351756 ], [ -70.964869, 42.351774 ], [ -70.964888, 42.351793 ], [ -70.964906, 42.351812 ], [ -70.964923, 42.351832 ], [ -70.96494, 42.351852 ], [ -70.964955, 42.351871 ], [ -70.964962, 42.351882 ], [ -70.964968, 42.351894 ], [ -70.964974, 42.351905 ], [ -70.964979, 42.351917 ], [ -70.964983, 42.351928 ], [ -70.964986, 42.35194 ], [ -70.964989, 42.351952 ], [ -70.964991, 42.351964 ], [ -70.964993, 42.351977 ], [ -70.964993, 42.351988 ], [ -70.964992, 42.351997 ], [ -70.964992, 42.352002 ], [ -70.964994, 42.352049 ], [ -70.964995, 42.352097 ], [ -70.964988, 42.352156 ], [ -70.964976, 42.352192 ], [ -70.96497, 42.352204 ], [ -70.964963, 42.352216 ], [ -70.964956, 42.352228 ], [ -70.964948, 42.35224 ], [ -70.964939, 42.352251 ], [ -70.96493, 42.352262 ], [ -70.96492, 42.352272 ], [ -70.964909, 42.352282 ], [ -70.964887, 42.352302 ], [ -70.964864, 42.352321 ], [ -70.96484, 42.352339 ], [ -70.964816, 42.352357 ], [ -70.964791, 42.352375 ], [ -70.964765, 42.352393 ], [ -70.964754, 42.352403 ], [ -70.964745, 42.352412 ], [ -70.964737, 42.352423 ], [ -70.964729, 42.352433 ], [ -70.964722, 42.352444 ], [ -70.964717, 42.352455 ], [ -70.964712, 42.352467 ], [ -70.964702, 42.352509 ], [ -70.964693, 42.352551 ], [ -70.964684, 42.352593 ], [ -70.964675, 42.352635 ], [ -70.964672, 42.352654 ], [ -70.964669, 42.352673 ], [ -70.964668, 42.352693 ], [ -70.964667, 42.352712 ], [ -70.964667, 42.352731 ], [ -70.964668, 42.352751 ], [ -70.964669, 42.35277 ], [ -70.964672, 42.352789 ], [ -70.964675, 42.352809 ], [ -70.964678, 42.352826 ], [ -70.964682, 42.352843 ], [ -70.964687, 42.35286 ], [ -70.96469, 42.35287 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119972, 42.351719 ], [ -71.121261, 42.35188 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beech Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14847, 42.285611 ], [ -71.148384, 42.285555 ], [ -71.147912, 42.285239 ], [ -71.147714, 42.285086 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113986, 42.301331 ], [ -71.113863, 42.301311 ], [ -71.113688, 42.301283 ], [ -71.113503, 42.301232 ], [ -71.113319, 42.301195 ], [ -71.112679, 42.301151 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11855, 42.351369 ], [ -71.118277, 42.351334 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153421, 42.349467 ], [ -71.15333, 42.349591 ], [ -71.153071, 42.349903 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967497, 42.355285 ], [ -70.967497, 42.355285 ], [ -70.967499, 42.355285 ], [ -70.967502, 42.355284 ], [ -70.967503, 42.355283 ], [ -70.967505, 42.355282 ], [ -70.967516, 42.355273 ], [ -70.967531, 42.355261 ], [ -70.967546, 42.355248 ], [ -70.967561, 42.355235 ], [ -70.967583, 42.35521 ], [ -70.967606, 42.355184 ], [ -70.967629, 42.355157 ], [ -70.967645, 42.355143 ], [ -70.967661, 42.355129 ], [ -70.967677, 42.355117 ], [ -70.967695, 42.355104 ], [ -70.967713, 42.355092 ], [ -70.967731, 42.355081 ], [ -70.96775, 42.35507 ], [ -70.967769, 42.35506 ], [ -70.967802, 42.355039 ], [ -70.967836, 42.355018 ], [ -70.967871, 42.354997 ], [ -70.967906, 42.354977 ], [ -70.967941, 42.354957 ], [ -70.967977, 42.354938 ], [ -70.967988, 42.354931 ], [ -70.968, 42.354924 ], [ -70.968013, 42.354918 ], [ -70.968026, 42.354912 ], [ -70.96804, 42.354908 ], [ -70.968054, 42.354903 ], [ -70.968069, 42.3549 ], [ -70.968084, 42.354897 ], [ -70.968099, 42.354894 ], [ -70.968113, 42.354893 ], [ -70.968137, 42.354891 ], [ -70.968159, 42.354888 ], [ -70.968182, 42.354885 ], [ -70.968204, 42.354881 ], [ -70.968216, 42.354879 ], [ -70.968228, 42.354876 ], [ -70.96824, 42.354873 ], [ -70.968251, 42.35487 ], [ -70.968262, 42.354865 ], [ -70.968273, 42.354861 ], [ -70.968283, 42.354856 ], [ -70.968293, 42.35485 ], [ -70.968303, 42.354845 ], [ -70.968312, 42.354838 ], [ -70.96832, 42.354832 ], [ -70.968326, 42.354827 ], [ -70.968331, 42.354821 ], [ -70.968335, 42.354815 ], [ -70.968339, 42.354809 ], [ -70.968342, 42.354803 ], [ -70.968344, 42.354798 ], [ -70.968347, 42.35479 ], [ -70.968348, 42.354784 ], [ -70.968349, 42.354777 ], [ -70.968349, 42.354771 ], [ -70.968348, 42.354764 ], [ -70.968347, 42.354757 ], [ -70.968345, 42.354751 ], [ -70.968342, 42.354745 ], [ -70.968338, 42.354737 ], [ -70.968332, 42.35473 ], [ -70.968326, 42.354722 ], [ -70.96832, 42.354716 ], [ -70.968313, 42.354709 ], [ -70.968305, 42.354703 ], [ -70.968296, 42.354697 ], [ -70.968287, 42.354692 ], [ -70.968278, 42.354687 ], [ -70.968268, 42.354683 ], [ -70.968246, 42.354673 ], [ -70.96805, 42.354582 ], [ -70.968021, 42.354569 ], [ -70.967992, 42.354556 ], [ -70.967964, 42.354542 ], [ -70.967936, 42.354527 ], [ -70.967909, 42.354512 ], [ -70.967883, 42.354496 ], [ -70.967855, 42.35448 ], [ -70.967827, 42.354464 ], [ -70.967798, 42.354449 ], [ -70.967769, 42.354435 ], [ -70.96774, 42.354421 ], [ -70.96771, 42.354407 ], [ -70.967689, 42.354397 ], [ -70.967668, 42.354387 ], [ -70.967646, 42.354379 ], [ -70.967624, 42.35437 ], [ -70.967602, 42.354362 ], [ -70.96758, 42.354355 ], [ -70.96755, 42.354349 ], [ -70.967521, 42.354343 ], [ -70.96749, 42.354338 ], [ -70.967452, 42.354332 ], [ -70.967414, 42.354326 ], [ -70.967376, 42.354319 ], [ -70.967338, 42.354312 ], [ -70.9673, 42.354303 ], [ -70.967263, 42.354295 ], [ -70.967226, 42.354285 ], [ -70.967188, 42.354276 ], [ -70.967151, 42.354266 ], [ -70.967113, 42.354256 ], [ -70.967076, 42.354245 ], [ -70.96704, 42.354233 ], [ -70.967004, 42.35422 ], [ -70.966922, 42.354188 ], [ -70.966842, 42.354155 ], [ -70.966761, 42.354121 ], [ -70.966681, 42.354088 ], [ -70.966594, 42.354051 ], [ -70.966506, 42.354014 ], [ -70.966417, 42.353978 ], [ -70.966312, 42.353933 ], [ -70.966207, 42.353889 ], [ -70.966101, 42.353844 ], [ -70.966033, 42.353814 ], [ -70.965966, 42.353784 ], [ -70.965908, 42.353757 ], [ -70.965885, 42.353746 ], [ -70.965724, 42.353669 ], [ -70.965614, 42.353613 ], [ -70.965571, 42.353591 ], [ -70.965521, 42.353563 ], [ -70.965461, 42.353532 ], [ -70.965401, 42.3535 ], [ -70.965342, 42.353468 ], [ -70.965284, 42.353435 ], [ -70.965225, 42.353402 ], [ -70.9652, 42.353387 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091165, 42.284821 ], [ -71.090989, 42.285333 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115976, 42.277624 ], [ -71.115925, 42.277465 ], [ -71.115872, 42.277283 ], [ -71.115854, 42.277205 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144897, 42.286058 ], [ -71.14436, 42.286064 ], [ -71.143203, 42.286091 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109961, 42.285827 ], [ -71.110451, 42.285521 ], [ -71.110883, 42.285253 ], [ -71.111722, 42.284717 ], [ -71.112496, 42.284181 ], [ -71.113331, 42.283593 ], [ -71.114264, 42.28296 ], [ -71.114671, 42.282677 ], [ -71.114985, 42.282432 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099779, 42.340716 ], [ -71.099811, 42.340707 ], [ -71.09989, 42.340697 ], [ -71.099915, 42.340693 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147871, 42.296609 ], [ -71.148045, 42.296595 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.099915, 42.340693 ], [ -71.099925, 42.34072 ], [ -71.09994, 42.340741 ], [ -71.099959, 42.340757 ], [ -71.09998, 42.340773 ], [ -71.100025, 42.340806 ], [ -71.10007, 42.340836 ], [ -71.100137, 42.340871 ], [ -71.100389, 42.341019 ], [ -71.100533, 42.341141 ], [ -71.100659, 42.341248 ], [ -71.100785, 42.341373 ], [ -71.100888, 42.341475 ] ], [ [ -71.100888, 42.341475 ], [ -71.101157, 42.341738 ], [ -71.101471, 42.342059 ], [ -71.102081, 42.342673 ], [ -71.102196, 42.342775 ], [ -71.102322, 42.342891 ], [ -71.102438, 42.342998 ], [ -71.10252, 42.343072 ] ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.151367, 42.352556 ], [ -71.151135, 42.352907 ], [ -71.150882, 42.353358 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090549, 42.287243 ], [ -71.090756, 42.286623 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Mass Ave Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089783, 42.352116 ], [ -71.089909, 42.352374 ], [ -71.089997, 42.352352 ], [ -71.089865, 42.352082 ], [ -71.089952, 42.352056 ], [ -71.089816, 42.351785 ], [ -71.089926, 42.351758 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11676, 42.321042 ], [ -71.11657, 42.32103 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143203, 42.286091 ], [ -71.141912, 42.286118 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.955169, 42.345529 ], [ -70.955119, 42.345548 ], [ -70.954809, 42.345727 ], [ -70.954667, 42.345803 ], [ -70.954291, 42.345985 ], [ -70.954111, 42.346065 ], [ -70.954088, 42.346078 ], [ -70.954066, 42.346091 ], [ -70.954044, 42.346105 ], [ -70.954023, 42.346119 ], [ -70.954002, 42.346133 ], [ -70.953982, 42.346148 ], [ -70.953922, 42.346196 ], [ -70.953913, 42.346204 ], [ -70.953903, 42.346211 ], [ -70.953892, 42.346218 ], [ -70.953881, 42.346224 ], [ -70.953869, 42.34623 ], [ -70.953857, 42.346236 ], [ -70.953844, 42.346241 ], [ -70.953831, 42.346245 ], [ -70.953818, 42.346249 ], [ -70.953805, 42.346252 ], [ -70.953791, 42.346255 ], [ -70.953777, 42.346257 ], [ -70.953644, 42.346276 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115835, 42.298299 ], [ -71.115542, 42.298751 ], [ -71.115253, 42.299256 ], [ -71.115031, 42.299677 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089234, 42.291231 ], [ -71.089495, 42.290447 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "MBTA Redline Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066042, 42.29397 ], [ -71.066033, 42.293931 ], [ -71.065854, 42.293212 ], [ -71.065694, 42.29323 ], [ -71.06564, 42.293025 ], [ -71.06576, 42.292951 ], [ -71.065606, 42.292222 ], [ -71.065628, 42.292176 ], [ -71.06561, 42.292104 ], [ -71.065579, 42.292094 ], [ -71.065568, 42.292043 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150882, 42.353358 ], [ -71.150708, 42.35361 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100016, 42.340354 ], [ -71.100032, 42.340363 ], [ -71.100051, 42.340372 ], [ -71.100094, 42.340396 ], [ -71.10013, 42.340419 ], [ -71.100177, 42.34048 ], [ -71.100151, 42.340488 ], [ -71.100125, 42.340496 ], [ -71.100089, 42.340509 ], [ -71.100052, 42.340526 ], [ -71.100016, 42.340543 ], [ -71.099979, 42.340568 ], [ -71.09995, 42.340592 ], [ -71.099924, 42.340615 ], [ -71.099907, 42.340643 ], [ -71.099907, 42.340668 ], [ -71.099915, 42.340693 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137896, 42.292849 ], [ -71.137306, 42.293365 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953644, 42.346276 ], [ -70.953651, 42.346289 ], [ -70.953682, 42.346358 ], [ -70.953731, 42.346464 ], [ -70.953786, 42.34658 ], [ -70.9538, 42.346609 ], [ -70.953824, 42.346695 ], [ -70.953866, 42.346839 ], [ -70.953903, 42.346968 ], [ -70.953933, 42.34707 ], [ -70.953962, 42.347169 ], [ -70.953984, 42.347245 ], [ -70.954041, 42.347448 ], [ -70.954066, 42.347575 ], [ -70.95411, 42.347774 ], [ -70.954148, 42.347951 ], [ -70.954174, 42.348114 ], [ -70.95421, 42.348361 ], [ -70.954234, 42.34851 ], [ -70.954228, 42.348649 ], [ -70.954224, 42.348782 ], [ -70.954217, 42.348819 ], [ -70.9542, 42.348911 ], [ -70.95417, 42.34906 ], [ -70.95408, 42.349136 ], [ -70.953981, 42.34922 ], [ -70.95392, 42.349271 ], [ -70.953849, 42.349314 ], [ -70.953754, 42.349373 ], [ -70.953677, 42.349421 ], [ -70.953675, 42.349422 ], [ -70.953673, 42.349424 ], [ -70.953671, 42.349426 ], [ -70.953669, 42.349428 ], [ -70.953667, 42.34943 ], [ -70.953666, 42.349432 ], [ -70.953665, 42.349434 ], [ -70.953664, 42.349437 ], [ -70.953664, 42.349439 ], [ -70.953663, 42.349442 ], [ -70.953664, 42.349444 ], [ -70.953664, 42.349446 ], [ -70.953665, 42.349449 ], [ -70.953666, 42.349451 ], [ -70.953667, 42.349453 ], [ -70.953668, 42.349456 ], [ -70.95367, 42.349458 ], [ -70.953672, 42.34946 ], [ -70.953697, 42.349481 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114671, 42.300568 ], [ -71.114609, 42.301006 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087025, 42.298157 ], [ -71.087155, 42.297674 ], [ -71.087529, 42.296463 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05153, 42.329311 ], [ -71.051338, 42.329456 ], [ -71.051172, 42.329567 ], [ -71.051086, 42.32962 ], [ -71.050974, 42.329676 ], [ -71.050765, 42.329771 ], [ -71.050485, 42.329864 ], [ -71.050269, 42.329919 ], [ -71.050064, 42.329954 ], [ -71.049923, 42.329971 ], [ -71.049716, 42.329987 ], [ -71.049537, 42.329995 ], [ -71.049199, 42.330011 ], [ -71.048914, 42.330019 ], [ -71.048657, 42.330028 ], [ -71.048435, 42.330034 ], [ -71.048287, 42.330027 ], [ -71.048123, 42.329999 ], [ -71.047958, 42.329953 ], [ -71.047848, 42.329913 ], [ -71.047756, 42.329873 ], [ -71.047667, 42.329828 ], [ -71.047575, 42.329774 ], [ -71.047457, 42.329685 ], [ -71.047364, 42.329596 ], [ -71.047277, 42.329484 ], [ -71.047204, 42.329356 ], [ -71.047174, 42.329279 ], [ -71.047153, 42.329202 ], [ -71.047143, 42.329092 ], [ -71.047149, 42.328978 ], [ -71.047161, 42.328882 ], [ -71.04719, 42.328777 ], [ -71.047228, 42.32869 ], [ -71.04728, 42.328613 ], [ -71.047364, 42.328511 ], [ -71.047564, 42.328311 ], [ -71.047694, 42.328181 ], [ -71.04787, 42.327997 ], [ -71.048093, 42.327742 ], [ -71.04824, 42.327529 ], [ -71.048307, 42.32742 ], [ -71.048444, 42.32719 ], [ -71.048563, 42.326973 ], [ -71.048606, 42.326871 ], [ -71.048711, 42.326631 ], [ -71.048785, 42.326437 ], [ -71.048835, 42.326268 ], [ -71.048888, 42.326082 ], [ -71.048955, 42.32572 ], [ -71.048981, 42.325464 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114451, 42.302341 ], [ -71.114473, 42.302525 ], [ -71.114541, 42.302871 ], [ -71.114585, 42.303039 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142306, 42.345082 ], [ -71.142439, 42.344883 ], [ -71.1427, 42.344519 ], [ -71.142792, 42.344377 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150708, 42.35361 ], [ -71.150534, 42.353895 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.958354, 42.355084 ], [ -70.958371, 42.355092 ], [ -70.958406, 42.355095 ], [ -70.958435, 42.355101 ], [ -70.95845, 42.355104 ], [ -70.958464, 42.355109 ], [ -70.958477, 42.355114 ], [ -70.958494, 42.355121 ], [ -70.958619, 42.355205 ], [ -70.958652, 42.355229 ], [ -70.958686, 42.355252 ], [ -70.958719, 42.355275 ], [ -70.958754, 42.355297 ], [ -70.958789, 42.355319 ], [ -70.958824, 42.355341 ], [ -70.95888, 42.355378 ], [ -70.958937, 42.355414 ], [ -70.958995, 42.355451 ], [ -70.959052, 42.355487 ], [ -70.959103, 42.355519 ], [ -70.959154, 42.355552 ], [ -70.959205, 42.355584 ], [ -70.959258, 42.355615 ], [ -70.959285, 42.355628 ], [ -70.959312, 42.35564 ], [ -70.959339, 42.355651 ], [ -70.959367, 42.355662 ], [ -70.959394, 42.355672 ], [ -70.959423, 42.355683 ], [ -70.959452, 42.355693 ], [ -70.959482, 42.355703 ], [ -70.959512, 42.355713 ], [ -70.959538, 42.35572 ], [ -70.959565, 42.355727 ], [ -70.959592, 42.355734 ], [ -70.959619, 42.35574 ], [ -70.959647, 42.355746 ], [ -70.959674, 42.355751 ], [ -70.959702, 42.355755 ], [ -70.959864, 42.355782 ], [ -70.960006, 42.355807 ], [ -70.96004, 42.355813 ], [ -70.960074, 42.355818 ], [ -70.960107, 42.355823 ], [ -70.960141, 42.355828 ], [ -70.960175, 42.355831 ], [ -70.960209, 42.355835 ], [ -70.960237, 42.355838 ], [ -70.960262, 42.355841 ], [ -70.960286, 42.355843 ], [ -70.9603, 42.355842 ], [ -70.960315, 42.35584 ], [ -70.960329, 42.355838 ], [ -70.960343, 42.355834 ], [ -70.960358, 42.355831 ], [ -70.96038, 42.355825 ], [ -70.960402, 42.355818 ], [ -70.960423, 42.355811 ], [ -70.960444, 42.355803 ], [ -70.960465, 42.355795 ], [ -70.960491, 42.355783 ], [ -70.960516, 42.355771 ], [ -70.960541, 42.355758 ], [ -70.960566, 42.355744 ], [ -70.960612, 42.35572 ], [ -70.960657, 42.355696 ], [ -70.960702, 42.35567 ], [ -70.960746, 42.355644 ], [ -70.960789, 42.355621 ], [ -70.96083, 42.355598 ], [ -70.960872, 42.355574 ], [ -70.960912, 42.355549 ], [ -70.960958, 42.355523 ], [ -70.961003, 42.355497 ], [ -70.961049, 42.355472 ], [ -70.961099, 42.355441 ], [ -70.961149, 42.35541 ], [ -70.9612, 42.35538 ], [ -70.961252, 42.35535 ], [ -70.961303, 42.35532 ], [ -70.961385, 42.355275 ], [ -70.961466, 42.355228 ], [ -70.961546, 42.355182 ], [ -70.96174, 42.355072 ], [ -70.961769, 42.355056 ], [ -70.961799, 42.355041 ], [ -70.961829, 42.355025 ], [ -70.961847, 42.355019 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100115, 42.2903 ], [ -71.099855, 42.290373 ], [ -71.099643, 42.290452 ], [ -71.098255, 42.290885 ], [ -71.097471, 42.29113 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087279, 42.296657 ], [ -71.086949, 42.297719 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.033958, 42.37222 ], [ -71.033753, 42.372389 ], [ -71.033378, 42.372784 ], [ -71.033114, 42.372975 ], [ -71.032642, 42.373224 ], [ -71.032249, 42.373575 ], [ -71.031885, 42.373844 ], [ -71.031543, 42.374195 ], [ -71.031189, 42.374459 ], [ -71.030885, 42.37482 ], [ -71.030491, 42.375141 ], [ -71.030054, 42.375434 ], [ -71.029449, 42.37599 ], [ -71.029095, 42.376268 ], [ -71.028807, 42.376567 ], [ -71.028509, 42.376844 ], [ -71.028031, 42.377311 ], [ -71.027591, 42.377636 ], [ -71.027068, 42.378 ], [ -71.026933, 42.378119 ], [ -71.026863, 42.378192 ], [ -71.026831, 42.37825 ], [ -71.026772, 42.378328 ], [ -71.026734, 42.378362 ], [ -71.026696, 42.378391 ], [ -71.026648, 42.378422 ], [ -71.026612, 42.378438 ], [ -71.026592, 42.378442 ], [ -71.026571, 42.378445 ], [ -71.026543, 42.378444 ], [ -71.02652, 42.378443 ], [ -71.026498, 42.378443 ], [ -71.026453, 42.378435 ], [ -71.026069, 42.378248 ], [ -71.026046, 42.378237 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136339, 42.29413 ], [ -71.136081, 42.294318 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.149909, 42.28679 ], [ -71.150001, 42.287054 ], [ -71.15005, 42.287203 ], [ -71.150072, 42.287299 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092875, 42.349985 ], [ -71.093181, 42.349894 ], [ -71.093633, 42.349767 ], [ -71.094892, 42.349398 ], [ -71.094981, 42.349373 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057876, 42.381582 ], [ -71.058074, 42.381595 ], [ -71.058208, 42.381577 ], [ -71.058321, 42.381543 ], [ -71.058489, 42.381436 ], [ -71.058566, 42.381318 ], [ -71.058586, 42.381221 ], [ -71.05857, 42.381121 ], [ -71.058525, 42.380995 ], [ -71.058418, 42.380903 ], [ -71.058281, 42.380832 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088909, 42.301899 ], [ -71.088657, 42.301877 ], [ -71.088473, 42.301882 ], [ -71.088259, 42.301908 ], [ -71.088011, 42.301949 ], [ -71.087726, 42.302059 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.043751, 42.330147 ], [ -71.043341, 42.330155 ], [ -71.041785, 42.330188 ], [ -71.041079, 42.330161 ], [ -71.040434, 42.330111 ], [ -71.03974, 42.330024 ], [ -71.038875, 42.329852 ], [ -71.038066, 42.329652 ], [ -71.037259, 42.329469 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148971, 42.285912 ], [ -71.149197, 42.286056 ], [ -71.149368, 42.286167 ], [ -71.149571, 42.286319 ], [ -71.149677, 42.286422 ], [ -71.149794, 42.286576 ], [ -71.149902, 42.28677 ], [ -71.149909, 42.28679 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953394, 42.345207 ], [ -70.953436, 42.345175 ], [ -70.953483, 42.345128 ], [ -70.953488, 42.345122 ], [ -70.953492, 42.345116 ], [ -70.953496, 42.34511 ], [ -70.953498, 42.345103 ], [ -70.9535, 42.345097 ], [ -70.953501, 42.34509 ], [ -70.953502, 42.345083 ], [ -70.953502, 42.345076 ], [ -70.9535, 42.34507 ], [ -70.953499, 42.345063 ], [ -70.953496, 42.345057 ], [ -70.953493, 42.34505 ], [ -70.953479, 42.345023 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133661, 42.296375 ], [ -71.133886, 42.296207 ], [ -71.134285, 42.295906 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953479, 42.345023 ], [ -70.953392, 42.34485 ], [ -70.953386, 42.344836 ], [ -70.95338, 42.344821 ], [ -70.953375, 42.344807 ], [ -70.953371, 42.344792 ], [ -70.953368, 42.344777 ], [ -70.953366, 42.344762 ], [ -70.953364, 42.344746 ], [ -70.953364, 42.344731 ], [ -70.953364, 42.344716 ], [ -70.953353, 42.344548 ], [ -70.953356, 42.344523 ], [ -70.953359, 42.344498 ], [ -70.953363, 42.344473 ], [ -70.953369, 42.344448 ], [ -70.953395, 42.344343 ], [ -70.953397, 42.344336 ], [ -70.953401, 42.344329 ], [ -70.953405, 42.344322 ], [ -70.95341, 42.344316 ], [ -70.953415, 42.34431 ], [ -70.953422, 42.344304 ], [ -70.953428, 42.344299 ], [ -70.953435, 42.344294 ], [ -70.953443, 42.34429 ], [ -70.953451, 42.344286 ], [ -70.95346, 42.344282 ], [ -70.953469, 42.344279 ], [ -70.953478, 42.344276 ], [ -70.953487, 42.344274 ], [ -70.953497, 42.344273 ], [ -70.953506, 42.344272 ], [ -70.953516, 42.344271 ], [ -70.953526, 42.344271 ], [ -70.953536, 42.344272 ], [ -70.953545, 42.344273 ], [ -70.953555, 42.344275 ], [ -70.953564, 42.344277 ], [ -70.953573, 42.34428 ], [ -70.953582, 42.344283 ], [ -70.95359, 42.344287 ], [ -70.953598, 42.344292 ], [ -70.953606, 42.344296 ], [ -70.953652, 42.344325 ], [ -70.953699, 42.344353 ], [ -70.953747, 42.34438 ], [ -70.953795, 42.344407 ], [ -70.953844, 42.344434 ], [ -70.953893, 42.344459 ], [ -70.953943, 42.344485 ], [ -70.953993, 42.344509 ], [ -70.954108, 42.344568 ], [ -70.954131, 42.344577 ], [ -70.954155, 42.344585 ], [ -70.954179, 42.344593 ], [ -70.954203, 42.3446 ], [ -70.954228, 42.344607 ], [ -70.954528, 42.344676 ], [ -70.954604, 42.344693 ], [ -70.954815, 42.344774 ], [ -70.954824, 42.344779 ], [ -70.954834, 42.344785 ], [ -70.954842, 42.344792 ], [ -70.95485, 42.344798 ], [ -70.954857, 42.344806 ], [ -70.954864, 42.344813 ], [ -70.955044, 42.345076 ], [ -70.955083, 42.345137 ], [ -70.955092, 42.345152 ], [ -70.9551, 42.345168 ], [ -70.955106, 42.345183 ], [ -70.955113, 42.345199 ], [ -70.955118, 42.345215 ], [ -70.955123, 42.345231 ], [ -70.955125, 42.34524 ], [ -70.955129, 42.345248 ], [ -70.955133, 42.345256 ], [ -70.955138, 42.345264 ], [ -70.955143, 42.345272 ], [ -70.95515, 42.345279 ], [ -70.955157, 42.345286 ], [ -70.955165, 42.345293 ], [ -70.955173, 42.345299 ], [ -70.955227, 42.345336 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091649, 42.350284 ], [ -71.09194, 42.350213 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092477, 42.321316 ], [ -71.092227, 42.32149 ], [ -71.09209, 42.321584 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09209, 42.321584 ], [ -71.092024, 42.32154 ], [ -71.091719, 42.321396 ], [ -71.091304, 42.321209 ], [ -71.090823, 42.320996 ], [ -71.090527, 42.320867 ], [ -71.090239, 42.32073 ], [ -71.090007, 42.320623 ], [ -71.089425, 42.320368 ], [ -71.088965, 42.32016 ], [ -71.088606, 42.319982 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.028885, 42.382627 ], [ -71.028912, 42.382559 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132499, 42.297045 ], [ -71.132684, 42.296966 ], [ -71.132979, 42.296837 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048789, 42.326425 ], [ -71.048579, 42.326375 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142792, 42.344377 ], [ -71.14311, 42.343887 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.955227, 42.345336 ], [ -70.955343, 42.345418 ], [ -70.955353, 42.345425 ], [ -70.955364, 42.345432 ], [ -70.955375, 42.345438 ], [ -70.955387, 42.345443 ], [ -70.955398, 42.345448 ], [ -70.955411, 42.345452 ], [ -70.955423, 42.345456 ], [ -70.955436, 42.34546 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110036, 42.321856 ], [ -71.110092, 42.321533 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048981, 42.325464 ], [ -71.048991, 42.324901 ], [ -71.048986, 42.324593 ], [ -71.048979, 42.324268 ], [ -71.048987, 42.324068 ], [ -71.049028, 42.323652 ], [ -71.049074, 42.323414 ], [ -71.049097, 42.323306 ], [ -71.049149, 42.32315 ], [ -71.04923, 42.323003 ], [ -71.049326, 42.32285 ], [ -71.049452, 42.322685 ], [ -71.049574, 42.322548 ], [ -71.049745, 42.322415 ], [ -71.049897, 42.322309 ], [ -71.050146, 42.322153 ], [ -71.050297, 42.322081 ], [ -71.050427, 42.322038 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132902, 42.296768 ], [ -71.132617, 42.296914 ], [ -71.132454, 42.296982 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121186, 42.270693 ], [ -71.121447, 42.27084 ], [ -71.121521, 42.270784 ], [ -71.121576, 42.270562 ], [ -71.121606, 42.270566 ], [ -71.121575, 42.270776 ], [ -71.121607, 42.270778 ], [ -71.12163, 42.270675 ], [ -71.121919, 42.270711 ], [ -71.121934, 42.270605 ], [ -71.121963, 42.270607 ], [ -71.121855, 42.271055 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088396, 42.320042 ], [ -71.088727, 42.320188 ], [ -71.089517, 42.320549 ], [ -71.090413, 42.320953 ], [ -71.091642, 42.321508 ], [ -71.091779, 42.321581 ], [ -71.091941, 42.3217 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146939, 42.286026 ], [ -71.146503, 42.286028 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953644, 42.346276 ], [ -70.953638, 42.346264 ], [ -70.9536, 42.346183 ], [ -70.953558, 42.346091 ], [ -70.953541, 42.346007 ], [ -70.953516, 42.345881 ], [ -70.953485, 42.345726 ], [ -70.95345, 42.34555 ], [ -70.953419, 42.34538 ], [ -70.953399, 42.345269 ], [ -70.953395, 42.345219 ], [ -70.953394, 42.345207 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109939, 42.322034 ], [ -71.110319, 42.321919 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096607, 42.342057 ], [ -71.096492, 42.342092 ], [ -71.09636, 42.341787 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130938, 42.350275 ], [ -71.130984, 42.350345 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145933, 42.287874 ], [ -71.145875, 42.287901 ], [ -71.145515, 42.288017 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090972, 42.340459 ], [ -71.091208, 42.340923 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "South Bay Harbor Trail" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.061912, 42.34184 ], [ -71.06149, 42.342629 ], [ -71.061691, 42.342681 ], [ -71.061646, 42.342769 ] ], [ [ -71.062974, 42.339919 ], [ -71.062891, 42.340062 ], [ -71.06276, 42.340261 ], [ -71.062501, 42.340694 ], [ -71.062224, 42.341232 ], [ -71.061912, 42.34184 ] ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105835, 42.322642 ], [ -71.105157, 42.322711 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093842, 42.341011 ], [ -71.093784, 42.340902 ], [ -71.093707, 42.340764 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130869, 42.350145 ], [ -71.130938, 42.350275 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093271, 42.341034 ], [ -71.093206, 42.341052 ], [ -71.092972, 42.341116 ], [ -71.092791, 42.341173 ], [ -71.092721, 42.341197 ], [ -71.092657, 42.341224 ], [ -71.092462, 42.341313 ], [ -71.092439, 42.341327 ], [ -71.092395, 42.341358 ], [ -71.092303, 42.341423 ], [ -71.09225, 42.341462 ], [ -71.092212, 42.341495 ], [ -71.092184, 42.341524 ], [ -71.092143, 42.341565 ], [ -71.092111, 42.341604 ], [ -71.092084, 42.34163 ], [ -71.092056, 42.341667 ], [ -71.092, 42.341743 ], [ -71.091884, 42.341909 ], [ -71.091781, 42.342062 ], [ -71.091761, 42.342097 ], [ -71.091722, 42.342188 ], [ -71.091681, 42.342305 ], [ -71.091659, 42.342388 ], [ -71.091644, 42.342465 ], [ -71.091635, 42.342598 ], [ -71.091634, 42.342735 ], [ -71.091627, 42.342853 ], [ -71.091617, 42.342909 ], [ -71.091601, 42.342965 ], [ -71.091583, 42.343015 ], [ -71.09154, 42.343108 ], [ -71.091511, 42.343169 ], [ -71.09149, 42.343218 ], [ -71.091475, 42.343251 ], [ -71.091467, 42.343273 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136804, 42.35345 ], [ -71.136481, 42.353425 ], [ -71.135934, 42.353406 ], [ -71.135642, 42.353379 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109992, 42.336372 ], [ -71.109832, 42.336536 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.95857, 42.354593 ], [ -70.958557, 42.354595 ], [ -70.958534, 42.354602 ], [ -70.95851, 42.354608 ], [ -70.958487, 42.354616 ], [ -70.958465, 42.354624 ], [ -70.958436, 42.354633 ], [ -70.958407, 42.354643 ], [ -70.958378, 42.354654 ], [ -70.95835, 42.354665 ], [ -70.958322, 42.354677 ], [ -70.958295, 42.35469 ], [ -70.958268, 42.354702 ], [ -70.958249, 42.354711 ], [ -70.95823, 42.354721 ], [ -70.958211, 42.354731 ], [ -70.958192, 42.354741 ], [ -70.958174, 42.354752 ], [ -70.958156, 42.354764 ], [ -70.95815, 42.354771 ], [ -70.958145, 42.354777 ], [ -70.958141, 42.354784 ], [ -70.958139, 42.354791 ], [ -70.958138, 42.354797 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145173, 42.286047 ], [ -71.145091, 42.28605 ], [ -71.144897, 42.286058 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.036553, 42.370923 ], [ -71.036458, 42.370922 ], [ -71.036372, 42.370884 ], [ -71.036229, 42.370821 ], [ -71.036071, 42.370781 ], [ -71.035921, 42.370713 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090646, 42.339792 ], [ -71.091026, 42.339617 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.958138, 42.354797 ], [ -70.958138, 42.354799 ], [ -70.958141, 42.354813 ], [ -70.958144, 42.354826 ], [ -70.958148, 42.354839 ], [ -70.958153, 42.354852 ], [ -70.958159, 42.354864 ], [ -70.958165, 42.354877 ], [ -70.958172, 42.354888 ], [ -70.958179, 42.354904 ], [ -70.958188, 42.354919 ], [ -70.958197, 42.354935 ], [ -70.958208, 42.35495 ], [ -70.958219, 42.354965 ], [ -70.958231, 42.35498 ], [ -70.958243, 42.354994 ], [ -70.958282, 42.355034 ], [ -70.958296, 42.355048 ], [ -70.958315, 42.355065 ], [ -70.958354, 42.355084 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107883, 42.333265 ], [ -71.107055, 42.333273 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090192, 42.335344 ], [ -71.090265, 42.335433 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132766, 42.355546 ], [ -71.132658, 42.355055 ], [ -71.132406, 42.354226 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147008, 42.34179 ], [ -71.147128, 42.341792 ], [ -71.147306, 42.341792 ], [ -71.147628, 42.34181 ], [ -71.148072, 42.34184 ], [ -71.148634, 42.341823 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03624, 42.370825 ], [ -71.036284, 42.370743 ], [ -71.036233, 42.370674 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090646, 42.339792 ], [ -71.090972, 42.340459 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.963299, 42.351065 ], [ -70.963291, 42.351065 ], [ -70.963274, 42.351065 ], [ -70.963258, 42.351065 ], [ -70.963242, 42.351067 ], [ -70.963228, 42.351068 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108311, 42.337964 ], [ -71.109334, 42.337008 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southwest Corridor" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083371, 42.339272 ], [ -71.083488, 42.339366 ], [ -71.084041, 42.338919 ], [ -71.084321, 42.338736 ], [ -71.084856, 42.338397 ], [ -71.085662, 42.337887 ], [ -71.086145, 42.337577 ], [ -71.086744, 42.337199 ], [ -71.086984, 42.337048 ], [ -71.087756, 42.336577 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132367, 42.354075 ], [ -71.132187, 42.353454 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.963237, 42.351189 ], [ -70.963232, 42.351188 ], [ -70.963221, 42.351186 ], [ -70.96321, 42.351185 ], [ -70.963199, 42.351186 ], [ -70.963189, 42.351186 ], [ -70.963179, 42.351188 ], [ -70.963169, 42.351189 ], [ -70.963158, 42.351192 ], [ -70.963148, 42.351195 ], [ -70.963127, 42.351201 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144031, 42.342234 ], [ -71.14364, 42.342515 ], [ -71.143402, 42.342734 ], [ -71.143237, 42.342894 ], [ -71.143105, 42.343057 ], [ -71.142979, 42.343232 ], [ -71.142883, 42.343368 ], [ -71.142676, 42.343638 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.036361, 42.369855 ], [ -71.036677, 42.370055 ], [ -71.036647, 42.370104 ], [ -71.036855, 42.370307 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131574, 42.361169 ], [ -71.131374, 42.361324 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086173, 42.337385 ], [ -71.085753, 42.337652 ], [ -71.085682, 42.337698 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.046642, 42.323199 ], [ -71.046745, 42.323174 ], [ -71.046861, 42.323148 ], [ -71.046982, 42.323128 ], [ -71.047157, 42.323124 ], [ -71.047291, 42.323139 ], [ -71.047439, 42.323175 ], [ -71.047566, 42.32322 ], [ -71.0477, 42.323296 ], [ -71.047841, 42.323386 ], [ -71.047981, 42.323506 ], [ -71.048128, 42.323656 ], [ -71.048241, 42.323787 ], [ -71.048348, 42.323917 ], [ -71.048471, 42.32407 ], [ -71.048565, 42.324187 ], [ -71.048647, 42.324287 ], [ -71.048737, 42.324414 ], [ -71.048756, 42.324435 ], [ -71.048761, 42.324484 ], [ -71.048764, 42.324649 ], [ -71.048771, 42.324811 ], [ -71.048773, 42.324873 ], [ -71.048775, 42.325039 ], [ -71.048772, 42.325165 ], [ -71.04877, 42.325317 ], [ -71.048758, 42.32546 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107576, 42.338642 ], [ -71.108101, 42.338155 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.961016, 42.34966 ], [ -70.960995, 42.349685 ], [ -70.960856, 42.349861 ], [ -70.960854, 42.349866 ], [ -70.960852, 42.349871 ], [ -70.96085, 42.349876 ], [ -70.96085, 42.349881 ], [ -70.96085, 42.349886 ], [ -70.960851, 42.349891 ], [ -70.960853, 42.349897 ], [ -70.960855, 42.349901 ], [ -70.960915, 42.350009 ], [ -70.96092, 42.350017 ], [ -70.960925, 42.350025 ], [ -70.960931, 42.350033 ], [ -70.960937, 42.35004 ], [ -70.960944, 42.350047 ], [ -70.960952, 42.350054 ], [ -70.96096, 42.35006 ], [ -70.960961, 42.350061 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148621, 42.349588 ], [ -71.149017, 42.349462 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.034627, 42.372569 ], [ -71.034535, 42.372526 ], [ -71.03444, 42.372487 ], [ -71.034342, 42.372453 ], [ -71.034241, 42.372424 ], [ -71.034164, 42.372404 ], [ -71.034091, 42.372378 ], [ -71.034022, 42.372346 ], [ -71.033959, 42.372309 ], [ -71.033901, 42.372266 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131522, 42.363097 ], [ -71.131045, 42.363094 ], [ -71.130519, 42.363135 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967341, 42.355293 ], [ -70.967271, 42.355299 ], [ -70.967227, 42.355305 ], [ -70.967219, 42.355306 ], [ -70.967212, 42.355309 ], [ -70.967209, 42.35531 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085797, 42.34334 ], [ -71.085259, 42.342977 ], [ -71.085046, 42.342834 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117743, 42.36419 ], [ -71.11772, 42.364294 ], [ -71.117724, 42.36462 ], [ -71.117716, 42.364936 ], [ -71.1177, 42.365507 ], [ -71.117717, 42.365796 ], [ -71.117716, 42.365947 ], [ -71.117739, 42.366227 ], [ -71.117757, 42.366387 ], [ -71.117792, 42.366612 ], [ -71.117816, 42.366732 ], [ -71.117859, 42.366828 ], [ -71.117932, 42.366975 ], [ -71.11803, 42.367113 ], [ -71.118135, 42.367246 ], [ -71.118239, 42.367384 ], [ -71.118374, 42.367527 ], [ -71.118473, 42.367619 ], [ -71.118577, 42.367697 ], [ -71.118676, 42.367766 ], [ -71.118787, 42.367835 ], [ -71.118813, 42.367847 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148985, 42.349417 ], [ -71.148621, 42.349588 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.033023, 42.372212 ], [ -71.033091, 42.372256 ], [ -71.033209, 42.372342 ], [ -71.033242, 42.372363 ], [ -71.033279, 42.372381 ], [ -71.033318, 42.372396 ], [ -71.03336, 42.372407 ], [ -71.033422, 42.372412 ], [ -71.033484, 42.37241 ], [ -71.033545, 42.372402 ], [ -71.033605, 42.372387 ], [ -71.03366, 42.372366 ], [ -71.033711, 42.372339 ], [ -71.033756, 42.372307 ], [ -71.033858, 42.372239 ], [ -71.033901, 42.372266 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105041, 42.341027 ], [ -71.104555, 42.34151 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121914, 42.292273 ], [ -71.121393, 42.292782 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967204, 42.355601 ], [ -70.967232, 42.355654 ], [ -70.96725, 42.35568 ], [ -70.967251, 42.355681 ], [ -70.967325, 42.355773 ], [ -70.967332, 42.355786 ], [ -70.96734, 42.355799 ], [ -70.967346, 42.355812 ], [ -70.967352, 42.355826 ], [ -70.967356, 42.35584 ], [ -70.96736, 42.355854 ], [ -70.967363, 42.355868 ], [ -70.967365, 42.355881 ], [ -70.967365, 42.355894 ], [ -70.967363, 42.355908 ], [ -70.967361, 42.355921 ], [ -70.967358, 42.355934 ], [ -70.967354, 42.355947 ], [ -70.967349, 42.35596 ], [ -70.967344, 42.355973 ], [ -70.96734, 42.355985 ], [ -70.967335, 42.355995 ], [ -70.96733, 42.356006 ], [ -70.967324, 42.356016 ], [ -70.967319, 42.356023 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.149536, 42.355466 ], [ -71.149643, 42.355302 ], [ -71.149809, 42.355035 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Rutherford Trail Project" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061775, 42.371063 ], [ -71.061848, 42.37098 ], [ -71.061903, 42.370913 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109393, 42.350258 ], [ -71.108884, 42.350205 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091011, 42.346308 ], [ -71.090893, 42.346402 ], [ -71.090842, 42.346528 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106, 42.346264 ], [ -71.105386, 42.346435 ], [ -71.105067, 42.346564 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.033031, 42.37217 ], [ -71.033027, 42.372216 ], [ -71.033031, 42.372263 ], [ -71.033043, 42.372309 ], [ -71.033062, 42.372353 ], [ -71.033089, 42.372396 ], [ -71.033141, 42.372515 ], [ -71.033184, 42.372635 ], [ -71.033218, 42.372758 ], [ -71.033244, 42.372881 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120253, 42.293859 ], [ -71.119917, 42.294176 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.991507, 42.389812 ], [ -70.991507, 42.389812 ], [ -70.991519, 42.389815 ], [ -70.991555, 42.389825 ], [ -70.991592, 42.389836 ], [ -70.991628, 42.389847 ], [ -70.991663, 42.389859 ], [ -70.991698, 42.389872 ], [ -70.991726, 42.389883 ], [ -70.991754, 42.389894 ], [ -70.991781, 42.389906 ], [ -70.991807, 42.389918 ], [ -70.991833, 42.389931 ], [ -70.991859, 42.389944 ], [ -70.991884, 42.389959 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148567, 42.357003 ], [ -71.14831, 42.357438 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967319, 42.356023 ], [ -70.967317, 42.356026 ], [ -70.96731, 42.356036 ], [ -70.967302, 42.356046 ], [ -70.967293, 42.356055 ], [ -70.967284, 42.356064 ], [ -70.967269, 42.356077 ], [ -70.967254, 42.35609 ], [ -70.967238, 42.356102 ], [ -70.967221, 42.356114 ], [ -70.967203, 42.356126 ], [ -70.967185, 42.356137 ], [ -70.967167, 42.356147 ], [ -70.967153, 42.356154 ], [ -70.967138, 42.35616 ], [ -70.967124, 42.356166 ], [ -70.967108, 42.356171 ], [ -70.967093, 42.356176 ], [ -70.967077, 42.356181 ], [ -70.967061, 42.356185 ], [ -70.967045, 42.356188 ], [ -70.967029, 42.356191 ], [ -70.967012, 42.356194 ], [ -70.966985, 42.356198 ], [ -70.966958, 42.356202 ], [ -70.96693, 42.356205 ], [ -70.966903, 42.356207 ], [ -70.966876, 42.356209 ], [ -70.966847, 42.35621 ], [ -70.966826, 42.356212 ], [ -70.966805, 42.356213 ], [ -70.966784, 42.356214 ], [ -70.966763, 42.356214 ], [ -70.966742, 42.356213 ], [ -70.966721, 42.356212 ], [ -70.9667, 42.35621 ], [ -70.966679, 42.356208 ], [ -70.966658, 42.356205 ], [ -70.966623, 42.3562 ], [ -70.966587, 42.356193 ], [ -70.966552, 42.356187 ], [ -70.966518, 42.356179 ], [ -70.966483, 42.356171 ], [ -70.966449, 42.356162 ], [ -70.96626, 42.356115 ], [ -70.965969, 42.35604 ], [ -70.965749, 42.355985 ], [ -70.965521, 42.355929 ], [ -70.96549, 42.355921 ], [ -70.965458, 42.355913 ], [ -70.965427, 42.355904 ], [ -70.965397, 42.355894 ], [ -70.965325, 42.355869 ], [ -70.965253, 42.355844 ], [ -70.965181, 42.355817 ], [ -70.965129, 42.355799 ], [ -70.965077, 42.355779 ], [ -70.965025, 42.35576 ], [ -70.964973, 42.35574 ], [ -70.964921, 42.35572 ], [ -70.964814, 42.355681 ], [ -70.964604, 42.355602 ], [ -70.964445, 42.355544 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091737, 42.349199 ], [ -71.091931, 42.349193 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119787, 42.294296 ], [ -71.119772, 42.294312 ], [ -71.119436, 42.294616 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100289, 42.264498 ], [ -71.100017, 42.264648 ], [ -71.099676, 42.26485 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.028583, 42.377765 ], [ -71.027956, 42.377366 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119436, 42.294616 ], [ -71.118874, 42.295176 ], [ -71.118768, 42.295253 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.965681, 42.355658 ], [ -70.965656, 42.355643 ], [ -70.965623, 42.355622 ], [ -70.96559, 42.355603 ], [ -70.965556, 42.355584 ], [ -70.965522, 42.355565 ], [ -70.965479, 42.355542 ], [ -70.965437, 42.355519 ], [ -70.965394, 42.355495 ], [ -70.965317, 42.355447 ], [ -70.965239, 42.3554 ], [ -70.965161, 42.355353 ], [ -70.965118, 42.355328 ], [ -70.965076, 42.355304 ], [ -70.965033, 42.35528 ], [ -70.96499, 42.355257 ], [ -70.964929, 42.355224 ], [ -70.964868, 42.355191 ], [ -70.964806, 42.355158 ], [ -70.964772, 42.35514 ], [ -70.964738, 42.355121 ], [ -70.964705, 42.355102 ], [ -70.964672, 42.355083 ], [ -70.96464, 42.355063 ], [ -70.964606, 42.355044 ], [ -70.96458, 42.355027 ], [ -70.964555, 42.35501 ], [ -70.96453, 42.354993 ], [ -70.964506, 42.354975 ], [ -70.964483, 42.354957 ], [ -70.96446, 42.354938 ], [ -70.964435, 42.354919 ], [ -70.964411, 42.354898 ], [ -70.964387, 42.354877 ], [ -70.964364, 42.354856 ], [ -70.964341, 42.354835 ], [ -70.964318, 42.354813 ], [ -70.964297, 42.354791 ], [ -70.964275, 42.354768 ], [ -70.964256, 42.354747 ], [ -70.964236, 42.354726 ], [ -70.964217, 42.354706 ], [ -70.964196, 42.354685 ], [ -70.964176, 42.354665 ], [ -70.964155, 42.354644 ], [ -70.964133, 42.354624 ], [ -70.964096, 42.354589 ], [ -70.96406, 42.354553 ], [ -70.964025, 42.354516 ], [ -70.964012, 42.354503 ], [ -70.963998, 42.35449 ], [ -70.963984, 42.354477 ], [ -70.963969, 42.354465 ], [ -70.963954, 42.354453 ], [ -70.963941, 42.354443 ], [ -70.963927, 42.354433 ], [ -70.963913, 42.354425 ], [ -70.963898, 42.354416 ], [ -70.963883, 42.354408 ], [ -70.963867, 42.354401 ], [ -70.963851, 42.354394 ], [ -70.963834, 42.354388 ], [ -70.963818, 42.354382 ], [ -70.963801, 42.354376 ], [ -70.963783, 42.354372 ], [ -70.963765, 42.354367 ], [ -70.963724, 42.354358 ], [ -70.963683, 42.354349 ], [ -70.963642, 42.354341 ], [ -70.9636, 42.354333 ], [ -70.963558, 42.354326 ], [ -70.963283, 42.354281 ], [ -70.963239, 42.354276 ], [ -70.963195, 42.35427 ], [ -70.963152, 42.354263 ], [ -70.963108, 42.354256 ], [ -70.963065, 42.354248 ], [ -70.962994, 42.354233 ], [ -70.962941, 42.354221 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09159, 42.348866 ], [ -71.090629, 42.348871 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147604, 42.358876 ], [ -71.147639, 42.358546 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993618, 42.392196 ], [ -70.993723, 42.392195 ], [ -70.993744, 42.392197 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11167, 42.319549 ], [ -71.111059, 42.320334 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099676, 42.26485 ], [ -71.099128, 42.265142 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.021787, 42.337715 ], [ -71.022549, 42.337244 ], [ -71.023156, 42.336794 ], [ -71.02366, 42.336012 ], [ -71.023716, 42.335342 ], [ -71.023622, 42.334836 ], [ -71.023338, 42.334218 ], [ -71.022595, 42.333354 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089498, 42.350857 ], [ -71.09111, 42.350419 ], [ -71.091649, 42.350284 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.027705, 42.365197 ], [ -71.0279, 42.365266 ], [ -71.027887, 42.365343 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101875, 42.347572 ], [ -71.102558, 42.347387 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037451, 42.348392 ], [ -71.037224, 42.3483 ], [ -71.036535, 42.349252 ], [ -71.035874, 42.34897 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142027, 42.28941 ], [ -71.14172, 42.289649 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.95344, 42.349918 ], [ -70.953437, 42.349903 ], [ -70.953431, 42.349839 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081076, 42.332987 ], [ -71.081127, 42.332921 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072153, 42.332736 ], [ -71.072241, 42.332796 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097343, 42.34881 ], [ -71.099489, 42.348239 ], [ -71.101875, 42.347572 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127983, 42.291011 ], [ -71.12747, 42.291436 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112091, 42.321611 ], [ -71.111659, 42.321687 ], [ -71.111019, 42.321786 ], [ -71.110645, 42.321843 ], [ -71.110319, 42.321919 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072375, 42.332684 ], [ -71.072291, 42.332623 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140911, 42.347727 ], [ -71.140928, 42.34766 ], [ -71.14098, 42.347492 ], [ -71.141083, 42.34719 ], [ -71.141169, 42.346972 ], [ -71.141243, 42.346813 ], [ -71.1413, 42.346695 ], [ -71.141522, 42.346299 ], [ -71.141727, 42.345985 ], [ -71.142086, 42.345453 ], [ -71.142306, 42.345082 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953431, 42.349839 ], [ -70.953443, 42.349802 ], [ -70.953447, 42.349791 ], [ -70.953453, 42.34978 ], [ -70.953459, 42.34977 ], [ -70.953466, 42.349759 ], [ -70.953474, 42.349749 ], [ -70.953483, 42.349739 ], [ -70.953495, 42.349729 ], [ -70.953507, 42.34972 ], [ -70.95352, 42.349711 ], [ -70.953533, 42.349702 ], [ -70.953547, 42.349694 ], [ -70.953561, 42.349687 ], [ -70.953575, 42.34968 ], [ -70.953594, 42.34967 ], [ -70.953609, 42.349662 ], [ -70.953622, 42.349654 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128006, 42.255043 ], [ -71.127792, 42.255136 ], [ -71.12757, 42.255216 ], [ -71.127177, 42.255327 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Beechmont Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128006, 42.255043 ], [ -71.127792, 42.255136 ], [ -71.12757, 42.255216 ], [ -71.127177, 42.255327 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091684, 42.3492 ], [ -71.091737, 42.349199 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081001, 42.332844 ], [ -71.080957, 42.33292 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093783, 42.269926 ], [ -71.093844, 42.268688 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.96443, 42.351468 ], [ -70.964405, 42.351422 ], [ -70.964393, 42.351406 ], [ -70.96438, 42.35139 ], [ -70.964366, 42.351374 ], [ -70.964352, 42.351359 ], [ -70.964336, 42.351344 ], [ -70.96432, 42.35133 ], [ -70.964314, 42.351325 ], [ -70.964298, 42.351312 ], [ -70.964282, 42.351299 ], [ -70.964265, 42.351288 ], [ -70.964248, 42.351276 ], [ -70.96423, 42.351266 ], [ -70.96421, 42.351256 ], [ -70.964189, 42.351246 ], [ -70.964168, 42.351236 ], [ -70.964146, 42.351227 ], [ -70.964124, 42.351219 ], [ -70.964102, 42.351211 ], [ -70.964079, 42.351203 ], [ -70.964056, 42.351197 ], [ -70.964012, 42.351184 ], [ -70.963968, 42.351173 ], [ -70.963923, 42.351162 ], [ -70.963878, 42.351152 ], [ -70.963821, 42.351139 ], [ -70.963764, 42.351128 ], [ -70.963708, 42.351117 ], [ -70.963644, 42.35111 ], [ -70.963578, 42.351102 ], [ -70.963512, 42.351094 ], [ -70.963478, 42.351089 ], [ -70.963307, 42.351065 ], [ -70.963299, 42.351065 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128638, 42.286943 ], [ -71.128776, 42.286948 ], [ -71.12912, 42.287027 ], [ -71.129141, 42.287036 ], [ -71.129281, 42.287093 ], [ -71.129556, 42.287219 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.032105, 42.373682 ], [ -71.03271, 42.374061 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140384, 42.34746 ], [ -71.140345, 42.347599 ], [ -71.140246, 42.34805 ], [ -71.140186, 42.348194 ], [ -71.140148, 42.348266 ], [ -71.140073, 42.348351 ], [ -71.139932, 42.348472 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091735, 42.348864 ], [ -71.091712, 42.348864 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093569, 42.271208 ], [ -71.093548, 42.271832 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.030831, 42.374864 ], [ -71.030342, 42.374561 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Longfellow Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071397, 42.361105 ], [ -71.071227, 42.361053 ], [ -71.071081, 42.36101 ], [ -71.070782, 42.360916 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082497, 42.340012 ], [ -71.08213, 42.340328 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126837, 42.287653 ], [ -71.126553, 42.28793 ], [ -71.126313, 42.288158 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.962107, 42.354055 ], [ -70.962128, 42.354042 ], [ -70.962147, 42.354029 ], [ -70.962153, 42.354025 ], [ -70.962161, 42.354022 ], [ -70.962169, 42.35402 ], [ -70.962178, 42.354018 ], [ -70.962187, 42.354016 ], [ -70.962195, 42.354015 ], [ -70.962204, 42.354015 ], [ -70.962354, 42.354027 ], [ -70.962385, 42.354028 ], [ -70.962416, 42.354029 ], [ -70.962446, 42.354029 ], [ -70.962477, 42.354029 ], [ -70.962507, 42.354028 ], [ -70.962537, 42.354026 ], [ -70.962613, 42.354023 ], [ -70.962689, 42.35402 ], [ -70.962766, 42.354015 ], [ -70.962811, 42.354012 ], [ -70.962857, 42.354009 ], [ -70.962902, 42.354006 ], [ -70.962948, 42.354004 ], [ -70.962993, 42.354002 ], [ -70.96307, 42.354002 ], [ -70.963146, 42.354 ], [ -70.963223, 42.353998 ], [ -70.963255, 42.353996 ], [ -70.963287, 42.353994 ], [ -70.963319, 42.353991 ], [ -70.96335, 42.353988 ], [ -70.963382, 42.353984 ], [ -70.963413, 42.353979 ], [ -70.963444, 42.353974 ], [ -70.96352, 42.353961 ], [ -70.963595, 42.353948 ], [ -70.963671, 42.353937 ], [ -70.963714, 42.353929 ], [ -70.963757, 42.353922 ], [ -70.9638, 42.353916 ], [ -70.963843, 42.35391 ], [ -70.963887, 42.353905 ], [ -70.96393, 42.353901 ], [ -70.96396, 42.3539 ], [ -70.96399, 42.353899 ], [ -70.96402, 42.353899 ], [ -70.96405, 42.3539 ], [ -70.964084, 42.353903 ], [ -70.964118, 42.353907 ], [ -70.964152, 42.353911 ], [ -70.964186, 42.353916 ], [ -70.96422, 42.353921 ], [ -70.964253, 42.353927 ], [ -70.964286, 42.353933 ], [ -70.964319, 42.35394 ], [ -70.964346, 42.353946 ], [ -70.964373, 42.353953 ], [ -70.964399, 42.35396 ], [ -70.964425, 42.353968 ], [ -70.964451, 42.353976 ], [ -70.964476, 42.353985 ], [ -70.964501, 42.353994 ], [ -70.964526, 42.354004 ], [ -70.96455, 42.354015 ], [ -70.964574, 42.354025 ], [ -70.964595, 42.354036 ], [ -70.964616, 42.354047 ], [ -70.964636, 42.354059 ], [ -70.964656, 42.354071 ], [ -70.964675, 42.354084 ], [ -70.964695, 42.354096 ], [ -70.964713, 42.354109 ], [ -70.964731, 42.354123 ], [ -70.964749, 42.354136 ], [ -70.964765, 42.35415 ], [ -70.964781, 42.354165 ], [ -70.964793, 42.354177 ], [ -70.964805, 42.35419 ], [ -70.964815, 42.354203 ], [ -70.964825, 42.354216 ], [ -70.964835, 42.354229 ], [ -70.964843, 42.354244 ], [ -70.964856, 42.354261 ], [ -70.964867, 42.354279 ], [ -70.964878, 42.354296 ], [ -70.964887, 42.354314 ], [ -70.964896, 42.354332 ], [ -70.964904, 42.354351 ], [ -70.964911, 42.35437 ], [ -70.964924, 42.354401 ], [ -70.964937, 42.354431 ], [ -70.964951, 42.354462 ], [ -70.964966, 42.354493 ], [ -70.964981, 42.354523 ], [ -70.964987, 42.354534 ], [ -70.964994, 42.354544 ], [ -70.965002, 42.354553 ], [ -70.965011, 42.354563 ], [ -70.96502, 42.354572 ], [ -70.965029, 42.35458 ], [ -70.96504, 42.354589 ], [ -70.965051, 42.354596 ], [ -70.965063, 42.354604 ], [ -70.965083, 42.354613 ], [ -70.965103, 42.354621 ], [ -70.965123, 42.354629 ], [ -70.965143, 42.354635 ], [ -70.965192, 42.354652 ], [ -70.965241, 42.354669 ], [ -70.96529, 42.354687 ], [ -70.965336, 42.354706 ], [ -70.965375, 42.354723 ], [ -70.965511, 42.354784 ], [ -70.965554, 42.354807 ], [ -70.965598, 42.354829 ], [ -70.965642, 42.354852 ], [ -70.965687, 42.354873 ], [ -70.965747, 42.354902 ], [ -70.965806, 42.35493 ], [ -70.965865, 42.35496 ], [ -70.965892, 42.354973 ], [ -70.965919, 42.354986 ], [ -70.965947, 42.354998 ], [ -70.965976, 42.35501 ], [ -70.966005, 42.355021 ], [ -70.966023, 42.355027 ], [ -70.966042, 42.355034 ], [ -70.966062, 42.355039 ], [ -70.966082, 42.355045 ], [ -70.966102, 42.355049 ], [ -70.966122, 42.355053 ], [ -70.966142, 42.355056 ], [ -70.966162, 42.355058 ], [ -70.966174, 42.35506 ], [ -70.966187, 42.355061 ], [ -70.9662, 42.355062 ], [ -70.966213, 42.355061 ], [ -70.966226, 42.355061 ], [ -70.966239, 42.355059 ], [ -70.966252, 42.355057 ], [ -70.966264, 42.355054 ], [ -70.966277, 42.355051 ], [ -70.966289, 42.355046 ], [ -70.9663, 42.355041 ], [ -70.96631, 42.355035 ], [ -70.96632, 42.355029 ], [ -70.966329, 42.355022 ], [ -70.966338, 42.355015 ], [ -70.966345, 42.355007 ], [ -70.966352, 42.354999 ], [ -70.966382, 42.354957 ], [ -70.966443, 42.354871 ], [ -70.966491, 42.354803 ], [ -70.966508, 42.354782 ], [ -70.966526, 42.354762 ], [ -70.966545, 42.354743 ], [ -70.966566, 42.354723 ], [ -70.966589, 42.354702 ], [ -70.966613, 42.354681 ], [ -70.966637, 42.354661 ], [ -70.966662, 42.354641 ], [ -70.966671, 42.354634 ], [ -70.966681, 42.354628 ], [ -70.966691, 42.354622 ], [ -70.966701, 42.354616 ], [ -70.966712, 42.354611 ], [ -70.966723, 42.354607 ], [ -70.966734, 42.354603 ], [ -70.966746, 42.354599 ], [ -70.966758, 42.354596 ], [ -70.966769, 42.354593 ], [ -70.966782, 42.354592 ], [ -70.966795, 42.354591 ], [ -70.966808, 42.35459 ], [ -70.966822, 42.35459 ], [ -70.966835, 42.354591 ], [ -70.966849, 42.354593 ], [ -70.966862, 42.354594 ], [ -70.966873, 42.354597 ], [ -70.966886, 42.354601 ], [ -70.966899, 42.354607 ], [ -70.966912, 42.354613 ], [ -70.966924, 42.35462 ], [ -70.966936, 42.354627 ], [ -70.966947, 42.354635 ], [ -70.966958, 42.354644 ], [ -70.967006, 42.35468 ], [ -70.967057, 42.354725 ], [ -70.967069, 42.354736 ], [ -70.967081, 42.354748 ], [ -70.967092, 42.35476 ], [ -70.967102, 42.354773 ], [ -70.967112, 42.354785 ], [ -70.967121, 42.354798 ], [ -70.967129, 42.354811 ], [ -70.967136, 42.354825 ], [ -70.967143, 42.354839 ], [ -70.967149, 42.354853 ], [ -70.967157, 42.354873 ], [ -70.967164, 42.354894 ], [ -70.96717, 42.354915 ], [ -70.967175, 42.354937 ], [ -70.96718, 42.354958 ], [ -70.967184, 42.354979 ], [ -70.967199, 42.35509 ], [ -70.967203, 42.35517 ], [ -70.967203, 42.355264 ], [ -70.967209, 42.35531 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142997, 42.351643 ], [ -71.14279, 42.351682 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093402, 42.276129 ], [ -71.093395, 42.276367 ], [ -71.093384, 42.277013 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126098, 42.285183 ], [ -71.125687, 42.284919 ], [ -71.125127, 42.284499 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086216, 42.349932 ], [ -71.086934, 42.349731 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130984, 42.350345 ], [ -71.131001, 42.350377 ], [ -71.131021, 42.350414 ], [ -71.131041, 42.350442 ], [ -71.13105, 42.350468 ], [ -71.131072, 42.350508 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097926, 42.310044 ], [ -71.097904, 42.310222 ], [ -71.097867, 42.310446 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail Connection" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087956, 42.337334 ], [ -71.087954, 42.337382 ], [ -71.087963, 42.337428 ], [ -71.087981, 42.337473 ], [ -71.088007, 42.337516 ], [ -71.088042, 42.337555 ], [ -71.088085, 42.33759 ], [ -71.088134, 42.33762 ], [ -71.088188, 42.337644 ], [ -71.088247, 42.337662 ], [ -71.088309, 42.337673 ], [ -71.088372, 42.337677 ], [ -71.088435, 42.337674 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086216, 42.349932 ], [ -71.08644, 42.350358 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.030831, 42.374864 ], [ -71.03099, 42.374971 ], [ -71.031017, 42.37497 ], [ -71.031043, 42.374973 ], [ -71.031069, 42.374979 ], [ -71.031093, 42.374988 ], [ -71.031115, 42.375 ], [ -71.031134, 42.375014 ], [ -71.031149, 42.375031 ], [ -71.03116, 42.375049 ], [ -71.031167, 42.375069 ], [ -71.031169, 42.375089 ], [ -71.031167, 42.375109 ], [ -71.031161, 42.375128 ], [ -71.03115, 42.375146 ], [ -71.031123, 42.375185 ], [ -71.03109, 42.375222 ], [ -71.031256, 42.375317 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12465, 42.289721 ], [ -71.124137, 42.290206 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07676, 42.331324 ], [ -71.07696, 42.331382 ], [ -71.077027, 42.331423 ], [ -71.077099, 42.33146 ], [ -71.077176, 42.331491 ], [ -71.077256, 42.331516 ], [ -71.077339, 42.331536 ], [ -71.077425, 42.331549 ], [ -71.077515, 42.331569 ], [ -71.077603, 42.331593 ], [ -71.077688, 42.331622 ], [ -71.07777, 42.331655 ], [ -71.077849, 42.331692 ], [ -71.077944, 42.33173 ], [ -71.078041, 42.331764 ], [ -71.07814, 42.331794 ], [ -71.078242, 42.331819 ], [ -71.078345, 42.33184 ], [ -71.079049, 42.332097 ], [ -71.079221, 42.332169 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097867, 42.310446 ], [ -71.097864, 42.310941 ], [ -71.097849, 42.311076 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132187, 42.353454 ], [ -71.132107, 42.35307 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967209, 42.35531 ], [ -70.967205, 42.355312 ], [ -70.967199, 42.355316 ], [ -70.967194, 42.35532 ], [ -70.967125, 42.355381 ], [ -70.967121, 42.355385 ], [ -70.967118, 42.35539 ], [ -70.967116, 42.355396 ], [ -70.967117, 42.355401 ], [ -70.967119, 42.355414 ], [ -70.967122, 42.355426 ], [ -70.967126, 42.355439 ], [ -70.967131, 42.355451 ], [ -70.967154, 42.355505 ], [ -70.967199, 42.355592 ], [ -70.967204, 42.355601 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07832, 42.352065 ], [ -71.080463, 42.35148 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.031256, 42.375317 ], [ -71.031348, 42.375376 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129929, 42.298087 ], [ -71.129725, 42.298247 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.963052, 42.35127 ], [ -70.963042, 42.35126 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138997, 42.353001 ], [ -71.138346, 42.353227 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03271, 42.374061 ], [ -71.032819, 42.374115 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090629, 42.348871 ], [ -71.088533, 42.348907 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074939, 42.331355 ], [ -71.075138, 42.331296 ], [ -71.075273, 42.331264 ], [ -71.075411, 42.331237 ], [ -71.07555, 42.331217 ], [ -71.075691, 42.331204 ], [ -71.075833, 42.331197 ], [ -71.075975, 42.331197 ], [ -71.076117, 42.331204 ], [ -71.076258, 42.331218 ], [ -71.076397, 42.331238 ], [ -71.076535, 42.331265 ], [ -71.076669, 42.331298 ], [ -71.07676, 42.331324 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080932, 42.382143 ], [ -71.08086, 42.382153 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105864, 42.344078 ], [ -71.105803, 42.344114 ], [ -71.105719, 42.344164 ], [ -71.105593, 42.344234 ], [ -71.105483, 42.34429 ], [ -71.105342, 42.344354 ], [ -71.105209, 42.34441 ], [ -71.105091, 42.344452 ], [ -71.104973, 42.344497 ], [ -71.104877, 42.344536 ], [ -71.104805, 42.344578 ], [ -71.104706, 42.344586 ], [ -71.104629, 42.344588 ], [ -71.104548, 42.344589 ], [ -71.104481, 42.34459 ], [ -71.10441, 42.34459 ], [ -71.104311, 42.344591 ], [ -71.104311, 42.34459 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125703, 42.302286 ], [ -71.125687, 42.302317 ], [ -71.125485, 42.302586 ], [ -71.125296, 42.30284 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.961091, 42.349568 ], [ -70.961103, 42.349574 ], [ -70.961265, 42.349644 ], [ -70.961419, 42.349714 ], [ -70.96151, 42.349761 ], [ -70.961617, 42.349818 ], [ -70.961743, 42.349888 ], [ -70.96188, 42.349967 ], [ -70.961912, 42.349986 ], [ -70.961942, 42.350006 ], [ -70.961973, 42.350026 ], [ -70.962003, 42.350046 ], [ -70.962032, 42.350067 ], [ -70.962061, 42.350089 ], [ -70.962138, 42.350146 ], [ -70.962214, 42.350203 ], [ -70.96229, 42.35026 ], [ -70.962323, 42.350285 ], [ -70.962355, 42.35031 ], [ -70.962387, 42.350336 ], [ -70.962417, 42.350362 ], [ -70.962448, 42.350388 ], [ -70.962483, 42.350422 ], [ -70.962518, 42.350457 ], [ -70.962553, 42.350491 ], [ -70.96276, 42.350689 ], [ -70.962808, 42.350735 ], [ -70.962858, 42.350781 ], [ -70.962908, 42.350826 ], [ -70.96293, 42.350843 ], [ -70.962951, 42.350858 ], [ -70.962973, 42.350873 ], [ -70.962996, 42.350888 ], [ -70.963019, 42.350903 ], [ -70.963043, 42.350916 ], [ -70.96309, 42.35094 ], [ -70.963136, 42.350964 ], [ -70.963183, 42.350986 ], [ -70.963201, 42.350994 ], [ -70.96323, 42.35101 ], [ -70.96324, 42.351016 ], [ -70.963251, 42.351022 ], [ -70.96326, 42.351029 ], [ -70.96327, 42.351035 ], [ -70.963278, 42.351043 ], [ -70.963287, 42.35105 ], [ -70.963294, 42.351058 ], [ -70.963299, 42.351065 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090629, 42.348871 ], [ -71.090129, 42.348924 ], [ -71.089881, 42.348974 ], [ -71.089689, 42.349003 ], [ -71.089506, 42.349021 ], [ -71.089276, 42.349029 ], [ -71.089006, 42.349044 ], [ -71.088762, 42.349068 ], [ -71.088624, 42.349086 ], [ -71.088152, 42.349182 ], [ -71.087886, 42.349249 ], [ -71.087653, 42.349294 ], [ -71.087427, 42.349324 ], [ -71.087194, 42.34933 ], [ -71.086816, 42.349377 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Knight Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133348, 42.245886 ], [ -71.133378, 42.246028 ], [ -71.13347, 42.246456 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110685, 42.335516 ], [ -71.11051, 42.335663 ], [ -71.11035, 42.335807 ], [ -71.110262, 42.335902 ], [ -71.110124, 42.336074 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085761, 42.301305 ], [ -71.085567, 42.301885 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.957852, 42.347809 ], [ -70.957832, 42.347797 ], [ -70.957612, 42.346473 ], [ -70.9576, 42.346432 ], [ -70.957569, 42.346385 ], [ -70.956606, 42.345354 ], [ -70.95646, 42.345329 ], [ -70.956033, 42.345464 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127505, 42.359306 ], [ -71.127663, 42.359427 ], [ -71.128006, 42.359692 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050149, 42.379521 ], [ -71.050126, 42.379553 ], [ -71.050755, 42.379647 ], [ -71.050892, 42.37945 ], [ -71.05091, 42.37942 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088533, 42.348907 ], [ -71.088365, 42.348938 ], [ -71.088074, 42.349013 ], [ -71.086816, 42.349377 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.957962, 42.347875 ], [ -70.957852, 42.347809 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Knight Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13347, 42.246456 ], [ -71.133491, 42.24657 ], [ -71.133544, 42.246816 ], [ -71.133562, 42.246886 ], [ -71.133569, 42.24693 ], [ -71.13359, 42.247002 ], [ -71.133667, 42.247189 ], [ -71.133828, 42.247509 ], [ -71.133879, 42.247613 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072304, 42.332748 ], [ -71.072375, 42.332684 ], [ -71.072436, 42.33263 ], [ -71.072493, 42.332627 ], [ -71.072541, 42.332622 ], [ -71.072575, 42.33261 ], [ -71.072612, 42.332585 ], [ -71.072628, 42.332558 ], [ -71.072655, 42.332521 ], [ -71.072678, 42.332494 ], [ -71.072705, 42.332466 ], [ -71.072732, 42.332443 ], [ -71.072759, 42.33242 ], [ -71.072785, 42.332399 ], [ -71.072812, 42.332381 ], [ -71.07285, 42.332357 ], [ -71.072888, 42.332335 ], [ -71.072934, 42.332313 ], [ -71.072985, 42.33229 ], [ -71.073048, 42.332265 ], [ -71.073086, 42.332247 ], [ -71.073133, 42.332224 ], [ -71.073165, 42.332207 ], [ -71.073211, 42.332181 ], [ -71.073261, 42.332151 ], [ -71.073282, 42.332138 ], [ -71.073328, 42.332108 ], [ -71.073382, 42.33207 ], [ -71.073414, 42.332045 ], [ -71.073449, 42.332018 ], [ -71.07348, 42.331994 ], [ -71.073515, 42.33197 ], [ -71.073546, 42.331949 ], [ -71.073576, 42.33193 ], [ -71.073623, 42.331902 ], [ -71.073668, 42.331876 ], [ -71.07371, 42.331852 ], [ -71.073755, 42.331829 ], [ -71.073814, 42.331802 ], [ -71.073856, 42.331783 ], [ -71.073898, 42.331766 ], [ -71.073944, 42.331748 ], [ -71.073989, 42.33173 ], [ -71.074037, 42.331714 ], [ -71.074092, 42.331696 ], [ -71.074141, 42.331684 ], [ -71.074185, 42.331672 ], [ -71.074237, 42.331659 ], [ -71.074276, 42.331649 ], [ -71.07432, 42.331635 ], [ -71.074353, 42.331624 ], [ -71.074389, 42.33161 ], [ -71.074425, 42.331596 ], [ -71.074458, 42.331582 ], [ -71.074517, 42.331554 ], [ -71.074566, 42.331532 ], [ -71.074604, 42.331514 ], [ -71.074642, 42.331499 ], [ -71.074677, 42.331487 ], [ -71.074708, 42.331479 ], [ -71.074734, 42.331473 ], [ -71.074762, 42.331464 ], [ -71.074786, 42.331452 ], [ -71.074805, 42.33144 ], [ -71.074826, 42.33142 ], [ -71.074849, 42.331398 ], [ -71.074868, 42.331376 ], [ -71.074939, 42.331355 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123977, 42.282942 ], [ -71.123762, 42.282711 ], [ -71.123542, 42.282547 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085033, 42.303493 ], [ -71.084955, 42.303756 ], [ -71.084822, 42.304181 ], [ -71.084694, 42.304674 ], [ -71.084654, 42.304872 ], [ -71.084614, 42.305132 ], [ -71.084592, 42.30525 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092525, 42.339576 ], [ -71.092842, 42.34001 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.960826, 42.350138 ], [ -70.960961, 42.350061 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128802, 42.254246 ], [ -71.128842, 42.254194 ], [ -71.128988, 42.254035 ], [ -71.129183, 42.253839 ], [ -71.129273, 42.253747 ], [ -71.129468, 42.253566 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Constitution Road to Navy Yard Connection" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057412, 42.372974 ], [ -71.057624, 42.372886 ], [ -71.057939, 42.372934 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122502, 42.308348 ], [ -71.122394, 42.308458 ], [ -71.122325, 42.308518 ], [ -71.122201, 42.30859 ], [ -71.122078, 42.308636 ], [ -71.121934, 42.30866 ], [ -71.12178, 42.30867 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.96443, 42.351468 ], [ -70.964443, 42.351492 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092462, 42.339041 ], [ -71.093271, 42.33873 ], [ -71.093823, 42.338505 ], [ -71.094754, 42.338127 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119827, 42.313935 ], [ -71.119617, 42.313793 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Old Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084349, 42.303272 ], [ -71.084223, 42.303348 ], [ -71.084152, 42.303413 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171728, 42.287219 ], [ -71.171682, 42.287316 ], [ -71.171543, 42.287585 ], [ -71.171467, 42.287748 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121373, 42.309242 ], [ -71.121149, 42.309138 ], [ -71.120727, 42.309017 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.963237, 42.351189 ], [ -70.963228, 42.351068 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135228, 42.286311 ], [ -71.134233, 42.286323 ], [ -71.133851, 42.286334 ], [ -71.133382, 42.286359 ], [ -71.133059, 42.286382 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079221, 42.332169 ], [ -71.07936, 42.332227 ], [ -71.079445, 42.332289 ], [ -71.079537, 42.332346 ], [ -71.079634, 42.332397 ], [ -71.079735, 42.332444 ], [ -71.079842, 42.332484 ], [ -71.079921, 42.332512 ], [ -71.079997, 42.332545 ], [ -71.080069, 42.332583 ], [ -71.080136, 42.332625 ], [ -71.080199, 42.332671 ], [ -71.080258, 42.332719 ], [ -71.080323, 42.332762 ], [ -71.080393, 42.332801 ], [ -71.080467, 42.332835 ], [ -71.080545, 42.332865 ], [ -71.080626, 42.332889 ], [ -71.08071, 42.332908 ], [ -71.08088, 42.33299 ], [ -71.081045, 42.333078 ], [ -71.081205, 42.333171 ], [ -71.081252, 42.333226 ], [ -71.081306, 42.333278 ], [ -71.081367, 42.333325 ], [ -71.081433, 42.333368 ], [ -71.081505, 42.333406 ], [ -71.081581, 42.333439 ], [ -71.081661, 42.333466 ], [ -71.081726, 42.333494 ], [ -71.081786, 42.333528 ], [ -71.08184, 42.333566 ], [ -71.081888, 42.333609 ], [ -71.081958, 42.333658 ], [ -71.082034, 42.333701 ], [ -71.082114, 42.333739 ], [ -71.082199, 42.333771 ], [ -71.082288, 42.333798 ], [ -71.082379, 42.333818 ], [ -71.082433, 42.333838 ], [ -71.082482, 42.333863 ], [ -71.082527, 42.333892 ], [ -71.082567, 42.333925 ], [ -71.082602, 42.333961 ], [ -71.082648, 42.334018 ], [ -71.0827, 42.334072 ], [ -71.082759, 42.334123 ], [ -71.082823, 42.334169 ], [ -71.082893, 42.334211 ], [ -71.082968, 42.334248 ], [ -71.083047, 42.33428 ], [ -71.083129, 42.334307 ], [ -71.083204, 42.33433 ], [ -71.083276, 42.334358 ], [ -71.083344, 42.334391 ], [ -71.083408, 42.334428 ], [ -71.083466, 42.33447 ], [ -71.083519, 42.334516 ], [ -71.083586, 42.334572 ], [ -71.083659, 42.334624 ], [ -71.083738, 42.33467 ], [ -71.083822, 42.334711 ], [ -71.083911, 42.334746 ], [ -71.084004, 42.334775 ], [ -71.0841, 42.334798 ], [ -71.084199, 42.334814 ], [ -71.084265, 42.334822 ], [ -71.08433, 42.334836 ], [ -71.084393, 42.334854 ], [ -71.084452, 42.334878 ], [ -71.084508, 42.334905 ], [ -71.085162, 42.335127 ], [ -71.085817, 42.335347 ], [ -71.085964, 42.335418 ], [ -71.086115, 42.335484 ], [ -71.086269, 42.335545 ], [ -71.086426, 42.335601 ], [ -71.086586, 42.335653 ], [ -71.086749, 42.335699 ], [ -71.086829, 42.335745 ], [ -71.086902, 42.335795 ], [ -71.086969, 42.335851 ], [ -71.087029, 42.33591 ], [ -71.087067, 42.335983 ], [ -71.087113, 42.336054 ], [ -71.087167, 42.336121 ], [ -71.087228, 42.336184 ], [ -71.087297, 42.336244 ], [ -71.087372, 42.336298 ], [ -71.087454, 42.336348 ], [ -71.08754, 42.336393 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084055, 42.303526 ], [ -71.084389, 42.303533 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hemenway Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092622, 42.339543 ], [ -71.092545, 42.339461 ], [ -71.092466, 42.339346 ], [ -71.092431, 42.339237 ], [ -71.092426, 42.33915 ], [ -71.092462, 42.339041 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123844, 42.319309 ], [ -71.123571, 42.319435 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.17106, 42.288555 ], [ -71.171346, 42.28825 ], [ -71.171569, 42.287981 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137306, 42.293365 ], [ -71.136705, 42.293839 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.955436, 42.34546 ], [ -70.955169, 42.345529 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074653, 42.291013 ], [ -71.074145, 42.290849 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08754, 42.336393 ], [ -71.087651, 42.336483 ], [ -71.087756, 42.336577 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084152, 42.303413 ], [ -71.083879, 42.303416 ], [ -71.08368, 42.303432 ], [ -71.083431, 42.303463 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.955227, 42.345336 ], [ -70.955169, 42.345529 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119619, 42.321464 ], [ -71.119549, 42.321829 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123403, 42.351938 ], [ -71.122371, 42.351817 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171346, 42.28825 ], [ -71.171391, 42.288239 ], [ -71.171433, 42.288234 ], [ -71.171468, 42.288233 ], [ -71.171503, 42.288235 ], [ -71.171567, 42.288247 ], [ -71.171637, 42.288271 ], [ -71.17169, 42.2883 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136081, 42.294318 ], [ -71.136076, 42.294321 ], [ -71.135878, 42.294468 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail Connection" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087756, 42.336577 ], [ -71.087787, 42.336603 ], [ -71.087823, 42.336627 ], [ -71.087798, 42.336732 ], [ -71.088078, 42.336997 ], [ -71.087896, 42.337274 ], [ -71.087956, 42.337334 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080563, 42.305448 ], [ -71.080707, 42.305362 ], [ -71.081185, 42.305051 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.159635, 42.294698 ], [ -71.158842, 42.295088 ], [ -71.158509, 42.295244 ], [ -71.15818, 42.295369 ], [ -71.157865, 42.295468 ], [ -71.157612, 42.295544 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074145, 42.290849 ], [ -71.073305, 42.290609 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967311, 42.355594 ], [ -70.967204, 42.355601 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118277, 42.351334 ], [ -71.117238, 42.351214 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.9652, 42.353387 ], [ -70.965151, 42.353463 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132454, 42.296982 ], [ -71.131976, 42.297174 ], [ -71.131853, 42.297225 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155502, 42.295622 ], [ -71.154828, 42.295582 ], [ -71.154237, 42.295562 ], [ -71.153742, 42.295561 ], [ -71.153321, 42.295591 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081211, 42.304886 ], [ -71.080666, 42.305231 ], [ -71.080455, 42.305363 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southwest Corridor" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079244, 42.344776 ], [ -71.079168, 42.344765 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073305, 42.290609 ], [ -71.072552, 42.29039 ], [ -71.072234, 42.290289 ], [ -71.072106, 42.290252 ], [ -71.071996, 42.290225 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.960473, 42.349302 ], [ -70.960557, 42.34934 ], [ -70.960644, 42.349378 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123039, 42.363759 ], [ -71.122199, 42.363833 ], [ -71.121606, 42.363877 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southwest Corridor" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079244, 42.344776 ], [ -71.079362, 42.344756 ], [ -71.079455, 42.344808 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119917, 42.294176 ], [ -71.119787, 42.294296 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153573, 42.295757 ], [ -71.153922, 42.295748 ], [ -71.15435, 42.295755 ], [ -71.155284, 42.295793 ], [ -71.155505, 42.295803 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086833, 42.29814 ], [ -71.086664, 42.298689 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.960644, 42.349378 ], [ -70.96088, 42.34948 ], [ -70.960951, 42.34951 ], [ -70.961091, 42.349568 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078408, 42.306161 ], [ -71.078658, 42.306122 ], [ -71.079285, 42.305987 ], [ -71.079709, 42.305882 ], [ -71.079918, 42.305794 ], [ -71.080151, 42.305675 ], [ -71.080563, 42.305448 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070077, 42.364735 ], [ -71.070426, 42.364824 ], [ -71.070098, 42.365501 ], [ -71.070029, 42.365607 ], [ -71.070299, 42.365735 ], [ -71.069921, 42.36612 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121606, 42.363877 ], [ -71.120662, 42.363947 ], [ -71.120162, 42.363994 ], [ -71.119996, 42.364009 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southwest Corridor" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079362, 42.344756 ], [ -71.079353, 42.344592 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118768, 42.295253 ], [ -71.118432, 42.295574 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Franklin Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103761, 42.303298 ], [ -71.103571, 42.303218 ], [ -71.10317, 42.303025 ], [ -71.102978, 42.302945 ], [ -71.102859, 42.302891 ], [ -71.102736, 42.302842 ], [ -71.102609, 42.302799 ], [ -71.102479, 42.302761 ], [ -71.102347, 42.302729 ], [ -71.102211, 42.302703 ], [ -71.102074, 42.302683 ], [ -71.101936, 42.302669 ], [ -71.101893, 42.30267 ], [ -71.10185, 42.302666 ], [ -71.101808, 42.302657 ], [ -71.101769, 42.302643 ], [ -71.101733, 42.302625 ], [ -71.101701, 42.302603 ], [ -71.101675, 42.302577 ], [ -71.101654, 42.302549 ], [ -71.101611, 42.302512 ], [ -71.101562, 42.302479 ], [ -71.101507, 42.302452 ], [ -71.101448, 42.302431 ], [ -71.101307, 42.302356 ], [ -71.10117, 42.302278 ], [ -71.101035, 42.302198 ], [ -71.10102, 42.30215 ], [ -71.101015, 42.302101 ], [ -71.101018, 42.302053 ], [ -71.101031, 42.302004 ], [ -71.101034, 42.30192 ], [ -71.101029, 42.301836 ], [ -71.101015, 42.301752 ], [ -71.100993, 42.30167 ], [ -71.100962, 42.301589 ], [ -71.100945, 42.301529 ], [ -71.100935, 42.301468 ], [ -71.100932, 42.301407 ], [ -71.100935, 42.301346 ], [ -71.100945, 42.301286 ], [ -71.10095, 42.301173 ], [ -71.100946, 42.301061 ], [ -71.100932, 42.300949 ], [ -71.100908, 42.300838 ], [ -71.100876, 42.300729 ], [ -71.100834, 42.300621 ], [ -71.100793, 42.300516 ], [ -71.100745, 42.300414 ], [ -71.10069, 42.300313 ], [ -71.100628, 42.300214 ], [ -71.100572, 42.300127 ], [ -71.100509, 42.300042 ], [ -71.10044, 42.29996 ], [ -71.100365, 42.299881 ], [ -71.100284, 42.299805 ], [ -71.100236, 42.299768 ], [ -71.100182, 42.299734 ], [ -71.10018, 42.299677 ], [ -71.100171, 42.29962 ], [ -71.100155, 42.299565 ], [ -71.100152, 42.299513 ], [ -71.100142, 42.299461 ], [ -71.100125, 42.299411 ], [ -71.100101, 42.299362 ], [ -71.100071, 42.299315 ], [ -71.100034, 42.299271 ], [ -71.099994, 42.299227 ], [ -71.099951, 42.299186 ], [ -71.099903, 42.299148 ], [ -71.09988, 42.29912 ], [ -71.099865, 42.299089 ], [ -71.099856, 42.299057 ], [ -71.099855, 42.299042 ], [ -71.099852, 42.299027 ], [ -71.099847, 42.299013 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116111, 42.280627 ], [ -71.116064, 42.280751 ], [ -71.115926, 42.281039 ], [ -71.115817, 42.281231 ], [ -71.115723, 42.281402 ], [ -71.11555, 42.281635 ], [ -71.115437, 42.281791 ], [ -71.11522, 42.282019 ], [ -71.114999, 42.28224 ], [ -71.114853, 42.282365 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082942, 42.308696 ], [ -71.082853, 42.308859 ], [ -71.082757, 42.309064 ], [ -71.082667, 42.309285 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070241, 42.366281 ], [ -71.07078, 42.366557 ], [ -71.070784, 42.366561 ], [ -71.070785, 42.366567 ], [ -71.070782, 42.366572 ], [ -71.070623, 42.366738 ], [ -71.070586, 42.36672 ], [ -71.070546, 42.366744 ], [ -71.070541, 42.366763 ], [ -71.070529, 42.3668 ], [ -71.070511, 42.366835 ], [ -71.07048, 42.366881 ], [ -71.07144, 42.367376 ], [ -71.071543, 42.367259 ], [ -71.071673, 42.367323 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12965, 42.285055 ], [ -71.128967, 42.285683 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.955436, 42.34546 ], [ -70.95545, 42.345462 ], [ -70.955531, 42.345477 ], [ -70.955538, 42.345479 ], [ -70.955547, 42.345481 ], [ -70.955556, 42.345482 ], [ -70.955566, 42.345482 ], [ -70.955575, 42.345482 ], [ -70.955585, 42.345481 ], [ -70.955588, 42.345481 ], [ -70.955594, 42.34548 ], [ -70.955603, 42.345478 ], [ -70.955614, 42.345474 ], [ -70.955679, 42.345453 ], [ -70.955744, 42.345433 ], [ -70.95581, 42.345413 ], [ -70.955876, 42.345394 ], [ -70.955947, 42.345372 ], [ -70.955984, 42.34536 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086374, 42.299521 ], [ -71.086061, 42.300436 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086061, 42.300436 ], [ -71.085761, 42.301305 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967341, 42.355293 ], [ -70.967339, 42.355286 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128967, 42.285683 ], [ -71.128371, 42.286243 ], [ -71.128128, 42.286457 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Kilby Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055451, 42.357986 ], [ -71.055477, 42.358041 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083715, 42.314221 ], [ -71.083703, 42.314264 ], [ -71.083674, 42.314402 ], [ -71.083543, 42.314766 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059492, 42.367656 ], [ -71.059468, 42.36788 ], [ -71.059075, 42.368026 ], [ -71.058877, 42.367972 ], [ -71.058678, 42.36789 ], [ -71.058376, 42.367882 ], [ -71.058221, 42.367892 ], [ -71.058096, 42.367962 ], [ -71.058153, 42.368029 ], [ -71.057825, 42.368228 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085247, 42.303455 ], [ -71.085282, 42.303439 ], [ -71.085553, 42.303313 ], [ -71.085879, 42.303131 ], [ -71.086403, 42.302832 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051818, 42.359624 ], [ -71.051875, 42.359774 ], [ -71.051932, 42.359914 ], [ -71.052024, 42.360085 ], [ -71.052109, 42.360214 ], [ -71.052185, 42.360322 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082953, 42.316393 ], [ -71.083009, 42.316113 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.960473, 42.349302 ], [ -70.960425, 42.349272 ], [ -70.960381, 42.349249 ], [ -70.960331, 42.349241 ], [ -70.960241, 42.349229 ], [ -70.960092, 42.349212 ], [ -70.959964, 42.349181 ], [ -70.959804, 42.349118 ], [ -70.959679, 42.349048 ], [ -70.959577, 42.348983 ], [ -70.959475, 42.3489 ], [ -70.959285, 42.348727 ], [ -70.958909, 42.348378 ], [ -70.95879, 42.348255 ], [ -70.958677, 42.348127 ], [ -70.95858, 42.347962 ], [ -70.958527, 42.34787 ], [ -70.958481, 42.347798 ], [ -70.95842, 42.347815 ], [ -70.958381, 42.347808 ], [ -70.957994, 42.347877 ], [ -70.957962, 42.347875 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114585, 42.303039 ], [ -71.11465, 42.303322 ], [ -71.114674, 42.30345 ], [ -71.114699, 42.303551 ], [ -71.114703, 42.303645 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123492, 42.368612 ], [ -71.123573, 42.368649 ], [ -71.123666, 42.368608 ], [ -71.123784, 42.368594 ], [ -71.123883, 42.368604 ], [ -71.124043, 42.368645 ], [ -71.12421, 42.36871 ], [ -71.124438, 42.368784 ], [ -71.124722, 42.368882 ], [ -71.125049, 42.368997 ], [ -71.125308, 42.369099 ], [ -71.125518, 42.369168 ], [ -71.125659, 42.369233 ], [ -71.125758, 42.369284 ], [ -71.125863, 42.369344 ], [ -71.125943, 42.369399 ], [ -71.126029, 42.369459 ], [ -71.126078, 42.369509 ], [ -71.126146, 42.369588 ], [ -71.126201, 42.369661 ], [ -71.12625, 42.369739 ], [ -71.126305, 42.369781 ], [ -71.126373, 42.369836 ], [ -71.126422, 42.369909 ], [ -71.126465, 42.370006 ], [ -71.12652, 42.370116 ], [ -71.12652, 42.370254 ], [ -71.126535, 42.370427 ], [ -71.126548, 42.370574 ], [ -71.126557, 42.370732 ], [ -71.126569, 42.370851 ], [ -71.126595, 42.371059 ], [ -71.126646, 42.371334 ], [ -71.126686, 42.371532 ], [ -71.126753, 42.371709 ], [ -71.126814, 42.371833 ], [ -71.126902, 42.371965 ], [ -71.126972, 42.372073 ], [ -71.127015, 42.372132 ], [ -71.127079, 42.372219 ], [ -71.12712, 42.372273 ], [ -71.12719, 42.372357 ], [ -71.127232, 42.372405 ], [ -71.127289, 42.372455 ], [ -71.127398, 42.372554 ], [ -71.127515, 42.372644 ], [ -71.127639, 42.372725 ], [ -71.127797, 42.372814 ], [ -71.127851, 42.372844 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091295, 42.317613 ], [ -71.091134, 42.317962 ], [ -71.091004, 42.318277 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128128, 42.286457 ], [ -71.127538, 42.286969 ], [ -71.127374, 42.287108 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.01149, 42.383908 ], [ -71.011385, 42.384002 ], [ -71.011267, 42.383972 ], [ -71.01125, 42.384017 ], [ -71.011242, 42.384071 ], [ -71.011062, 42.38423 ], [ -71.011013, 42.384201 ], [ -71.010832, 42.384348 ], [ -71.01079, 42.384376 ], [ -71.010684, 42.384447 ], [ -71.010493, 42.38458 ], [ -71.010377, 42.384644 ], [ -71.010174, 42.38475 ], [ -71.009874, 42.384887 ], [ -71.007342, 42.385724 ], [ -71.007286, 42.385709 ], [ -71.007209, 42.385663 ], [ -71.007146, 42.38562 ], [ -71.00707, 42.38559 ], [ -71.006985, 42.385563 ], [ -71.006953, 42.385545 ], [ -71.006934, 42.385513 ], [ -71.006936, 42.38547 ], [ -71.006956, 42.385277 ], [ -71.006977, 42.385114 ] ], [ [ -71.011995, 42.383732 ], [ -71.011849, 42.383781 ], [ -71.01163, 42.383919 ], [ -71.01149, 42.383908 ] ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082851, 42.316371 ], [ -71.082779, 42.316529 ], [ -71.082664, 42.31673 ], [ -71.082563, 42.316913 ], [ -71.082346, 42.317278 ], [ -71.082173, 42.31757 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115506, 42.307664 ], [ -71.115532, 42.308066 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "John W. Weeks Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117711, 42.368883 ], [ -71.118568, 42.368074 ], [ -71.118813, 42.367847 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088606, 42.319982 ], [ -71.088396, 42.320042 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.991884, 42.389959 ], [ -70.991907, 42.389972 ], [ -70.991955, 42.39 ], [ -70.992003, 42.390029 ], [ -70.99204, 42.390052 ], [ -70.992077, 42.390076 ], [ -70.992113, 42.3901 ], [ -70.992149, 42.390124 ], [ -70.992279, 42.39022 ], [ -70.992363, 42.39028 ], [ -70.992396, 42.390303 ], [ -70.99243, 42.390326 ], [ -70.992465, 42.390349 ], [ -70.992528, 42.390387 ], [ -70.992591, 42.390426 ], [ -70.992655, 42.390464 ], [ -70.992819, 42.390555 ], [ -70.992936, 42.390619 ], [ -70.993036, 42.390673 ], [ -70.993198, 42.390759 ], [ -70.993244, 42.390782 ], [ -70.993289, 42.390805 ], [ -70.993334, 42.390829 ], [ -70.993378, 42.390853 ], [ -70.993452, 42.390896 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125965, 42.288491 ], [ -71.125815, 42.288624 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146689, 42.3617 ], [ -71.146759, 42.361627 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083451, 42.326103 ], [ -71.083456, 42.326057 ], [ -71.083498, 42.32586 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146759, 42.361627 ], [ -71.1468, 42.361583 ], [ -71.146799, 42.361572 ], [ -71.146822, 42.361554 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091052, 42.335943 ], [ -71.090809, 42.335845 ], [ -71.090654, 42.335753 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114703, 42.303645 ], [ -71.114702, 42.303912 ], [ -71.11471, 42.304235 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993756, 42.391088 ], [ -70.993745, 42.391077 ], [ -70.993732, 42.391067 ], [ -70.993719, 42.391057 ], [ -70.993708, 42.39105 ], [ -70.993693, 42.391039 ], [ -70.993677, 42.391028 ], [ -70.993659, 42.391018 ], [ -70.993576, 42.390968 ], [ -70.993494, 42.390921 ], [ -70.993452, 42.390896 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127926, 42.300165 ], [ -71.128073, 42.300037 ], [ -71.128292, 42.299819 ], [ -71.128804, 42.299305 ], [ -71.129388, 42.298742 ], [ -71.129623, 42.298537 ], [ -71.129889, 42.29832 ], [ -71.130069, 42.298193 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.16104, 42.358714 ], [ -71.161099, 42.358655 ], [ -71.16113, 42.358617 ], [ -71.161174, 42.358576 ], [ -71.161236, 42.358508 ], [ -71.161341, 42.358448 ], [ -71.161515, 42.358357 ], [ -71.161763, 42.358243 ], [ -71.161985, 42.358158 ], [ -71.162086, 42.358126 ], [ -71.162151, 42.358111 ], [ -71.162345, 42.35808 ], [ -71.162505, 42.358057 ], [ -71.162796, 42.35804 ], [ -71.163167, 42.358027 ], [ -71.163971, 42.358025 ], [ -71.164836, 42.358037 ], [ -71.165757, 42.358049 ], [ -71.165992, 42.358045 ], [ -71.166066, 42.358045 ], [ -71.166336, 42.358053 ], [ -71.166764, 42.358056 ], [ -71.167685, 42.358086 ], [ -71.169249, 42.358127 ], [ -71.169659, 42.358162 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084052, 42.330323 ], [ -71.084216, 42.330196 ], [ -71.084324, 42.330085 ], [ -71.084445, 42.329927 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993808, 42.391378 ], [ -70.993764, 42.391529 ], [ -70.993695, 42.391711 ], [ -70.993661, 42.391811 ], [ -70.993658, 42.391821 ], [ -70.993656, 42.391831 ], [ -70.993652, 42.391853 ], [ -70.993648, 42.391884 ], [ -70.993645, 42.391916 ], [ -70.993633, 42.392036 ], [ -70.993618, 42.392196 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harrison Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082747, 42.328615 ], [ -71.082862, 42.328308 ], [ -71.08296, 42.328119 ], [ -71.083011, 42.328043 ], [ -71.083062, 42.328001 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124349, 42.306012 ], [ -71.124409, 42.305871 ], [ -71.124552, 42.305598 ], [ -71.124634, 42.305376 ], [ -71.124673, 42.305202 ], [ -71.124701, 42.305009 ], [ -71.124741, 42.304751 ], [ -71.124781, 42.304409 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.160955, 42.358823 ], [ -71.160992, 42.358773 ], [ -71.161011, 42.358742 ], [ -71.16104, 42.358714 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114671, 42.304862 ], [ -71.114649, 42.305133 ], [ -71.114648, 42.305326 ], [ -71.11467, 42.3055 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.991507, 42.389812 ], [ -70.991455, 42.389802 ], [ -70.991423, 42.389796 ], [ -70.991391, 42.389791 ], [ -70.991358, 42.389787 ], [ -70.991335, 42.389784 ], [ -70.991312, 42.389781 ], [ -70.991288, 42.38978 ], [ -70.991265, 42.389778 ], [ -70.991241, 42.389778 ], [ -70.991218, 42.389778 ], [ -70.991195, 42.389778 ], [ -70.991171, 42.38978 ], [ -70.991148, 42.389781 ], [ -70.991124, 42.389784 ], [ -70.991102, 42.389787 ], [ -70.991072, 42.389792 ], [ -70.991043, 42.389798 ], [ -70.991014, 42.389805 ], [ -70.990985, 42.389812 ], [ -70.990957, 42.38982 ], [ -70.990929, 42.389829 ], [ -70.990885, 42.389846 ], [ -70.99084, 42.389865 ], [ -70.990796, 42.389883 ], [ -70.990752, 42.389903 ], [ -70.990729, 42.389916 ], [ -70.990705, 42.389931 ], [ -70.990681, 42.389946 ], [ -70.990658, 42.389962 ], [ -70.990636, 42.389978 ], [ -70.990614, 42.389994 ], [ -70.990589, 42.390014 ], [ -70.990565, 42.390034 ], [ -70.990541, 42.390055 ], [ -70.990519, 42.390076 ], [ -70.990497, 42.390097 ], [ -70.990476, 42.390119 ], [ -70.990455, 42.390142 ], [ -70.990414, 42.39019 ], [ -70.990326, 42.390303 ], [ -70.990238, 42.390427 ], [ -70.990171, 42.390538 ], [ -70.990116, 42.390634 ], [ -70.99006, 42.390743 ], [ -70.990006, 42.390856 ], [ -70.989939, 42.391004 ], [ -70.989889, 42.391123 ], [ -70.989886, 42.391134 ], [ -70.989884, 42.391145 ], [ -70.989883, 42.391157 ], [ -70.989883, 42.391168 ], [ -70.989883, 42.39118 ], [ -70.989885, 42.391191 ], [ -70.989886, 42.391198 ], [ -70.989889, 42.391205 ], [ -70.989892, 42.391212 ], [ -70.989896, 42.391219 ], [ -70.989901, 42.391225 ], [ -70.989906, 42.391231 ], [ -70.989913, 42.391237 ], [ -70.98992, 42.391242 ], [ -70.989927, 42.391247 ], [ -70.989935, 42.391251 ], [ -70.989944, 42.391254 ], [ -70.989953, 42.391257 ], [ -70.989963, 42.391259 ], [ -70.98998, 42.391262 ], [ -70.989997, 42.391264 ], [ -70.990014, 42.391266 ], [ -70.990031, 42.391267 ], [ -70.990048, 42.391267 ], [ -70.990066, 42.391266 ], [ -70.990083, 42.391265 ], [ -70.9901, 42.391263 ], [ -70.990117, 42.391261 ], [ -70.990133, 42.391258 ], [ -70.99015, 42.391254 ], [ -70.990166, 42.39125 ], [ -70.990262, 42.391225 ], [ -70.990422, 42.391176 ], [ -70.990578, 42.391128 ], [ -70.990605, 42.39112 ], [ -70.990633, 42.391112 ], [ -70.990661, 42.391105 ], [ -70.990689, 42.391099 ], [ -70.990718, 42.391093 ], [ -70.990746, 42.391088 ], [ -70.990775, 42.391084 ], [ -70.990803, 42.39108 ], [ -70.990818, 42.39108 ], [ -70.990834, 42.39108 ], [ -70.990849, 42.39108 ], [ -70.990864, 42.391081 ], [ -70.990879, 42.391083 ], [ -70.990894, 42.391085 ], [ -70.990909, 42.391088 ], [ -70.990924, 42.391091 ], [ -70.990938, 42.391094 ], [ -70.990953, 42.391098 ], [ -70.990967, 42.391103 ], [ -70.99098, 42.391108 ], [ -70.990994, 42.391114 ], [ -70.991006, 42.39112 ], [ -70.991022, 42.391128 ], [ -70.991037, 42.391138 ], [ -70.991052, 42.391147 ], [ -70.991067, 42.391157 ], [ -70.99108, 42.391168 ], [ -70.991093, 42.391179 ], [ -70.991106, 42.39119 ], [ -70.991118, 42.391202 ], [ -70.991129, 42.391214 ], [ -70.99114, 42.391226 ], [ -70.99115, 42.391239 ], [ -70.991167, 42.39126 ], [ -70.991183, 42.39128 ], [ -70.991198, 42.3913 ], [ -70.991212, 42.391321 ], [ -70.991226, 42.391342 ], [ -70.991239, 42.391364 ], [ -70.991252, 42.391385 ], [ -70.991263, 42.391407 ], [ -70.991274, 42.391429 ], [ -70.991289, 42.39146 ], [ -70.991303, 42.391491 ], [ -70.991317, 42.391522 ], [ -70.991329, 42.391553 ], [ -70.991341, 42.391584 ], [ -70.991352, 42.391616 ], [ -70.991362, 42.391648 ], [ -70.991377, 42.391699 ], [ -70.991426, 42.391781 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090265, 42.335433 ], [ -71.090374, 42.335561 ], [ -71.090455, 42.33563 ], [ -71.090581, 42.335718 ], [ -71.090654, 42.335753 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082986, 42.33084 ], [ -71.082715, 42.331077 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115133, 42.31012 ], [ -71.11492, 42.310333 ], [ -71.114854, 42.310402 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091594, 42.349203 ], [ -71.091684, 42.3492 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146822, 42.361554 ], [ -71.146842, 42.361538 ], [ -71.14684, 42.36152 ], [ -71.146841, 42.361506 ], [ -71.146846, 42.361493 ], [ -71.146856, 42.36148 ], [ -71.147011, 42.361376 ], [ -71.147159, 42.361281 ], [ -71.1473, 42.361196 ], [ -71.147435, 42.361119 ], [ -71.147565, 42.361051 ], [ -71.147692, 42.360991 ], [ -71.147816, 42.360937 ], [ -71.14794, 42.360889 ], [ -71.148046, 42.360853 ], [ -71.148156, 42.36082 ], [ -71.148269, 42.360789 ], [ -71.148391, 42.360761 ], [ -71.148584, 42.360722 ], [ -71.149074, 42.360635 ], [ -71.149332, 42.360585 ], [ -71.14946, 42.360561 ], [ -71.149597, 42.360542 ], [ -71.149753, 42.360525 ], [ -71.150036, 42.360498 ], [ -71.150382, 42.360465 ], [ -71.150681, 42.360434 ], [ -71.150942, 42.360405 ], [ -71.151174, 42.360376 ], [ -71.151379, 42.360347 ], [ -71.151574, 42.360317 ], [ -71.151768, 42.360283 ], [ -71.151989, 42.360241 ], [ -71.152067, 42.360227 ], [ -71.15223, 42.360202 ], [ -71.152324, 42.360182 ], [ -71.152384, 42.360166 ], [ -71.152449, 42.360146 ], [ -71.152519, 42.360121 ], [ -71.152597, 42.360092 ], [ -71.152718, 42.360042 ], [ -71.15281, 42.359997 ], [ -71.152869, 42.359962 ], [ -71.152977, 42.359888 ], [ -71.153047, 42.359849 ], [ -71.153206, 42.35977 ], [ -71.153278, 42.359738 ], [ -71.153347, 42.359709 ], [ -71.153453, 42.359669 ], [ -71.153658, 42.3596 ], [ -71.153762, 42.359564 ], [ -71.15391, 42.359511 ], [ -71.154028, 42.359471 ], [ -71.15413, 42.359439 ], [ -71.154314, 42.359386 ], [ -71.15438, 42.359369 ], [ -71.154447, 42.359357 ], [ -71.15451, 42.35935 ], [ -71.154652, 42.359338 ], [ -71.154693, 42.359332 ], [ -71.15473, 42.359325 ], [ -71.154805, 42.359305 ], [ -71.154941, 42.359261 ], [ -71.154981, 42.359253 ], [ -71.155023, 42.359248 ], [ -71.155101, 42.359248 ], [ -71.155262, 42.359255 ], [ -71.155327, 42.359256 ], [ -71.155392, 42.359253 ], [ -71.155446, 42.359246 ], [ -71.155602, 42.359215 ], [ -71.15567, 42.359205 ], [ -71.155731, 42.359197 ], [ -71.155786, 42.359193 ], [ -71.155835, 42.359191 ], [ -71.155879, 42.359192 ], [ -71.155919, 42.359195 ], [ -71.156024, 42.359212 ], [ -71.15618, 42.359244 ], [ -71.156231, 42.359253 ], [ -71.156291, 42.359258 ], [ -71.156349, 42.359257 ], [ -71.156409, 42.359249 ], [ -71.156463, 42.359238 ], [ -71.156506, 42.359225 ], [ -71.156584, 42.359195 ], [ -71.156622, 42.359184 ], [ -71.156665, 42.359177 ], [ -71.156715, 42.359174 ], [ -71.156858, 42.359173 ], [ -71.156973, 42.359169 ], [ -71.15706, 42.359163 ], [ -71.157175, 42.359153 ], [ -71.157342, 42.359145 ], [ -71.157507, 42.359141 ], [ -71.157665, 42.35914 ], [ -71.157813, 42.359142 ], [ -71.15795, 42.359148 ], [ -71.158075, 42.359158 ], [ -71.15819, 42.35917 ], [ -71.158292, 42.359186 ], [ -71.158341, 42.359197 ], [ -71.158421, 42.35922 ], [ -71.158464, 42.359228 ], [ -71.158542, 42.359237 ], [ -71.158649, 42.359242 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129784, 42.348911 ], [ -71.129897, 42.349066 ], [ -71.130033, 42.349227 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090676, 42.349239 ], [ -71.091594, 42.349203 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126759, 42.358432 ], [ -71.126876, 42.358661 ], [ -71.127051, 42.358921 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085046, 42.342834 ], [ -71.084926, 42.342757 ], [ -71.084901, 42.342742 ], [ -71.084853, 42.342711 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.158649, 42.359242 ], [ -71.159054, 42.35925 ], [ -71.159139, 42.359253 ], [ -71.159264, 42.359259 ], [ -71.159317, 42.35926 ], [ -71.159393, 42.359257 ], [ -71.159506, 42.359251 ], [ -71.159601, 42.359241 ], [ -71.159709, 42.359223 ], [ -71.159824, 42.359198 ], [ -71.159992, 42.359155 ], [ -71.160248, 42.359093 ], [ -71.160354, 42.359066 ], [ -71.160436, 42.359039 ], [ -71.160468, 42.359026 ], [ -71.160496, 42.359012 ], [ -71.160539, 42.358991 ], [ -71.160578, 42.358969 ], [ -71.160613, 42.358946 ], [ -71.16064, 42.358925 ], [ -71.160736, 42.358891 ], [ -71.160816, 42.358868 ], [ -71.160882, 42.358853 ], [ -71.16091, 42.358849 ], [ -71.160934, 42.358848 ], [ -71.160955, 42.358823 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1141, 42.313238 ], [ -71.114094, 42.313452 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993618, 42.392196 ], [ -70.993368, 42.392197 ], [ -70.993179, 42.392192 ], [ -70.993089, 42.392187 ], [ -70.992934, 42.392179 ], [ -70.992836, 42.392177 ], [ -70.992705, 42.392176 ], [ -70.992661, 42.392177 ], [ -70.992617, 42.392178 ], [ -70.992573, 42.39218 ], [ -70.992529, 42.392183 ], [ -70.992486, 42.392186 ], [ -70.992425, 42.392194 ], [ -70.992364, 42.392202 ], [ -70.992303, 42.39221 ], [ -70.992242, 42.392219 ], [ -70.992097, 42.392242 ], [ -70.991976, 42.392262 ], [ -70.991833, 42.392285 ], [ -70.991815, 42.392288 ], [ -70.991797, 42.39229 ], [ -70.991778, 42.392291 ], [ -70.99176, 42.392292 ], [ -70.991741, 42.392292 ], [ -70.991723, 42.392292 ], [ -70.991704, 42.39229 ], [ -70.991686, 42.392288 ], [ -70.991668, 42.392286 ], [ -70.99165, 42.392282 ], [ -70.991636, 42.392279 ], [ -70.991622, 42.392275 ], [ -70.991609, 42.392271 ], [ -70.991597, 42.392266 ], [ -70.991584, 42.39226 ], [ -70.991572, 42.392254 ], [ -70.991561, 42.392247 ], [ -70.99155, 42.39224 ], [ -70.99154, 42.392232 ], [ -70.991531, 42.392224 ], [ -70.991522, 42.392216 ], [ -70.991514, 42.392207 ], [ -70.991506, 42.392197 ], [ -70.991496, 42.392181 ], [ -70.991488, 42.392165 ], [ -70.99148, 42.392149 ], [ -70.991473, 42.392133 ], [ -70.991467, 42.392116 ], [ -70.991462, 42.3921 ], [ -70.991457, 42.392083 ], [ -70.991451, 42.39206 ], [ -70.991446, 42.392037 ], [ -70.991442, 42.392014 ], [ -70.991438, 42.391991 ], [ -70.991436, 42.391967 ], [ -70.991434, 42.391944 ], [ -70.991433, 42.39192 ], [ -70.991426, 42.391781 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115815, 42.321057 ], [ -71.1156, 42.321075 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129769, 42.361081 ], [ -71.130102, 42.361396 ], [ -71.130277, 42.36162 ], [ -71.130362, 42.36178 ], [ -71.130418, 42.361966 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belvidere Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084634, 42.346096 ], [ -71.084407, 42.346048 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118813, 42.367847 ], [ -71.118898, 42.367886 ], [ -71.11904, 42.367923 ], [ -71.119206, 42.367951 ], [ -71.11946, 42.367975 ], [ -71.119707, 42.367989 ], [ -71.119929, 42.368008 ], [ -71.120177, 42.368018 ], [ -71.120467, 42.368019 ], [ -71.120733, 42.368034 ], [ -71.121005, 42.36804 ], [ -71.121252, 42.36804 ], [ -71.121431, 42.368041 ], [ -71.121555, 42.368041 ], [ -71.121654, 42.368042 ], [ -71.121796, 42.368051 ], [ -71.121994, 42.36807 ], [ -71.122148, 42.368098 ], [ -71.122303, 42.368126 ], [ -71.122389, 42.368127 ], [ -71.122519, 42.368159 ], [ -71.122673, 42.368201 ], [ -71.122809, 42.368238 ], [ -71.123006, 42.368303 ], [ -71.123093, 42.36834 ], [ -71.123204, 42.368358 ], [ -71.123278, 42.368405 ], [ -71.123352, 42.368442 ], [ -71.123389, 42.368501 ], [ -71.123388, 42.368565 ], [ -71.123492, 42.368612 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086621, 42.350734 ], [ -71.08682, 42.351125 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993808, 42.391378 ], [ -70.993809, 42.391376 ], [ -70.993814, 42.391353 ], [ -70.993818, 42.39133 ], [ -70.993822, 42.391306 ], [ -70.993826, 42.391288 ], [ -70.993828, 42.391271 ], [ -70.99383, 42.391253 ], [ -70.99383, 42.391236 ], [ -70.99383, 42.391219 ], [ -70.993828, 42.391208 ], [ -70.993826, 42.391197 ], [ -70.993823, 42.391186 ], [ -70.993819, 42.391176 ], [ -70.993814, 42.391165 ], [ -70.993809, 42.391155 ], [ -70.993803, 42.391145 ], [ -70.993796, 42.391135 ], [ -70.993787, 42.391123 ], [ -70.993778, 42.391111 ], [ -70.993767, 42.391099 ], [ -70.993756, 42.391088 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08644, 42.350358 ], [ -71.086488, 42.350464 ], [ -71.086621, 42.350734 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993808, 42.391378 ], [ -70.993849, 42.391423 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belvidere Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083414, 42.345902 ], [ -71.083012, 42.345858 ], [ -71.082985, 42.345855 ], [ -71.082798, 42.345831 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11736, 42.361019 ], [ -71.117402, 42.361124 ], [ -71.117419, 42.361237 ], [ -71.117441, 42.361353 ], [ -71.117482, 42.361576 ], [ -71.117548, 42.361981 ], [ -71.11762, 42.362412 ], [ -71.117739, 42.363229 ], [ -71.117792, 42.363685 ], [ -71.117791, 42.363832 ], [ -71.11779, 42.363974 ], [ -71.117783, 42.36407 ], [ -71.117758, 42.364125 ], [ -71.117743, 42.36419 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114154, 42.321292 ], [ -71.113882, 42.321329 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114527, 42.301604 ], [ -71.1144, 42.301518 ], [ -71.114308, 42.301463 ], [ -71.114165, 42.301409 ], [ -71.114078, 42.30138 ], [ -71.113986, 42.301331 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086049, 42.349578 ], [ -71.08453, 42.349986 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106654, 42.351589 ], [ -71.106922, 42.351613 ], [ -71.107267, 42.351667 ], [ -71.107517, 42.351717 ], [ -71.107715, 42.351768 ], [ -71.107844, 42.351791 ], [ -71.107941, 42.351792 ], [ -71.108057, 42.351787 ], [ -71.108194, 42.351777 ], [ -71.108343, 42.351773 ], [ -71.108505, 42.35178 ], [ -71.108687, 42.351801 ], [ -71.108821, 42.351822 ], [ -71.108973, 42.351857 ], [ -71.109067, 42.351882 ], [ -71.109174, 42.351922 ], [ -71.109246, 42.351942 ], [ -71.109289, 42.35195 ], [ -71.109337, 42.351958 ], [ -71.109449, 42.35197 ], [ -71.109606, 42.35198 ], [ -71.109671, 42.351982 ], [ -71.109728, 42.351981 ], [ -71.109775, 42.351979 ], [ -71.109817, 42.351975 ], [ -71.109954, 42.351953 ], [ -71.110025, 42.351946 ], [ -71.110074, 42.351944 ], [ -71.110129, 42.351944 ], [ -71.110259, 42.351948 ], [ -71.110381, 42.351954 ], [ -71.110444, 42.351962 ], [ -71.110469, 42.351968 ], [ -71.11049, 42.351975 ], [ -71.110506, 42.351985 ], [ -71.110518, 42.351996 ], [ -71.110526, 42.35201 ], [ -71.110532, 42.352023 ], [ -71.110535, 42.352037 ], [ -71.110535, 42.352051 ], [ -71.110529, 42.352079 ], [ -71.110507, 42.352135 ], [ -71.110505, 42.352148 ], [ -71.110506, 42.352159 ], [ -71.110514, 42.352173 ], [ -71.110529, 42.352184 ], [ -71.110552, 42.352194 ], [ -71.110582, 42.352203 ], [ -71.111106, 42.352242 ], [ -71.11113, 42.352242 ], [ -71.111148, 42.352238 ], [ -71.111163, 42.352229 ], [ -71.111196, 42.352198 ], [ -71.111219, 42.352183 ], [ -71.111238, 42.352176 ], [ -71.111259, 42.352169 ], [ -71.111309, 42.35216 ], [ -71.111415, 42.352133 ], [ -71.111551, 42.352106 ], [ -71.111712, 42.352102 ], [ -71.111841, 42.352103 ], [ -71.11207, 42.352103 ], [ -71.112187, 42.352104 ], [ -71.112472, 42.352114 ], [ -71.112645, 42.352124 ], [ -71.112879, 42.352161 ], [ -71.113058, 42.352189 ], [ -71.113274, 42.352254 ], [ -71.11349, 42.352319 ], [ -71.113651, 42.352365 ], [ -71.113799, 42.352407 ], [ -71.113978, 42.352486 ], [ -71.114199, 42.352587 ], [ -71.114458, 42.352717 ], [ -71.114643, 42.352827 ], [ -71.114871, 42.352952 ], [ -71.11513, 42.353095 ], [ -71.115395, 42.353247 ], [ -71.115678, 42.353399 ], [ -71.115838, 42.353491 ], [ -71.115974, 42.353579 ], [ -71.116121, 42.353662 ], [ -71.116282, 42.353745 ], [ -71.116423, 42.353819 ], [ -71.116602, 42.353911 ], [ -71.116793, 42.354022 ], [ -71.116953, 42.354114 ], [ -71.11715, 42.354252 ], [ -71.117285, 42.354363 ], [ -71.117421, 42.354478 ], [ -71.117494, 42.354561 ], [ -71.11758, 42.354653 ], [ -71.11766, 42.35474 ], [ -71.117764, 42.354869 ], [ -71.117832, 42.354961 ], [ -71.117905, 42.355066 ], [ -71.117991, 42.355213 ], [ -71.11804, 42.355342 ], [ -71.118101, 42.355516 ], [ -71.118137, 42.355681 ], [ -71.118173, 42.355842 ], [ -71.118209, 42.35603 ], [ -71.11822, 42.356213 ], [ -71.118225, 42.356397 ], [ -71.118218, 42.356557 ], [ -71.118204, 42.356727 ], [ -71.118191, 42.356846 ], [ -71.118153, 42.357038 ], [ -71.118109, 42.357176 ], [ -71.118046, 42.357368 ], [ -71.118002, 42.357476 ], [ -71.117952, 42.357613 ], [ -71.117877, 42.357783 ], [ -71.117827, 42.357897 ], [ -71.117763, 42.358103 ], [ -71.117682, 42.35825 ], [ -71.117594, 42.358506 ], [ -71.1175, 42.358721 ], [ -71.117418, 42.358941 ], [ -71.117318, 42.359193 ], [ -71.117293, 42.359296 ], [ -71.117248, 42.359452 ], [ -71.117235, 42.359598 ], [ -71.117234, 42.359731 ], [ -71.117233, 42.359878 ], [ -71.117251, 42.36008 ], [ -71.117305, 42.360396 ], [ -71.11733, 42.360614 ], [ -71.117369, 42.360881 ], [ -71.11737, 42.360903 ], [ -71.117365, 42.360923 ], [ -71.117354, 42.360942 ], [ -71.117336, 42.360959 ], [ -71.11736, 42.361019 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124985, 42.367013 ], [ -71.124593, 42.367416 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112816, 42.321505 ], [ -71.112313, 42.321576 ], [ -71.112091, 42.321611 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111956, 42.320993 ], [ -71.112002, 42.321226 ], [ -71.112051, 42.321451 ], [ -71.112091, 42.321611 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076934, 42.349288 ], [ -71.077062, 42.349469 ], [ -71.077369, 42.350084 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Morrissey Boulevard Bike\/Ped Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050097, 42.318895 ], [ -71.050151, 42.318862 ], [ -71.050166, 42.318852 ], [ -71.050177, 42.318839 ], [ -71.050181, 42.318826 ], [ -71.050178, 42.318809 ], [ -71.050025, 42.318531 ], [ -71.049992, 42.318543 ], [ -71.050094, 42.318732 ], [ -71.04943, 42.31893 ], [ -71.049088, 42.318296 ], [ -71.049044, 42.318213 ], [ -71.049037, 42.318179 ], [ -71.049122, 42.318151 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123542, 42.282547 ], [ -71.123468, 42.282495 ], [ -71.122966, 42.282172 ], [ -71.122434, 42.281835 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112045, 42.331986 ], [ -71.112165, 42.331998 ], [ -71.112239, 42.331996 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052042, 42.324276 ], [ -71.052085, 42.325047 ], [ -71.052111, 42.325602 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057087, 42.313488 ], [ -71.056989, 42.313958 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "MBTA Redline Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066264, 42.294814 ], [ -71.066052, 42.294014 ], [ -71.066042, 42.29397 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094568, 42.344519 ], [ -71.094679, 42.344528 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119541, 42.308882 ], [ -71.11913, 42.308825 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05007, 42.375965 ], [ -71.049849, 42.376429 ], [ -71.04977, 42.376591 ], [ -71.049776, 42.376652 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104662, 42.300279 ], [ -71.104727, 42.300284 ], [ -71.105019, 42.300292 ], [ -71.105203, 42.300305 ], [ -71.105349, 42.300322 ], [ -71.105566, 42.300351 ], [ -71.105782, 42.300384 ], [ -71.105984, 42.300429 ], [ -71.106065, 42.300454 ], [ -71.106124, 42.30051 ], [ -71.106178, 42.300599 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104311, 42.344591 ], [ -71.10429, 42.34461 ], [ -71.104271, 42.344623 ], [ -71.104248, 42.344627 ], [ -71.104174, 42.344626 ], [ -71.103927, 42.344616 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078706, 42.292203 ], [ -71.077997, 42.291984 ], [ -71.077182, 42.291747 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123835, 42.319383 ], [ -71.123956, 42.319318 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.091537, 42.346475 ], [ -71.091476, 42.34645 ], [ -71.091412, 42.346429 ], [ -71.091346, 42.346412 ], [ -71.091279, 42.3464 ], [ -71.09122, 42.346392 ], [ -71.091163, 42.346378 ], [ -71.091109, 42.34636 ], [ -71.091058, 42.346336 ], [ -71.091011, 42.346308 ] ], [ [ -71.091537, 42.346475 ], [ -71.091675, 42.346527 ], [ -71.091847, 42.346575 ], [ -71.092028, 42.346616 ], [ -71.092182, 42.346636 ], [ -71.092353, 42.34665 ], [ -71.092415, 42.346651 ] ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11721, 42.296736 ], [ -71.116829, 42.297098 ], [ -71.116631, 42.297304 ], [ -71.116367, 42.297562 ], [ -71.116139, 42.297832 ], [ -71.115955, 42.298125 ], [ -71.115835, 42.298299 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039283, 42.316909 ], [ -71.038708, 42.317768 ], [ -71.03863, 42.317833 ], [ -71.038514, 42.317875 ], [ -71.038337, 42.317895 ], [ -71.038273, 42.317913 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110092, 42.321533 ], [ -71.109946, 42.321713 ], [ -71.109796, 42.321865 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07584, 42.291352 ], [ -71.075406, 42.291232 ], [ -71.075194, 42.291169 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037513, 42.318141 ], [ -71.03735, 42.318244 ], [ -71.037136, 42.318336 ], [ -71.036825, 42.318436 ], [ -71.036627, 42.318519 ], [ -71.036581, 42.318599 ], [ -71.036609, 42.318683 ], [ -71.036695, 42.318724 ], [ -71.037036, 42.318804 ], [ -71.037344, 42.318915 ], [ -71.039445, 42.319792 ], [ -71.039695, 42.320179 ], [ -71.041801, 42.321023 ], [ -71.042643, 42.321372 ], [ -71.043149, 42.321551 ], [ -71.043417, 42.321663 ], [ -71.043514, 42.32173 ], [ -71.043551, 42.321741 ], [ -71.043706, 42.321699 ], [ -71.043713, 42.322051 ], [ -71.043741, 42.322167 ], [ -71.043799, 42.3223 ], [ -71.043869, 42.322404 ], [ -71.043949, 42.322487 ], [ -71.044051, 42.32257 ], [ -71.044198, 42.322658 ], [ -71.044324, 42.322709 ], [ -71.044691, 42.322853 ], [ -71.044918, 42.322938 ], [ -71.045176, 42.322998 ], [ -71.045405, 42.323044 ], [ -71.045498, 42.323058 ], [ -71.045585, 42.323063 ], [ -71.045679, 42.323064 ], [ -71.04578, 42.323062 ], [ -71.045879, 42.323049 ], [ -71.045958, 42.323034 ], [ -71.046023, 42.323023 ], [ -71.046078, 42.32302 ], [ -71.046125, 42.323021 ], [ -71.04618, 42.323026 ], [ -71.046229, 42.323047 ], [ -71.046264, 42.32307 ], [ -71.046319, 42.323105 ], [ -71.046368, 42.323134 ], [ -71.046432, 42.323163 ], [ -71.0465, 42.323186 ], [ -71.046542, 42.323196 ], [ -71.046587, 42.323203 ], [ -71.046642, 42.323199 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11638, 42.30918 ], [ -71.116249, 42.309211 ], [ -71.11602, 42.309258 ], [ -71.115812, 42.309273 ], [ -71.115582, 42.309306 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078259, 42.306049 ], [ -71.077958, 42.306147 ], [ -71.077564, 42.306324 ], [ -71.077543, 42.306335 ], [ -71.077236, 42.306496 ], [ -71.076875, 42.306746 ], [ -71.076521, 42.307002 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059969, 42.371293 ], [ -71.05968, 42.371391 ], [ -71.059301, 42.37143 ], [ -71.059102, 42.371374 ], [ -71.058568, 42.371129 ], [ -71.057652, 42.370699 ], [ -71.056102, 42.371432 ], [ -71.057716, 42.372184 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08736, 42.302257 ], [ -71.087726, 42.302059 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062585, 42.272486 ], [ -71.062663, 42.272528 ], [ -71.063128, 42.272567 ], [ -71.063229, 42.272525 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Readville to Neponset" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126337, 42.240945 ], [ -71.126446, 42.241718 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106566, 42.322573 ], [ -71.105835, 42.322642 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114397, 42.311629 ], [ -71.114233, 42.312166 ], [ -71.114181, 42.312316 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Dam Sidepath" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070724, 42.367871 ], [ -71.07022, 42.36761 ], [ -71.069737, 42.367364 ], [ -71.069509, 42.367245 ], [ -71.069143, 42.367066 ], [ -71.068672, 42.366822 ], [ -71.068555, 42.36676 ], [ -71.068502, 42.366727 ], [ -71.068484, 42.366713 ], [ -71.068472, 42.366699 ], [ -71.068465, 42.366685 ], [ -71.068463, 42.36667 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073954, 42.309164 ], [ -71.074162, 42.309026 ], [ -71.074604, 42.308735 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Day Boulevard Crossing" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.023772, 42.33605 ], [ -71.02366, 42.336012 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107283, 42.338926 ], [ -71.107576, 42.338642 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Day Boulevard Crossing" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.023864, 42.335551 ], [ -71.023699, 42.335551 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119526, 42.32227 ], [ -71.119537, 42.322505 ], [ -71.119539, 42.322585 ], [ -71.119526, 42.322665 ], [ -71.119502, 42.322751 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Day Boulevard Crossing" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.025001, 42.33303 ], [ -71.024959, 42.332835 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119996, 42.364009 ], [ -71.119604, 42.364044 ], [ -71.119452, 42.364059 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086403, 42.302832 ], [ -71.086882, 42.302543 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.035208, 42.329359 ], [ -71.035209, 42.329283 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077633, 42.336017 ], [ -71.077021, 42.33648 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Day Boulevard Crossing" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039792, 42.330097 ], [ -71.039798, 42.330031 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116238, 42.280682 ], [ -71.116352, 42.280375 ], [ -71.116486, 42.280009 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.031082, 42.38259 ], [ -71.031055, 42.382732 ], [ -71.030718, 42.382846 ], [ -71.030217, 42.382793 ], [ -71.029923, 42.382873 ], [ -71.029928, 42.383285 ], [ -71.029666, 42.383291 ], [ -71.02965, 42.38333 ], [ -71.029627, 42.383366 ], [ -71.029597, 42.3834 ], [ -71.02956, 42.38343 ], [ -71.029517, 42.383455 ], [ -71.029469, 42.383475 ], [ -71.029418, 42.383489 ], [ -71.029365, 42.383497 ], [ -71.02931, 42.383499 ], [ -71.029256, 42.383495 ], [ -71.029203, 42.383485 ], [ -71.029153, 42.383469 ], [ -71.029107, 42.383447 ], [ -71.029095, 42.383437 ], [ -71.028999, 42.383472 ], [ -71.028968, 42.383469 ], [ -71.028862, 42.382687 ], [ -71.028885, 42.382627 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071827, 42.340064 ], [ -71.07109, 42.340548 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040343, 42.382221 ], [ -71.042135, 42.382134 ], [ -71.042006, 42.380811 ], [ -71.041965, 42.380809 ], [ -71.041983, 42.380953 ], [ -71.040329, 42.381036 ], [ -71.040134, 42.378946 ], [ -71.04288, 42.378822 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114117, 42.314647 ], [ -71.114093, 42.315221 ], [ -71.114092, 42.315328 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.041189, 42.37654 ], [ -71.041126, 42.376436 ], [ -71.041226, 42.375848 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085728, 42.301962 ], [ -71.086186, 42.300648 ], [ -71.086555, 42.299565 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.041144, 42.37633 ], [ -71.039826, 42.376375 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Congress Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054629, 42.354644 ], [ -71.054083, 42.354117 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100852, 42.351198 ], [ -71.101176, 42.351218 ], [ -71.10192, 42.351269 ], [ -71.102494, 42.351309 ], [ -71.102714, 42.351323 ], [ -71.103391, 42.351369 ], [ -71.103694, 42.35139 ], [ -71.104336, 42.351431 ], [ -71.105151, 42.351498 ], [ -71.106096, 42.351556 ], [ -71.106464, 42.351573 ], [ -71.106654, 42.351589 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07109, 42.340548 ], [ -71.070708, 42.340799 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089784, 42.352114 ], [ -71.089897, 42.352109 ], [ -71.089984, 42.352101 ], [ -71.090047, 42.352089 ], [ -71.090209, 42.352052 ], [ -71.090318, 42.352032 ], [ -71.090483, 42.352007 ], [ -71.090686, 42.351984 ], [ -71.091295, 42.351921 ], [ -71.09149, 42.351898 ], [ -71.091657, 42.351876 ], [ -71.091814, 42.351852 ], [ -71.091955, 42.351827 ], [ -71.092084, 42.3518 ], [ -71.092203, 42.351771 ], [ -71.092418, 42.35171 ], [ -71.092935, 42.351551 ], [ -71.09327, 42.351451 ], [ -71.093305, 42.351438 ], [ -71.093341, 42.351419 ], [ -71.093371, 42.351398 ], [ -71.093466, 42.351328 ], [ -71.093537, 42.351284 ], [ -71.093611, 42.351246 ], [ -71.093693, 42.351212 ], [ -71.093731, 42.351198 ], [ -71.093767, 42.351188 ], [ -71.093801, 42.351181 ], [ -71.093834, 42.351177 ], [ -71.093861, 42.351176 ], [ -71.093888, 42.351177 ], [ -71.093976, 42.351188 ], [ -71.093993, 42.351188 ], [ -71.09401, 42.351185 ], [ -71.094033, 42.351178 ], [ -71.094066, 42.351165 ], [ -71.094222, 42.351093 ], [ -71.094298, 42.35106 ], [ -71.094367, 42.351036 ], [ -71.094426, 42.351022 ], [ -71.094553, 42.350997 ], [ -71.094674, 42.350968 ], [ -71.094811, 42.350928 ], [ -71.095005, 42.350862 ], [ -71.095064, 42.350844 ], [ -71.09513, 42.350828 ], [ -71.09516, 42.350823 ], [ -71.095189, 42.35082 ], [ -71.095289, 42.350822 ], [ -71.095414, 42.350828 ], [ -71.096057, 42.350875 ], [ -71.096255, 42.350888 ], [ -71.096449, 42.350898 ], [ -71.097045, 42.350947 ], [ -71.097552, 42.350981 ], [ -71.098213, 42.351029 ], [ -71.098788, 42.351058 ], [ -71.099628, 42.351121 ], [ -71.100314, 42.351165 ], [ -71.100852, 42.351198 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114095, 42.313678 ], [ -71.11411, 42.314094 ], [ -71.114114, 42.314145 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Monsignor Reynolds Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070028, 42.340552 ], [ -71.069618, 42.340421 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054315, 42.354945 ], [ -71.054032, 42.35522 ], [ -71.054007, 42.355242 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042318, 42.371701 ], [ -71.04296, 42.371978 ], [ -71.043513, 42.371282 ], [ -71.044147, 42.370497 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113243, 42.317261 ], [ -71.113085, 42.317493 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.044147, 42.370497 ], [ -71.044165, 42.370471 ], [ -71.0438, 42.370317 ], [ -71.044179, 42.369851 ], [ -71.043108, 42.369376 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066512, 42.338487 ], [ -71.065542, 42.339158 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042669, 42.368907 ], [ -71.042236, 42.368722 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112139, 42.322145 ], [ -71.11217, 42.322659 ], [ -71.112203, 42.323133 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Overpass" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137423, 42.364324 ], [ -71.137374, 42.364347 ], [ -71.137313, 42.364399 ], [ -71.137293, 42.364422 ], [ -71.13728, 42.364444 ], [ -71.137283, 42.364469 ], [ -71.137334, 42.364525 ], [ -71.137601, 42.364823 ], [ -71.137617, 42.36484 ], [ -71.137644, 42.364861 ], [ -71.137709, 42.364923 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073756, 42.34284 ], [ -71.074109, 42.343566 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Overpass" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137423, 42.364324 ], [ -71.137519, 42.364292 ], [ -71.137927, 42.364187 ], [ -71.137914, 42.364162 ], [ -71.137632, 42.364232 ], [ -71.137513, 42.363976 ], [ -71.13746, 42.3637 ], [ -71.137427, 42.363704 ], [ -71.137461, 42.363888 ], [ -71.137582, 42.363874 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087726, 42.302059 ], [ -71.087471, 42.30215 ], [ -71.087367, 42.302165 ], [ -71.087265, 42.302151 ], [ -71.08717, 42.302096 ], [ -71.087011, 42.301985 ], [ -71.086824, 42.3019 ], [ -71.086655, 42.30187 ], [ -71.086489, 42.30186 ], [ -71.086247, 42.301891 ], [ -71.086012, 42.301973 ], [ -71.085728, 42.301962 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03765, 42.364723 ], [ -71.037472, 42.364941 ], [ -71.036377, 42.364451 ], [ -71.035693, 42.364155 ], [ -71.035655, 42.364204 ], [ -71.035595, 42.364175 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112388, 42.318473 ], [ -71.112146, 42.318813 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Overpass" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137617, 42.36484 ], [ -71.137778, 42.364804 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078533, 42.352471 ], [ -71.078672, 42.35275 ], [ -71.078723, 42.352849 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.036158, 42.364356 ], [ -71.036062, 42.364479 ], [ -71.035942, 42.364484 ], [ -71.035841, 42.364503 ], [ -71.035725, 42.364554 ], [ -71.035439, 42.364742 ], [ -71.035202, 42.365008 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Pearl Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054007, 42.355242 ], [ -71.054877, 42.356079 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.16193, 42.35791 ], [ -71.161981, 42.35791 ], [ -71.162013, 42.357928 ], [ -71.162044, 42.358038 ], [ -71.162056, 42.358063 ], [ -71.162086, 42.358126 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11186, 42.320611 ], [ -71.111928, 42.320949 ], [ -71.111956, 42.320993 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.036832, 42.365725 ], [ -71.037472, 42.364941 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049228, 42.353058 ], [ -71.049941, 42.352132 ], [ -71.050304, 42.351633 ], [ -71.050202, 42.351592 ], [ -71.050213, 42.351577 ], [ -71.050263, 42.351519 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Old Trail Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091873, 42.307704 ], [ -71.091564, 42.307888 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.028682, 42.364058 ], [ -71.027814, 42.365173 ], [ -71.027705, 42.365197 ], [ -71.026829, 42.36481 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076158, 42.352648 ], [ -71.077171, 42.352374 ], [ -71.07832, 42.352065 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.045513, 42.3551 ], [ -71.046254, 42.355064 ], [ -71.046877, 42.354935 ], [ -71.04733, 42.354786 ], [ -71.047698, 42.354613 ], [ -71.048034, 42.354409 ], [ -71.048255, 42.3542 ], [ -71.047873, 42.354028 ], [ -71.048033, 42.353798 ], [ -71.048401, 42.353334 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07319, 42.309669 ], [ -71.073317, 42.309575 ], [ -71.073604, 42.309381 ], [ -71.073954, 42.309164 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Kilby Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055262, 42.357619 ], [ -71.055116, 42.357196 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.026829, 42.36481 ], [ -71.026734, 42.364767 ], [ -71.026643, 42.364718 ], [ -71.026558, 42.364664 ], [ -71.026478, 42.364605 ], [ -71.026405, 42.364543 ], [ -71.026338, 42.364476 ], [ -71.026278, 42.364406 ], [ -71.026226, 42.364332 ], [ -71.026181, 42.364256 ], [ -71.026144, 42.364178 ], [ -71.026115, 42.364097 ], [ -71.026094, 42.364016 ], [ -71.026082, 42.363933 ], [ -71.026078, 42.36385 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073843, 42.352864 ], [ -71.071478, 42.353482 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048401, 42.353334 ], [ -71.048495, 42.353235 ], [ -71.04859, 42.353134 ], [ -71.048624, 42.353094 ], [ -71.048637, 42.353082 ], [ -71.048597, 42.353061 ], [ -71.048577, 42.353044 ], [ -71.04857, 42.353018 ], [ -71.048503, 42.352985 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Longfellow Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078426, 42.361676 ], [ -71.071977, 42.361176 ], [ -71.071573, 42.361136 ], [ -71.071397, 42.361105 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.026078, 42.36385 ], [ -71.026168, 42.362564 ], [ -71.026174, 42.362459 ], [ -71.026188, 42.362354 ], [ -71.026212, 42.36225 ], [ -71.026244, 42.362147 ], [ -71.026284, 42.362046 ], [ -71.026333, 42.361948 ], [ -71.027325, 42.359777 ], [ -71.028013, 42.358107 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Old Trail Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091391, 42.308005 ], [ -71.091298, 42.308148 ], [ -71.091234, 42.308257 ], [ -71.091205, 42.308428 ], [ -71.091204, 42.308557 ], [ -71.091258, 42.30868 ], [ -71.091358, 42.308837 ], [ -71.09154, 42.309023 ], [ -71.091795, 42.309262 ], [ -71.091895, 42.309392 ], [ -71.091922, 42.309481 ], [ -71.091897, 42.309673 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111767, 42.337048 ], [ -71.111624, 42.337152 ], [ -71.111502, 42.337247 ], [ -71.111358, 42.337346 ], [ -71.111119, 42.337469 ], [ -71.110808, 42.337603 ], [ -71.110564, 42.337639 ], [ -71.110572, 42.337571 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067622, 42.273906 ], [ -71.067439, 42.274585 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967497, 42.355285 ], [ -70.967495, 42.355286 ], [ -70.967493, 42.355286 ], [ -70.967491, 42.355286 ], [ -70.967375, 42.355282 ], [ -70.967375, 42.355282 ], [ -70.967339, 42.355286 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054133, 42.358207 ], [ -71.054205, 42.358371 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117233, 42.315564 ], [ -71.11694, 42.31547 ], [ -71.116884, 42.315547 ], [ -71.116828, 42.315637 ], [ -71.117114, 42.315702 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076169, 42.331711 ], [ -71.075654, 42.331998 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.963127, 42.351201 ], [ -70.963118, 42.351204 ], [ -70.963059, 42.351263 ], [ -70.963052, 42.35127 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091236, 42.336026 ], [ -71.091052, 42.335943 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113194, 42.302396 ], [ -71.113215, 42.302341 ], [ -71.113237, 42.302298 ], [ -71.113293, 42.302222 ], [ -71.113379, 42.302141 ], [ -71.113379, 42.302107 ], [ -71.113368, 42.302066 ], [ -71.113345, 42.302036 ], [ -71.113298, 42.302014 ], [ -71.113248, 42.302007 ], [ -71.112763, 42.301983 ], [ -71.112676, 42.30199 ], [ -71.112584, 42.302018 ], [ -71.11251, 42.302047 ], [ -71.112449, 42.302061 ], [ -71.112399, 42.302062 ], [ -71.112356, 42.302051 ], [ -71.112318, 42.302034 ], [ -71.112271, 42.30199 ], [ -71.1122, 42.30195 ], [ -71.112165, 42.301896 ], [ -71.112133, 42.301869 ], [ -71.112118, 42.301786 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053929, 42.356617 ], [ -71.054877, 42.356079 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06719, 42.275513 ], [ -71.066977, 42.276263 ], [ -71.066819, 42.276797 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086842, 42.345461 ], [ -71.087068, 42.345932 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077021, 42.33648 ], [ -71.076937, 42.336539 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.961016, 42.34966 ], [ -70.961023, 42.349653 ], [ -70.961079, 42.349587 ], [ -70.96108, 42.349587 ], [ -70.961091, 42.349568 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053996, 42.357987 ], [ -71.053929, 42.357927 ], [ -71.053357, 42.357722 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07959, 42.354712 ], [ -71.08008, 42.354581 ], [ -71.080222, 42.354541 ], [ -71.080402, 42.354472 ], [ -71.080576, 42.354372 ], [ -71.080824, 42.354259 ], [ -71.081053, 42.354149 ], [ -71.081202, 42.354054 ], [ -71.08127, 42.353994 ], [ -71.0814, 42.353949 ], [ -71.082044, 42.353772 ], [ -71.083225, 42.35345 ], [ -71.083493, 42.35338 ], [ -71.084134, 42.353207 ], [ -71.084275, 42.353174 ], [ -71.084321, 42.353165 ], [ -71.084353, 42.353162 ], [ -71.084405, 42.353163 ], [ -71.084557, 42.353174 ], [ -71.084595, 42.353175 ], [ -71.084623, 42.353172 ], [ -71.084694, 42.353164 ], [ -71.084773, 42.353159 ], [ -71.08485, 42.353157 ], [ -71.085004, 42.353157 ], [ -71.085061, 42.353155 ], [ -71.085112, 42.35315 ], [ -71.08515, 42.35314 ], [ -71.085173, 42.35313 ], [ -71.085197, 42.353118 ], [ -71.085219, 42.353103 ], [ -71.085241, 42.353086 ], [ -71.085283, 42.353047 ], [ -71.085359, 42.352962 ], [ -71.085378, 42.352946 ], [ -71.085395, 42.352937 ], [ -71.08546, 42.352913 ], [ -71.085536, 42.35289 ], [ -71.086312, 42.352677 ], [ -71.086354, 42.352663 ], [ -71.086387, 42.352647 ], [ -71.086413, 42.352631 ], [ -71.086458, 42.352593 ], [ -71.086475, 42.352583 ], [ -71.086495, 42.352576 ], [ -71.08665, 42.35253 ], [ -71.086793, 42.35249 ], [ -71.086913, 42.352459 ], [ -71.087004, 42.352439 ], [ -71.087093, 42.352424 ], [ -71.087197, 42.352411 ], [ -71.08732, 42.352399 ], [ -71.087623, 42.352373 ], [ -71.0877, 42.352364 ], [ -71.087758, 42.352355 ], [ -71.087872, 42.352334 ], [ -71.088, 42.352313 ], [ -71.088144, 42.352291 ], [ -71.088302, 42.35227 ], [ -71.088638, 42.352229 ], [ -71.089172, 42.35217 ], [ -71.089364, 42.352151 ], [ -71.089674, 42.352126 ], [ -71.089784, 42.352114 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065326, 42.287732 ], [ -71.06557, 42.288024 ], [ -71.065865, 42.288296 ], [ -71.066081, 42.28849 ], [ -71.066343, 42.288674 ], [ -71.066699, 42.288913 ], [ -71.06701, 42.289078 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080957, 42.33292 ], [ -71.080567, 42.333496 ], [ -71.080356, 42.333728 ], [ -71.080192, 42.333868 ], [ -71.079846, 42.334128 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.956033, 42.345464 ], [ -70.955984, 42.34536 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076517, 42.336191 ], [ -71.076937, 42.336539 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Pearl Street Extension" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051888, 42.353119 ], [ -71.052846, 42.354035 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050881, 42.293095 ], [ -71.050634, 42.292791 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079429, 42.354542 ], [ -71.079498, 42.354526 ], [ -71.07959, 42.354712 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066816, 42.34303 ], [ -71.066585, 42.343208 ], [ -71.066359, 42.343406 ], [ -71.066261, 42.3435 ], [ -71.066183, 42.343615 ], [ -71.0661, 42.343741 ], [ -71.065967, 42.343962 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100016, 42.340354 ], [ -71.100048, 42.340318 ], [ -71.100075, 42.340277 ], [ -71.100093, 42.340247 ], [ -71.100108, 42.340195 ], [ -71.100118, 42.34016 ], [ -71.100126, 42.340122 ], [ -71.100123, 42.340087 ], [ -71.10012, 42.340059 ], [ -71.100111, 42.340027 ], [ -71.100098, 42.339999 ], [ -71.100078, 42.339962 ], [ -71.100047, 42.339928 ], [ -71.100008, 42.339892 ], [ -71.09996, 42.339848 ], [ -71.099897, 42.339802 ], [ -71.099736, 42.339694 ], [ -71.099412, 42.339472 ], [ -71.099303, 42.339404 ], [ -71.099091, 42.339281 ], [ -71.098951, 42.339205 ], [ -71.098716, 42.339092 ], [ -71.09839, 42.338954 ], [ -71.098281, 42.33891 ], [ -71.098185, 42.338876 ], [ -71.098132, 42.338862 ], [ -71.098076, 42.338849 ], [ -71.098023, 42.33884 ], [ -71.097948, 42.338833 ], [ -71.097841, 42.338825 ], [ -71.097655, 42.33882 ], [ -71.097584, 42.338825 ], [ -71.09749, 42.338842 ], [ -71.097396, 42.338867 ], [ -71.097317, 42.338894 ], [ -71.097252, 42.338922 ], [ -71.097173, 42.338961 ], [ -71.097114, 42.339 ], [ -71.097061, 42.339037 ], [ -71.097019, 42.339076 ], [ -71.096977, 42.339116 ], [ -71.096948, 42.339146 ], [ -71.096913, 42.339186 ], [ -71.096885, 42.339223 ], [ -71.096804, 42.339329 ], [ -71.096716, 42.339452 ], [ -71.096692, 42.339483 ], [ -71.096664, 42.339518 ], [ -71.096594, 42.339596 ], [ -71.096559, 42.339633 ], [ -71.09653, 42.339662 ], [ -71.096468, 42.339729 ], [ -71.096428, 42.339764 ], [ -71.096388, 42.339798 ], [ -71.096351, 42.339828 ], [ -71.096291, 42.339877 ], [ -71.096241, 42.339914 ], [ -71.096197, 42.339948 ], [ -71.096113, 42.340007 ], [ -71.096073, 42.340038 ], [ -71.095978, 42.340093 ], [ -71.095901, 42.340137 ], [ -71.095796, 42.34019 ], [ -71.095724, 42.340227 ], [ -71.095671, 42.340253 ], [ -71.095601, 42.340274 ], [ -71.095534, 42.340287 ], [ -71.095485, 42.340299 ], [ -71.09542, 42.340323 ], [ -71.09535, 42.34035 ], [ -71.095202, 42.340403 ], [ -71.095157, 42.340421 ], [ -71.095125, 42.340432 ], [ -71.095089, 42.340454 ], [ -71.095061, 42.340472 ], [ -71.095035, 42.340486 ], [ -71.094988, 42.340503 ], [ -71.094745, 42.340595 ], [ -71.094582, 42.340654 ], [ -71.094444, 42.340702 ], [ -71.093788, 42.34091 ], [ -71.093313, 42.341022 ], [ -71.093271, 42.341034 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076878, 42.331262 ], [ -71.076411, 42.331557 ], [ -71.076169, 42.331711 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073514, 42.333517 ], [ -71.072836, 42.333015 ], [ -71.072375, 42.332684 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049906, 42.339595 ], [ -71.049589, 42.339869 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.955612, 42.353245 ], [ -70.955623, 42.353255 ], [ -70.955737, 42.353361 ], [ -70.955906, 42.35352 ], [ -70.956085, 42.353687 ], [ -70.956197, 42.353792 ], [ -70.956351, 42.353936 ], [ -70.956538, 42.35411 ], [ -70.956635, 42.354201 ], [ -70.956645, 42.354211 ], [ -70.956737, 42.354268 ], [ -70.95698, 42.354409 ], [ -70.957167, 42.354521 ], [ -70.95734, 42.354621 ], [ -70.9576, 42.354773 ], [ -70.957896, 42.354946 ], [ -70.958124, 42.355081 ], [ -70.95819, 42.355119 ], [ -70.958254, 42.355157 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Nashua Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06458, 42.36686 ], [ -71.064631, 42.366907 ], [ -71.065199, 42.367415 ], [ -71.065336, 42.367524 ], [ -71.065504, 42.367612 ], [ -71.065637, 42.367654 ], [ -71.06576, 42.367685 ], [ -71.065888, 42.367699 ], [ -71.066025, 42.367699 ], [ -71.06613, 42.367693 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074116, 42.356171 ], [ -71.074161, 42.356139 ], [ -71.074225, 42.356116 ], [ -71.074323, 42.356099 ], [ -71.074392, 42.35609 ], [ -71.074482, 42.35609 ], [ -71.074556, 42.356094 ], [ -71.074631, 42.35611 ], [ -71.074716, 42.356135 ], [ -71.074796, 42.356161 ], [ -71.074895, 42.356174 ], [ -71.074977, 42.356158 ], [ -71.075119, 42.356074 ], [ -71.075236, 42.355999 ], [ -71.075385, 42.355917 ], [ -71.075633, 42.355794 ], [ -71.075962, 42.355689 ], [ -71.076346, 42.355585 ], [ -71.076761, 42.355468 ], [ -71.077392, 42.355296 ], [ -71.078395, 42.355034 ], [ -71.079231, 42.354807 ], [ -71.07959, 42.354712 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089498, 42.350857 ], [ -71.089327, 42.350525 ], [ -71.089292, 42.350466 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037259, 42.329469 ], [ -71.036977, 42.329408 ], [ -71.036742, 42.329373 ], [ -71.03648, 42.329337 ], [ -71.036259, 42.329306 ], [ -71.036024, 42.32928 ], [ -71.035849, 42.329274 ], [ -71.035674, 42.329273 ], [ -71.035466, 42.329273 ], [ -71.035291, 42.329277 ], [ -71.035109, 42.329291 ], [ -71.034894, 42.329315 ], [ -71.034665, 42.329354 ], [ -71.03447, 42.329388 ], [ -71.034187, 42.329457 ], [ -71.033884, 42.329546 ], [ -71.033575, 42.329639 ], [ -71.033218, 42.329747 ], [ -71.032854, 42.32987 ], [ -71.032483, 42.330014 ], [ -71.032099, 42.330162 ], [ -71.031768, 42.33029 ], [ -71.031458, 42.330428 ], [ -71.031121, 42.330582 ], [ -71.03077, 42.330735 ], [ -71.03042, 42.330903 ], [ -71.030008, 42.331101 ], [ -71.029624, 42.331299 ], [ -71.029485, 42.331364 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053117, 42.344395 ], [ -71.052703, 42.344929 ], [ -71.052595, 42.345056 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064384, 42.339991 ], [ -71.06458, 42.339847 ], [ -71.064943, 42.339596 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074046, 42.356165 ], [ -71.07408, 42.35616 ], [ -71.074091, 42.35616 ], [ -71.074102, 42.356163 ], [ -71.074116, 42.356171 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047823, 42.341379 ], [ -71.047299, 42.341826 ], [ -71.047021, 42.342067 ], [ -71.047, 42.342085 ], [ -71.046334, 42.342659 ], [ -71.046034, 42.342914 ], [ -71.045264, 42.343575 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.954629, 42.351755 ], [ -70.954639, 42.351771 ], [ -70.954722, 42.351894 ], [ -70.954781, 42.351986 ], [ -70.954825, 42.352052 ], [ -70.954897, 42.352162 ], [ -70.955003, 42.352325 ], [ -70.955074, 42.352436 ], [ -70.955163, 42.352572 ], [ -70.955249, 42.352706 ], [ -70.955345, 42.352853 ], [ -70.95543, 42.352987 ], [ -70.95551, 42.353109 ], [ -70.955578, 42.353213 ], [ -70.955599, 42.353233 ], [ -70.955612, 42.353245 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089292, 42.350466 ], [ -71.089099, 42.350072 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070012, 42.364718 ], [ -71.070163, 42.364409 ], [ -71.070372, 42.363966 ], [ -71.070423, 42.363856 ], [ -71.070484, 42.363778 ], [ -71.070581, 42.363674 ], [ -71.070685, 42.363593 ], [ -71.070892, 42.363458 ], [ -71.071818, 42.362861 ], [ -71.071899, 42.362806 ], [ -71.072013, 42.362723 ], [ -71.072067, 42.362672 ], [ -71.072145, 42.362598 ], [ -71.0723, 42.362413 ], [ -71.072576, 42.362072 ], [ -71.072623, 42.362007 ], [ -71.072666, 42.361942 ], [ -71.0727, 42.361883 ], [ -71.07275, 42.361771 ], [ -71.072795, 42.361656 ], [ -71.072835, 42.361519 ], [ -71.072893, 42.361186 ], [ -71.072901, 42.361079 ], [ -71.072902, 42.361021 ], [ -71.0729, 42.360964 ], [ -71.072886, 42.360912 ], [ -71.072869, 42.360873 ], [ -71.072839, 42.360825 ], [ -71.0728, 42.360764 ], [ -71.072744, 42.360676 ], [ -71.07274, 42.36067 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075647, 42.337467 ], [ -71.074978, 42.337928 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.029485, 42.331364 ], [ -71.02928, 42.331462 ], [ -71.028969, 42.331605 ], [ -71.028707, 42.331709 ], [ -71.028444, 42.331827 ], [ -71.028154, 42.331941 ], [ -71.027768, 42.332098 ], [ -71.027473, 42.332196 ], [ -71.027122, 42.332313 ], [ -71.026827, 42.332412 ], [ -71.02655, 42.332489 ], [ -71.026279, 42.332565 ], [ -71.02599, 42.332641 ], [ -71.02572, 42.332708 ], [ -71.025431, 42.332771 ], [ -71.025265, 42.332802 ], [ -71.024609, 42.332873 ], [ -71.023805, 42.332943 ], [ -71.023041, 42.333009 ], [ -71.022595, 42.333354 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087428, 42.346654 ], [ -71.087549, 42.346922 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063556, 42.35232 ], [ -71.063269, 42.352324 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070012, 42.364718 ], [ -71.070077, 42.364735 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062596, 42.352409 ], [ -71.062413, 42.352416 ], [ -71.062041, 42.352445 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.95344, 42.349918 ], [ -70.953491, 42.349998 ], [ -70.953606, 42.350174 ], [ -70.953699, 42.350318 ], [ -70.953846, 42.350545 ], [ -70.953948, 42.350702 ], [ -70.954059, 42.350874 ], [ -70.954141, 42.350999 ], [ -70.954235, 42.351149 ], [ -70.954343, 42.351315 ], [ -70.95444, 42.351465 ], [ -70.954559, 42.351647 ], [ -70.954623, 42.351745 ], [ -70.954629, 42.351755 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086049, 42.349578 ], [ -71.086216, 42.349932 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068291, 42.366794 ], [ -71.068379, 42.366731 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05017, 42.34816 ], [ -71.049724, 42.348732 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057825, 42.368228 ], [ -71.05765, 42.368319 ], [ -71.057583, 42.368513 ], [ -71.057262, 42.368733 ], [ -71.057, 42.368805 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068472, 42.378801 ], [ -71.068493, 42.378821 ], [ -71.068748, 42.379064 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068379, 42.366731 ], [ -71.068463, 42.36667 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085247, 42.303455 ], [ -71.085377, 42.303053 ], [ -71.085559, 42.302504 ], [ -71.085728, 42.301962 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953622, 42.349654 ], [ -70.953623, 42.349653 ], [ -70.953638, 42.349644 ], [ -70.95364, 42.349642 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052257, 42.357277 ], [ -71.052134, 42.357232 ], [ -71.051884, 42.357162 ], [ -71.051779, 42.357148 ], [ -71.051604, 42.357167 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051293, 42.322208 ], [ -71.051067, 42.322163 ], [ -71.050876, 42.322091 ], [ -71.050687, 42.32201 ], [ -71.050548, 42.322001 ], [ -71.050427, 42.322038 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050785, 42.357041 ], [ -71.050809, 42.357161 ], [ -71.050897, 42.357343 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Revere Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061811, 42.369375 ], [ -71.061814, 42.369384 ], [ -71.061827, 42.369426 ], [ -71.061832, 42.369459 ], [ -71.061828, 42.369486 ], [ -71.061823, 42.369498 ], [ -71.061816, 42.369509 ], [ -71.061794, 42.369528 ], [ -71.061762, 42.369546 ], [ -71.061717, 42.369564 ], [ -71.061653, 42.369584 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085567, 42.301885 ], [ -71.085226, 42.302921 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Rutherford Trail Project" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061948, 42.370858 ], [ -71.06196, 42.370849 ], [ -71.061974, 42.370845 ], [ -71.061989, 42.370847 ], [ -71.062031, 42.370857 ], [ -71.062045, 42.370857 ], [ -71.062057, 42.370855 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051957, 42.361676 ], [ -71.051597, 42.361845 ], [ -71.051379, 42.361949 ], [ -71.051201, 42.362075 ], [ -71.051102, 42.362183 ], [ -71.051071, 42.362251 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953697, 42.349481 ], [ -70.953728, 42.349509 ], [ -70.95373, 42.349512 ], [ -70.953732, 42.349516 ], [ -70.953733, 42.349519 ], [ -70.953734, 42.349523 ], [ -70.953734, 42.349527 ], [ -70.953733, 42.349531 ], [ -70.953732, 42.349535 ], [ -70.953729, 42.34954 ], [ -70.953722, 42.349553 ], [ -70.953714, 42.349565 ], [ -70.953705, 42.349578 ], [ -70.953696, 42.34959 ], [ -70.953685, 42.349601 ], [ -70.953674, 42.349613 ], [ -70.953663, 42.349624 ], [ -70.95365, 42.349634 ], [ -70.95364, 42.349642 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084404, 42.306806 ], [ -71.084475, 42.306617 ], [ -71.084553, 42.306387 ], [ -71.08462, 42.306125 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105731, 42.340375 ], [ -71.105041, 42.341027 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052153, 42.326326 ], [ -71.05211, 42.326327 ], [ -71.052123, 42.326621 ], [ -71.052159, 42.326752 ], [ -71.052206, 42.328193 ], [ -71.052205, 42.32834 ], [ -71.05218, 42.328557 ], [ -71.052154, 42.328689 ], [ -71.052112, 42.328791 ], [ -71.05205, 42.328881 ], [ -71.051964, 42.328966 ], [ -71.051865, 42.329032 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051604, 42.366612 ], [ -71.051736, 42.366723 ], [ -71.051882, 42.366856 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boundary Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140905, 42.273913 ], [ -71.140835, 42.273886 ], [ -71.140821, 42.273882 ], [ -71.140813, 42.273892 ], [ -71.140799, 42.273913 ], [ -71.140785, 42.27393 ], [ -71.140769, 42.273942 ], [ -71.140752, 42.273952 ], [ -71.140736, 42.273962 ], [ -71.140712, 42.273975 ], [ -71.140689, 42.273987 ], [ -71.140668, 42.273998 ], [ -71.14065, 42.274006 ], [ -71.140633, 42.274013 ], [ -71.140616, 42.274018 ], [ -71.140598, 42.274023 ], [ -71.140578, 42.274027 ], [ -71.140564, 42.27403 ], [ -71.140546, 42.274032 ], [ -71.140528, 42.274035 ], [ -71.140504, 42.274037 ], [ -71.140486, 42.27404 ], [ -71.140464, 42.274042 ], [ -71.140441, 42.274044 ], [ -71.140418, 42.274045 ], [ -71.140398, 42.274047 ], [ -71.140378, 42.274048 ], [ -71.140355, 42.27405 ], [ -71.140336, 42.274052 ], [ -71.140317, 42.274055 ], [ -71.140297, 42.27406 ], [ -71.14027, 42.274069 ], [ -71.140253, 42.274076 ], [ -71.140231, 42.274085 ], [ -71.140205, 42.274094 ], [ -71.140186, 42.274102 ], [ -71.140171, 42.274105 ], [ -71.140151, 42.27411 ], [ -71.140124, 42.274113 ], [ -71.14012, 42.274073 ], [ -71.140119, 42.274003 ], [ -71.140119, 42.273947 ], [ -71.140132, 42.273887 ], [ -71.140139, 42.273845 ], [ -71.140139, 42.273766 ], [ -71.140139, 42.273724 ], [ -71.140115, 42.273668 ], [ -71.14009, 42.273598 ], [ -71.140065, 42.273546 ], [ -71.140053, 42.273491 ], [ -71.140047, 42.273435 ], [ -71.140048, 42.273323 ], [ -71.140048, 42.273216 ], [ -71.140056, 42.272922 ], [ -71.140076, 42.272662 ], [ -71.140083, 42.272568 ], [ -71.14009, 42.272471 ], [ -71.140097, 42.272377 ], [ -71.140097, 42.272284 ], [ -71.14011, 42.272196 ], [ -71.140124, 42.272098 ], [ -71.140124, 42.272024 ], [ -71.140118, 42.271949 ], [ -71.140119, 42.271874 ], [ -71.140119, 42.271805 ], [ -71.140119, 42.271744 ], [ -71.14012, 42.271684 ], [ -71.14012, 42.271609 ], [ -71.14012, 42.271548 ], [ -71.140102, 42.271497 ], [ -71.140083, 42.271441 ], [ -71.140071, 42.271383 ], [ -71.140065, 42.271332 ], [ -71.140078, 42.271285 ], [ -71.140097, 42.271243 ], [ -71.140129, 42.271192 ], [ -71.140154, 42.271136 ], [ -71.140154, 42.271066 ], [ -71.140167, 42.271006 ], [ -71.140187, 42.27095 ], [ -71.140206, 42.270904 ], [ -71.140231, 42.270857 ], [ -71.140263, 42.270811 ], [ -71.140282, 42.270759 ], [ -71.140282, 42.270708 ], [ -71.140276, 42.270657 ], [ -71.140264, 42.270624 ], [ -71.140245, 42.270578 ], [ -71.140239, 42.270531 ], [ -71.140239, 42.270475 ], [ -71.140252, 42.270405 ], [ -71.140259, 42.270317 ], [ -71.140266, 42.270238 ], [ -71.140285, 42.270173 ], [ -71.140298, 42.270098 ], [ -71.14033, 42.269977 ], [ -71.140343, 42.269893 ], [ -71.140362, 42.269837 ], [ -71.140394, 42.269768 ], [ -71.140425, 42.26973 ], [ -71.140495, 42.269684 ], [ -71.140564, 42.269638 ], [ -71.140608, 42.269594 ], [ -71.140633, 42.269552 ], [ -71.14064, 42.269519 ], [ -71.14064, 42.269482 ], [ -71.140634, 42.26944 ], [ -71.140616, 42.269389 ], [ -71.140566, 42.269342 ], [ -71.140522, 42.269305 ], [ -71.140472, 42.269267 ], [ -71.140428, 42.269211 ], [ -71.140391, 42.26915 ], [ -71.140348, 42.269076 ], [ -71.140317, 42.268978 ], [ -71.140286, 42.268885 ], [ -71.140255, 42.268819 ], [ -71.140212, 42.268712 ], [ -71.140156, 42.268605 ], [ -71.140119, 42.268544 ], [ -71.1401, 42.268502 ], [ -71.140063, 42.268437 ], [ -71.140051, 42.268412 ], [ -71.140032, 42.268372 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Stuart Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077254, 42.348106 ], [ -71.076453, 42.348296 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084356, 42.303422 ], [ -71.084152, 42.303413 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110097, 42.350345 ], [ -71.109393, 42.350258 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081851, 42.304655 ], [ -71.082156, 42.30444 ], [ -71.082475, 42.304233 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Bold Knob Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133709, 42.258779 ], [ -71.13371, 42.25876 ], [ -71.133715, 42.258741 ], [ -71.133723, 42.258723 ], [ -71.133735, 42.258705 ], [ -71.133751, 42.258688 ], [ -71.133771, 42.258672 ], [ -71.133795, 42.258656 ], [ -71.133822, 42.258641 ], [ -71.133854, 42.258626 ], [ -71.13389, 42.258612 ], [ -71.133929, 42.258599 ], [ -71.133972, 42.258588 ], [ -71.134019, 42.258577 ], [ -71.134066, 42.258568 ], [ -71.134112, 42.258561 ], [ -71.134148, 42.258557 ], [ -71.134261, 42.258551 ], [ -71.134373, 42.258542 ], [ -71.134477, 42.25853 ], [ -71.134676, 42.258503 ], [ -71.134762, 42.258494 ], [ -71.134814, 42.258492 ], [ -71.134862, 42.258493 ], [ -71.134909, 42.258497 ], [ -71.134954, 42.258504 ], [ -71.135034, 42.25852 ], [ -71.135113, 42.258541 ], [ -71.135187, 42.258563 ], [ -71.135398, 42.258631 ], [ -71.135471, 42.258652 ], [ -71.135544, 42.25867 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.045292, 42.286941 ], [ -71.045321, 42.286953 ], [ -71.045765, 42.287133 ], [ -71.045863, 42.28718 ], [ -71.046021, 42.287255 ], [ -71.046209, 42.287382 ], [ -71.046359, 42.287511 ], [ -71.046547, 42.287728 ], [ -71.046749, 42.287979 ], [ -71.046873, 42.288138 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "North Bank Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067844, 42.369627 ], [ -71.067771, 42.36963 ], [ -71.067703, 42.369631 ], [ -71.067639, 42.369631 ], [ -71.067577, 42.369628 ], [ -71.06748, 42.36962 ], [ -71.067249, 42.369592 ], [ -71.067177, 42.369586 ], [ -71.067104, 42.369582 ], [ -71.066962, 42.369577 ], [ -71.066825, 42.369576 ], [ -71.066693, 42.369579 ], [ -71.066562, 42.369587 ], [ -71.066459, 42.369595 ], [ -71.066348, 42.369607 ], [ -71.065886, 42.369664 ], [ -71.065772, 42.369675 ], [ -71.065661, 42.369683 ], [ -71.065557, 42.369689 ], [ -71.065452, 42.369693 ], [ -71.065346, 42.369695 ], [ -71.065237, 42.369695 ], [ -71.065035, 42.36969 ], [ -71.064613, 42.369673 ], [ -71.064508, 42.369671 ], [ -71.064414, 42.369672 ], [ -71.064301, 42.369678 ], [ -71.064195, 42.369689 ], [ -71.064094, 42.369706 ], [ -71.063996, 42.369728 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10657, 42.34992 ], [ -71.105025, 42.349738 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073531, 42.34727 ], [ -71.072659, 42.347967 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Chamberlain Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135723, 42.257437 ], [ -71.135799, 42.257489 ], [ -71.136038, 42.257645 ], [ -71.136213, 42.257792 ], [ -71.136372, 42.257889 ], [ -71.136471, 42.25795 ], [ -71.136609, 42.258007 ], [ -71.136796, 42.258041 ], [ -71.13699, 42.258058 ], [ -71.137241, 42.258086 ], [ -71.137429, 42.258125 ], [ -71.137551, 42.25813 ], [ -71.137698, 42.258124 ], [ -71.137876, 42.258132 ], [ -71.137939, 42.258134 ], [ -71.13808, 42.258126 ], [ -71.138164, 42.258115 ], [ -71.138279, 42.25807 ], [ -71.138408, 42.257982 ], [ -71.138508, 42.257902 ], [ -71.138717, 42.257825 ], [ -71.138822, 42.257784 ], [ -71.138888, 42.257724 ], [ -71.138893, 42.257626 ], [ -71.138843, 42.257475 ], [ -71.138803, 42.257325 ], [ -71.138814, 42.257256 ], [ -71.138955, 42.257155 ], [ -71.139079, 42.2571 ], [ -71.139192, 42.257118 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083162, 42.308327 ], [ -71.083035, 42.308529 ], [ -71.082942, 42.308696 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112599, 42.333392 ], [ -71.112579, 42.333447 ], [ -71.112569, 42.333518 ], [ -71.11255, 42.333595 ], [ -71.112527, 42.33365 ], [ -71.112503, 42.333697 ], [ -71.112407, 42.333821 ], [ -71.112164, 42.3341 ], [ -71.111829, 42.334423 ], [ -71.111501, 42.334724 ], [ -71.111174, 42.335023 ], [ -71.110931, 42.335253 ], [ -71.110685, 42.335516 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Mount Vernon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0441, 42.318479 ], [ -71.042976, 42.318095 ], [ -71.042126, 42.317796 ], [ -71.042024, 42.31776 ], [ -71.040641, 42.317285 ], [ -71.040078, 42.317096 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River\/Harborwalk Connection" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064677, 42.368289 ], [ -71.065446, 42.368279 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104016, 42.322828 ], [ -71.103606, 42.322878 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Overbrook Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145197, 42.260092 ], [ -71.145076, 42.260133 ], [ -71.144863, 42.260226 ], [ -71.144688, 42.260318 ], [ -71.144541, 42.260435 ], [ -71.14439, 42.260656 ], [ -71.144277, 42.260906 ], [ -71.144219, 42.261142 ], [ -71.144124, 42.261433 ], [ -71.143992, 42.261613 ], [ -71.143804, 42.261738 ], [ -71.143561, 42.261751 ], [ -71.143318, 42.26175 ], [ -71.143112, 42.261833 ], [ -71.142981, 42.261971 ], [ -71.142811, 42.262221 ], [ -71.142772, 42.262443 ], [ -71.142752, 42.262665 ], [ -71.142732, 42.262929 ], [ -71.142713, 42.263082 ], [ -71.142712, 42.26322 ], [ -71.142636, 42.263345 ], [ -71.142523, 42.263456 ], [ -71.142466, 42.263622 ], [ -71.142465, 42.263831 ], [ -71.14252, 42.264122 ], [ -71.142519, 42.264331 ], [ -71.14248, 42.264497 ], [ -71.142498, 42.26467 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07832, 42.352065 ], [ -71.078533, 42.352471 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082804, 42.30934 ], [ -71.082975, 42.309009 ], [ -71.083024, 42.308896 ], [ -71.083066, 42.30881 ], [ -71.083093, 42.308749 ], [ -71.083254, 42.308478 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Gavin Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139192, 42.257118 ], [ -71.139262, 42.257137 ], [ -71.139337, 42.257177 ], [ -71.139595, 42.257391 ], [ -71.139728, 42.257482 ], [ -71.140004, 42.257579 ], [ -71.140165, 42.25765 ], [ -71.140357, 42.257757 ], [ -71.140616, 42.257906 ], [ -71.140806, 42.257952 ], [ -71.140919, 42.257966 ], [ -71.141012, 42.257932 ], [ -71.14111, 42.257792 ], [ -71.14125, 42.257669 ], [ -71.141381, 42.257618 ], [ -71.14149, 42.257608 ], [ -71.141702, 42.257594 ], [ -71.141841, 42.257545 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100586, 42.322822 ], [ -71.100362, 42.322816 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060136, 42.370619 ], [ -71.059776, 42.370781 ], [ -71.060147, 42.371171 ], [ -71.059969, 42.371293 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078136, 42.351702 ], [ -71.075982, 42.352269 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051599, 42.349957 ], [ -71.052075, 42.34932 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101522, 42.335306 ], [ -71.101054, 42.335457 ], [ -71.100588, 42.33562 ], [ -71.100093, 42.335837 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065271, 42.368842 ], [ -71.065048, 42.368679 ], [ -71.064823, 42.368471 ], [ -71.064677, 42.368289 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082669, 42.309544 ], [ -71.082744, 42.30944 ], [ -71.082804, 42.30934 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052075, 42.34932 ], [ -71.052607, 42.348628 ], [ -71.052617, 42.348614 ], [ -71.052623, 42.348598 ], [ -71.052623, 42.348582 ], [ -71.052619, 42.348569 ], [ -71.052577, 42.348521 ], [ -71.052567, 42.348505 ], [ -71.05256, 42.34849 ], [ -71.052555, 42.348473 ], [ -71.052555, 42.348457 ], [ -71.052559, 42.348441 ], [ -71.052566, 42.348424 ], [ -71.052577, 42.348409 ], [ -71.05259, 42.348397 ], [ -71.052607, 42.348386 ], [ -71.052626, 42.348379 ], [ -71.052647, 42.348373 ], [ -71.052671, 42.348369 ], [ -71.052746, 42.348365 ], [ -71.052763, 42.348363 ], [ -71.052777, 42.348359 ], [ -71.052787, 42.348353 ], [ -71.0528, 42.348342 ], [ -71.052841, 42.3483 ], [ -71.052917, 42.348207 ], [ -71.052868, 42.34816 ], [ -71.052773, 42.348074 ], [ -71.052758, 42.348053 ], [ -71.052752, 42.348036 ], [ -71.052755, 42.34802 ], [ -71.052766, 42.348 ], [ -71.052865, 42.347862 ], [ -71.052946, 42.347753 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040409, 42.348053 ], [ -71.040754, 42.34763 ], [ -71.040718, 42.347522 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068463, 42.36667 ], [ -71.068464, 42.366648 ], [ -71.068466, 42.366626 ], [ -71.068472, 42.366612 ], [ -71.06849, 42.366596 ], [ -71.068515, 42.366577 ], [ -71.068745, 42.366384 ], [ -71.068836, 42.366326 ], [ -71.069406, 42.365834 ], [ -71.069437, 42.365809 ], [ -71.069459, 42.365792 ], [ -71.069479, 42.365772 ], [ -71.069501, 42.365744 ], [ -71.069527, 42.365706 ], [ -71.069545, 42.365673 ], [ -71.069666, 42.365422 ], [ -71.069868, 42.365006 ], [ -71.069969, 42.364794 ], [ -71.069987, 42.364761 ], [ -71.070012, 42.364718 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071637, 42.353839 ], [ -71.074017, 42.353223 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104555, 42.34151 ], [ -71.103992, 42.342058 ], [ -71.103455, 42.342572 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125485, 42.301491 ], [ -71.125423, 42.301561 ], [ -71.12534, 42.301627 ], [ -71.125252, 42.301666 ], [ -71.12469, 42.301855 ], [ -71.124631, 42.301916 ], [ -71.124524, 42.30205 ], [ -71.124408, 42.30218 ], [ -71.124309, 42.30225 ], [ -71.124213, 42.30231 ], [ -71.12406, 42.302371 ], [ -71.123979, 42.302397 ], [ -71.12379, 42.302446 ], [ -71.123551, 42.30249 ], [ -71.123257, 42.302511 ], [ -71.123141, 42.302511 ], [ -71.123031, 42.30251 ], [ -71.122908, 42.302502 ], [ -71.122818, 42.302494 ], [ -71.122555, 42.302445 ], [ -71.122305, 42.302392 ], [ -71.122135, 42.302341 ], [ -71.121827, 42.302224 ], [ -71.12126, 42.301976 ], [ -71.12102, 42.301874 ], [ -71.120621, 42.301663 ], [ -71.120173, 42.301377 ], [ -71.12008, 42.301309 ], [ -71.12001, 42.301257 ], [ -71.119921, 42.301204 ], [ -71.119831, 42.301169 ], [ -71.119748, 42.301146 ], [ -71.119684, 42.301138 ], [ -71.119609, 42.301135 ], [ -71.119546, 42.30114 ], [ -71.119488, 42.301154 ], [ -71.119429, 42.301171 ], [ -71.119373, 42.301203 ], [ -71.119313, 42.301243 ], [ -71.119239, 42.301306 ], [ -71.119175, 42.301364 ], [ -71.119134, 42.301393 ], [ -71.119079, 42.301415 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street Extension" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039386, 42.348525 ], [ -71.038974, 42.348861 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Water Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062361, 42.369914 ], [ -71.062375, 42.369965 ], [ -71.062382, 42.370017 ], [ -71.06238, 42.370069 ], [ -71.06237, 42.37012 ], [ -71.062352, 42.370171 ], [ -71.062326, 42.370221 ], [ -71.062293, 42.370268 ], [ -71.062252, 42.370314 ], [ -71.062204, 42.370356 ], [ -71.06215, 42.370396 ], [ -71.06209, 42.370432 ], [ -71.062024, 42.370465 ], [ -71.061952, 42.370494 ], [ -71.061875, 42.37052 ], [ -71.061794, 42.370542 ], [ -71.061708, 42.37056 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083554, 42.313195 ], [ -71.083589, 42.313291 ], [ -71.083616, 42.313391 ], [ -71.083641, 42.313553 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail\/Sears Rotary" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102804, 42.343332 ], [ -71.102581, 42.343129 ], [ -71.10252, 42.343072 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Longfellow Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071725, 42.361352 ], [ -71.071767, 42.361353 ], [ -71.072348, 42.36138 ], [ -71.078438, 42.361848 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Water Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062477, 42.369755 ], [ -71.062431, 42.369801 ], [ -71.062401, 42.36984 ], [ -71.062361, 42.369914 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081945, 42.318347 ], [ -71.082072, 42.318073 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104387, 42.34424 ], [ -71.104313, 42.344195 ], [ -71.104285, 42.344153 ], [ -71.104375, 42.343997 ], [ -71.104338, 42.343962 ], [ -71.104191, 42.34398 ], [ -71.104158, 42.343967 ], [ -71.104096, 42.343919 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039001, 42.371237 ], [ -71.039025, 42.372148 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Glen Lane" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098069, 42.306978 ], [ -71.097867, 42.306872 ], [ -71.097672, 42.306792 ], [ -71.097512, 42.30676 ], [ -71.097328, 42.306716 ], [ -71.097085, 42.306652 ], [ -71.096819, 42.306513 ], [ -71.096505, 42.306348 ], [ -71.096217, 42.306184 ], [ -71.096028, 42.306074 ], [ -71.095914, 42.306008 ], [ -71.095783, 42.305954 ], [ -71.095658, 42.305932 ], [ -71.095553, 42.305932 ], [ -71.095276, 42.305983 ], [ -71.095077, 42.306023 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Revere Park" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06213, 42.370784 ], [ -71.062145, 42.370771 ], [ -71.062208, 42.370726 ], [ -71.062292, 42.370675 ], [ -71.062382, 42.370625 ], [ -71.062573, 42.370525 ], [ -71.062681, 42.370467 ], [ -71.062779, 42.370417 ], [ -71.062873, 42.370375 ], [ -71.06304, 42.370306 ], [ -71.063115, 42.370274 ], [ -71.063205, 42.37023 ], [ -71.0633, 42.370179 ], [ -71.063345, 42.370152 ], [ -71.063386, 42.370121 ], [ -71.06342, 42.37009 ], [ -71.063514, 42.370002 ], [ -71.063581, 42.369948 ], [ -71.06362, 42.36992 ], [ -71.063662, 42.369893 ], [ -71.063708, 42.369866 ], [ -71.063757, 42.36984 ], [ -71.063851, 42.369794 ], [ -71.063969, 42.369742 ], [ -71.063996, 42.369728 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081791, 42.320738 ], [ -71.081682, 42.320341 ], [ -71.081593, 42.320027 ], [ -71.081563, 42.31989 ], [ -71.081553, 42.319847 ], [ -71.081538, 42.319785 ], [ -71.081534, 42.319675 ], [ -71.081545, 42.319465 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104311, 42.34459 ], [ -71.104313, 42.34454 ], [ -71.104325, 42.34447 ], [ -71.104338, 42.344388 ], [ -71.104354, 42.344335 ], [ -71.104366, 42.344286 ], [ -71.104387, 42.34424 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074289, 42.38405 ], [ -71.073955, 42.383955 ], [ -71.073716, 42.38391 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Revere Park" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062057, 42.370855 ], [ -71.062073, 42.370846 ], [ -71.062086, 42.370836 ], [ -71.06213, 42.370784 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038954, 42.370144 ], [ -71.038992, 42.370831 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Rutherford Trail Project" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061903, 42.370913 ], [ -71.061948, 42.370858 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093333, 42.31616 ], [ -71.093227, 42.316452 ], [ -71.093184, 42.316552 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091011, 42.346308 ], [ -71.09098, 42.346287 ], [ -71.090957, 42.346258 ], [ -71.090935, 42.346223 ], [ -71.090927, 42.346205 ], [ -71.09091, 42.346167 ], [ -71.090896, 42.34613 ], [ -71.090888, 42.346099 ], [ -71.090875, 42.346058 ], [ -71.090862, 42.346015 ], [ -71.090851, 42.345971 ], [ -71.090839, 42.345932 ], [ -71.09082, 42.345877 ], [ -71.090805, 42.345827 ], [ -71.090791, 42.345781 ], [ -71.090786, 42.34576 ], [ -71.090776, 42.34572 ], [ -71.090768, 42.345691 ], [ -71.090759, 42.34565 ], [ -71.090753, 42.345624 ], [ -71.090749, 42.34559 ], [ -71.090747, 42.345562 ], [ -71.090746, 42.345523 ], [ -71.090744, 42.345504 ], [ -71.090743, 42.345469 ], [ -71.090743, 42.34545 ], [ -71.090744, 42.345413 ], [ -71.090747, 42.345397 ], [ -71.09075, 42.345364 ], [ -71.090754, 42.345336 ], [ -71.09076, 42.345304 ], [ -71.090765, 42.34528 ], [ -71.090768, 42.345261 ], [ -71.090776, 42.34523 ], [ -71.090786, 42.345193 ], [ -71.0908, 42.345151 ], [ -71.09081, 42.345117 ], [ -71.090821, 42.345081 ], [ -71.090856, 42.344962 ], [ -71.090869, 42.344899 ], [ -71.090879, 42.344848 ], [ -71.090884, 42.344823 ], [ -71.090889, 42.34479 ], [ -71.090894, 42.34475 ], [ -71.090895, 42.344721 ], [ -71.090893, 42.344665 ], [ -71.090887, 42.344564 ], [ -71.090881, 42.34448 ], [ -71.090877, 42.344419 ], [ -71.090866, 42.344242 ], [ -71.090875, 42.344206 ], [ -71.09089, 42.344145 ], [ -71.090917, 42.344068 ], [ -71.090941, 42.344 ], [ -71.090971, 42.343921 ], [ -71.090983, 42.343893 ], [ -71.091008, 42.343857 ], [ -71.091027, 42.343835 ], [ -71.091075, 42.343776 ], [ -71.091133, 42.34372 ], [ -71.091171, 42.343679 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083185, 42.326616 ], [ -71.083094, 42.327274 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074023, 42.384388 ], [ -71.074004, 42.384215 ], [ -71.073979, 42.384138 ], [ -71.073908, 42.384043 ], [ -71.073833, 42.383975 ], [ -71.073716, 42.38391 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Water Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061653, 42.369584 ], [ -71.061709, 42.369569 ], [ -71.061763, 42.369559 ], [ -71.061816, 42.369554 ], [ -71.061869, 42.369554 ], [ -71.06192, 42.369558 ], [ -71.06197, 42.369568 ], [ -71.062019, 42.369582 ], [ -71.062066, 42.369601 ], [ -71.062113, 42.369626 ], [ -71.062158, 42.369656 ], [ -71.062201, 42.369691 ], [ -71.062241, 42.369729 ], [ -71.062279, 42.369773 ], [ -71.062312, 42.36982 ], [ -71.06234, 42.369868 ], [ -71.062361, 42.369914 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.034363, 42.373706 ], [ -71.033424, 42.374527 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088396, 42.320042 ], [ -71.088034, 42.320136 ], [ -71.087725, 42.320221 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.091171, 42.343679 ], [ -71.09126, 42.343588 ], [ -71.091324, 42.343522 ], [ -71.091368, 42.343461 ], [ -71.091404, 42.343411 ], [ -71.091447, 42.343386 ], [ -71.091466, 42.343384 ] ], [ [ -71.091467, 42.343273 ], [ -71.091466, 42.343384 ] ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083346, 42.323985 ], [ -71.082855, 42.324055 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051888, 42.353119 ], [ -71.051904, 42.353091 ], [ -71.051838, 42.353004 ], [ -71.052203, 42.352598 ], [ -71.05226, 42.352541 ], [ -71.05233, 42.352474 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173459, 42.272248 ], [ -71.17318, 42.271847 ], [ -71.173081, 42.271662 ], [ -71.173033, 42.271513 ], [ -71.173023, 42.271351 ], [ -71.173037, 42.27125 ], [ -71.173106, 42.271096 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051293, 42.322208 ], [ -71.051812, 42.323133 ], [ -71.052042, 42.324276 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087426, 42.320303 ], [ -71.08739, 42.320313 ], [ -71.086945, 42.32044 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048981, 42.325464 ], [ -71.048758, 42.32546 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082855, 42.324055 ], [ -71.082702, 42.324008 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05194, 42.329564 ], [ -71.05178, 42.329616 ], [ -71.051686, 42.329542 ], [ -71.05166, 42.329496 ], [ -71.05164, 42.329439 ], [ -71.051629, 42.32939 ], [ -71.05153, 42.329311 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073695, 42.385075 ], [ -71.073814, 42.384818 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098995, 42.340539 ], [ -71.099065, 42.340548 ], [ -71.099168, 42.340554 ], [ -71.099315, 42.340566 ], [ -71.099485, 42.340602 ], [ -71.099672, 42.340672 ], [ -71.099779, 42.340716 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086018, 42.319172 ], [ -71.086775, 42.319397 ], [ -71.087355, 42.319597 ], [ -71.08768, 42.319735 ], [ -71.088396, 42.320042 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051865, 42.329032 ], [ -71.05153, 42.329311 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082454, 42.323269 ], [ -71.082579, 42.323633 ], [ -71.082702, 42.324008 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04857, 42.353018 ], [ -71.048578, 42.352984 ], [ -71.048613, 42.352944 ], [ -71.048662, 42.352926 ], [ -71.048699, 42.352925 ], [ -71.048753, 42.352925 ], [ -71.048838, 42.352921 ], [ -71.048907, 42.352918 ], [ -71.048976, 42.35292 ], [ -71.049045, 42.352946 ], [ -71.049101, 42.352983 ], [ -71.049133, 42.353028 ], [ -71.049178, 42.353056 ], [ -71.049228, 42.353058 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067439, 42.274585 ], [ -71.067232, 42.275344 ], [ -71.06719, 42.275513 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052111, 42.325602 ], [ -71.052153, 42.326322 ], [ -71.052153, 42.326326 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171725, 42.278402 ], [ -71.17182, 42.278197 ], [ -71.171959, 42.277895 ], [ -71.172106, 42.277569 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.041849, 42.372299 ], [ -71.042318, 42.371701 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Nashua Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064247, 42.365221 ], [ -71.064128, 42.365395 ], [ -71.064078, 42.365688 ], [ -71.064053, 42.365932 ], [ -71.064043, 42.366044 ], [ -71.064042, 42.366156 ], [ -71.064055, 42.366247 ], [ -71.064082, 42.366329 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050427, 42.322038 ], [ -71.050397, 42.32199 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082072, 42.318073 ], [ -71.082638, 42.318223 ], [ -71.083776, 42.318526 ], [ -71.084722, 42.318798 ], [ -71.086018, 42.319172 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054901, 42.277441 ], [ -71.054728, 42.277516 ], [ -71.054449, 42.277643 ], [ -71.054186, 42.277758 ], [ -71.054, 42.27784 ], [ -71.053831, 42.277915 ], [ -71.053723, 42.27795 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083198, 42.330111 ], [ -71.083196, 42.330111 ], [ -71.08316, 42.330319 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.035038, 42.31685 ], [ -71.035232, 42.316931 ], [ -71.035376, 42.316995 ], [ -71.035486, 42.317047 ], [ -71.03561, 42.317079 ], [ -71.035787, 42.317103 ], [ -71.035967, 42.317146 ], [ -71.0361, 42.317178 ], [ -71.036283, 42.317231 ], [ -71.036375, 42.317245 ], [ -71.036473, 42.317227 ], [ -71.036707, 42.317122 ], [ -71.036762, 42.317112 ], [ -71.036849, 42.317142 ], [ -71.037749, 42.317501 ], [ -71.037934, 42.317597 ], [ -71.038273, 42.317913 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171612, 42.278235 ], [ -71.171324, 42.27904 ], [ -71.171205, 42.279371 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067429, 42.314611 ], [ -71.067898, 42.313774 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07869, 42.33782 ], [ -71.078191, 42.337432 ], [ -71.078073, 42.337341 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072241, 42.332796 ], [ -71.072475, 42.332957 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083207, 42.327651 ], [ -71.083186, 42.327753 ], [ -71.083139, 42.327851 ], [ -71.083062, 42.328001 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078003, 42.337397 ], [ -71.078289, 42.337631 ], [ -71.078592, 42.337882 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171783, 42.282796 ], [ -71.171281, 42.282095 ], [ -71.171123, 42.281828 ], [ -71.171014, 42.281617 ], [ -71.170952, 42.281419 ], [ -71.170912, 42.281209 ], [ -71.170896, 42.281024 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Malden Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068646, 42.340149 ], [ -71.068351, 42.340063 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083066, 42.327458 ], [ -71.083058, 42.327515 ], [ -71.083044, 42.327659 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067102, 42.338084 ], [ -71.066512, 42.338487 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068351, 42.337181 ], [ -71.06789, 42.337501 ], [ -71.067682, 42.337649 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141565, 42.345281 ], [ -71.141199, 42.345844 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082986, 42.33084 ], [ -71.083201, 42.330688 ], [ -71.083343, 42.330609 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093063, 42.336742 ], [ -71.092992, 42.336715 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Arlington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071275, 42.35309 ], [ -71.07108, 42.352682 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092479, 42.33885 ], [ -71.092156, 42.338975 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067469, 42.352504 ], [ -71.067012, 42.352519 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092318, 42.350129 ], [ -71.092366, 42.350118 ], [ -71.092471, 42.350094 ], [ -71.0925, 42.350085 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067012, 42.352519 ], [ -71.066793, 42.352522 ], [ -71.066317, 42.352493 ], [ -71.065941, 42.352473 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092162, 42.35016 ], [ -71.092226, 42.350144 ], [ -71.092273, 42.350139 ], [ -71.092318, 42.350129 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Martha Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067411, 42.366277 ], [ -71.067114, 42.366205 ], [ -71.066119, 42.365994 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06254, 42.319909 ], [ -71.0627, 42.319762 ], [ -71.062865, 42.319583 ], [ -71.063033, 42.31939 ], [ -71.063172, 42.319206 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079824, 42.342159 ], [ -71.079235, 42.342662 ], [ -71.079191, 42.342696 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091697, 42.283277 ], [ -71.091515, 42.283828 ], [ -71.091382, 42.284245 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141199, 42.345844 ], [ -71.140845, 42.346412 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063889, 42.340286 ], [ -71.063973, 42.340275 ], [ -71.064055, 42.340224 ], [ -71.064142, 42.34017 ], [ -71.064384, 42.339991 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dalton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08503, 42.346747 ], [ -71.084908, 42.346488 ], [ -71.084804, 42.346308 ], [ -71.084794, 42.346277 ], [ -71.084743, 42.346204 ], [ -71.084634, 42.346096 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.030528, 42.377027 ], [ -71.029191, 42.378174 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068748, 42.379064 ], [ -71.069107, 42.379419 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056983, 42.353246 ], [ -71.056763, 42.353351 ], [ -71.056176, 42.353634 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080463, 42.35148 ], [ -71.082753, 42.350865 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.01258, 42.38473 ], [ -71.010386, 42.385462 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09127, 42.285034 ], [ -71.091548, 42.284281 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Oliver Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052061, 42.355225 ], [ -71.052155, 42.355269 ], [ -71.052249, 42.355324 ], [ -71.052418, 42.355444 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079669, 42.382287 ], [ -71.080418, 42.38222 ], [ -71.08086, 42.382153 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.005837, 42.386342 ], [ -71.00527, 42.386178 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street Extension" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040114, 42.34793 ], [ -71.039386, 42.348525 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076637, 42.307085 ], [ -71.077014, 42.306808 ], [ -71.077356, 42.306591 ], [ -71.077631, 42.306446 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.997838, 42.383449 ], [ -70.99771, 42.383404 ], [ -70.996883, 42.383109 ], [ -70.99666, 42.383039 ], [ -70.996507, 42.382991 ], [ -70.996302, 42.382944 ], [ -70.996081, 42.382889 ], [ -70.995873, 42.382858 ], [ -70.995683, 42.382825 ], [ -70.995413, 42.382794 ], [ -70.994732, 42.382728 ], [ -70.994657, 42.382713 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091107, 42.285572 ], [ -71.09127, 42.285034 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067845, 42.378237 ], [ -71.067849, 42.378235 ], [ -71.068129, 42.378479 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076521, 42.307002 ], [ -71.076208, 42.30725 ], [ -71.07594, 42.307486 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056431, 42.29734 ], [ -71.056344, 42.297254 ], [ -71.056137, 42.297111 ], [ -71.055827, 42.296906 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.16982, 42.289585 ], [ -71.170307, 42.289191 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07594, 42.307486 ], [ -71.075424, 42.307938 ], [ -71.075396, 42.307961 ], [ -71.075096, 42.308206 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055261, 42.296508 ], [ -71.054842, 42.29619 ], [ -71.054438, 42.295931 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173521, 42.353186 ], [ -71.172607, 42.352714 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074604, 42.308735 ], [ -71.075001, 42.308465 ], [ -71.075234, 42.308282 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172607, 42.352714 ], [ -71.171748, 42.352291 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067683, 42.37809 ], [ -71.067845, 42.378237 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089976, 42.288989 ], [ -71.090122, 42.288549 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058798, 42.299994 ], [ -71.058994, 42.300247 ], [ -71.059023, 42.300305 ], [ -71.059049, 42.300353 ], [ -71.059226, 42.300627 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068354, 42.289621 ], [ -71.067716, 42.289391 ], [ -71.067203, 42.289169 ], [ -71.06701, 42.289078 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.170865, 42.351842 ], [ -71.170303, 42.351561 ], [ -71.169974, 42.35142 ], [ -71.169789, 42.351346 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058106, 42.299313 ], [ -71.058424, 42.299575 ], [ -71.058571, 42.2997 ], [ -71.058674, 42.299822 ], [ -71.058798, 42.299994 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069519, 42.379843 ], [ -71.069539, 42.379863 ], [ -71.069685, 42.380016 ], [ -71.069988, 42.380318 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075654, 42.331998 ], [ -71.075451, 42.332121 ], [ -71.075154, 42.332297 ], [ -71.074774, 42.332539 ], [ -71.074358, 42.332855 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087942, 42.294593 ], [ -71.087839, 42.29492 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168871, 42.289998 ], [ -71.168108, 42.290489 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05943, 42.303136 ], [ -71.0593, 42.30375 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075171, 42.334952 ], [ -71.073514, 42.333517 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065662, 42.280884 ], [ -71.065611, 42.28107 ], [ -71.065441, 42.281652 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058792, 42.306018 ], [ -71.058639, 42.306739 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167317, 42.290944 ], [ -71.166558, 42.291311 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087529, 42.296463 ], [ -71.087682, 42.295973 ], [ -71.087866, 42.295381 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073387, 42.333624 ], [ -71.075067, 42.335031 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064303, 42.285707 ], [ -71.064207, 42.285763 ], [ -71.064096, 42.285836 ], [ -71.063736, 42.285931 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05856, 42.307034 ], [ -71.058419, 42.307587 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.165087, 42.292257 ], [ -71.166713, 42.291463 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077191, 42.344297 ], [ -71.076503, 42.344835 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057574, 42.306289 ], [ -71.057567, 42.306493 ], [ -71.057588, 42.30666 ], [ -71.057608, 42.306772 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167566, 42.333449 ], [ -71.166766, 42.333536 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056874, 42.314447 ], [ -71.056815, 42.314654 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Exeter Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079121, 42.348684 ], [ -71.078747, 42.347921 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056697, 42.317131 ], [ -71.05671, 42.317561 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086882, 42.302543 ], [ -71.08736, 42.302257 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166766, 42.333536 ], [ -71.165438, 42.333681 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Exeter Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078747, 42.347921 ], [ -71.078681, 42.347722 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056756, 42.314932 ], [ -71.056699, 42.315176 ], [ -71.056665, 42.315429 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167745, 42.350949 ], [ -71.167784, 42.350991 ], [ -71.16784, 42.351038 ], [ -71.168073, 42.351099 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077555, 42.350498 ], [ -71.07775, 42.350907 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06345, 42.288775 ], [ -71.063262, 42.289468 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055308, 42.335056 ], [ -71.055581, 42.334821 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140367, 42.348695 ], [ -71.140463, 42.348616 ], [ -71.140571, 42.348507 ], [ -71.140667, 42.348385 ], [ -71.14075, 42.348256 ], [ -71.14081, 42.348088 ], [ -71.14087, 42.347891 ], [ -71.140911, 42.347727 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077369, 42.350084 ], [ -71.077537, 42.350443 ], [ -71.077555, 42.350498 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057112, 42.338961 ], [ -71.057112, 42.339072 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15061, 42.349023 ], [ -71.15048, 42.348999 ], [ -71.150365, 42.348979 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Otis Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057723, 42.35499 ], [ -71.057772, 42.354942 ], [ -71.058662, 42.354103 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07794, 42.351284 ], [ -71.078099, 42.351618 ], [ -71.078136, 42.351702 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086664, 42.298689 ], [ -71.086374, 42.299521 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153229, 42.338024 ], [ -71.153366, 42.338194 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063116, 42.289975 ], [ -71.062934, 42.290632 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072816, 42.384542 ], [ -71.072807, 42.384586 ], [ -71.072746, 42.384944 ], [ -71.072735, 42.384982 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057447, 42.355245 ], [ -71.057384, 42.355355 ], [ -71.057352, 42.355481 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1548, 42.338338 ], [ -71.154748, 42.338309 ], [ -71.154439, 42.338186 ], [ -71.154206, 42.338093 ], [ -71.153962, 42.338026 ], [ -71.153763, 42.337994 ], [ -71.153563, 42.337978 ], [ -71.153403, 42.337995 ], [ -71.153338, 42.338001 ], [ -71.153263, 42.33801 ], [ -71.153229, 42.338024 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Elm Hill Entrance" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091391, 42.308005 ], [ -71.091143, 42.308079 ], [ -71.090926, 42.308114 ], [ -71.09073, 42.308111 ], [ -71.090514, 42.308061 ], [ -71.090348, 42.308006 ], [ -71.090151, 42.307892 ], [ -71.089956, 42.307752 ], [ -71.089719, 42.307635 ], [ -71.089517, 42.30757 ], [ -71.089279, 42.307555 ], [ -71.08908, 42.307538 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05736, 42.356775 ], [ -71.057377, 42.356619 ], [ -71.057384, 42.356418 ], [ -71.057368, 42.356136 ], [ -71.057329, 42.355728 ], [ -71.057338, 42.355594 ], [ -71.057352, 42.355481 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070217, 42.311343 ], [ -71.070822, 42.31103 ], [ -71.071575, 42.310673 ], [ -71.071898, 42.310488 ], [ -71.072335, 42.310222 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153421, 42.349467 ], [ -71.153579, 42.349306 ], [ -71.153643, 42.349245 ], [ -71.153726, 42.349204 ], [ -71.15402, 42.349146 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061944, 42.306409 ], [ -71.062136, 42.306751 ], [ -71.06218, 42.30682 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145125, 42.288122 ], [ -71.144785, 42.288202 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058009, 42.352359 ], [ -71.057141, 42.352113 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066597, 42.315657 ], [ -71.066772, 42.315457 ], [ -71.066952, 42.31524 ], [ -71.066973, 42.315214 ], [ -71.067147, 42.315001 ], [ -71.067273, 42.314828 ], [ -71.067429, 42.314611 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14311, 42.343887 ], [ -71.143229, 42.343728 ], [ -71.143428, 42.343459 ], [ -71.143587, 42.343233 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09209, 42.321584 ], [ -71.091941, 42.3217 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057333, 42.357589 ], [ -71.057334, 42.357476 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061772, 42.306017 ], [ -71.061944, 42.306409 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070708, 42.340799 ], [ -71.070066, 42.34117 ], [ -71.069829, 42.341285 ], [ -71.069639, 42.341366 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.149017, 42.349462 ], [ -71.149283, 42.349377 ], [ -71.149527, 42.349289 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055686, 42.355672 ], [ -71.05571, 42.355663 ], [ -71.055889, 42.355614 ], [ -71.056128, 42.355573 ], [ -71.056572, 42.355538 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14831, 42.357438 ], [ -71.147639, 42.358546 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090238, 42.319221 ], [ -71.089828, 42.319497 ], [ -71.089552, 42.319651 ], [ -71.089148, 42.319802 ], [ -71.088606, 42.319982 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055221, 42.335142 ], [ -71.055073, 42.335264 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Kilby Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055262, 42.357619 ], [ -71.055359, 42.357794 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13933, 42.286175 ], [ -71.13865, 42.286201 ], [ -71.138202, 42.286232 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053996, 42.357987 ], [ -71.054133, 42.358207 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055073, 42.335264 ], [ -71.05492, 42.335384 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Water Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055359, 42.357794 ], [ -71.055282, 42.357821 ], [ -71.055159, 42.357887 ], [ -71.055076, 42.357949 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058193, 42.364383 ], [ -71.058194, 42.364385 ], [ -71.058301, 42.364513 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14193, 42.344749 ], [ -71.141565, 42.345281 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05492, 42.335384 ], [ -71.054667, 42.335592 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054877, 42.356079 ], [ -71.055394, 42.355808 ], [ -71.055587, 42.355708 ], [ -71.055686, 42.355672 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128344, 42.352613 ], [ -71.130168, 42.352836 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082173, 42.31757 ], [ -71.081988, 42.317891 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058301, 42.364513 ], [ -71.058329, 42.36479 ], [ -71.058367, 42.365271 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057112, 42.338683 ], [ -71.057112, 42.338961 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056361, 42.362864 ], [ -71.056176, 42.363143 ], [ -71.056137, 42.363209 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129288, 42.360714 ], [ -71.129412, 42.360795 ], [ -71.129769, 42.361081 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056137, 42.363209 ], [ -71.055983, 42.363456 ], [ -71.05589, 42.363592 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055963, 42.341468 ], [ -71.055761, 42.341652 ], [ -71.055529, 42.341842 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081988, 42.317891 ], [ -71.081918, 42.31803 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137425, 42.286259 ], [ -71.136721, 42.286277 ], [ -71.135228, 42.286311 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053942, 42.361568 ], [ -71.054926, 42.362055 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055556, 42.364371 ], [ -71.055531, 42.364591 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055025, 42.342225 ], [ -71.054592, 42.342594 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133563, 42.296304 ], [ -71.133209, 42.296569 ], [ -71.132938, 42.296749 ], [ -71.132902, 42.296768 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081918, 42.31803 ], [ -71.081789, 42.318279 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064943, 42.339596 ], [ -71.065542, 42.339158 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055149, 42.361555 ], [ -71.054831, 42.361407 ], [ -71.054548, 42.361263 ], [ -71.054251, 42.361112 ], [ -71.053697, 42.360841 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066542, 42.377086 ], [ -71.066526, 42.377072 ], [ -71.066246, 42.376879 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131853, 42.297225 ], [ -71.13133, 42.297442 ], [ -71.130961, 42.297597 ], [ -71.130538, 42.297776 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081479, 42.319066 ], [ -71.081432, 42.319267 ], [ -71.081392, 42.319459 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070461, 42.380794 ], [ -71.070679, 42.38102 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131072, 42.350508 ], [ -71.131447, 42.351163 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055535, 42.368175 ], [ -71.054816, 42.367994 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065317, 42.344974 ], [ -71.064874, 42.345748 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065921, 42.279936 ], [ -71.065787, 42.28043 ], [ -71.065662, 42.280884 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053584, 42.288765 ], [ -71.052738, 42.288998 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130033, 42.349227 ], [ -71.130073, 42.349256 ], [ -71.130372, 42.349536 ], [ -71.13067, 42.349869 ], [ -71.130869, 42.350145 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084097, 42.323537 ], [ -71.084003, 42.323641 ], [ -71.083841, 42.323777 ], [ -71.08364, 42.323892 ], [ -71.083346, 42.323985 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049762, 42.291733 ], [ -71.050155, 42.292194 ], [ -71.050634, 42.292791 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131927, 42.352392 ], [ -71.132056, 42.35286 ], [ -71.132082, 42.352949 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065322, 42.282063 ], [ -71.06528, 42.282244 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089693, 42.339938 ], [ -71.088864, 42.340297 ], [ -71.088397, 42.340499 ], [ -71.087491, 42.340846 ], [ -71.087153, 42.340985 ], [ -71.086973, 42.341063 ], [ -71.08678, 42.341173 ], [ -71.08647, 42.341384 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061142, 42.352517 ], [ -71.060666, 42.352557 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06528, 42.282244 ], [ -71.065067, 42.283011 ], [ -71.065056, 42.283036 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133113, 42.358952 ], [ -71.133157, 42.359229 ], [ -71.133162, 42.359397 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047743, 42.289228 ], [ -71.047867, 42.289358 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061969, 42.294084 ], [ -71.061931, 42.294213 ], [ -71.061819, 42.29459 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062629, 42.373656 ], [ -71.062608, 42.373644 ], [ -71.06228, 42.373392 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047606, 42.295904 ], [ -71.047605, 42.295907 ], [ -71.047594, 42.295953 ], [ -71.047541, 42.296243 ], [ -71.047534, 42.296537 ], [ -71.047551, 42.296652 ], [ -71.047551, 42.296656 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131374, 42.361324 ], [ -71.130738, 42.361865 ], [ -71.130578, 42.361995 ], [ -71.130418, 42.361966 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061669, 42.295078 ], [ -71.061543, 42.295481 ], [ -71.0615, 42.295652 ], [ -71.061372, 42.296074 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085046, 42.342834 ], [ -71.085353, 42.342571 ], [ -71.086092, 42.341938 ], [ -71.086615, 42.341483 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050841, 42.338803 ], [ -71.050377, 42.339208 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Mount Vernon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040078, 42.317096 ], [ -71.039331, 42.316817 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126657, 42.285523 ], [ -71.126098, 42.285183 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050377, 42.339208 ], [ -71.049924, 42.339579 ], [ -71.049906, 42.339595 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115898, 42.275989 ], [ -71.115941, 42.275591 ], [ -71.115981, 42.275431 ], [ -71.11608, 42.275224 ], [ -71.116253, 42.274988 ], [ -71.116553, 42.274603 ], [ -71.117012, 42.273972 ], [ -71.117436, 42.273413 ], [ -71.117524, 42.27331 ], [ -71.117608, 42.273216 ], [ -71.117722, 42.27311 ], [ -71.117884, 42.272994 ], [ -71.117987, 42.272921 ], [ -71.118228, 42.272791 ], [ -71.118434, 42.272693 ], [ -71.11861, 42.272632 ], [ -71.118788, 42.272599 ], [ -71.119072, 42.2726 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049589, 42.339869 ], [ -71.049288, 42.340129 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124137, 42.290206 ], [ -71.123596, 42.290721 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058419, 42.307587 ], [ -71.058337, 42.307964 ], [ -71.058312, 42.30812 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051127, 42.346935 ], [ -71.051351, 42.346651 ], [ -71.051498, 42.346487 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120843, 42.293303 ], [ -71.120392, 42.293709 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088925, 42.349713 ], [ -71.088698, 42.349273 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057021, 42.333641 ], [ -71.057058, 42.33469 ], [ -71.057054, 42.335037 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049468, 42.34907 ], [ -71.04938, 42.349176 ], [ -71.049314, 42.349262 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086934, 42.349731 ], [ -71.087357, 42.349537 ], [ -71.0875, 42.34946 ], [ -71.087687, 42.349382 ], [ -71.087924, 42.349302 ], [ -71.088151, 42.349242 ], [ -71.088354, 42.349191 ], [ -71.088652, 42.349141 ], [ -71.088854, 42.349117 ], [ -71.089111, 42.3491 ], [ -71.089394, 42.349101 ], [ -71.089651, 42.349115 ], [ -71.089821, 42.349132 ], [ -71.089939, 42.349149 ], [ -71.090118, 42.349179 ], [ -71.090676, 42.349239 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052408, 42.35953 ], [ -71.052245, 42.358972 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057012, 42.332897 ], [ -71.057026, 42.333489 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053248, 42.358487 ], [ -71.053192, 42.358504 ], [ -71.052965, 42.358544 ], [ -71.05275, 42.358585 ], [ -71.052338, 42.358647 ], [ -71.052157, 42.35868 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057005, 42.332417 ], [ -71.057012, 42.332897 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085459, 42.348383 ], [ -71.08565, 42.348775 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057122, 42.3395 ], [ -71.057112, 42.339087 ], [ -71.057112, 42.339072 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050897, 42.357343 ], [ -71.050927, 42.357394 ], [ -71.050994, 42.357476 ], [ -71.051116, 42.357587 ], [ -71.051209, 42.357688 ], [ -71.051272, 42.357764 ], [ -71.051339, 42.357887 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091201, 42.354352 ], [ -71.08994, 42.351788 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050923, 42.355583 ], [ -71.050879, 42.355791 ], [ -71.050834, 42.356084 ], [ -71.050794, 42.356342 ], [ -71.050771, 42.356682 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057164, 42.342796 ], [ -71.057213, 42.342615 ], [ -71.057231, 42.341639 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05429, 42.342868 ], [ -71.05396, 42.343136 ], [ -71.053824, 42.343259 ], [ -71.05373, 42.343363 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082486, 42.293296 ], [ -71.081442, 42.292996 ], [ -71.081214, 42.292929 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051296, 42.366183 ], [ -71.051353, 42.366297 ], [ -71.051402, 42.366374 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057513, 42.354943 ], [ -71.057509, 42.355035 ], [ -71.057483, 42.355145 ], [ -71.057447, 42.355245 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08462, 42.306125 ], [ -71.084653, 42.305939 ], [ -71.084693, 42.305617 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.045292, 42.286941 ], [ -71.044592, 42.286653 ], [ -71.044462, 42.286597 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Congress Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055686, 42.355672 ], [ -71.05483, 42.354864 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083898, 42.307599 ], [ -71.08403, 42.307426 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047256, 42.293958 ], [ -71.047174, 42.29404 ], [ -71.047162, 42.294204 ], [ -71.047169, 42.294332 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Pearl Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053333, 42.354511 ], [ -71.054007, 42.355242 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.999304, 42.383972 ], [ -70.999134, 42.383908 ], [ -70.997838, 42.383449 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083887, 42.307362 ], [ -71.083748, 42.307546 ], [ -71.083722, 42.30758 ], [ -71.083162, 42.308327 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057228, 42.358871 ], [ -71.057274, 42.358451 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057994, 42.356798 ], [ -71.057828, 42.356793 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08231, 42.30413 ], [ -71.082153, 42.30426 ], [ -71.081908, 42.30444 ], [ -71.081734, 42.304561 ], [ -71.081641, 42.304625 ], [ -71.081264, 42.304858 ], [ -71.081211, 42.304886 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Congress Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056411, 42.357588 ], [ -71.056344, 42.356831 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Kilby Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055359, 42.357794 ], [ -71.055451, 42.357986 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086933, 42.298458 ], [ -71.087056, 42.298325 ], [ -71.087174, 42.298258 ], [ -71.08742, 42.298185 ], [ -71.087708, 42.298105 ], [ -71.088007, 42.298026 ], [ -71.088631, 42.297878 ], [ -71.089365, 42.297699 ], [ -71.089766, 42.297608 ], [ -71.090407, 42.297419 ], [ -71.091144, 42.297173 ], [ -71.091428, 42.297039 ], [ -71.091619, 42.296911 ], [ -71.091705, 42.296824 ], [ -71.091821, 42.296693 ], [ -71.09216, 42.296227 ], [ -71.09252, 42.295766 ], [ -71.093001, 42.295112 ], [ -71.093232, 42.294798 ], [ -71.094028, 42.293772 ], [ -71.09455, 42.293214 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Pearl Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054877, 42.356079 ], [ -71.055168, 42.356353 ], [ -71.055719, 42.356885 ], [ -71.05576, 42.356921 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Liberty Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055076, 42.357949 ], [ -71.055477, 42.358041 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080455, 42.305363 ], [ -71.080033, 42.305603 ], [ -71.079783, 42.305713 ], [ -71.079578, 42.305791 ], [ -71.079336, 42.305847 ], [ -71.07886, 42.305937 ], [ -71.078259, 42.306049 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053454, 42.356845 ], [ -71.053672, 42.356748 ], [ -71.053929, 42.356617 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054848, 42.357359 ], [ -71.054525, 42.35756 ], [ -71.054371, 42.357671 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08311, 42.311177 ], [ -71.083036, 42.311342 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058413, 42.364219 ], [ -71.058394, 42.363822 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082972, 42.312182 ], [ -71.083013, 42.312268 ], [ -71.083118, 42.312469 ], [ -71.083336, 42.312803 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054357, 42.358676 ], [ -71.054636, 42.359231 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039059, 42.373324 ], [ -71.039075, 42.374175 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057719, 42.363816 ], [ -71.058193, 42.364383 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055531, 42.364591 ], [ -71.055527, 42.364749 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083036, 42.311342 ], [ -71.083004, 42.311437 ], [ -71.082925, 42.311638 ], [ -71.08291, 42.311765 ], [ -71.082917, 42.31188 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039031, 42.372379 ], [ -71.039059, 42.373324 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082667, 42.309285 ], [ -71.082606, 42.309448 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039025, 42.372148 ], [ -71.039031, 42.372379 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057639, 42.362886 ], [ -71.057507, 42.362779 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055502, 42.365033 ], [ -71.055486, 42.365221 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055583, 42.364125 ], [ -71.055556, 42.364371 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082606, 42.309448 ], [ -71.082669, 42.309544 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037192, 42.371309 ], [ -71.03779, 42.370777 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058431, 42.36595 ], [ -71.058431, 42.365508 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053697, 42.360841 ], [ -71.053325, 42.360644 ], [ -71.053182, 42.360559 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083336, 42.312803 ], [ -71.083449, 42.312946 ], [ -71.083554, 42.313195 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052738, 42.288998 ], [ -71.052158, 42.289145 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055486, 42.365221 ], [ -71.055399, 42.365394 ], [ -71.05509, 42.365895 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083305, 42.315358 ], [ -71.083009, 42.316113 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039315, 42.382614 ], [ -71.039316, 42.382655 ], [ -71.039314, 42.383206 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051329, 42.29361 ], [ -71.051122, 42.293393 ], [ -71.050881, 42.293095 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082483, 42.317301 ], [ -71.082699, 42.316932 ], [ -71.082843, 42.316671 ], [ -71.082894, 42.31658 ], [ -71.082953, 42.316393 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083343, 42.330609 ], [ -71.083721, 42.330478 ], [ -71.083984, 42.330357 ], [ -71.084052, 42.330323 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052158, 42.289145 ], [ -71.051814, 42.289237 ], [ -71.051473, 42.289323 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048712, 42.290428 ], [ -71.049066, 42.290868 ], [ -71.049417, 42.291309 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060968, 42.373005 ], [ -71.061062, 42.37316 ], [ -71.061305, 42.373389 ], [ -71.06164, 42.373666 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049417, 42.291309 ], [ -71.049762, 42.291733 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047349, 42.288716 ], [ -71.047743, 42.289228 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052432, 42.294485 ], [ -71.052208, 42.294324 ], [ -71.051907, 42.294111 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081933, 42.331774 ], [ -71.081716, 42.331962 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04717, 42.29434 ], [ -71.047171, 42.294368 ], [ -71.047202, 42.294524 ], [ -71.047315, 42.294891 ], [ -71.047387, 42.295078 ], [ -71.04748, 42.295281 ], [ -71.047656, 42.2957 ], [ -71.047606, 42.295904 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081127, 42.332921 ], [ -71.081184, 42.33279 ], [ -71.081225, 42.332675 ], [ -71.081272, 42.332562 ], [ -71.081326, 42.332453 ], [ -71.081413, 42.332296 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08682, 42.351125 ], [ -71.087003, 42.351536 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052406, 42.337496 ], [ -71.052787, 42.337185 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048408, 42.298619 ], [ -71.048452, 42.298734 ], [ -71.048592, 42.299244 ], [ -71.04875, 42.299806 ], [ -71.048907, 42.300255 ], [ -71.049035, 42.300527 ], [ -71.049147, 42.300634 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081413, 42.332296 ], [ -71.081252, 42.332458 ], [ -71.081193, 42.332535 ], [ -71.081107, 42.332667 ], [ -71.081001, 42.332844 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03927, 42.381013 ], [ -71.039285, 42.381376 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050841, 42.338803 ], [ -71.051009, 42.338668 ], [ -71.051285, 42.338435 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079362, 42.334607 ], [ -71.079319, 42.334647 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085976, 42.294333 ], [ -71.084673, 42.293959 ], [ -71.083579, 42.293621 ], [ -71.083074, 42.293482 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052846, 42.354035 ], [ -71.051724, 42.354587 ], [ -71.051535, 42.354678 ], [ -71.051409, 42.354764 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085682, 42.337698 ], [ -71.085192, 42.338017 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039216, 42.379426 ], [ -71.039251, 42.38048 ], [ -71.039253, 42.380554 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084688, 42.338344 ], [ -71.084184, 42.338659 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05106, 42.35514 ], [ -71.05101, 42.355297 ], [ -71.050958, 42.355457 ], [ -71.050923, 42.355583 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081746, 42.34066 ], [ -71.081392, 42.340952 ], [ -71.081165, 42.341131 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Old Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085075, 42.30206 ], [ -71.084998, 42.30219 ], [ -71.084783, 42.302603 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Boston University Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110567, 42.353055 ], [ -71.110666, 42.352385 ], [ -71.110783, 42.351482 ], [ -71.11092, 42.350654 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048403, 42.353189 ], [ -71.050771, 42.35438 ], [ -71.050897, 42.354446 ], [ -71.051074, 42.354557 ], [ -71.051208, 42.354658 ], [ -71.051286, 42.354721 ], [ -71.051409, 42.354764 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084741, 42.305286 ], [ -71.084778, 42.305106 ], [ -71.084823, 42.30486 ], [ -71.084851, 42.304714 ], [ -71.084923, 42.304437 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080408, 42.339298 ], [ -71.0803, 42.339186 ], [ -71.07981, 42.338756 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105025, 42.349738 ], [ -71.103663, 42.349566 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.022654, 42.380995 ], [ -71.022354, 42.381101 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085033, 42.303493 ], [ -71.085, 42.303475 ], [ -71.08497, 42.303447 ], [ -71.084909, 42.303421 ], [ -71.084825, 42.303417 ], [ -71.084731, 42.303418 ], [ -71.08463, 42.303417 ], [ -71.084449, 42.303418 ], [ -71.084356, 42.303422 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084249, 42.306753 ], [ -71.084151, 42.306949 ], [ -71.084057, 42.307127 ], [ -71.083887, 42.307362 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096403, 42.293243 ], [ -71.096619, 42.293469 ], [ -71.096897, 42.293743 ], [ -71.097403, 42.294228 ], [ -71.098114, 42.294921 ], [ -71.09853, 42.295335 ], [ -71.098853, 42.295649 ], [ -71.099004, 42.295789 ], [ -71.099165, 42.29595 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belvidere Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081821, 42.345422 ], [ -71.082037, 42.345571 ], [ -71.082094, 42.345608 ], [ -71.082244, 42.345697 ], [ -71.082378, 42.345744 ], [ -71.082554, 42.345791 ], [ -71.082758, 42.345826 ], [ -71.082798, 42.345831 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083251, 42.310613 ], [ -71.083258, 42.3107 ], [ -71.08325, 42.310804 ], [ -71.083192, 42.310962 ], [ -71.08311, 42.311177 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101933, 42.301079 ], [ -71.101878, 42.301184 ], [ -71.101823, 42.301341 ], [ -71.101722, 42.301639 ], [ -71.101684, 42.301744 ], [ -71.101596, 42.301895 ], [ -71.101338, 42.302193 ], [ -71.101242, 42.302282 ], [ -71.101182, 42.302337 ], [ -71.100887, 42.302573 ], [ -71.100652, 42.302766 ], [ -71.100271, 42.303007 ], [ -71.099994, 42.303153 ], [ -71.099773, 42.303265 ], [ -71.099333, 42.3035 ], [ -71.098963, 42.303678 ], [ -71.098795, 42.303762 ], [ -71.098464, 42.303877 ], [ -71.097995, 42.303971 ], [ -71.097397, 42.304111 ], [ -71.096985, 42.304221 ], [ -71.096622, 42.304342 ], [ -71.09623, 42.304467 ], [ -71.095874, 42.304598 ], [ -71.095696, 42.304687 ], [ -71.095439, 42.304851 ], [ -71.09529, 42.304934 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053138, 42.356065 ], [ -71.053118, 42.356164 ], [ -71.053019, 42.35628 ], [ -71.052936, 42.356369 ], [ -71.052846, 42.356432 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082135, 42.317936 ], [ -71.082288, 42.317636 ], [ -71.082304, 42.317605 ], [ -71.08236, 42.3175 ], [ -71.082483, 42.317301 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095038, 42.313391 ], [ -71.09479, 42.313583 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082072, 42.318073 ], [ -71.082135, 42.317936 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080279, 42.351129 ], [ -71.078136, 42.351702 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093682, 42.315025 ], [ -71.093618, 42.315248 ], [ -71.09356, 42.315523 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051604, 42.357167 ], [ -71.051533, 42.356933 ], [ -71.051492, 42.356688 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081545, 42.319465 ], [ -71.081588, 42.319231 ], [ -71.081614, 42.319126 ], [ -71.081629, 42.319064 ], [ -71.081697, 42.318879 ], [ -71.081943, 42.318351 ], [ -71.081945, 42.318347 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171675, 42.278045 ], [ -71.171612, 42.278235 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11167, 42.319549 ], [ -71.111654, 42.319647 ], [ -71.111668, 42.319767 ], [ -71.111697, 42.319921 ], [ -71.11186, 42.320611 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Thornton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093519, 42.321557 ], [ -71.09391, 42.321254 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084854, 42.32249 ], [ -71.084603, 42.322837 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086043, 42.319035 ], [ -71.085153, 42.318797 ], [ -71.084399, 42.318575 ], [ -71.083265, 42.31825 ], [ -71.082135, 42.317936 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051005, 42.362531 ], [ -71.051069, 42.363713 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082702, 42.324008 ], [ -71.082767, 42.324221 ], [ -71.082927, 42.324718 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.170993, 42.280333 ], [ -71.171028, 42.280223 ], [ -71.171136, 42.279928 ], [ -71.171438, 42.279141 ], [ -71.171564, 42.27881 ], [ -71.171645, 42.278605 ], [ -71.171725, 42.278402 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102863, 42.322928 ], [ -71.102661, 42.322928 ], [ -71.102466, 42.322927 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106649, 42.346073 ], [ -71.106, 42.346264 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083268, 42.32981 ], [ -71.083198, 42.330111 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104864, 42.334063 ], [ -71.104663, 42.334115 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.044462, 42.286597 ], [ -71.044199, 42.286484 ], [ -71.04415, 42.286464 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08316, 42.330319 ], [ -71.083175, 42.330444 ], [ -71.083245, 42.330527 ], [ -71.083326, 42.330542 ], [ -71.083424, 42.330537 ], [ -71.083647, 42.330504 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099158, 42.336217 ], [ -71.098056, 42.336636 ], [ -71.097107, 42.337039 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083065, 42.330666 ], [ -71.082986, 42.33084 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171746, 42.288445 ], [ -71.171792, 42.288557 ], [ -71.171934, 42.288754 ], [ -71.172068, 42.288913 ], [ -71.172714, 42.289671 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.035481, 42.372736 ], [ -71.035683, 42.372561 ], [ -71.035896, 42.372379 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110953, 42.350459 ], [ -71.110097, 42.350345 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Palace Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099868, 42.337732 ], [ -71.099777, 42.337887 ], [ -71.099552, 42.33819 ], [ -71.099301, 42.338626 ], [ -71.099157, 42.338851 ], [ -71.098989, 42.339104 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079828, 42.334281 ], [ -71.079942, 42.334201 ], [ -71.080187, 42.334009 ], [ -71.080452, 42.333783 ], [ -71.080581, 42.333654 ], [ -71.080679, 42.333539 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103455, 42.342572 ], [ -71.103276, 42.342749 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079362, 42.334607 ], [ -71.079828, 42.334281 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106752, 42.346278 ], [ -71.106822, 42.346261 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039192, 42.377868 ], [ -71.039208, 42.378468 ], [ -71.039212, 42.378643 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.159758, 42.340067 ], [ -71.160617, 42.340138 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094166, 42.26752 ], [ -71.09426, 42.267477 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084184, 42.338659 ], [ -71.083971, 42.338804 ], [ -71.083617, 42.339084 ], [ -71.083371, 42.339272 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081165, 42.341131 ], [ -71.080503, 42.341642 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093548, 42.271832 ], [ -71.093539, 42.272313 ], [ -71.093518, 42.272854 ], [ -71.093516, 42.27289 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105137, 42.346687 ], [ -71.106752, 42.346278 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162425, 42.349003 ], [ -71.162138, 42.348998 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079716, 42.338817 ], [ -71.080129, 42.339162 ], [ -71.080319, 42.339343 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093516, 42.27289 ], [ -71.093513, 42.272969 ], [ -71.093521, 42.273092 ], [ -71.093511, 42.273285 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Mount Vernon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.044903, 42.318742 ], [ -71.044143, 42.318494 ], [ -71.0441, 42.318479 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093618, 42.276117 ], [ -71.093636, 42.27525 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085279, 42.347988 ], [ -71.085459, 42.348383 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.161312, 42.347585 ], [ -71.160842, 42.348354 ], [ -71.160593, 42.348703 ], [ -71.160438, 42.348925 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093623, 42.276422 ], [ -71.093618, 42.276117 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111059, 42.320334 ], [ -71.11094, 42.320481 ], [ -71.110694, 42.320761 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04281, 42.350464 ], [ -71.042812, 42.350465 ], [ -71.042944, 42.350513 ], [ -71.043427, 42.350775 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dalton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085603, 42.347892 ], [ -71.08503, 42.346747 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093491, 42.27843 ], [ -71.093522, 42.278174 ], [ -71.093542, 42.277967 ], [ -71.093556, 42.277621 ], [ -71.093577, 42.277257 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09265, 42.280947 ], [ -71.092886, 42.280273 ], [ -71.093165, 42.27945 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110532, 42.321007 ], [ -71.110177, 42.321428 ], [ -71.110092, 42.321533 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167465, 42.291116 ], [ -71.167617, 42.291035 ], [ -71.167961, 42.290848 ], [ -71.168282, 42.290672 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Exeter Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079488, 42.349522 ], [ -71.079121, 42.348684 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097471, 42.29113 ], [ -71.097143, 42.29126 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087003, 42.351536 ], [ -71.087246, 42.352056 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.043427, 42.350775 ], [ -71.043945, 42.351046 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ritchie Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098393, 42.322569 ], [ -71.098224, 42.322495 ], [ -71.097865, 42.322376 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.164939, 42.29211 ], [ -71.164159, 42.292488 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073631, 42.338878 ], [ -71.072505, 42.339624 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095237, 42.337539 ], [ -71.095008, 42.33747 ], [ -71.094258, 42.337205 ], [ -71.093666, 42.336966 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108453, 42.322398 ], [ -71.107986, 42.32245 ], [ -71.107845, 42.322453 ], [ -71.106852, 42.322535 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078532, 42.3432 ], [ -71.078356, 42.343345 ], [ -71.077858, 42.343753 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075239, 42.345864 ], [ -71.075439, 42.346266 ], [ -71.075976, 42.347341 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166722, 42.339865 ], [ -71.166117, 42.339955 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hemenway Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092234, 42.339146 ], [ -71.092525, 42.339576 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Drydock Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.034341, 42.344682 ], [ -71.032124, 42.34472 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091026, 42.339617 ], [ -71.091376, 42.339466 ], [ -71.092192, 42.339148 ], [ -71.092234, 42.339146 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104911, 42.334199 ], [ -71.105315, 42.333995 ], [ -71.105617, 42.333785 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "West Dedham Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073436, 42.342453 ], [ -71.073212, 42.342257 ], [ -71.072688, 42.341829 ], [ -71.07256, 42.341717 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162893, 42.345429 ], [ -71.162727, 42.345585 ], [ -71.162462, 42.345919 ], [ -71.16225, 42.346232 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10087, 42.26416 ], [ -71.100438, 42.264405 ], [ -71.100347, 42.264466 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094975, 42.348803 ], [ -71.092842, 42.348842 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067682, 42.337649 ], [ -71.067102, 42.338084 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0925, 42.350085 ], [ -71.092569, 42.350062 ], [ -71.09261, 42.350048 ], [ -71.092875, 42.349985 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Northern Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038974, 42.348861 ], [ -71.038664, 42.348736 ], [ -71.038216, 42.348553 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061158, 42.304568 ], [ -71.061368, 42.305068 ], [ -71.061504, 42.305379 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092842, 42.348842 ], [ -71.091919, 42.34886 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093844, 42.268688 ], [ -71.093871, 42.268158 ], [ -71.093881, 42.267643 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066301, 42.315823 ], [ -71.06603, 42.316157 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039075, 42.374175 ], [ -71.039082, 42.374536 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063979, 42.318049 ], [ -71.064158, 42.3178 ], [ -71.064314, 42.317645 ], [ -71.064488, 42.317503 ], [ -71.064643, 42.317379 ], [ -71.064865, 42.317251 ], [ -71.065201, 42.31708 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091808, 42.283532 ], [ -71.09211, 42.28261 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089636, 42.297507 ], [ -71.089239, 42.297603 ], [ -71.088599, 42.297753 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038992, 42.370831 ], [ -71.039001, 42.371237 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093701, 42.273271 ], [ -71.093696, 42.273149 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075234, 42.308282 ], [ -71.075528, 42.308046 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067683, 42.37809 ], [ -71.067527, 42.377967 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088238, 42.29366 ], [ -71.088088, 42.294113 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093375, 42.277204 ], [ -71.093364, 42.277464 ], [ -71.093368, 42.277605 ], [ -71.093362, 42.277871 ], [ -71.093351, 42.278055 ], [ -71.093322, 42.278277 ], [ -71.093261, 42.278522 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072369, 42.383818 ], [ -71.072088, 42.383622 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088088, 42.294113 ], [ -71.087942, 42.294593 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03779, 42.370777 ], [ -71.038098, 42.370518 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071775, 42.382713 ], [ -71.071819, 42.382876 ], [ -71.071832, 42.382949 ], [ -71.071845, 42.383044 ], [ -71.071842, 42.383139 ], [ -71.071825, 42.383218 ], [ -71.071798, 42.3833 ], [ -71.071735, 42.383459 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094352, 42.293227 ], [ -71.094274, 42.29331 ], [ -71.093227, 42.29455 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070969, 42.381321 ], [ -71.071114, 42.381473 ], [ -71.071132, 42.3815 ], [ -71.071214, 42.381617 ], [ -71.071407, 42.381886 ], [ -71.07153, 42.382111 ], [ -71.071617, 42.382285 ], [ -71.071704, 42.38248 ], [ -71.071769, 42.382692 ], [ -71.071775, 42.382713 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092025, 42.336334 ], [ -71.091236, 42.336026 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104868, 42.32273 ], [ -71.104016, 42.322828 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.031992, 42.37578 ], [ -71.030528, 42.377027 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066819, 42.276797 ], [ -71.066607, 42.277538 ], [ -71.066503, 42.277913 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103606, 42.322878 ], [ -71.103507, 42.32289 ], [ -71.103219, 42.322913 ], [ -71.102863, 42.322928 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064303, 42.285707 ], [ -71.064253, 42.285877 ], [ -71.06418, 42.286177 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098134, 42.336791 ], [ -71.099241, 42.336376 ], [ -71.099252, 42.336372 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06418, 42.286177 ], [ -71.064143, 42.286288 ], [ -71.06404, 42.286676 ], [ -71.063965, 42.286943 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101765, 42.347505 ], [ -71.0995, 42.34813 ], [ -71.096969, 42.348777 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063669, 42.288018 ], [ -71.063644, 42.288121 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063644, 42.288121 ], [ -71.063515, 42.288556 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098328, 42.265598 ], [ -71.098008, 42.265798 ], [ -71.097862, 42.265922 ], [ -71.097712, 42.266086 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063172, 42.319206 ], [ -71.063572, 42.318626 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.00527, 42.386178 ], [ -71.004618, 42.385914 ], [ -71.00295, 42.385306 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097712, 42.266086 ], [ -71.097489, 42.266318 ], [ -71.097336, 42.266446 ], [ -71.097192, 42.266528 ], [ -71.097086, 42.266569 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061426, 42.352492 ], [ -71.061142, 42.352517 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063529, 42.374314 ], [ -71.063199, 42.37395 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095075, 42.267037 ], [ -71.094887, 42.267133 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063093, 42.374698 ], [ -71.063317, 42.374875 ], [ -71.063703, 42.375116 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09529, 42.304934 ], [ -71.095129, 42.305023 ], [ -71.094987, 42.305099 ], [ -71.09478, 42.305175 ], [ -71.094453, 42.305237 ], [ -71.094211, 42.305247 ], [ -71.093877, 42.305238 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058958, 42.287157 ], [ -71.058748, 42.287211 ], [ -71.058146, 42.287358 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094088, 42.31415 ], [ -71.093938, 42.314328 ], [ -71.093859, 42.314465 ], [ -71.093822, 42.31455 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09356, 42.315523 ], [ -71.093473, 42.315798 ], [ -71.093333, 42.31616 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074358, 42.332855 ], [ -71.074217, 42.332923 ], [ -71.073533, 42.333412 ], [ -71.073501, 42.333508 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059909, 42.301744 ], [ -71.059982, 42.301871 ], [ -71.060149, 42.302159 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Marcella Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09391, 42.321254 ], [ -71.093319, 42.320927 ], [ -71.093146, 42.320809 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060016, 42.300768 ], [ -71.059907, 42.30118 ], [ -71.059869, 42.301322 ], [ -71.059797, 42.301547 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Valentine Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091941, 42.3217 ], [ -71.092112, 42.321815 ], [ -71.092629, 42.322207 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073501, 42.333508 ], [ -71.073623, 42.33348 ], [ -71.073982, 42.333219 ], [ -71.074302, 42.332978 ], [ -71.074358, 42.332855 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058981, 42.305199 ], [ -71.058792, 42.306018 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098064, 42.348895 ], [ -71.097343, 42.34881 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057608, 42.306772 ], [ -71.057735, 42.307013 ], [ -71.057816, 42.307103 ], [ -71.058122, 42.307389 ], [ -71.058285, 42.30754 ], [ -71.058419, 42.307587 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097135, 42.348992 ], [ -71.097385, 42.34901 ], [ -71.097688, 42.349043 ], [ -71.09802, 42.349077 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057772, 42.310494 ], [ -71.057585, 42.311364 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097343, 42.34881 ], [ -71.096969, 42.348777 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056716, 42.317733 ], [ -71.056731, 42.3184 ], [ -71.056727, 42.318499 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056881, 42.325973 ], [ -71.056903, 42.326876 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096969, 42.348777 ], [ -71.096836, 42.34877 ], [ -71.096539, 42.348773 ], [ -71.095734, 42.348784 ], [ -71.094975, 42.348803 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056843, 42.324104 ], [ -71.056856, 42.324821 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057026, 42.333489 ], [ -71.057021, 42.333641 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Nashua Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06613, 42.367693 ], [ -71.066212, 42.367679 ], [ -71.066313, 42.367653 ], [ -71.06651, 42.367586 ], [ -71.067106, 42.367344 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057102, 42.340577 ], [ -71.057028, 42.340838 ], [ -71.057074, 42.34158 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056743, 42.340792 ], [ -71.056511, 42.340985 ], [ -71.056343, 42.341117 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075976, 42.347341 ], [ -71.076453, 42.348296 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056343, 42.341117 ], [ -71.055963, 42.341468 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055739, 42.368226 ], [ -71.055535, 42.368175 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055529, 42.341842 ], [ -71.055025, 42.342225 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153366, 42.338194 ], [ -71.153504, 42.338168 ], [ -71.15371, 42.338169 ], [ -71.15393, 42.338206 ], [ -71.15426, 42.338299 ], [ -71.154679, 42.338469 ], [ -71.155041, 42.338632 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059397, 42.352521 ], [ -71.058636, 42.352433 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057447, 42.355245 ], [ -71.057566, 42.355132 ], [ -71.057723, 42.35499 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "William T Morrissey Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050134, 42.318971 ], [ -71.050131, 42.318966 ], [ -71.050047, 42.318789 ], [ -71.049862, 42.31846 ], [ -71.049734, 42.31824 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056572, 42.355538 ], [ -71.057352, 42.355481 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Purchase Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055891, 42.353122 ], [ -71.056018, 42.353045 ], [ -71.056111, 42.352988 ], [ -71.056246, 42.352912 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Old Trail Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091564, 42.307888 ], [ -71.091538, 42.307903 ], [ -71.091391, 42.308005 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055393, 42.35263 ], [ -71.055293, 42.352718 ], [ -71.055057, 42.352913 ], [ -71.054953, 42.352984 ], [ -71.054841, 42.353052 ], [ -71.054632, 42.353157 ], [ -71.054151, 42.353399 ], [ -71.053612, 42.353664 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Locks" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061301, 42.367967 ], [ -71.061335, 42.367983 ], [ -71.061367, 42.368002 ], [ -71.061397, 42.368026 ], [ -71.061424, 42.368052 ], [ -71.061448, 42.368082 ], [ -71.061469, 42.368115 ], [ -71.061487, 42.36815 ], [ -71.061502, 42.368188 ], [ -71.061529, 42.368187 ], [ -71.06158, 42.36821 ], [ -71.061609, 42.368262 ], [ -71.061611, 42.368327 ], [ -71.061628, 42.368378 ], [ -71.061659, 42.36843 ], [ -71.06166, 42.368487 ], [ -71.061654, 42.368504 ], [ -71.061699, 42.368525 ], [ -71.061855, 42.368504 ], [ -71.061915, 42.368571 ], [ -71.061899, 42.368654 ], [ -71.061815, 42.36867 ], [ -71.061587, 42.368711 ], [ -71.061749, 42.369234 ], [ -71.061766, 42.369232 ], [ -71.061811, 42.369375 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fiedler Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074046, 42.356165 ], [ -71.07397, 42.356176 ], [ -71.073908, 42.356182 ], [ -71.073855, 42.356185 ], [ -71.073798, 42.356185 ], [ -71.073786, 42.356184 ], [ -71.073777, 42.356181 ], [ -71.073771, 42.356175 ], [ -71.073769, 42.356168 ], [ -71.073771, 42.356161 ], [ -71.073776, 42.356155 ], [ -71.073785, 42.356152 ], [ -71.073797, 42.356151 ], [ -71.073852, 42.35615 ], [ -71.0739, 42.356147 ], [ -71.07395, 42.356141 ], [ -71.074001, 42.356133 ], [ -71.07401, 42.356132 ], [ -71.074018, 42.356133 ], [ -71.074024, 42.356137 ], [ -71.074027, 42.356144 ], [ -71.074027, 42.356149 ], [ -71.074024, 42.356155 ], [ -71.074018, 42.356159 ], [ -71.07401, 42.356162 ], [ -71.073958, 42.35617 ], [ -71.073897, 42.356176 ], [ -71.073829, 42.356179 ], [ -71.07376, 42.356178 ], [ -71.073663, 42.356173 ], [ -71.073618, 42.356167 ], [ -71.073572, 42.35616 ], [ -71.073526, 42.356151 ], [ -71.073479, 42.356139 ], [ -71.073386, 42.356111 ], [ -71.073319, 42.356085 ], [ -71.073254, 42.356053 ], [ -71.073191, 42.356015 ], [ -71.073131, 42.355973 ], [ -71.073074, 42.355924 ], [ -71.073021, 42.355871 ], [ -71.072971, 42.355814 ], [ -71.07293, 42.355755 ], [ -71.072926, 42.355748 ], [ -71.072927, 42.355742 ], [ -71.072931, 42.355737 ], [ -71.072938, 42.355733 ], [ -71.072947, 42.355731 ], [ -71.072955, 42.355732 ], [ -71.072963, 42.355737 ], [ -71.072969, 42.355745 ], [ -71.072987, 42.355777 ], [ -71.073006, 42.355805 ], [ -71.073069, 42.355879 ], [ -71.073071, 42.355885 ], [ -71.073069, 42.355892 ], [ -71.073064, 42.355899 ], [ -71.073056, 42.355904 ], [ -71.073047, 42.355907 ], [ -71.073038, 42.355907 ], [ -71.073029, 42.355905 ], [ -71.073022, 42.355901 ], [ -71.072995, 42.355873 ], [ -71.072963, 42.355833 ], [ -71.072932, 42.355791 ], [ -71.072907, 42.355753 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Circle Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07274, 42.36067 ], [ -71.072759, 42.360663 ], [ -71.072772, 42.360661 ], [ -71.072781, 42.360662 ], [ -71.072788, 42.360666 ], [ -71.072837, 42.36074 ], [ -71.072848, 42.360749 ], [ -71.072862, 42.360753 ], [ -71.072879, 42.360753 ], [ -71.072897, 42.360748 ], [ -71.073071, 42.360676 ], [ -71.073079, 42.36067 ], [ -71.073084, 42.360661 ], [ -71.073084, 42.360652 ], [ -71.07308, 42.360643 ], [ -71.073071, 42.360635 ], [ -71.073059, 42.36063 ], [ -71.073046, 42.36063 ], [ -71.073032, 42.360633 ], [ -71.072927, 42.36068 ], [ -71.072836, 42.360718 ], [ -71.072756, 42.360749 ], [ -71.072682, 42.360775 ], [ -71.072614, 42.360796 ], [ -71.072544, 42.360814 ], [ -71.072467, 42.360832 ], [ -71.07235, 42.360856 ], [ -71.072294, 42.360866 ], [ -71.072237, 42.360875 ], [ -71.072179, 42.360881 ], [ -71.072119, 42.360886 ], [ -71.072058, 42.360889 ], [ -71.071993, 42.36089 ], [ -71.071846, 42.360887 ], [ -71.071731, 42.36088 ], [ -71.071535, 42.360862 ], [ -71.071518, 42.360863 ], [ -71.071505, 42.360866 ], [ -71.071496, 42.360874 ], [ -71.071492, 42.360884 ], [ -71.071494, 42.360895 ], [ -71.071499, 42.360904 ], [ -71.071508, 42.36091 ], [ -71.07152, 42.360913 ], [ -71.071712, 42.360928 ], [ -71.071736, 42.360927 ], [ -71.071751, 42.360921 ], [ -71.07176, 42.360912 ], [ -71.071763, 42.360895 ], [ -71.071777, 42.360804 ], [ -71.071777, 42.360752 ], [ -71.071772, 42.360749 ], [ -71.071766, 42.360751 ], [ -71.071716, 42.360782 ], [ -71.071667, 42.360804 ], [ -71.071619, 42.360819 ], [ -71.071565, 42.360833 ], [ -71.071505, 42.360843 ], [ -71.071443, 42.36085 ], [ -71.071388, 42.360852 ], [ -71.071214, 42.360853 ], [ -71.071151, 42.360857 ], [ -71.071088, 42.360862 ], [ -71.071017, 42.360871 ], [ -71.070943, 42.360883 ], [ -71.070864, 42.360898 ], [ -71.070782, 42.360916 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Dartmouth Street Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079429, 42.354542 ], [ -71.078931, 42.354677 ], [ -71.078791, 42.354378 ], [ -71.079272, 42.354248 ], [ -71.079248, 42.3542 ], [ -71.079359, 42.354169 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129431, 42.296803 ], [ -71.129225, 42.296737 ], [ -71.129017, 42.296719 ], [ -71.128867, 42.296706 ], [ -71.128566, 42.296676 ], [ -71.128311, 42.296658 ], [ -71.128089, 42.296642 ], [ -71.127949, 42.296639 ], [ -71.127814, 42.296641 ], [ -71.12771, 42.296642 ], [ -71.127592, 42.296649 ], [ -71.127532, 42.296656 ], [ -71.127479, 42.296665 ], [ -71.127415, 42.296687 ], [ -71.127361, 42.296707 ], [ -71.127306, 42.296726 ], [ -71.127256, 42.296751 ], [ -71.127195, 42.296792 ], [ -71.127079, 42.296909 ], [ -71.126988, 42.297013 ], [ -71.126868, 42.29716 ], [ -71.12676, 42.297265 ], [ -71.126681, 42.297327 ], [ -71.12656, 42.297396 ], [ -71.126455, 42.297442 ], [ -71.126325, 42.297491 ], [ -71.126192, 42.297527 ], [ -71.126083, 42.297551 ], [ -71.125976, 42.297569 ], [ -71.125846, 42.29757 ], [ -71.125709, 42.297566 ], [ -71.125606, 42.297562 ], [ -71.125482, 42.297552 ], [ -71.12512, 42.29748 ], [ -71.124656, 42.297404 ], [ -71.124559, 42.297403 ], [ -71.124442, 42.297401 ], [ -71.124364, 42.297405 ], [ -71.124285, 42.29741 ], [ -71.123966, 42.297488 ], [ -71.123558, 42.29761 ], [ -71.123219, 42.297716 ], [ -71.122754, 42.297898 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068253, 42.366925 ], [ -71.068213, 42.366851 ], [ -71.068291, 42.366794 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Silber Way Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100852, 42.351198 ], [ -71.100853, 42.351156 ], [ -71.10085, 42.351142 ], [ -71.100846, 42.351131 ], [ -71.100838, 42.351121 ], [ -71.100828, 42.351114 ], [ -71.100815, 42.351109 ], [ -71.100799, 42.351107 ], [ -71.100464, 42.351087 ], [ -71.100467, 42.35106 ], [ -71.100649, 42.351071 ], [ -71.100678, 42.350839 ], [ -71.100363, 42.350817 ], [ -71.100363, 42.3508 ], [ -71.100255, 42.350794 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119764, 42.307721 ], [ -71.119915, 42.307691 ], [ -71.119942, 42.307734 ], [ -71.120023, 42.307866 ], [ -71.120076, 42.307948 ], [ -71.120141, 42.308042 ], [ -71.120197, 42.308099 ], [ -71.120266, 42.308167 ], [ -71.120349, 42.308255 ], [ -71.120421, 42.308326 ], [ -71.120493, 42.3084 ], [ -71.120573, 42.308465 ], [ -71.120653, 42.308525 ], [ -71.120736, 42.308565 ], [ -71.120839, 42.308599 ], [ -71.120942, 42.308633 ], [ -71.121041, 42.308645 ], [ -71.121121, 42.308654 ], [ -71.121198, 42.308657 ], [ -71.121251, 42.308651 ], [ -71.12132, 42.30864 ], [ -71.121385, 42.308618 ], [ -71.121442, 42.308601 ], [ -71.121496, 42.308579 ], [ -71.121538, 42.308573 ], [ -71.121599, 42.308573 ], [ -71.121702, 42.308571 ], [ -71.121774, 42.308571 ], [ -71.12187, 42.308571 ], [ -71.121938, 42.308572 ], [ -71.121999, 42.308572 ], [ -71.122053, 42.308561 ], [ -71.122103, 42.308547 ], [ -71.12216, 42.308518 ], [ -71.122229, 42.308476 ], [ -71.122302, 42.308431 ], [ -71.122369, 42.308375 ], [ -71.122412, 42.308337 ], [ -71.122444, 42.308304 ], [ -71.122491, 42.308245 ], [ -71.12256, 42.308278 ], [ -71.122682, 42.30833 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072176, 42.332926 ], [ -71.072025, 42.333048 ], [ -71.071106, 42.333716 ], [ -71.070632, 42.33404 ], [ -71.070263, 42.334274 ], [ -71.069711, 42.334598 ], [ -71.069251, 42.33484 ], [ -71.068869, 42.335025 ], [ -71.068618, 42.335141 ], [ -71.068309, 42.335268 ], [ -71.06804, 42.335349 ], [ -71.067735, 42.335421 ], [ -71.066451, 42.335606 ], [ -71.066284, 42.335643 ], [ -71.066168, 42.335689 ], [ -71.066073, 42.335754 ], [ -71.066016, 42.335798 ], [ -71.065994, 42.335848 ], [ -71.065992, 42.336191 ], [ -71.065966, 42.336437 ], [ -71.065935, 42.336643 ], [ -71.065892, 42.336747 ], [ -71.065827, 42.33701 ], [ -71.065721, 42.337318 ], [ -71.065356, 42.337988 ], [ -71.064918, 42.33869 ], [ -71.064892, 42.33876 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115677, 42.326432 ], [ -71.115645, 42.326463 ], [ -71.115614, 42.326496 ], [ -71.115587, 42.326545 ], [ -71.115572, 42.326587 ], [ -71.115567, 42.326626 ], [ -71.115564, 42.326661 ], [ -71.115564, 42.326707 ], [ -71.115569, 42.326773 ], [ -71.115571, 42.326807 ], [ -71.115577, 42.326854 ], [ -71.115572, 42.326901 ], [ -71.115561, 42.326936 ], [ -71.115538, 42.32696 ], [ -71.115504, 42.326992 ], [ -71.115477, 42.327024 ], [ -71.115439, 42.327065 ], [ -71.115417, 42.327109 ], [ -71.115396, 42.327154 ], [ -71.115383, 42.327194 ], [ -71.115368, 42.32726 ], [ -71.115356, 42.327353 ], [ -71.115351, 42.327435 ], [ -71.115347, 42.32753 ], [ -71.115343, 42.327625 ], [ -71.115343, 42.327683 ], [ -71.11534, 42.327749 ], [ -71.115333, 42.327816 ], [ -71.115328, 42.327882 ], [ -71.115314, 42.327967 ], [ -71.1153, 42.328043 ], [ -71.115281, 42.328112 ], [ -71.11527, 42.328181 ], [ -71.115247, 42.328251 ], [ -71.115232, 42.328311 ], [ -71.115213, 42.328366 ], [ -71.11519, 42.328424 ], [ -71.115164, 42.328479 ], [ -71.115134, 42.328536 ], [ -71.1151, 42.328605 ], [ -71.115064, 42.328665 ], [ -71.115007, 42.328761 ], [ -71.114942, 42.328868 ], [ -71.114897, 42.328945 ], [ -71.114861, 42.329 ], [ -71.11482, 42.329071 ], [ -71.114737, 42.329181 ], [ -71.11467, 42.329277 ], [ -71.114618, 42.329357 ], [ -71.114537, 42.329469 ], [ -71.114465, 42.329569 ], [ -71.114405, 42.329666 ], [ -71.114341, 42.32976 ], [ -71.114301, 42.329838 ], [ -71.114274, 42.329893 ], [ -71.114244, 42.329955 ], [ -71.114169, 42.330089 ], [ -71.114116, 42.330182 ], [ -71.114075, 42.330265 ], [ -71.114041, 42.330317 ], [ -71.114012, 42.330367 ], [ -71.113966, 42.330445 ], [ -71.113936, 42.330509 ], [ -71.113906, 42.330591 ], [ -71.113884, 42.330668 ], [ -71.113861, 42.330732 ], [ -71.113853, 42.330786 ], [ -71.113845, 42.330848 ], [ -71.113844, 42.330893 ], [ -71.113827, 42.330899 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113492, 42.330803 ], [ -71.113444, 42.330737 ], [ -71.1134, 42.330692 ], [ -71.113332, 42.330635 ], [ -71.113236, 42.330578 ], [ -71.113172, 42.33054 ], [ -71.11312, 42.330495 ], [ -71.113073, 42.330453 ], [ -71.113029, 42.330402 ], [ -71.112965, 42.330339 ], [ -71.112913, 42.33028 ], [ -71.112853, 42.330196 ], [ -71.11279, 42.330115 ], [ -71.112734, 42.330041 ], [ -71.112686, 42.329972 ], [ -71.112619, 42.32988 ], [ -71.112551, 42.329793 ], [ -71.112511, 42.32973 ], [ -71.112455, 42.329677 ], [ -71.112399, 42.329611 ], [ -71.112368, 42.329578 ], [ -71.112332, 42.329536 ], [ -71.112292, 42.329494 ], [ -71.112268, 42.329459 ], [ -71.112248, 42.329423 ], [ -71.112228, 42.329393 ], [ -71.112204, 42.329351 ], [ -71.112181, 42.329303 ], [ -71.112153, 42.329241 ], [ -71.112137, 42.329187 ], [ -71.11213, 42.329128 ], [ -71.112114, 42.329077 ], [ -71.112094, 42.329017 ], [ -71.112086, 42.328952 ], [ -71.112075, 42.328895 ], [ -71.112067, 42.328809 ], [ -71.11206, 42.328725 ], [ -71.11206, 42.328624 ], [ -71.112065, 42.328573 ], [ -71.112061, 42.328493 ], [ -71.11207, 42.328445 ], [ -71.112078, 42.328371 ], [ -71.112099, 42.328294 ], [ -71.112119, 42.328216 ], [ -71.112131, 42.328172 ], [ -71.112164, 42.328082 ], [ -71.112205, 42.327978 ], [ -71.112241, 42.327898 ], [ -71.112294, 42.327788 ], [ -71.112328, 42.327722 ], [ -71.112361, 42.327669 ], [ -71.112401, 42.32761 ], [ -71.112446, 42.327553 ], [ -71.112518, 42.327491 ], [ -71.112587, 42.327426 ], [ -71.112639, 42.327375 ], [ -71.112684, 42.327319 ], [ -71.112741, 42.327247 ], [ -71.112777, 42.327179 ], [ -71.112842, 42.327099 ], [ -71.112886, 42.327025 ], [ -71.112927, 42.32695 ], [ -71.11296, 42.326861 ], [ -71.113008, 42.326769 ], [ -71.113065, 42.326668 ], [ -71.113118, 42.32657 ], [ -71.113187, 42.326463 ], [ -71.113228, 42.326365 ], [ -71.113264, 42.326284 ], [ -71.113293, 42.326216 ], [ -71.113313, 42.326136 ], [ -71.113338, 42.326061 ], [ -71.113358, 42.325969 ], [ -71.113371, 42.325889 ], [ -71.113376, 42.32579 ], [ -71.113392, 42.325701 ], [ -71.113417, 42.325609 ], [ -71.113433, 42.325529 ], [ -71.11345, 42.325478 ], [ -71.113474, 42.325424 ], [ -71.113498, 42.32538 ], [ -71.113551, 42.325332 ], [ -71.113615, 42.325279 ], [ -71.113684, 42.325235 ], [ -71.113781, 42.325175 ], [ -71.113893, 42.325128 ], [ -71.11399, 42.325078 ], [ -71.114094, 42.325022 ], [ -71.114207, 42.324968 ], [ -71.114292, 42.324912 ], [ -71.114364, 42.324862 ], [ -71.114457, 42.324814 ], [ -71.114525, 42.324767 ], [ -71.114594, 42.324702 ], [ -71.114642, 42.324648 ], [ -71.114683, 42.324589 ], [ -71.114719, 42.324553 ], [ -71.114788, 42.324485 ], [ -71.114861, 42.324423 ], [ -71.114897, 42.32439 ], [ -71.114929, 42.324345 ], [ -71.114942, 42.324298 ], [ -71.114946, 42.324262 ], [ -71.114958, 42.324218 ], [ -71.114958, 42.324176 ], [ -71.114975, 42.32411 ], [ -71.114987, 42.324057 ], [ -71.115, 42.323994 ], [ -71.11502, 42.323914 ], [ -71.115045, 42.323846 ], [ -71.115085, 42.323774 ], [ -71.11511, 42.323724 ], [ -71.115154, 42.323661 ], [ -71.115199, 42.323611 ], [ -71.115267, 42.323569 ], [ -71.115319, 42.323528 ], [ -71.115388, 42.323469 ], [ -71.115449, 42.323415 ], [ -71.115505, 42.323383 ], [ -71.115573, 42.323347 ], [ -71.115654, 42.323309 ], [ -71.115738, 42.323273 ], [ -71.115787, 42.323241 ], [ -71.115867, 42.323214 ], [ -71.115947, 42.323188 ], [ -71.116056, 42.323158 ], [ -71.11612, 42.323135 ], [ -71.116185, 42.323105 ], [ -71.116257, 42.323081 ], [ -71.116333, 42.323058 ], [ -71.116406, 42.323028 ], [ -71.11647, 42.322999 ], [ -71.116531, 42.322972 ], [ -71.116575, 42.322943 ], [ -71.116627, 42.322904 ], [ -71.116684, 42.322865 ], [ -71.116728, 42.322836 ], [ -71.116772, 42.322788 ], [ -71.116817, 42.322738 ], [ -71.116845, 42.322699 ], [ -71.11687, 42.322658 ], [ -71.116898, 42.32261 ], [ -71.116918, 42.322548 ], [ -71.116939, 42.322494 ], [ -71.116951, 42.322438 ], [ -71.116964, 42.322372 ], [ -71.116972, 42.322307 ], [ -71.116984, 42.322235 ], [ -71.116989, 42.322173 ], [ -71.116989, 42.322119 ], [ -71.116982, 42.322055 ], [ -71.116974, 42.321992 ], [ -71.11695, 42.321918 ], [ -71.116935, 42.321843 ], [ -71.116919, 42.321769 ], [ -71.116891, 42.321691 ], [ -71.116872, 42.321611 ], [ -71.116852, 42.321516 ], [ -71.116817, 42.321417 ], [ -71.116797, 42.321343 ], [ -71.116782, 42.321292 ], [ -71.116762, 42.321229 ], [ -71.11675, 42.321167 ], [ -71.116755, 42.321119 ], [ -71.116763, 42.321 ], [ -71.116787, 42.320976 ], [ -71.116824, 42.320941 ], [ -71.116852, 42.320902 ], [ -71.116872, 42.320858 ], [ -71.116897, 42.320789 ], [ -71.116933, 42.320718 ], [ -71.116966, 42.320649 ], [ -71.11699, 42.320599 ], [ -71.117031, 42.32054 ], [ -71.1171, 42.320456 ], [ -71.117152, 42.320397 ], [ -71.117213, 42.320338 ], [ -71.117261, 42.32029 ], [ -71.11731, 42.320246 ], [ -71.11735, 42.320207 ], [ -71.117378, 42.320177 ], [ -71.117406, 42.320154 ], [ -71.117419, 42.320106 ], [ -71.117431, 42.320038 ], [ -71.117444, 42.319966 ], [ -71.117452, 42.319913 ], [ -71.117452, 42.319871 ], [ -71.117453, 42.319817 ], [ -71.117449, 42.319761 ], [ -71.117441, 42.319695 ], [ -71.117426, 42.31963 ], [ -71.11741, 42.31957 ], [ -71.117382, 42.319487 ], [ -71.117355, 42.3194 ], [ -71.117319, 42.319327 ], [ -71.117287, 42.319255 ], [ -71.117248, 42.319193 ], [ -71.11722, 42.319127 ], [ -71.117192, 42.319085 ], [ -71.117152, 42.319029 ], [ -71.117113, 42.318969 ], [ -71.117081, 42.318921 ], [ -71.117013, 42.318875 ], [ -71.116941, 42.318842 ], [ -71.116873, 42.318815 ], [ -71.116797, 42.318788 ], [ -71.116741, 42.318776 ], [ -71.116693, 42.318743 ], [ -71.116665, 42.318698 ], [ -71.116633, 42.318653 ], [ -71.116613, 42.318612 ], [ -71.116605, 42.31857 ], [ -71.116606, 42.318525 ], [ -71.116602, 42.318466 ], [ -71.116602, 42.318409 ], [ -71.116611, 42.318349 ], [ -71.116631, 42.318302 ], [ -71.116656, 42.318233 ], [ -71.116672, 42.318177 ], [ -71.116688, 42.318123 ], [ -71.116705, 42.318061 ], [ -71.116733, 42.317993 ], [ -71.116774, 42.317939 ], [ -71.116806, 42.317892 ], [ -71.116831, 42.317838 ], [ -71.116851, 42.317773 ], [ -71.116863, 42.317726 ], [ -71.116872, 42.317679 ], [ -71.116876, 42.31763 ], [ -71.116884, 42.317549 ], [ -71.116889, 42.317466 ], [ -71.11689, 42.317362 ], [ -71.116882, 42.317277 ], [ -71.116887, 42.317205 ], [ -71.116887, 42.317143 ], [ -71.116883, 42.317074 ], [ -71.116872, 42.316988 ], [ -71.116872, 42.316911 ], [ -71.116869, 42.316833 ], [ -71.116865, 42.316738 ], [ -71.11687, 42.316672 ], [ -71.11687, 42.316604 ], [ -71.11687, 42.316541 ], [ -71.116879, 42.316494 ], [ -71.116887, 42.316422 ], [ -71.116896, 42.316345 ], [ -71.116908, 42.316268 ], [ -71.116921, 42.316196 ], [ -71.116941, 42.316125 ], [ -71.116954, 42.316062 ], [ -71.11697, 42.316 ], [ -71.116986, 42.315952 ], [ -71.117007, 42.315899 ], [ -71.117027, 42.315854 ], [ -71.117051, 42.315812 ], [ -71.117088, 42.315753 ], [ -71.117108, 42.31571 ], [ -71.117137, 42.315674 ], [ -71.117169, 42.315642 ], [ -71.117197, 42.315606 ], [ -71.117233, 42.315564 ], [ -71.117258, 42.315538 ], [ -71.117306, 42.315514 ], [ -71.11737, 42.315484 ], [ -71.117443, 42.315458 ], [ -71.117519, 42.315422 ], [ -71.117592, 42.31539 ], [ -71.117652, 42.315354 ], [ -71.117708, 42.315322 ], [ -71.117801, 42.315274 ], [ -71.117877, 42.315233 ], [ -71.117974, 42.315177 ], [ -71.118043, 42.315129 ], [ -71.118107, 42.315094 ], [ -71.118171, 42.315052 ], [ -71.118244, 42.31499 ], [ -71.118321, 42.314931 ], [ -71.118397, 42.314863 ], [ -71.11847, 42.314794 ], [ -71.118567, 42.314726 ], [ -71.118671, 42.314649 ], [ -71.118756, 42.314581 ], [ -71.118841, 42.31451 ], [ -71.118933, 42.314441 ], [ -71.119034, 42.314364 ], [ -71.119111, 42.314302 ], [ -71.119208, 42.314222 ], [ -71.119256, 42.314175 ], [ -71.119312, 42.314139 ], [ -71.119381, 42.314095 ], [ -71.119457, 42.314044 ], [ -71.11953, 42.314006 ], [ -71.11965, 42.313973 ], [ -71.119727, 42.313956 ], [ -71.119827, 42.313935 ], [ -71.119923, 42.313924 ], [ -71.120008, 42.313921 ], [ -71.120096, 42.313924 ], [ -71.12016, 42.313933 ], [ -71.120212, 42.313934 ], [ -71.120273, 42.313925 ], [ -71.120393, 42.313913 ], [ -71.120501, 42.313902 ], [ -71.120614, 42.313893 ], [ -71.120694, 42.313879 ], [ -71.120758, 42.313867 ], [ -71.120831, 42.313858 ], [ -71.120887, 42.313855 ], [ -71.120943, 42.313864 ], [ -71.120983, 42.313882 ], [ -71.121047, 42.313909 ], [ -71.121119, 42.313934 ], [ -71.121183, 42.313961 ], [ -71.121239, 42.313982 ], [ -71.121287, 42.314 ], [ -71.121355, 42.314015 ], [ -71.121419, 42.314018 ], [ -71.121484, 42.314021 ], [ -71.12156, 42.314021 ], [ -71.121612, 42.314022 ], [ -71.12166, 42.314013 ], [ -71.121724, 42.313998 ], [ -71.121789, 42.31398 ], [ -71.121861, 42.313954 ], [ -71.121926, 42.313918 ], [ -71.121961, 42.313855 ], [ -71.121991, 42.313804 ], [ -71.121875, 42.313757 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boundary Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140032, 42.268372 ], [ -71.139959, 42.268294 ], [ -71.139731, 42.268065 ], [ -71.139673, 42.26801 ], [ -71.1396, 42.26795 ], [ -71.139522, 42.267891 ], [ -71.139303, 42.26773 ], [ -71.139187, 42.267642 ], [ -71.139063, 42.267544 ], [ -71.138945, 42.267444 ], [ -71.13885, 42.26736 ], [ -71.138737, 42.267254 ], [ -71.138621, 42.267142 ], [ -71.138511, 42.267035 ], [ -71.13842, 42.266941 ], [ -71.138346, 42.266861 ], [ -71.138289, 42.266797 ], [ -71.138252, 42.266749 ], [ -71.138217, 42.266695 ], [ -71.138183, 42.266639 ], [ -71.138086, 42.266461 ], [ -71.138033, 42.266386 ], [ -71.13798, 42.266318 ], [ -71.137928, 42.266256 ], [ -71.137796, 42.266107 ], [ -71.137723, 42.266021 ], [ -71.137638, 42.265914 ], [ -71.137548, 42.265794 ], [ -71.137486, 42.265704 ], [ -71.137421, 42.265596 ], [ -71.137354, 42.265471 ], [ -71.137283, 42.265329 ], [ -71.137212, 42.265177 ], [ -71.137139, 42.265008 ], [ -71.137069, 42.264841 ], [ -71.136957, 42.264563 ], [ -71.136813, 42.264211 ], [ -71.136768, 42.264111 ], [ -71.136728, 42.264028 ], [ -71.136697, 42.263961 ], [ -71.136664, 42.263882 ], [ -71.136562, 42.263614 ], [ -71.136525, 42.263519 ], [ -71.136489, 42.263437 ], [ -71.136454, 42.263365 ], [ -71.136432, 42.263328 ], [ -71.136405, 42.263292 ], [ -71.136377, 42.263259 ], [ -71.136308, 42.263185 ], [ -71.136274, 42.263142 ], [ -71.136258, 42.263117 ], [ -71.136245, 42.26309 ], [ -71.136235, 42.263062 ], [ -71.136227, 42.263033 ], [ -71.136219, 42.263002 ], [ -71.136207, 42.262968 ], [ -71.136191, 42.262932 ], [ -71.13617, 42.262891 ], [ -71.136126, 42.262814 ], [ -71.136007, 42.262623 ], [ -71.135978, 42.262572 ], [ -71.135955, 42.262527 ], [ -71.135935, 42.262482 ], [ -71.135921, 42.262441 ], [ -71.135912, 42.262403 ], [ -71.135908, 42.262369 ], [ -71.135909, 42.262342 ], [ -71.135912, 42.262315 ], [ -71.13592, 42.262286 ], [ -71.13593, 42.262257 ], [ -71.135956, 42.262202 ], [ -71.136023, 42.262081 ], [ -71.136036, 42.262052 ], [ -71.136045, 42.262025 ], [ -71.136078, 42.261888 ], [ -71.136083, 42.261849 ], [ -71.136083, 42.261819 ], [ -71.136081, 42.261758 ], [ -71.136086, 42.261687 ], [ -71.1361, 42.261605 ], [ -71.136122, 42.26151 ], [ -71.136131, 42.261481 ], [ -71.136145, 42.261449 ], [ -71.136202, 42.261336 ], [ -71.136222, 42.261292 ], [ -71.136237, 42.261249 ], [ -71.136247, 42.261209 ], [ -71.13625, 42.261161 ], [ -71.136248, 42.261138 ], [ -71.136243, 42.261115 ], [ -71.136236, 42.261093 ], [ -71.136227, 42.261071 ], [ -71.136215, 42.261049 ], [ -71.1362, 42.261028 ], [ -71.136191, 42.261018 ], [ -71.136176, 42.261007 ], [ -71.136131, 42.260983 ], [ -71.136073, 42.260958 ], [ -71.135951, 42.260911 ], [ -71.135908, 42.260889 ], [ -71.135848, 42.260853 ], [ -71.135778, 42.260804 ], [ -71.135722, 42.260762 ], [ -71.135698, 42.260743 ], [ -71.135671, 42.260724 ], [ -71.135541, 42.26065 ], [ -71.135511, 42.260631 ], [ -71.135484, 42.26061 ], [ -71.135435, 42.260566 ], [ -71.135392, 42.260522 ], [ -71.135358, 42.260481 ], [ -71.135296, 42.260397 ], [ -71.135262, 42.260361 ], [ -71.135143, 42.260249 ], [ -71.135111, 42.260215 ], [ -71.135083, 42.260182 ], [ -71.135061, 42.260152 ], [ -71.13504, 42.260115 ], [ -71.134981, 42.259992 ], [ -71.134966, 42.259966 ], [ -71.134918, 42.259903 ], [ -71.134879, 42.259861 ], [ -71.134868, 42.259846 ], [ -71.134857, 42.259828 ], [ -71.13483, 42.25976 ], [ -71.134817, 42.259733 ], [ -71.134799, 42.259709 ], [ -71.134777, 42.25969 ], [ -71.134664, 42.259637 ], [ -71.134522, 42.259575 ], [ -71.134476, 42.259554 ], [ -71.134366, 42.259493 ], [ -71.134321, 42.259473 ], [ -71.134263, 42.259452 ], [ -71.13416, 42.25942 ], [ -71.134099, 42.259396 ], [ -71.13404, 42.259369 ], [ -71.133983, 42.259339 ], [ -71.13393, 42.259306 ], [ -71.133881, 42.259271 ], [ -71.133841, 42.259236 ], [ -71.13381, 42.259203 ], [ -71.133791, 42.259174 ], [ -71.133774, 42.259134 ], [ -71.133759, 42.259094 ], [ -71.133747, 42.259054 ], [ -71.133737, 42.259012 ], [ -71.133724, 42.258929 ], [ -71.133709, 42.258779 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0619, 42.272966 ], [ -71.06182, 42.273041 ], [ -71.06175, 42.273103 ], [ -71.061659, 42.273169 ], [ -71.061578, 42.273233 ], [ -71.061496, 42.273281 ], [ -71.061407, 42.273338 ], [ -71.06131, 42.273409 ], [ -71.061214, 42.273475 ], [ -71.061121, 42.273548 ], [ -71.061022, 42.273633 ], [ -71.060928, 42.273698 ], [ -71.060842, 42.273765 ], [ -71.060723, 42.27384 ], [ -71.060623, 42.273909 ], [ -71.060519, 42.273977 ], [ -71.060426, 42.274037 ], [ -71.060125, 42.274214 ], [ -71.059617, 42.274472 ], [ -71.059264, 42.274633 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Tenean Beach Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042435, 42.289718 ], [ -71.042374, 42.289769 ], [ -71.04232, 42.289834 ], [ -71.04229, 42.289886 ], [ -71.042265, 42.289944 ], [ -71.042254, 42.290003 ], [ -71.042249, 42.290083 ], [ -71.042268, 42.290182 ], [ -71.042277, 42.29027 ], [ -71.042276, 42.290336 ], [ -71.042281, 42.290417 ], [ -71.04229, 42.290494 ], [ -71.042304, 42.290571 ], [ -71.042304, 42.290648 ], [ -71.042308, 42.29078 ], [ -71.042311, 42.29096 ], [ -71.042315, 42.291095 ], [ -71.042315, 42.291183 ], [ -71.042314, 42.29129 ], [ -71.042314, 42.291345 ], [ -71.042323, 42.291422 ], [ -71.042337, 42.291491 ], [ -71.042361, 42.291572 ], [ -71.0424, 42.291649 ], [ -71.042429, 42.291723 ], [ -71.042478, 42.291807 ], [ -71.042542, 42.291881 ], [ -71.042625, 42.291973 ], [ -71.042718, 42.292039 ], [ -71.042787, 42.292109 ], [ -71.042871, 42.292168 ], [ -71.042984, 42.292253 ], [ -71.043082, 42.292323 ], [ -71.0432, 42.292419 ], [ -71.043288, 42.292492 ], [ -71.043391, 42.29257 ], [ -71.043563, 42.292702 ], [ -71.043661, 42.292787 ], [ -71.043754, 42.292872 ], [ -71.043867, 42.29296 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037452, 42.310364 ], [ -71.037721, 42.310405 ], [ -71.037961, 42.310516 ], [ -71.038301, 42.310709 ], [ -71.039055, 42.311171 ], [ -71.044059, 42.314256 ], [ -71.044243, 42.314339 ], [ -71.044391, 42.31436 ], [ -71.044543, 42.314334 ], [ -71.044731, 42.314241 ], [ -71.045993, 42.313577 ], [ -71.04608, 42.313562 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southwest Corridor" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075857, 42.347104 ], [ -71.076175, 42.347009 ], [ -71.076424, 42.346898 ], [ -71.076686, 42.346736 ], [ -71.076829, 42.34673 ], [ -71.076933, 42.346636 ], [ -71.07697, 42.346617 ], [ -71.077027, 42.346597 ], [ -71.077089, 42.34658 ], [ -71.077156, 42.34654 ], [ -71.077257, 42.346465 ], [ -71.077359, 42.346364 ], [ -71.077414, 42.346366 ], [ -71.078004, 42.345873 ], [ -71.078039, 42.34581 ], [ -71.078112, 42.345751 ], [ -71.078113, 42.345727 ], [ -71.078278, 42.345587 ], [ -71.078277, 42.345478 ], [ -71.078892, 42.34497 ], [ -71.078998, 42.344984 ], [ -71.079244, 42.344776 ], [ -71.079231, 42.344696 ], [ -71.079425, 42.344531 ], [ -71.079512, 42.34452 ], [ -71.079576, 42.344489 ], [ -71.079809, 42.344303 ], [ -71.079933, 42.344226 ], [ -71.080053, 42.344132 ], [ -71.080115, 42.344071 ], [ -71.080231, 42.343979 ], [ -71.080242, 42.343946 ], [ -71.080284, 42.343834 ], [ -71.080326, 42.343776 ], [ -71.080508, 42.343638 ], [ -71.08057, 42.343619 ], [ -71.080879, 42.343357 ], [ -71.080938, 42.343354 ], [ -71.080991, 42.34333 ], [ -71.081171, 42.343179 ], [ -71.081224, 42.343151 ], [ -71.081238, 42.343123 ], [ -71.081263, 42.34311 ], [ -71.081357, 42.343091 ], [ -71.081516, 42.342958 ], [ -71.08156, 42.342883 ], [ -71.081819, 42.34267 ], [ -71.081869, 42.342639 ], [ -71.081892, 42.342607 ], [ -71.081922, 42.342585 ], [ -71.081998, 42.34256 ], [ -71.082257, 42.342355 ], [ -71.082302, 42.342331 ], [ -71.08249, 42.342198 ], [ -71.082553, 42.342173 ], [ -71.082657, 42.342088 ], [ -71.08268, 42.342036 ], [ -71.082895, 42.341851 ], [ -71.082993, 42.341777 ], [ -71.082992, 42.341754 ], [ -71.082974, 42.341734 ], [ -71.082932, 42.341704 ], [ -71.082922, 42.341687 ], [ -71.082923, 42.341679 ], [ -71.082943, 42.341663 ], [ -71.082968, 42.341661 ], [ -71.083067, 42.341729 ], [ -71.083169, 42.341715 ], [ -71.083265, 42.341639 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060766, 42.298202 ], [ -71.060653, 42.298656 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southwest Corridor" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087756, 42.336577 ], [ -71.087877, 42.336499 ], [ -71.088605, 42.33589 ], [ -71.088681, 42.335869 ], [ -71.089027, 42.3356 ], [ -71.089169, 42.335628 ], [ -71.089295, 42.335638 ], [ -71.089438, 42.335628 ], [ -71.089551, 42.335606 ], [ -71.089655, 42.335578 ], [ -71.089752, 42.335546 ], [ -71.089846, 42.335505 ], [ -71.09009, 42.335373 ], [ -71.090266, 42.335323 ], [ -71.090378, 42.335291 ], [ -71.090454, 42.335232 ], [ -71.090565, 42.335146 ], [ -71.090635, 42.335077 ], [ -71.090715, 42.334975 ], [ -71.090776, 42.334864 ], [ -71.090894, 42.334689 ], [ -71.091, 42.334565 ], [ -71.091126, 42.334452 ], [ -71.091331, 42.334323 ], [ -71.091571, 42.334195 ], [ -71.091874, 42.33404 ], [ -71.092128, 42.333903 ], [ -71.092265, 42.333816 ], [ -71.092606, 42.333518 ], [ -71.092757, 42.333356 ], [ -71.092836, 42.333305 ], [ -71.0929, 42.333273 ], [ -71.093061, 42.333181 ], [ -71.093163, 42.333107 ], [ -71.093227, 42.333035 ], [ -71.09337, 42.332848 ], [ -71.093466, 42.332738 ], [ -71.093669, 42.33256 ], [ -71.093754, 42.332498 ], [ -71.094215, 42.332143 ], [ -71.094269, 42.332103 ], [ -71.094304, 42.332056 ], [ -71.094395, 42.331948 ], [ -71.094453, 42.331823 ], [ -71.094597, 42.331623 ], [ -71.095194, 42.331056 ], [ -71.095281, 42.330947 ], [ -71.095388, 42.330851 ], [ -71.095478, 42.330759 ], [ -71.095672, 42.330602 ], [ -71.095785, 42.330497 ], [ -71.095941, 42.330331 ], [ -71.096044, 42.33019 ], [ -71.096147, 42.330029 ], [ -71.096244, 42.329877 ], [ -71.096372, 42.329701 ], [ -71.096636, 42.329374 ], [ -71.096695, 42.329292 ], [ -71.096875, 42.329003 ], [ -71.096906, 42.328916 ], [ -71.096958, 42.328798 ], [ -71.097164, 42.32839 ], [ -71.097265, 42.328192 ], [ -71.097341, 42.328061 ], [ -71.097409, 42.327926 ], [ -71.097553, 42.327698 ], [ -71.097632, 42.327576 ], [ -71.097773, 42.327246 ], [ -71.097838, 42.327083 ], [ -71.097919, 42.326807 ], [ -71.097983, 42.326596 ], [ -71.098155, 42.326077 ], [ -71.098497, 42.325098 ], [ -71.098518, 42.32502 ], [ -71.098547, 42.324932 ], [ -71.098632, 42.324713 ], [ -71.09869, 42.324575 ], [ -71.098751, 42.324469 ], [ -71.098809, 42.324383 ], [ -71.098881, 42.324306 ], [ -71.098956, 42.324236 ], [ -71.099041, 42.324163 ], [ -71.099146, 42.324093 ], [ -71.099258, 42.324039 ], [ -71.099429, 42.323969 ], [ -71.099536, 42.323908 ], [ -71.099679, 42.323784 ], [ -71.099778, 42.323648 ], [ -71.099851, 42.323501 ], [ -71.100263, 42.32288 ], [ -71.100489, 42.322895 ], [ -71.100478, 42.322731 ], [ -71.100482, 42.322525 ], [ -71.100511, 42.322452 ], [ -71.100627, 42.322257 ], [ -71.100694, 42.322165 ], [ -71.10097, 42.321804 ], [ -71.102083, 42.320544 ], [ -71.102466, 42.320071 ], [ -71.102553, 42.319953 ], [ -71.102707, 42.31977 ], [ -71.10287, 42.319592 ], [ -71.102961, 42.319503 ], [ -71.103155, 42.319274 ], [ -71.103532, 42.318722 ], [ -71.10378, 42.318381 ], [ -71.103961, 42.31814 ], [ -71.104085, 42.317989 ], [ -71.104226, 42.317839 ], [ -71.104333, 42.317703 ], [ -71.104499, 42.317489 ], [ -71.104702, 42.317162 ], [ -71.104827, 42.31697 ], [ -71.104852, 42.316795 ], [ -71.104874, 42.316601 ], [ -71.104886, 42.316518 ], [ -71.104958, 42.31636 ], [ -71.105048, 42.31617 ], [ -71.105135, 42.315996 ], [ -71.105216, 42.31581 ], [ -71.105316, 42.315537 ], [ -71.105357, 42.315422 ], [ -71.10537, 42.315367 ], [ -71.105434, 42.31516 ], [ -71.105498, 42.314828 ], [ -71.105505, 42.314735 ], [ -71.105547, 42.314637 ], [ -71.105572, 42.314573 ], [ -71.105531, 42.314517 ], [ -71.105392, 42.31441 ], [ -71.105314, 42.314318 ], [ -71.105287, 42.314244 ], [ -71.105301, 42.314092 ], [ -71.10533, 42.313938 ], [ -71.105434, 42.313688 ], [ -71.105498, 42.31355 ], [ -71.10554, 42.313474 ], [ -71.105588, 42.313399 ], [ -71.105668, 42.313272 ], [ -71.105736, 42.313143 ], [ -71.105837, 42.312757 ], [ -71.10589, 42.312561 ], [ -71.105944, 42.312424 ], [ -71.106054, 42.312242 ], [ -71.106208, 42.312014 ], [ -71.106372, 42.311769 ], [ -71.106503, 42.311572 ], [ -71.106616, 42.311389 ], [ -71.106732, 42.311215 ], [ -71.106777, 42.311126 ], [ -71.106821, 42.311032 ], [ -71.106936, 42.310841 ], [ -71.10706, 42.310648 ], [ -71.107083, 42.310553 ], [ -71.107142, 42.310487 ], [ -71.107436, 42.310087 ], [ -71.10748, 42.310009 ], [ -71.107521, 42.30994 ], [ -71.107773, 42.309559 ], [ -71.108084, 42.309114 ], [ -71.108212, 42.308918 ], [ -71.108577, 42.308363 ], [ -71.108818, 42.307999 ], [ -71.109094, 42.307573 ], [ -71.109144, 42.307492 ], [ -71.10919, 42.307421 ], [ -71.109245, 42.307361 ], [ -71.10931, 42.3073 ], [ -71.109392, 42.307254 ], [ -71.109491, 42.30722 ], [ -71.109643, 42.307193 ], [ -71.109722, 42.307193 ], [ -71.109816, 42.307202 ], [ -71.109902, 42.307189 ], [ -71.110039, 42.30714 ], [ -71.110134, 42.307079 ], [ -71.11018, 42.307044 ], [ -71.110306, 42.306901 ], [ -71.110431, 42.306713 ], [ -71.110487, 42.306588 ], [ -71.110654, 42.306348 ], [ -71.110698, 42.306282 ], [ -71.110716, 42.306187 ], [ -71.110734, 42.30611 ], [ -71.110754, 42.306037 ], [ -71.110766, 42.305957 ], [ -71.110806, 42.305825 ], [ -71.110839, 42.305725 ], [ -71.110902, 42.305595 ], [ -71.111088, 42.305298 ], [ -71.11125, 42.30506 ], [ -71.11142, 42.304807 ], [ -71.111541, 42.304653 ], [ -71.111644, 42.304538 ], [ -71.111764, 42.304405 ], [ -71.111849, 42.304287 ], [ -71.111944, 42.304127 ], [ -71.112011, 42.304001 ], [ -71.112114, 42.303805 ], [ -71.112189, 42.303667 ], [ -71.11231, 42.303526 ], [ -71.112391, 42.303444 ], [ -71.112522, 42.303335 ], [ -71.112588, 42.303205 ], [ -71.112681, 42.303062 ], [ -71.112761, 42.302878 ], [ -71.112857, 42.302744 ], [ -71.112979, 42.302594 ], [ -71.113064, 42.302507 ], [ -71.113272, 42.302328 ], [ -71.113515, 42.302112 ], [ -71.113539, 42.302085 ], [ -71.113552, 42.302052 ], [ -71.113564, 42.302005 ], [ -71.113568, 42.301956 ], [ -71.113626, 42.301915 ], [ -71.113662, 42.301833 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Murray Circle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121373, 42.309242 ], [ -71.12149, 42.309298 ], [ -71.121612, 42.309323 ], [ -71.121762, 42.309327 ], [ -71.121911, 42.309304 ], [ -71.121991, 42.309264 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063907, 42.308356 ], [ -71.063743, 42.308139 ], [ -71.063586, 42.307998 ], [ -71.063428, 42.307875 ], [ -71.063191, 42.307747 ], [ -71.062951, 42.307649 ], [ -71.062782, 42.307563 ], [ -71.0627, 42.307501 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124357, 42.319084 ], [ -71.124062, 42.31921 ], [ -71.12396, 42.31924 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113492, 42.330803 ], [ -71.113566, 42.330953 ], [ -71.113599, 42.331052 ], [ -71.113634, 42.331091 ], [ -71.113687, 42.331068 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063907, 42.308356 ], [ -71.064107, 42.308646 ], [ -71.064209, 42.308853 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120215, 42.321485 ], [ -71.119814, 42.321484 ], [ -71.119619, 42.321464 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06501, 42.316999 ], [ -71.06469, 42.31718 ], [ -71.064429, 42.317365 ], [ -71.064189, 42.317578 ], [ -71.063994, 42.317796 ], [ -71.063842, 42.318008 ], [ -71.06362, 42.318316 ], [ -71.063441, 42.318571 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Stony Brook Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135544, 42.25867 ], [ -71.135553, 42.258675 ], [ -71.135563, 42.258686 ], [ -71.135617, 42.258773 ], [ -71.135655, 42.258822 ], [ -71.135676, 42.258844 ], [ -71.135697, 42.258863 ], [ -71.13572, 42.25888 ], [ -71.135744, 42.258894 ], [ -71.135775, 42.258909 ], [ -71.135805, 42.258922 ], [ -71.135834, 42.258932 ], [ -71.135863, 42.258939 ], [ -71.135892, 42.258944 ], [ -71.135923, 42.258946 ], [ -71.136033, 42.258945 ], [ -71.13608, 42.258949 ], [ -71.136108, 42.258954 ], [ -71.136134, 42.258962 ], [ -71.136161, 42.258973 ], [ -71.136189, 42.258986 ], [ -71.136263, 42.259031 ], [ -71.136335, 42.25907 ], [ -71.136406, 42.259106 ], [ -71.136475, 42.259138 ], [ -71.136536, 42.259163 ], [ -71.1366, 42.259187 ], [ -71.136774, 42.259243 ], [ -71.136823, 42.25926 ], [ -71.136873, 42.259281 ], [ -71.136919, 42.259304 ], [ -71.136951, 42.259323 ], [ -71.136982, 42.259345 ], [ -71.137013, 42.25937 ], [ -71.137043, 42.259398 ], [ -71.137096, 42.259453 ], [ -71.1372, 42.259574 ], [ -71.13725, 42.259628 ], [ -71.137306, 42.259683 ], [ -71.137364, 42.259732 ], [ -71.137505, 42.259844 ], [ -71.137556, 42.259887 ], [ -71.137602, 42.259932 ], [ -71.137665, 42.260003 ], [ -71.137689, 42.260034 ], [ -71.137708, 42.260065 ], [ -71.137724, 42.260097 ], [ -71.137736, 42.260131 ], [ -71.137749, 42.260191 ], [ -71.137772, 42.260344 ], [ -71.137791, 42.260425 ], [ -71.137798, 42.260441 ], [ -71.137809, 42.26046 ], [ -71.137842, 42.260504 ], [ -71.137888, 42.260551 ], [ -71.137942, 42.260597 ], [ -71.137999, 42.260639 ], [ -71.138059, 42.260676 ], [ -71.138119, 42.260707 ], [ -71.138177, 42.26073 ], [ -71.138228, 42.260752 ], [ -71.138402, 42.260844 ], [ -71.138485, 42.260883 ], [ -71.13861, 42.260933 ], [ -71.138653, 42.260947 ], [ -71.138691, 42.260958 ], [ -71.138729, 42.260966 ], [ -71.138768, 42.260971 ], [ -71.138809, 42.260973 ], [ -71.138855, 42.260973 ], [ -71.138882, 42.26097 ], [ -71.138917, 42.260962 ], [ -71.139151, 42.260894 ], [ -71.139216, 42.260879 ], [ -71.139273, 42.260868 ], [ -71.139331, 42.260862 ], [ -71.139381, 42.260863 ], [ -71.139404, 42.260866 ], [ -71.139425, 42.26087 ], [ -71.139444, 42.260876 ], [ -71.139462, 42.260884 ], [ -71.139479, 42.260896 ], [ -71.139494, 42.260913 ], [ -71.139505, 42.260935 ], [ -71.139513, 42.260963 ], [ -71.139521, 42.261018 ], [ -71.139532, 42.261179 ], [ -71.139539, 42.261223 ], [ -71.139548, 42.261263 ], [ -71.139563, 42.261293 ], [ -71.139619, 42.261387 ], [ -71.139634, 42.261415 ], [ -71.139673, 42.261516 ], [ -71.139709, 42.2616 ], [ -71.139742, 42.261669 ], [ -71.139772, 42.261721 ], [ -71.139784, 42.261744 ], [ -71.139793, 42.261766 ], [ -71.13981, 42.261832 ], [ -71.139819, 42.261861 ], [ -71.139831, 42.261888 ], [ -71.139846, 42.261917 ], [ -71.139875, 42.26196 ], [ -71.139911, 42.262003 ], [ -71.139949, 42.262041 ], [ -71.140037, 42.262121 ], [ -71.140073, 42.262161 ], [ -71.14017, 42.262277 ], [ -71.140213, 42.262333 ], [ -71.140247, 42.262382 ], [ -71.140264, 42.262418 ], [ -71.140277, 42.262468 ], [ -71.140288, 42.262567 ], [ -71.1403, 42.26262 ], [ -71.140312, 42.262652 ], [ -71.14033, 42.262692 ], [ -71.140381, 42.262786 ], [ -71.140445, 42.262885 ], [ -71.140477, 42.262929 ], [ -71.140507, 42.262968 ], [ -71.140522, 42.262983 ], [ -71.140539, 42.262998 ], [ -71.140603, 42.26304 ], [ -71.140633, 42.263064 ], [ -71.140664, 42.263094 ], [ -71.140693, 42.26313 ], [ -71.140719, 42.263168 ], [ -71.140743, 42.26321 ], [ -71.140764, 42.263255 ], [ -71.140782, 42.2633 ], [ -71.140794, 42.26334 ], [ -71.1408, 42.263376 ], [ -71.140802, 42.263407 ], [ -71.140797, 42.263432 ], [ -71.140789, 42.263453 ], [ -71.140774, 42.263481 ], [ -71.140708, 42.263594 ], [ -71.14068, 42.263644 ], [ -71.140658, 42.263688 ], [ -71.140643, 42.263728 ], [ -71.140622, 42.263802 ], [ -71.14061, 42.263831 ], [ -71.140596, 42.263853 ], [ -71.140576, 42.263877 ], [ -71.140551, 42.263903 ], [ -71.140486, 42.263962 ], [ -71.140472, 42.263977 ], [ -71.140464, 42.26399 ], [ -71.140454, 42.26402 ], [ -71.140448, 42.264104 ], [ -71.140442, 42.264131 ], [ -71.140434, 42.264159 ], [ -71.140424, 42.264179 ], [ -71.14041, 42.264199 ], [ -71.14035, 42.264259 ], [ -71.140329, 42.264283 ], [ -71.140314, 42.264308 ], [ -71.140305, 42.264333 ], [ -71.140301, 42.264359 ], [ -71.140303, 42.264387 ], [ -71.140311, 42.264417 ], [ -71.140325, 42.264449 ], [ -71.140341, 42.264478 ], [ -71.140362, 42.26451 ], [ -71.140439, 42.264615 ], [ -71.140465, 42.264653 ], [ -71.140481, 42.264682 ], [ -71.1405, 42.264722 ], [ -71.140563, 42.264885 ], [ -71.140586, 42.264939 ], [ -71.140606, 42.26499 ], [ -71.140622, 42.265036 ], [ -71.140632, 42.265078 ], [ -71.140639, 42.265114 ], [ -71.14064, 42.265145 ], [ -71.140637, 42.265169 ], [ -71.14063, 42.265188 ], [ -71.140594, 42.26524 ], [ -71.140554, 42.265285 ], [ -71.140515, 42.265319 ], [ -71.140446, 42.26537 ], [ -71.140427, 42.265389 ], [ -71.140417, 42.265403 ], [ -71.140411, 42.265419 ], [ -71.140408, 42.265436 ], [ -71.140407, 42.265456 ], [ -71.14041, 42.265473 ], [ -71.140417, 42.26549 ], [ -71.140427, 42.265509 ], [ -71.14044, 42.265529 ], [ -71.14048, 42.265575 ], [ -71.140566, 42.265662 ], [ -71.140595, 42.265694 ], [ -71.140616, 42.265725 ], [ -71.140622, 42.265738 ], [ -71.140624, 42.265749 ], [ -71.140623, 42.265805 ], [ -71.140618, 42.265861 ], [ -71.140608, 42.265919 ], [ -71.140592, 42.26598 ], [ -71.140587, 42.266006 ], [ -71.140583, 42.266043 ], [ -71.140568, 42.26625 ], [ -71.140557, 42.266346 ], [ -71.140549, 42.26639 ], [ -71.140539, 42.266426 ], [ -71.140528, 42.266454 ], [ -71.140516, 42.266475 ], [ -71.1405, 42.266492 ], [ -71.140481, 42.266508 ], [ -71.140459, 42.266523 ], [ -71.140433, 42.266537 ], [ -71.140379, 42.26656 ], [ -71.140255, 42.266604 ], [ -71.140227, 42.266615 ], [ -71.140205, 42.266627 ], [ -71.140184, 42.266641 ], [ -71.140168, 42.266655 ], [ -71.140156, 42.266671 ], [ -71.140149, 42.266688 ], [ -71.1401, 42.266828 ], [ -71.140082, 42.266887 ], [ -71.140068, 42.266943 ], [ -71.140064, 42.266986 ], [ -71.140066, 42.267055 ], [ -71.140078, 42.26714 ], [ -71.140078, 42.267172 ], [ -71.140075, 42.267215 ], [ -71.140067, 42.267261 ], [ -71.140034, 42.267399 ], [ -71.140027, 42.267441 ], [ -71.140028, 42.267465 ], [ -71.140032, 42.267494 ], [ -71.140066, 42.267622 ], [ -71.140071, 42.267649 ], [ -71.140073, 42.267672 ], [ -71.140069, 42.267698 ], [ -71.140061, 42.267723 ], [ -71.140051, 42.267743 ], [ -71.140022, 42.26779 ], [ -71.14001, 42.267817 ], [ -71.140003, 42.267846 ], [ -71.140002, 42.267878 ], [ -71.140011, 42.267961 ], [ -71.140024, 42.268038 ], [ -71.140042, 42.268104 ], [ -71.140076, 42.268209 ], [ -71.140084, 42.268246 ], [ -71.140084, 42.268265 ], [ -71.140077, 42.268286 ], [ -71.140032, 42.268372 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119549, 42.321829 ], [ -71.119609, 42.321722 ], [ -71.1197, 42.321651 ], [ -71.119818, 42.321588 ], [ -71.119925, 42.32154 ], [ -71.120215, 42.321485 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065474, 42.344707 ], [ -71.065317, 42.344974 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120059, 42.322877 ], [ -71.119757, 42.32265 ], [ -71.119704, 42.322594 ], [ -71.119668, 42.322543 ], [ -71.119618, 42.322457 ], [ -71.119567, 42.322356 ], [ -71.119526, 42.32227 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064568, 42.352368 ], [ -71.064152, 42.352349 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122807, 42.35207 ], [ -71.123199, 42.352119 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Gavin Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141841, 42.257545 ], [ -71.141943, 42.257509 ], [ -71.142022, 42.257526 ], [ -71.142225, 42.25754 ], [ -71.142439, 42.257517 ], [ -71.142642, 42.257543 ], [ -71.142853, 42.2576 ], [ -71.143092, 42.257751 ], [ -71.143298, 42.257926 ], [ -71.14347, 42.258043 ], [ -71.143656, 42.258238 ], [ -71.143842, 42.258447 ], [ -71.143953, 42.258572 ], [ -71.144046, 42.258739 ], [ -71.144119, 42.258933 ], [ -71.144174, 42.259142 ], [ -71.144285, 42.259351 ], [ -71.144452, 42.259587 ], [ -71.144638, 42.259754 ], [ -71.144936, 42.259954 ], [ -71.144982, 42.260026 ], [ -71.145066, 42.2601 ], [ -71.145197, 42.260092 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061911, 42.352455 ], [ -71.061426, 42.352492 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121312, 42.351684 ], [ -71.120287, 42.351566 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060119, 42.352567 ], [ -71.059829, 42.352557 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116632, 42.279009 ], [ -71.116626, 42.279177 ], [ -71.116596, 42.279348 ], [ -71.116527, 42.279515 ], [ -71.116428, 42.279772 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062787, 42.374502 ], [ -71.063093, 42.374698 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Rooney Rock Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133966, 42.254321 ], [ -71.134094, 42.254182 ], [ -71.134217, 42.254028 ], [ -71.13436, 42.253875 ], [ -71.134483, 42.253756 ], [ -71.134607, 42.25363 ], [ -71.134702, 42.253518 ], [ -71.1349, 42.253463 ], [ -71.13507, 42.253421 ], [ -71.13524, 42.253387 ], [ -71.135326, 42.253296 ], [ -71.135392, 42.25324 ], [ -71.135505, 42.25324 ], [ -71.135694, 42.253241 ], [ -71.135817, 42.253206 ], [ -71.135893, 42.253143 ], [ -71.13594, 42.253053 ], [ -71.136054, 42.253011 ], [ -71.136186, 42.25299 ], [ -71.136318, 42.252963 ], [ -71.136469, 42.252921 ], [ -71.136621, 42.252858 ], [ -71.136782, 42.252796 ], [ -71.137046, 42.252748 ], [ -71.137263, 42.252713 ], [ -71.137499, 42.252693 ], [ -71.137669, 42.252693 ], [ -71.137877, 42.252673 ], [ -71.138066, 42.252653 ], [ -71.138198, 42.252618 ], [ -71.138283, 42.252548 ], [ -71.138359, 42.252457 ], [ -71.138426, 42.252366 ], [ -71.138464, 42.25224 ], [ -71.138474, 42.252149 ], [ -71.138475, 42.252065 ], [ -71.138513, 42.252002 ], [ -71.138551, 42.25189 ], [ -71.138561, 42.251785 ], [ -71.138562, 42.251659 ], [ -71.138534, 42.251589 ], [ -71.138459, 42.251532 ], [ -71.138355, 42.251441 ], [ -71.138187, 42.251244 ], [ -71.138046, 42.25109 ], [ -71.137943, 42.250935 ], [ -71.13785, 42.250794 ], [ -71.13785, 42.250696 ], [ -71.137879, 42.250584 ], [ -71.137908, 42.250479 ], [ -71.137899, 42.250374 ], [ -71.137824, 42.25029 ], [ -71.137712, 42.250191 ], [ -71.137665, 42.250114 ], [ -71.137571, 42.250037 ], [ -71.13743, 42.249924 ], [ -71.137289, 42.249797 ], [ -71.137026, 42.2496 ], [ -71.136782, 42.24941 ], [ -71.136669, 42.249298 ], [ -71.136642, 42.249214 ], [ -71.136612, 42.249096 ], [ -71.136558, 42.24901 ], [ -71.136422, 42.248887 ], [ -71.136326, 42.248827 ], [ -71.136236, 42.248782 ], [ -71.136098, 42.248651 ], [ -71.136002, 42.248544 ], [ -71.135877, 42.248413 ], [ -71.135771, 42.248305 ], [ -71.135717, 42.248256 ], [ -71.135683, 42.248229 ], [ -71.135657, 42.248209 ], [ -71.135613, 42.248181 ], [ -71.135573, 42.248156 ], [ -71.135524, 42.248133 ], [ -71.135482, 42.248114 ], [ -71.135442, 42.248098 ], [ -71.135398, 42.248087 ], [ -71.13534, 42.248076 ], [ -71.135284, 42.248069 ], [ -71.135225, 42.248065 ], [ -71.135181, 42.248065 ], [ -71.135134, 42.248067 ], [ -71.135088, 42.248072 ], [ -71.135026, 42.248085 ], [ -71.13497, 42.248097 ], [ -71.134756, 42.248144 ], [ -71.134464, 42.248208 ], [ -71.134236, 42.248253 ], [ -71.134086, 42.248285 ], [ -71.134008, 42.248303 ], [ -71.133973, 42.248306 ], [ -71.133937, 42.248307 ], [ -71.133914, 42.248305 ], [ -71.133897, 42.2483 ], [ -71.133875, 42.248291 ], [ -71.133855, 42.24828 ], [ -71.133842, 42.24827 ], [ -71.133829, 42.248257 ], [ -71.133819, 42.248242 ], [ -71.133775, 42.24813 ], [ -71.133628, 42.247751 ], [ -71.1336, 42.24769 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061984, 42.372963 ], [ -71.061949, 42.372574 ], [ -71.061953, 42.372267 ], [ -71.061963, 42.372179 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114985, 42.282432 ], [ -71.115301, 42.282118 ], [ -71.115444, 42.281966 ], [ -71.1156, 42.281782 ], [ -71.115871, 42.281422 ], [ -71.116089, 42.281022 ], [ -71.116238, 42.280682 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057034, 42.287704 ], [ -71.056721, 42.287807 ], [ -71.056054, 42.288025 ], [ -71.055348, 42.288251 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056495, 42.362158 ], [ -71.05609, 42.361973 ], [ -71.055488, 42.361707 ], [ -71.055149, 42.361555 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092293, 42.316924 ], [ -71.091968, 42.31695 ], [ -71.09178, 42.316972 ], [ -71.091698, 42.316991 ], [ -71.09162, 42.317006 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Rooney Rock Path Connector" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136236, 42.248782 ], [ -71.135855, 42.248826 ], [ -71.135725, 42.24877 ], [ -71.135532, 42.24879 ], [ -71.135318, 42.24882 ], [ -71.13522, 42.248832 ], [ -71.135118, 42.248841 ], [ -71.135045, 42.248839 ], [ -71.134984, 42.248827 ], [ -71.134939, 42.248807 ], [ -71.134883, 42.248786 ], [ -71.134846, 42.248771 ], [ -71.134812, 42.248763 ], [ -71.134776, 42.248762 ], [ -71.134743, 42.248765 ], [ -71.134707, 42.24877 ], [ -71.134675, 42.248781 ], [ -71.13464, 42.248801 ], [ -71.134522, 42.248942 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093146, 42.320809 ], [ -71.092648, 42.321191 ], [ -71.092477, 42.321316 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054926, 42.362055 ], [ -71.055813, 42.362551 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117662, 42.296308 ], [ -71.11721, 42.296736 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127637, 42.296658 ], [ -71.127737, 42.296504 ], [ -71.127767, 42.296443 ], [ -71.12779, 42.296383 ], [ -71.127926, 42.29637 ], [ -71.128074, 42.296363 ], [ -71.12821, 42.296324 ], [ -71.128327, 42.296277 ], [ -71.128436, 42.296199 ], [ -71.128512, 42.296119 ], [ -71.12856, 42.296028 ], [ -71.128567, 42.295888 ], [ -71.128552, 42.295833 ], [ -71.128486, 42.295691 ], [ -71.128413, 42.295603 ], [ -71.128239, 42.295469 ], [ -71.128139, 42.295389 ], [ -71.128206, 42.295301 ], [ -71.128257, 42.295247 ], [ -71.128325, 42.295192 ], [ -71.128399, 42.295151 ], [ -71.128466, 42.29513 ], [ -71.128556, 42.295114 ], [ -71.128675, 42.295102 ], [ -71.128917, 42.295098 ], [ -71.129086, 42.295099 ], [ -71.129216, 42.295091 ], [ -71.12934, 42.295075 ], [ -71.129464, 42.295054 ], [ -71.129605, 42.294996 ], [ -71.129701, 42.294942 ], [ -71.129802, 42.294863 ], [ -71.129904, 42.29478 ], [ -71.129967, 42.294696 ], [ -71.130069, 42.294555 ], [ -71.13012, 42.294421 ], [ -71.130132, 42.294283 ], [ -71.130122, 42.29414 ], [ -71.130078, 42.294011 ], [ -71.130005, 42.293893 ], [ -71.129877, 42.293748 ], [ -71.12968, 42.293588 ], [ -71.12949, 42.293449 ], [ -71.129333, 42.293327 ], [ -71.129204, 42.293227 ], [ -71.129108, 42.293134 ], [ -71.129086, 42.293109 ], [ -71.129019, 42.293005 ], [ -71.128936, 42.29282 ], [ -71.128852, 42.292673 ], [ -71.128763, 42.292547 ], [ -71.128651, 42.292401 ], [ -71.128567, 42.292313 ], [ -71.128433, 42.292213 ], [ -71.128281, 42.29212 ], [ -71.128118, 42.292069 ], [ -71.127932, 42.292043 ], [ -71.127792, 42.292014 ], [ -71.127696, 42.291967 ], [ -71.127635, 42.291908 ], [ -71.127601, 42.291829 ], [ -71.127624, 42.291708 ], [ -71.12763, 42.291608 ], [ -71.127615, 42.29156 ], [ -71.127524, 42.29147 ], [ -71.127429, 42.29141 ], [ -71.127328, 42.291381 ], [ -71.127209, 42.29138 ], [ -71.126964, 42.291416 ], [ -71.126839, 42.291444 ], [ -71.12667, 42.291493 ], [ -71.12654, 42.291556 ], [ -71.126438, 42.291614 ], [ -71.126376, 42.291681 ], [ -71.126325, 42.291756 ], [ -71.12624, 42.291884 ], [ -71.126172, 42.291997 ], [ -71.126098, 42.292093 ], [ -71.12603, 42.292192 ], [ -71.125928, 42.292314 ], [ -71.125809, 42.29243 ], [ -71.125719, 42.292505 ], [ -71.125611, 42.292568 ], [ -71.125515, 42.292625 ], [ -71.125362, 42.292708 ], [ -71.125255, 42.292783 ], [ -71.125159, 42.292867 ], [ -71.125057, 42.292975 ], [ -71.124954, 42.293108 ], [ -71.124846, 42.293271 ], [ -71.124795, 42.293372 ], [ -71.124761, 42.293459 ], [ -71.124732, 42.293568 ], [ -71.124716, 42.29365 ], [ -71.124692, 42.293783 ], [ -71.124681, 42.293888 ], [ -71.124703, 42.293984 ], [ -71.12473, 42.294085 ], [ -71.124769, 42.294198 ], [ -71.124825, 42.294299 ], [ -71.12488, 42.294395 ], [ -71.124975, 42.294516 ], [ -71.12516, 42.294664 ], [ -71.125305, 42.294765 ], [ -71.125463, 42.294853 ], [ -71.125625, 42.294925 ], [ -71.125783, 42.294984 ], [ -71.12598, 42.295035 ], [ -71.126199, 42.295077 ], [ -71.126413, 42.295124 ], [ -71.126565, 42.295142 ], [ -71.126784, 42.295155 ], [ -71.126982, 42.295155 ], [ -71.127196, 42.295161 ], [ -71.127342, 42.295173 ], [ -71.127539, 42.295203 ], [ -71.127713, 42.295245 ], [ -71.127953, 42.295305 ], [ -71.128077, 42.295355 ], [ -71.128139, 42.295389 ], [ -71.128147, 42.295396 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053615, 42.361407 ], [ -71.053942, 42.361568 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114921, 42.305951 ], [ -71.115051, 42.30621 ], [ -71.115096, 42.306306 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053297, 42.361225 ], [ -71.053615, 42.361407 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05017, 42.34816 ], [ -71.050595, 42.347599 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114772, 42.305675 ], [ -71.114812, 42.305766 ], [ -71.114866, 42.305868 ], [ -71.114921, 42.305951 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058431, 42.365508 ], [ -71.058409, 42.36524 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049018, 42.349647 ], [ -71.048464, 42.350368 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Rooney Rock Path Connector" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136326, 42.248827 ], [ -71.136433, 42.248857 ], [ -71.136526, 42.248865 ], [ -71.136581, 42.248865 ], [ -71.136637, 42.248863 ], [ -71.136679, 42.248854 ], [ -71.136709, 42.248838 ], [ -71.136741, 42.248816 ], [ -71.136862, 42.248728 ], [ -71.136992, 42.248635 ], [ -71.137055, 42.248577 ], [ -71.1371, 42.248526 ], [ -71.137129, 42.248485 ], [ -71.137185, 42.248382 ], [ -71.137235, 42.248236 ], [ -71.137221, 42.248075 ], [ -71.137171, 42.247894 ], [ -71.137143, 42.247845 ], [ -71.137123, 42.247815 ], [ -71.137214, 42.247747 ], [ -71.137287, 42.247693 ], [ -71.137318, 42.247679 ], [ -71.137362, 42.247679 ], [ -71.137419, 42.247637 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058367, 42.365271 ], [ -71.058389, 42.365534 ], [ -71.058431, 42.36595 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11471, 42.304235 ], [ -71.114698, 42.304569 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051409, 42.354764 ], [ -71.051225, 42.354917 ], [ -71.05106, 42.35514 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114698, 42.304569 ], [ -71.114671, 42.304862 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057399, 42.367762 ], [ -71.056883, 42.368083 ], [ -71.056641, 42.368236 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Rooney Rock Path Connector" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137235, 42.248236 ], [ -71.137276, 42.248299 ], [ -71.137309, 42.248347 ], [ -71.137359, 42.248395 ], [ -71.13745, 42.24847 ], [ -71.137664, 42.248586 ], [ -71.13785, 42.248702 ], [ -71.137991, 42.248806 ], [ -71.13813, 42.248902 ], [ -71.138286, 42.249013 ], [ -71.138384, 42.249095 ], [ -71.138507, 42.249197 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052157, 42.35868 ], [ -71.051896, 42.357801 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116723, 42.309106 ], [ -71.11638, 42.30918 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055032, 42.365986 ], [ -71.054901, 42.366176 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051651, 42.359026 ], [ -71.051721, 42.359301 ], [ -71.051818, 42.359624 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124975, 42.294516 ], [ -71.124857, 42.294504 ], [ -71.124761, 42.294495 ], [ -71.124705, 42.294491 ], [ -71.124638, 42.294503 ], [ -71.124587, 42.294532 ], [ -71.124445, 42.294602 ], [ -71.124298, 42.294677 ], [ -71.124157, 42.294744 ], [ -71.12405, 42.294781 ], [ -71.123914, 42.294823 ], [ -71.12379, 42.294856 ], [ -71.123633, 42.294888 ], [ -71.123429, 42.294938 ], [ -71.12326, 42.294996 ], [ -71.123153, 42.295042 ], [ -71.123051, 42.295096 ], [ -71.122921, 42.295175 ], [ -71.122808, 42.29525 ], [ -71.122684, 42.295333 ], [ -71.122576, 42.295396 ], [ -71.122475, 42.295446 ], [ -71.122367, 42.2955 ], [ -71.122011, 42.295561 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060126, 42.300465 ], [ -71.060016, 42.300768 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114181, 42.312316 ], [ -71.11415, 42.31253 ], [ -71.114117, 42.312842 ], [ -71.114101, 42.313035 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059614, 42.301254 ], [ -71.059797, 42.301547 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078805, 42.335062 ], [ -71.077633, 42.336017 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112764, 42.317926 ], [ -71.112388, 42.318473 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059226, 42.300627 ], [ -71.059614, 42.301254 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051583, 42.358771 ], [ -71.051651, 42.359026 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076544, 42.336069 ], [ -71.075171, 42.334952 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051339, 42.357887 ], [ -71.051583, 42.358771 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11226, 42.324561 ], [ -71.112233, 42.324747 ], [ -71.112186, 42.324972 ], [ -71.112109, 42.325216 ], [ -71.112012, 42.325498 ], [ -71.11194, 42.325643 ], [ -71.111899, 42.325726 ], [ -71.111675, 42.326082 ], [ -71.111445, 42.32645 ], [ -71.111396, 42.326544 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076937, 42.336539 ], [ -71.077583, 42.337061 ], [ -71.078003, 42.337397 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057897, 42.309967 ], [ -71.057772, 42.310494 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051492, 42.356688 ], [ -71.050771, 42.356682 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074288, 42.33843 ], [ -71.073788, 42.338768 ], [ -71.073631, 42.338878 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051084, 42.364003 ], [ -71.051076, 42.364277 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056815, 42.314654 ], [ -71.056756, 42.314932 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05209, 42.367021 ], [ -71.051882, 42.366856 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112239, 42.331996 ], [ -71.112322, 42.331993 ], [ -71.112494, 42.331982 ], [ -71.11268, 42.331969 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077858, 42.343753 ], [ -71.077311, 42.344193 ], [ -71.077191, 42.344297 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056962, 42.33087 ], [ -71.056964, 42.331211 ], [ -71.05698, 42.331646 ], [ -71.056985, 42.331885 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051109, 42.365398 ], [ -71.051117, 42.365507 ], [ -71.051127, 42.365646 ], [ -71.051155, 42.365815 ], [ -71.051225, 42.366023 ], [ -71.051296, 42.366183 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106756, 42.28775 ], [ -71.10759, 42.287252 ], [ -71.108049, 42.286968 ], [ -71.108913, 42.28645 ], [ -71.109522, 42.286098 ], [ -71.109803, 42.285913 ], [ -71.109961, 42.285827 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075239, 42.345864 ], [ -71.074734, 42.346279 ], [ -71.073917, 42.346933 ], [ -71.073531, 42.34727 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.045264, 42.343575 ], [ -71.042965, 42.345549 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056959, 42.330386 ], [ -71.056962, 42.33087 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07304, 42.384037 ], [ -71.072965, 42.384129 ], [ -71.072903, 42.384234 ], [ -71.07286, 42.384344 ], [ -71.072816, 42.384542 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042204, 42.346242 ], [ -71.042114, 42.346298 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072369, 42.383818 ], [ -71.072436, 42.384015 ], [ -71.07248, 42.384088 ], [ -71.072544, 42.384161 ], [ -71.072679, 42.384302 ], [ -71.072761, 42.384413 ], [ -71.072816, 42.384542 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106541, 42.300227 ], [ -71.106368, 42.300206 ], [ -71.106097, 42.300189 ], [ -71.105713, 42.300173 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042114, 42.346298 ], [ -71.041364, 42.346959 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056931, 42.32856 ], [ -71.056947, 42.32908 ], [ -71.056961, 42.329359 ], [ -71.057018, 42.32952 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.169085, 42.35108 ], [ -71.168957, 42.351025 ], [ -71.16871, 42.350862 ], [ -71.168426, 42.350666 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110748, 42.328261 ], [ -71.110715, 42.328491 ], [ -71.110714, 42.328653 ], [ -71.110738, 42.328769 ], [ -71.110783, 42.328938 ], [ -71.110832, 42.329081 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070019, 42.311284 ], [ -71.06963, 42.311537 ], [ -71.069318, 42.311784 ], [ -71.06917, 42.311926 ], [ -71.069135, 42.31196 ], [ -71.068651, 42.312389 ], [ -71.068363, 42.31269 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056903, 42.326876 ], [ -71.056916, 42.328044 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167606, 42.350612 ], [ -71.167395, 42.350583 ], [ -71.166645, 42.350509 ], [ -71.166127, 42.350439 ], [ -71.16555, 42.350321 ], [ -71.165392, 42.350281 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102558, 42.347387 ], [ -71.103352, 42.347164 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street Extension" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040718, 42.347522 ], [ -71.040534, 42.347566 ], [ -71.040114, 42.34793 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102864, 42.349471 ], [ -71.100593, 42.349193 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05373, 42.343363 ], [ -71.053693, 42.343441 ], [ -71.053614, 42.34358 ], [ -71.053274, 42.344144 ], [ -71.053117, 42.344395 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Antwerp St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13897, 42.361335 ], [ -71.138527, 42.362279 ], [ -71.138635, 42.36278 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03912, 42.37639 ], [ -71.039163, 42.377144 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Surface Artery" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058171, 42.352297 ], [ -71.058415, 42.352161 ], [ -71.058596, 42.352042 ], [ -71.058786, 42.351891 ], [ -71.058968, 42.351709 ], [ -71.059143, 42.35149 ], [ -71.059256, 42.351293 ], [ -71.059342, 42.351105 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068363, 42.31269 ], [ -71.068199, 42.312936 ], [ -71.068088, 42.313133 ], [ -71.067852, 42.313567 ], [ -71.067756, 42.313734 ], [ -71.067449, 42.314263 ], [ -71.067219, 42.314622 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094447, 42.26735 ], [ -71.094327, 42.267387 ], [ -71.094245, 42.267395 ], [ -71.094173, 42.267392 ], [ -71.094071, 42.26737 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152216, 42.339045 ], [ -71.151952, 42.339445 ], [ -71.151845, 42.339585 ], [ -71.151699, 42.339753 ], [ -71.151566, 42.339907 ], [ -71.151401, 42.34007 ], [ -71.151149, 42.340279 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093608, 42.269979 ], [ -71.093607, 42.270109 ], [ -71.093587, 42.270471 ], [ -71.09357, 42.271183 ], [ -71.093569, 42.271208 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039082, 42.374536 ], [ -71.039085, 42.374706 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058022, 42.355498 ], [ -71.058359, 42.35555 ], [ -71.058596, 42.355615 ], [ -71.05892, 42.355748 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153369, 42.344513 ], [ -71.153296, 42.344662 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111212, 42.332517 ], [ -71.110981, 42.332663 ], [ -71.110807, 42.332765 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066403, 42.31589 ], [ -71.066597, 42.315657 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153448, 42.346791 ], [ -71.153362, 42.34665 ], [ -71.153183, 42.346386 ], [ -71.153033, 42.346184 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057141, 42.352113 ], [ -71.056941, 42.352092 ], [ -71.056762, 42.352073 ], [ -71.055858, 42.351837 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109363, 42.333232 ], [ -71.109029, 42.333255 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.024015, 42.380466 ], [ -71.023653, 42.380596 ], [ -71.023585, 42.380622 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073374, 42.333613 ], [ -71.072463, 42.334251 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153068, 42.345116 ], [ -71.153017, 42.345215 ], [ -71.15296, 42.345327 ], [ -71.152931, 42.345408 ], [ -71.152912, 42.345492 ], [ -71.15291, 42.345654 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109029, 42.333255 ], [ -71.108997, 42.333257 ], [ -71.108757, 42.333271 ], [ -71.108617, 42.333274 ], [ -71.107883, 42.333265 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15291, 42.345654 ], [ -71.152931, 42.345861 ], [ -71.152981, 42.346032 ], [ -71.153033, 42.346184 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.020395, 42.38189 ], [ -71.018422, 42.382626 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107055, 42.333273 ], [ -71.10679, 42.333279 ], [ -71.106634, 42.333303 ], [ -71.10647, 42.33335 ], [ -71.106333, 42.333406 ], [ -71.10614, 42.333496 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150534, 42.353895 ], [ -71.150359, 42.354201 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070093, 42.33593 ], [ -71.069557, 42.33632 ], [ -71.069317, 42.336495 ], [ -71.069284, 42.336518 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150359, 42.354201 ], [ -71.150088, 42.35462 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.018422, 42.382626 ], [ -71.016264, 42.383428 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.149809, 42.355035 ], [ -71.149965, 42.354809 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072505, 42.339624 ], [ -71.071827, 42.340064 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146498, 42.287671 ], [ -71.146128, 42.287803 ], [ -71.145933, 42.287874 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "West Dedham Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071805, 42.34109 ], [ -71.071735, 42.341062 ], [ -71.071564, 42.341003 ], [ -71.071104, 42.34089 ], [ -71.070708, 42.340799 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173937, 42.353406 ], [ -71.173521, 42.353186 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148634, 42.341823 ], [ -71.148841, 42.34179 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171748, 42.352291 ], [ -71.170865, 42.351842 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Malden Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068351, 42.340063 ], [ -71.06668, 42.339552 ], [ -71.065915, 42.339299 ], [ -71.065542, 42.339158 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143587, 42.343233 ], [ -71.143655, 42.343146 ], [ -71.14382, 42.342986 ], [ -71.144075, 42.342752 ], [ -71.144358, 42.342535 ], [ -71.144726, 42.342326 ], [ -71.145122, 42.342147 ], [ -71.145478, 42.342022 ], [ -71.145924, 42.341906 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162732, 42.33397 ], [ -71.162526, 42.333975 ], [ -71.162299, 42.333974 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069639, 42.341366 ], [ -71.068782, 42.34167 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.149536, 42.355466 ], [ -71.149082, 42.35616 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.160617, 42.340138 ], [ -71.161534, 42.340171 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Nashua Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067615, 42.366491 ], [ -71.067604, 42.366434 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144963, 42.351081 ], [ -71.144549, 42.351257 ], [ -71.144292, 42.351354 ], [ -71.143981, 42.351442 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068129, 42.378479 ], [ -71.068472, 42.378801 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.174272, 42.291556 ], [ -71.174382, 42.291655 ], [ -71.17463, 42.291826 ], [ -71.175127, 42.292151 ], [ -71.175446, 42.292348 ], [ -71.175701, 42.292566 ], [ -71.175899, 42.29283 ], [ -71.176097, 42.293106 ], [ -71.176231, 42.293271 ], [ -71.176408, 42.293408 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139746, 42.291308 ], [ -71.139162, 42.2918 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14279, 42.351682 ], [ -71.142428, 42.351785 ], [ -71.142152, 42.351883 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066759, 42.37727 ], [ -71.067172, 42.377649 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122434, 42.281835 ], [ -71.122013, 42.281554 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066542, 42.377086 ], [ -71.066714, 42.377233 ], [ -71.066759, 42.37727 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171823, 42.277563 ], [ -71.171675, 42.278045 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121393, 42.292782 ], [ -71.120843, 42.293303 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070679, 42.38102 ], [ -71.070729, 42.381071 ], [ -71.070969, 42.381321 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173538, 42.290696 ], [ -71.173561, 42.290726 ], [ -71.173776, 42.290997 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135878, 42.294468 ], [ -71.135634, 42.294627 ], [ -71.134768, 42.295345 ], [ -71.134166, 42.295832 ], [ -71.134076, 42.295906 ], [ -71.133862, 42.296079 ], [ -71.133563, 42.296304 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069988, 42.380318 ], [ -71.07026, 42.380594 ], [ -71.070461, 42.380794 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166713, 42.291463 ], [ -71.167465, 42.291116 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130396, 42.297998 ], [ -71.130612, 42.297875 ], [ -71.130873, 42.297739 ], [ -71.131302, 42.297542 ], [ -71.131908, 42.297298 ], [ -71.131915, 42.297297 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064787, 42.284007 ], [ -71.064714, 42.284285 ], [ -71.064563, 42.284789 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.165736, 42.291715 ], [ -71.164939, 42.29211 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134435, 42.353231 ], [ -71.13404, 42.353196 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063736, 42.285931 ], [ -71.063525, 42.285983 ], [ -71.063295, 42.286036 ], [ -71.063096, 42.286095 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132406, 42.354226 ], [ -71.132367, 42.354075 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.163452, 42.293072 ], [ -71.163458, 42.293069 ], [ -71.165087, 42.292257 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130168, 42.352836 ], [ -71.132107, 42.35307 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060772, 42.286722 ], [ -71.06056, 42.286763 ], [ -71.060168, 42.286845 ], [ -71.059552, 42.287009 ], [ -71.058958, 42.287157 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133083, 42.358565 ], [ -71.133113, 42.358952 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.163522, 42.340224 ], [ -71.164289, 42.340234 ], [ -71.164898, 42.34022 ], [ -71.165558, 42.340171 ], [ -71.166127, 42.340097 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132948, 42.356977 ], [ -71.132962, 42.35705 ], [ -71.132982, 42.357334 ], [ -71.133013, 42.357714 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062092, 42.293664 ], [ -71.061969, 42.294084 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128128, 42.286457 ], [ -71.127437, 42.286011 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168426, 42.350666 ], [ -71.168255, 42.350674 ], [ -71.168111, 42.350672 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129725, 42.298247 ], [ -71.129644, 42.298323 ], [ -71.129359, 42.298608 ], [ -71.128743, 42.299191 ], [ -71.128454, 42.299489 ], [ -71.128193, 42.299731 ], [ -71.12786, 42.300069 ], [ -71.127814, 42.300115 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061372, 42.296074 ], [ -71.061322, 42.296229 ], [ -71.06117, 42.29677 ], [ -71.061036, 42.297214 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125296, 42.30284 ], [ -71.125245, 42.302909 ], [ -71.125032, 42.303204 ], [ -71.124912, 42.303406 ], [ -71.124824, 42.303591 ], [ -71.124795, 42.303665 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11913, 42.308825 ], [ -71.118873, 42.308789 ], [ -71.118649, 42.308769 ], [ -71.118473, 42.30876 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05677, 42.32073 ], [ -71.05678, 42.321641 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118473, 42.30876 ], [ -71.118393, 42.30876 ], [ -71.118254, 42.308775 ], [ -71.117999, 42.308813 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056856, 42.324821 ], [ -71.056868, 42.325372 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056957, 42.329923 ], [ -71.056959, 42.330386 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066124, 42.316204 ], [ -71.066403, 42.31589 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094483, 42.343436 ], [ -71.094457, 42.343274 ], [ -71.094457, 42.3432 ], [ -71.094494, 42.343127 ], [ -71.094503, 42.343046 ], [ -71.094504, 42.342952 ], [ -71.094522, 42.342878 ], [ -71.09455, 42.342805 ], [ -71.094623, 42.342691 ], [ -71.094715, 42.34255 ], [ -71.09486, 42.342423 ], [ -71.094969, 42.342323 ], [ -71.095088, 42.342236 ], [ -71.095224, 42.342163 ], [ -71.09536, 42.342076 ], [ -71.095487, 42.342043 ], [ -71.09565, 42.34199 ], [ -71.095823, 42.341943 ], [ -71.095986, 42.34189 ], [ -71.09614, 42.34185 ], [ -71.096285, 42.34181 ], [ -71.096412, 42.341771 ], [ -71.096548, 42.341744 ], [ -71.096702, 42.341705 ], [ -71.096856, 42.341665 ], [ -71.097001, 42.341618 ], [ -71.097119, 42.341572 ], [ -71.097228, 42.341518 ], [ -71.097328, 42.341445 ], [ -71.097419, 42.341365 ], [ -71.097528, 42.341271 ], [ -71.097683, 42.341157 ], [ -71.097856, 42.341004 ], [ -71.097974, 42.340903 ], [ -71.098092, 42.340817 ], [ -71.098219, 42.340757 ], [ -71.098337, 42.340717 ], [ -71.098509, 42.340657 ], [ -71.098682, 42.340604 ], [ -71.098863, 42.340564 ], [ -71.098995, 42.340539 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115677, 42.326432 ], [ -71.115676, 42.326371 ], [ -71.115677, 42.326322 ], [ -71.115673, 42.326283 ], [ -71.115665, 42.326228 ], [ -71.115649, 42.326179 ], [ -71.115616, 42.326121 ], [ -71.115563, 42.326053 ], [ -71.115502, 42.326004 ], [ -71.11542, 42.325927 ], [ -71.115354, 42.325845 ], [ -71.115298, 42.325741 ], [ -71.115277, 42.325692 ], [ -71.115261, 42.325625 ], [ -71.115241, 42.325569 ], [ -71.115221, 42.325521 ], [ -71.115221, 42.325481 ], [ -71.115205, 42.325447 ], [ -71.115176, 42.325389 ], [ -71.115111, 42.325355 ], [ -71.115074, 42.325306 ], [ -71.115049, 42.325242 ], [ -71.115025, 42.325221 ], [ -71.114955, 42.325211 ], [ -71.114906, 42.325196 ], [ -71.114861, 42.325177 ], [ -71.114824, 42.325134 ], [ -71.114787, 42.325058 ], [ -71.114767, 42.324969 ], [ -71.114767, 42.32493 ], [ -71.114809, 42.324899 ], [ -71.114846, 42.324884 ], [ -71.114871, 42.324854 ], [ -71.114871, 42.324832 ], [ -71.114834, 42.324743 ], [ -71.114802, 42.324667 ], [ -71.114786, 42.324618 ], [ -71.114765, 42.324578 ], [ -71.114719, 42.324553 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Blossom Street Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070078, 42.364735 ], [ -71.070222, 42.36443 ], [ -71.070189, 42.364421 ], [ -71.070086, 42.364633 ], [ -71.069797, 42.364559 ], [ -71.069543, 42.364492 ], [ -71.069437, 42.3647 ], [ -71.069407, 42.364692 ], [ -71.0696, 42.364307 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037452, 42.310364 ], [ -71.037169, 42.310388 ], [ -71.036925, 42.310512 ], [ -71.036585, 42.310734 ], [ -71.033313, 42.3132 ], [ -71.033282, 42.313214 ], [ -71.033242, 42.313214 ], [ -71.033158, 42.313201 ], [ -71.033005, 42.313187 ], [ -71.032907, 42.313198 ], [ -71.032801, 42.313247 ], [ -71.032723, 42.313337 ], [ -71.032736, 42.313448 ], [ -71.032851, 42.313623 ], [ -71.032937, 42.313846 ], [ -71.033141, 42.316413 ], [ -71.034774, 42.316872 ], [ -71.0348, 42.316879 ], [ -71.034824, 42.316879 ], [ -71.034853, 42.316867 ], [ -71.034901, 42.316829 ], [ -71.034942, 42.316818 ], [ -71.034987, 42.316827 ], [ -71.035038, 42.31685 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07308, 42.270142 ], [ -71.072123, 42.27025 ], [ -71.071716, 42.270286 ], [ -71.071195, 42.27034 ], [ -71.070856, 42.270367 ], [ -71.070353, 42.270378 ], [ -71.069725, 42.270379 ], [ -71.069025, 42.270379 ], [ -71.06841, 42.270389 ], [ -71.067483, 42.270422 ], [ -71.067014, 42.270465 ], [ -71.066533, 42.27051 ], [ -71.066149, 42.270595 ], [ -71.065157, 42.270929 ], [ -71.064485, 42.271212 ], [ -71.063879, 42.271614 ], [ -71.063284, 42.272018 ], [ -71.062673, 42.272427 ], [ -71.062062, 42.272837 ], [ -71.06198, 42.27289 ], [ -71.061902, 42.272964 ], [ -71.0619, 42.272966 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059264, 42.274633 ], [ -71.059142, 42.274689 ], [ -71.05904, 42.274736 ], [ -71.058927, 42.274794 ], [ -71.058837, 42.274847 ], [ -71.058753, 42.274904 ], [ -71.058628, 42.274987 ], [ -71.058051, 42.275381 ], [ -71.057782, 42.275561 ], [ -71.057503, 42.275747 ], [ -71.057072, 42.276041 ], [ -71.056742, 42.276265 ], [ -71.056432, 42.276485 ], [ -71.056108, 42.276701 ], [ -71.055866, 42.276862 ], [ -71.055565, 42.277067 ], [ -71.055228, 42.277289 ], [ -71.055132, 42.277342 ], [ -71.055107, 42.277357 ], [ -71.055012, 42.277397 ], [ -71.054901, 42.277441 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053723, 42.27795 ], [ -71.053608, 42.277989 ], [ -71.053387, 42.278082 ], [ -71.053096, 42.278189 ], [ -71.05279, 42.278298 ], [ -71.052558, 42.278378 ], [ -71.052277, 42.278469 ], [ -71.052089, 42.278528 ], [ -71.051835, 42.278602 ], [ -71.05168, 42.278651 ], [ -71.051564, 42.278685 ], [ -71.051394, 42.278735 ], [ -71.051298, 42.278763 ], [ -71.051116, 42.278815 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051116, 42.278815 ], [ -71.051021, 42.278846 ], [ -71.050882, 42.278891 ], [ -71.050753, 42.278936 ], [ -71.050538, 42.279013 ], [ -71.050284, 42.279112 ], [ -71.050095, 42.279195 ], [ -71.049947, 42.279261 ], [ -71.049764, 42.279352 ], [ -71.049586, 42.279439 ], [ -71.049533, 42.279468 ], [ -71.04942, 42.279533 ], [ -71.049235, 42.279657 ], [ -71.049019, 42.279801 ], [ -71.048786, 42.279954 ], [ -71.048475, 42.280163 ], [ -71.048315, 42.280274 ], [ -71.048096, 42.280404 ], [ -71.047961, 42.280489 ], [ -71.047789, 42.280611 ], [ -71.04774, 42.280643 ], [ -71.047637, 42.280728 ], [ -71.047573, 42.280792 ], [ -71.047533, 42.280834 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047533, 42.280834 ], [ -71.047428, 42.280907 ], [ -71.047236, 42.281045 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047236, 42.281045 ], [ -71.04706, 42.281173 ], [ -71.04695, 42.281258 ], [ -71.046855, 42.281342 ], [ -71.046812, 42.281383 ], [ -71.04677, 42.281424 ], [ -71.046744, 42.281451 ], [ -71.046726, 42.28147 ], [ -71.046709, 42.281492 ], [ -71.046689, 42.281525 ], [ -71.046651, 42.281593 ], [ -71.046628, 42.281636 ], [ -71.046597, 42.281699 ], [ -71.046564, 42.281763 ], [ -71.046523, 42.281844 ], [ -71.046493, 42.281905 ], [ -71.046468, 42.281957 ], [ -71.046441, 42.282014 ], [ -71.046422, 42.282052 ], [ -71.046391, 42.282107 ], [ -71.046372, 42.282138 ], [ -71.046344, 42.282182 ], [ -71.046313, 42.282227 ], [ -71.046269, 42.282285 ], [ -71.046229, 42.282335 ], [ -71.046205, 42.282361 ], [ -71.046172, 42.282394 ], [ -71.046114, 42.282451 ], [ -71.046077, 42.282485 ], [ -71.046022, 42.282528 ], [ -71.045957, 42.282579 ], [ -71.045871, 42.282643 ], [ -71.045833, 42.282664 ], [ -71.045795, 42.282686 ], [ -71.04573, 42.282718 ], [ -71.045685, 42.282738 ], [ -71.045608, 42.282768 ], [ -71.045547, 42.282791 ], [ -71.04548, 42.282811 ], [ -71.045356, 42.282845 ], [ -71.045238, 42.282877 ], [ -71.045091, 42.282914 ], [ -71.044917, 42.282963 ], [ -71.044828, 42.282987 ], [ -71.044726, 42.283013 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.044726, 42.283013 ], [ -71.04408, 42.283205 ], [ -71.043805, 42.283267 ], [ -71.043763, 42.283283 ], [ -71.043698, 42.283342 ], [ -71.04362, 42.283425 ], [ -71.043568, 42.283485 ], [ -71.043493, 42.28358 ], [ -71.043436, 42.283637 ], [ -71.043423, 42.283651 ], [ -71.043411, 42.28366 ], [ -71.043385, 42.283676 ], [ -71.043365, 42.283687 ], [ -71.043344, 42.283695 ], [ -71.043313, 42.283702 ], [ -71.043279, 42.283707 ], [ -71.043246, 42.28371 ], [ -71.04321, 42.283708 ], [ -71.043177, 42.283705 ], [ -71.043148, 42.283698 ], [ -71.043114, 42.283687 ], [ -71.043079, 42.283672 ], [ -71.043055, 42.28366 ], [ -71.043036, 42.283645 ], [ -71.043016, 42.283628 ], [ -71.042987, 42.283593 ], [ -71.042962, 42.283563 ], [ -71.042925, 42.283526 ], [ -71.042887, 42.283497 ], [ -71.042851, 42.283479 ], [ -71.042823, 42.283462 ], [ -71.042787, 42.283444 ], [ -71.042718, 42.283412 ], [ -71.042683, 42.283399 ], [ -71.042615, 42.283379 ], [ -71.042573, 42.28338 ], [ -71.042493, 42.28339 ], [ -71.042413, 42.283402 ], [ -71.042352, 42.283419 ], [ -71.042308, 42.283435 ], [ -71.042273, 42.283448 ], [ -71.042214, 42.283476 ], [ -71.042157, 42.283509 ], [ -71.042118, 42.283538 ], [ -71.042075, 42.283577 ], [ -71.04203, 42.283628 ], [ -71.042002, 42.283665 ], [ -71.041971, 42.283709 ], [ -71.041939, 42.283759 ], [ -71.041901, 42.283812 ], [ -71.041825, 42.283907 ], [ -71.041789, 42.283953 ], [ -71.041705, 42.284058 ], [ -71.041644, 42.284124 ], [ -71.041598, 42.284171 ], [ -71.041529, 42.284245 ], [ -71.041469, 42.284302 ], [ -71.041437, 42.28433 ], [ -71.041396, 42.28436 ], [ -71.041376, 42.28437 ], [ -71.041353, 42.28438 ], [ -71.041334, 42.284387 ], [ -71.041286, 42.284405 ], [ -71.041189, 42.284451 ], [ -71.041145, 42.28447 ], [ -71.041085, 42.284496 ], [ -71.04104, 42.284513 ], [ -71.040994, 42.284527 ], [ -71.040951, 42.284538 ], [ -71.040845, 42.284562 ], [ -71.040791, 42.284575 ], [ -71.040763, 42.284582 ], [ -71.040734, 42.284592 ], [ -71.040686, 42.284611 ], [ -71.040581, 42.284652 ], [ -71.040515, 42.284679 ], [ -71.040463, 42.284705 ], [ -71.040166, 42.284887 ], [ -71.040068, 42.28496 ], [ -71.039951, 42.285053 ], [ -71.039857, 42.285125 ], [ -71.039754, 42.285205 ], [ -71.039665, 42.285275 ], [ -71.039615, 42.285319 ], [ -71.039582, 42.285354 ], [ -71.039551, 42.285388 ], [ -71.039515, 42.285434 ], [ -71.039486, 42.285474 ], [ -71.039459, 42.285518 ], [ -71.039436, 42.28555 ], [ -71.039415, 42.285574 ], [ -71.03939, 42.285596 ], [ -71.039359, 42.285617 ], [ -71.03933, 42.285635 ], [ -71.039222, 42.285705 ], [ -71.039047, 42.285815 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132542, 42.372261 ], [ -71.132534, 42.372231 ], [ -71.132474, 42.372127 ], [ -71.13245, 42.372086 ], [ -71.132259, 42.371897 ], [ -71.13221, 42.371805 ], [ -71.132155, 42.371732 ], [ -71.132081, 42.371668 ], [ -71.131989, 42.371617 ], [ -71.131884, 42.371566 ], [ -71.131705, 42.371451 ], [ -71.131582, 42.371354 ], [ -71.131453, 42.37123 ], [ -71.131349, 42.37112 ], [ -71.131195, 42.370945 ], [ -71.131122, 42.370821 ], [ -71.131024, 42.370678 ], [ -71.130956, 42.370527 ], [ -71.130889, 42.370375 ], [ -71.130841, 42.370201 ], [ -71.130799, 42.37004 ], [ -71.130799, 42.369935 ], [ -71.130794, 42.369779 ], [ -71.130814, 42.369568 ], [ -71.130833, 42.369458 ], [ -71.130877, 42.369284 ], [ -71.130934, 42.369129 ], [ -71.13099, 42.36901 ], [ -71.131109, 42.368817 ], [ -71.13124, 42.368616 ], [ -71.131395, 42.368447 ], [ -71.131569, 42.368269 ], [ -71.131762, 42.368104 ], [ -71.131936, 42.367976 ], [ -71.132196, 42.367835 ], [ -71.13242, 42.367721 ], [ -71.132661, 42.367621 ], [ -71.132847, 42.367562 ], [ -71.133008, 42.367521 ], [ -71.133181, 42.36749 ], [ -71.133386, 42.367449 ], [ -71.133608, 42.367404 ], [ -71.133806, 42.367368 ], [ -71.133967, 42.367332 ], [ -71.134184, 42.367268 ], [ -71.134469, 42.367187 ], [ -71.134735, 42.367101 ], [ -71.134983, 42.367037 ], [ -71.135194, 42.366955 ], [ -71.135392, 42.366892 ], [ -71.135572, 42.366801 ], [ -71.135696, 42.366737 ], [ -71.135807, 42.366691 ], [ -71.135894, 42.366618 ], [ -71.135981, 42.366586 ], [ -71.136055, 42.366545 ], [ -71.136117, 42.366504 ], [ -71.136155, 42.366445 ], [ -71.13618, 42.366344 ], [ -71.136199, 42.366285 ], [ -71.136249, 42.366248 ], [ -71.136323, 42.366207 ], [ -71.136404, 42.366175 ], [ -71.136478, 42.366125 ], [ -71.136553, 42.36607 ], [ -71.136627, 42.366002 ], [ -71.136702, 42.365947 ], [ -71.136801, 42.365901 ], [ -71.1369, 42.36586 ], [ -71.136981, 42.365819 ], [ -71.137037, 42.36576 ], [ -71.137074, 42.365687 ], [ -71.137112, 42.365613 ], [ -71.137162, 42.36554 ], [ -71.137224, 42.365522 ], [ -71.137286, 42.365495 ], [ -71.137347, 42.365468 ], [ -71.137397, 42.365426 ], [ -71.137459, 42.365353 ], [ -71.137491, 42.365298 ], [ -71.137534, 42.365239 ], [ -71.137596, 42.365179 ], [ -71.137665, 42.365134 ], [ -71.137696, 42.365093 ], [ -71.137696, 42.365042 ], [ -71.137709, 42.364974 ], [ -71.137709, 42.364923 ], [ -71.137728, 42.364868 ], [ -71.137747, 42.364841 ], [ -71.137778, 42.364804 ], [ -71.137855, 42.364771 ], [ -71.137957, 42.36475 ], [ -71.138072, 42.364714 ], [ -71.138122, 42.364695 ], [ -71.138261, 42.364622 ], [ -71.138356, 42.364566 ], [ -71.138423, 42.364515 ], [ -71.138483, 42.364461 ], [ -71.13856, 42.364402 ], [ -71.138636, 42.364355 ], [ -71.138714, 42.364316 ], [ -71.138805, 42.364307 ], [ -71.138898, 42.36428 ], [ -71.138995, 42.364252 ], [ -71.139097, 42.364215 ], [ -71.139179, 42.364176 ], [ -71.139296, 42.36413 ], [ -71.139427, 42.364071 ], [ -71.139551, 42.364017 ], [ -71.139651, 42.36398 ], [ -71.139761, 42.363951 ], [ -71.139867, 42.363926 ], [ -71.140015, 42.363909 ], [ -71.14013, 42.363909 ], [ -71.140188, 42.363914 ], [ -71.140268, 42.363921 ], [ -71.140342, 42.363936 ], [ -71.140429, 42.363951 ], [ -71.140552, 42.363974 ], [ -71.140651, 42.363983 ], [ -71.140775, 42.363997 ], [ -71.140843, 42.364007 ], [ -71.140941, 42.364003 ], [ -71.141053, 42.36398 ], [ -71.141158, 42.363953 ], [ -71.141257, 42.363916 ], [ -71.14135, 42.363875 ], [ -71.141412, 42.363834 ], [ -71.141511, 42.363784 ], [ -71.141648, 42.363771 ], [ -71.141753, 42.363776 ], [ -71.141864, 42.363831 ], [ -71.141907, 42.363886 ], [ -71.141937, 42.363951 ], [ -71.141955, 42.363997 ], [ -71.141986, 42.364052 ], [ -71.142029, 42.364111 ], [ -71.142078, 42.364167 ], [ -71.142133, 42.364235 ], [ -71.142195, 42.364314 ], [ -71.142256, 42.364387 ], [ -71.142355, 42.364438 ], [ -71.14246, 42.364457 ], [ -71.142552, 42.364452 ], [ -71.142645, 42.36442 ], [ -71.142751, 42.36438 ], [ -71.142844, 42.364334 ], [ -71.142937, 42.36427 ], [ -71.142999, 42.364202 ], [ -71.143055, 42.364133 ], [ -71.143123, 42.364064 ], [ -71.143198, 42.363941 ], [ -71.143385, 42.363744 ], [ -71.143528, 42.363607 ], [ -71.143627, 42.363502 ], [ -71.143739, 42.363406 ], [ -71.143925, 42.363306 ], [ -71.144074, 42.363247 ], [ -71.144191, 42.36322 ], [ -71.144309, 42.363206 ], [ -71.144464, 42.363193 ], [ -71.144612, 42.363166 ], [ -71.144711, 42.363166 ], [ -71.144779, 42.363166 ], [ -71.144847, 42.363171 ], [ -71.144934, 42.363171 ], [ -71.144959, 42.363126 ], [ -71.144971, 42.363071 ], [ -71.144972, 42.363006 ], [ -71.144972, 42.362942 ], [ -71.14496, 42.362864 ], [ -71.144975, 42.362835 ], [ -71.145149, 42.362742 ], [ -71.145339, 42.36263 ], [ -71.145513, 42.362507 ], [ -71.145643, 42.36242 ], [ -71.145793, 42.362316 ], [ -71.145938, 42.362214 ], [ -71.146122, 42.362084 ], [ -71.14628, 42.361971 ], [ -71.146431, 42.361867 ], [ -71.146546, 42.361786 ], [ -71.146574, 42.361768 ], [ -71.146593, 42.361758 ], [ -71.146655, 42.361737 ], [ -71.146689, 42.3617 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111501, 42.334724 ], [ -71.11172, 42.334877 ], [ -71.111472, 42.335109 ], [ -71.111264, 42.335315 ], [ -71.111263, 42.335488 ], [ -71.111256, 42.335661 ], [ -71.111268, 42.335829 ], [ -71.111274, 42.335958 ], [ -71.111273, 42.336066 ], [ -71.111312, 42.33621 ], [ -71.111345, 42.336308 ], [ -71.111351, 42.336417 ], [ -71.11139, 42.336526 ], [ -71.111436, 42.3366 ], [ -71.111462, 42.336684 ], [ -71.111509, 42.336744 ], [ -71.111561, 42.336818 ], [ -71.111681, 42.336907 ], [ -71.11176, 42.337006 ], [ -71.111769, 42.337061 ], [ -71.111796, 42.337134 ], [ -71.111814, 42.337216 ], [ -71.111814, 42.337289 ], [ -71.111813, 42.337351 ], [ -71.111805, 42.337408 ], [ -71.111771, 42.337503 ], [ -71.111732, 42.337582 ], [ -71.111674, 42.337685 ], [ -71.111598, 42.337811 ], [ -71.111529, 42.337946 ], [ -71.111444, 42.338118 ], [ -71.111371, 42.338275 ], [ -71.111305, 42.338424 ], [ -71.111263, 42.338554 ], [ -71.111224, 42.338669 ], [ -71.111197, 42.33876 ], [ -71.111177, 42.338867 ], [ -71.111165, 42.338963 ], [ -71.111138, 42.339098 ], [ -71.111118, 42.339214 ], [ -71.111099, 42.339295 ], [ -71.111064, 42.339411 ], [ -71.111041, 42.339518 ], [ -71.111002, 42.339639 ], [ -71.110975, 42.339726 ], [ -71.110951, 42.339838 ], [ -71.110916, 42.339951 ], [ -71.110882, 42.340049 ], [ -71.110843, 42.34012 ], [ -71.110797, 42.340207 ], [ -71.110739, 42.340348 ], [ -71.110693, 42.340494 ], [ -71.110639, 42.340578 ], [ -71.110532, 42.340719 ], [ -71.110429, 42.34087 ], [ -71.110287, 42.341033 ], [ -71.11018, 42.341157 ], [ -71.110096, 42.341252 ], [ -71.109989, 42.341359 ], [ -71.109901, 42.34146 ], [ -71.109821, 42.341533 ], [ -71.109737, 42.341606 ], [ -71.109649, 42.341671 ], [ -71.109538, 42.341755 ], [ -71.109458, 42.341816 ], [ -71.109344, 42.341884 ], [ -71.10923, 42.341954 ], [ -71.109104, 42.34201 ], [ -71.109009, 42.342054 ], [ -71.108944, 42.342082 ], [ -71.108872, 42.34215 ], [ -71.108765, 42.342234 ], [ -71.108677, 42.342312 ], [ -71.108635, 42.342352 ], [ -71.108581, 42.342413 ], [ -71.108516, 42.342475 ], [ -71.108429, 42.342537 ], [ -71.108341, 42.342604 ], [ -71.108204, 42.34268 ], [ -71.108063, 42.342772 ], [ -71.107945, 42.342825 ], [ -71.107834, 42.342876 ], [ -71.107705, 42.342937 ], [ -71.107587, 42.34299 ], [ -71.107488, 42.343035 ], [ -71.107381, 42.343088 ], [ -71.107244, 42.343155 ], [ -71.107122, 42.343234 ], [ -71.106966, 42.343312 ], [ -71.106836, 42.343382 ], [ -71.106749, 42.343444 ], [ -71.10663, 42.343536 ], [ -71.106462, 42.343671 ], [ -71.106344, 42.343758 ], [ -71.106237, 42.343834 ], [ -71.106123, 42.34392 ], [ -71.10602, 42.343985 ], [ -71.105898, 42.344058 ], [ -71.105864, 42.344078 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.034203, 42.37203 ], [ -71.034177, 42.372059 ], [ -71.034146, 42.372088 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061653, 42.369584 ], [ -71.0615, 42.369604 ], [ -71.061275, 42.36963 ], [ -71.061234, 42.369636 ], [ -71.061239, 42.369661 ], [ -71.061241, 42.369686 ], [ -71.06124, 42.36971 ], [ -71.061236, 42.369732 ], [ -71.06123, 42.369754 ], [ -71.061221, 42.369774 ], [ -71.061209, 42.369794 ], [ -71.061195, 42.369813 ], [ -71.061178, 42.369831 ], [ -71.061158, 42.369847 ], [ -71.061136, 42.369863 ], [ -71.061111, 42.369879 ], [ -71.061052, 42.369907 ], [ -71.060975, 42.369936 ], [ -71.060531, 42.370109 ], [ -71.060536, 42.370148 ], [ -71.060468, 42.370264 ], [ -71.060394, 42.370293 ], [ -71.060362, 42.370254 ], [ -71.06015, 42.370343 ], [ -71.060127, 42.370387 ], [ -71.060258, 42.370565 ], [ -71.060136, 42.370619 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Millers Creek Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063996, 42.369728 ], [ -71.064242, 42.369742 ], [ -71.064459, 42.369754 ], [ -71.064738, 42.369785 ], [ -71.06482, 42.369806 ], [ -71.064991, 42.36993 ], [ -71.065062, 42.369999 ], [ -71.065118, 42.370071 ], [ -71.065155, 42.370137 ], [ -71.065176, 42.370213 ], [ -71.065195, 42.370288 ], [ -71.065225, 42.37035 ], [ -71.065488, 42.370606 ], [ -71.065813, 42.37096 ], [ -71.065869, 42.371105 ], [ -71.065871, 42.371243 ], [ -71.065864, 42.371312 ], [ -71.065837, 42.371404 ], [ -71.065794, 42.371511 ], [ -71.065752, 42.371612 ], [ -71.065712, 42.371697 ], [ -71.065642, 42.371819 ], [ -71.065567, 42.37193 ], [ -71.065469, 42.372057 ], [ -71.065383, 42.372158 ], [ -71.065346, 42.372193 ], [ -71.065328, 42.372233 ], [ -71.065321, 42.372263 ], [ -71.065324, 42.372293 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Zakim Bridge Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063446, 42.368295 ], [ -71.063332, 42.368255 ], [ -71.063106, 42.368178 ], [ -71.062904, 42.368123 ], [ -71.062655, 42.368064 ], [ -71.062433, 42.368017 ], [ -71.062238, 42.367983 ], [ -71.06215, 42.36797 ], [ -71.062069, 42.36796 ], [ -71.062003, 42.367954 ], [ -71.061941, 42.36795 ], [ -71.061885, 42.367949 ], [ -71.061833, 42.36795 ], [ -71.061786, 42.367953 ], [ -71.061743, 42.367958 ], [ -71.061623, 42.367983 ], [ -71.061597, 42.367984 ], [ -71.061569, 42.367981 ], [ -71.061438, 42.36796 ], [ -71.061346, 42.36795 ], [ -71.061318, 42.36795 ], [ -71.061301, 42.367953 ], [ -71.061296, 42.367955 ], [ -71.061295, 42.367958 ], [ -71.061301, 42.367967 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03407, 42.37216 ], [ -71.03401, 42.372173 ], [ -71.033973, 42.372203 ], [ -71.033958, 42.37222 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.034146, 42.372088 ], [ -71.03407, 42.37216 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037634, 42.369676 ], [ -71.037565, 42.36974 ], [ -71.037506, 42.369794 ], [ -71.03742, 42.36987 ], [ -71.037324, 42.369952 ], [ -71.037227, 42.370036 ], [ -71.037153, 42.370096 ], [ -71.037082, 42.370162 ], [ -71.037008, 42.370219 ], [ -71.036908, 42.370276 ], [ -71.036786, 42.370346 ], [ -71.036671, 42.370414 ], [ -71.036564, 42.370479 ], [ -71.03646, 42.370539 ], [ -71.036371, 42.370596 ], [ -71.036256, 42.370659 ], [ -71.036156, 42.370727 ], [ -71.036049, 42.370795 ], [ -71.035975, 42.370838 ], [ -71.035904, 42.370898 ], [ -71.035823, 42.370944 ], [ -71.035738, 42.370998 ], [ -71.035641, 42.371061 ], [ -71.035541, 42.371126 ], [ -71.035452, 42.371178 ], [ -71.035341, 42.371246 ], [ -71.035256, 42.3713 ], [ -71.035156, 42.371357 ], [ -71.035067, 42.371406 ], [ -71.034945, 42.371471 ], [ -71.034878, 42.371501 ], [ -71.034801, 42.371544 ], [ -71.034727, 42.371585 ], [ -71.034675, 42.371626 ], [ -71.034604, 42.37168 ], [ -71.034534, 42.37174 ], [ -71.034459, 42.3718 ], [ -71.034389, 42.37186 ], [ -71.034304, 42.371931 ], [ -71.03424, 42.37199 ], [ -71.034203, 42.37203 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03862, 42.368514 ], [ -71.038565, 42.368592 ], [ -71.038483, 42.368693 ], [ -71.038398, 42.368805 ], [ -71.038294, 42.368919 ], [ -71.03819, 42.369053 ], [ -71.038097, 42.369154 ], [ -71.038026, 42.369252 ], [ -71.037955, 42.369334 ], [ -71.037903, 42.369391 ], [ -71.037832, 42.369464 ], [ -71.03778, 42.369516 ], [ -71.037736, 42.369554 ], [ -71.037636, 42.369674 ], [ -71.037634, 42.369676 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039125, 42.366717 ], [ -71.039202, 42.366708 ], [ -71.039255, 42.36673 ], [ -71.039326, 42.366777 ], [ -71.039336, 42.366804 ], [ -71.039369, 42.366906 ], [ -71.03939, 42.366992 ], [ -71.039402, 42.367078 ], [ -71.039392, 42.367145 ], [ -71.039379, 42.367248 ], [ -71.039354, 42.36735 ], [ -71.039345, 42.367428 ], [ -71.039363, 42.367475 ], [ -71.039369, 42.367514 ], [ -71.039358, 42.367589 ], [ -71.039347, 42.367638 ], [ -71.03934, 42.367676 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038683, 42.368439 ], [ -71.03862, 42.368514 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03934, 42.367676 ], [ -71.039339, 42.367682 ], [ -71.03932, 42.367728 ], [ -71.039287, 42.367769 ], [ -71.039235, 42.367824 ], [ -71.039186, 42.367878 ], [ -71.039116, 42.367941 ], [ -71.039045, 42.368017 ], [ -71.038986, 42.368074 ], [ -71.038923, 42.368148 ], [ -71.038859, 42.368222 ], [ -71.038804, 42.368295 ], [ -71.03877, 42.368338 ], [ -71.038747, 42.368365 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038747, 42.368365 ], [ -71.038683, 42.368439 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052946, 42.347753 ], [ -71.053112, 42.347539 ], [ -71.053124, 42.347524 ], [ -71.053139, 42.347514 ], [ -71.053159, 42.347508 ], [ -71.053188, 42.347505 ], [ -71.053328, 42.347498 ], [ -71.053557, 42.347489 ], [ -71.054195, 42.346631 ], [ -71.054534, 42.346167 ], [ -71.054737, 42.345849 ], [ -71.054889, 42.345755 ], [ -71.055501, 42.345748 ], [ -71.055656, 42.345745 ], [ -71.055737, 42.345741 ], [ -71.056323, 42.345689 ], [ -71.056363, 42.345682 ], [ -71.056441, 42.345661 ], [ -71.056465, 42.345657 ], [ -71.056492, 42.345656 ], [ -71.056561, 42.345651 ], [ -71.056676, 42.345633 ], [ -71.056714, 42.345632 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048315, 42.353297 ], [ -71.048881, 42.353541 ], [ -71.049228, 42.353058 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Nashua Street Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068253, 42.366925 ], [ -71.068131, 42.366998 ], [ -71.068005, 42.367087 ], [ -71.067808, 42.367184 ], [ -71.067702, 42.367214 ], [ -71.067589, 42.367265 ], [ -71.067321, 42.367417 ], [ -71.066866, 42.367614 ], [ -71.066716, 42.367662 ], [ -71.066572, 42.367693 ], [ -71.066417, 42.367746 ], [ -71.066216, 42.36788 ], [ -71.066084, 42.368042 ], [ -71.065917, 42.36807 ], [ -71.065754, 42.368153 ], [ -71.065653, 42.368269 ], [ -71.065446, 42.368279 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039047, 42.285815 ], [ -71.038737, 42.286012 ], [ -71.038703, 42.286035 ], [ -71.038691, 42.286046 ], [ -71.038681, 42.286057 ], [ -71.038671, 42.286071 ], [ -71.038666, 42.286082 ], [ -71.038662, 42.286097 ], [ -71.038659, 42.286115 ], [ -71.038658, 42.286128 ], [ -71.03866, 42.286141 ], [ -71.038663, 42.28615 ], [ -71.038669, 42.286162 ], [ -71.038676, 42.286173 ], [ -71.038686, 42.286184 ], [ -71.038721, 42.286218 ], [ -71.038738, 42.286233 ], [ -71.039073, 42.286545 ], [ -71.039112, 42.286578 ], [ -71.039142, 42.286606 ], [ -71.039154, 42.286618 ], [ -71.039163, 42.28663 ], [ -71.039169, 42.286644 ], [ -71.039174, 42.286657 ], [ -71.039177, 42.286673 ], [ -71.039176, 42.286692 ], [ -71.039175, 42.286748 ], [ -71.039175, 42.286812 ], [ -71.039177, 42.28683 ], [ -71.03918, 42.286849 ], [ -71.039188, 42.286864 ], [ -71.039199, 42.286885 ], [ -71.03921, 42.286903 ], [ -71.039222, 42.28692 ], [ -71.039239, 42.28694 ], [ -71.039263, 42.286963 ], [ -71.039304, 42.286998 ], [ -71.039364, 42.287045 ], [ -71.0395, 42.287143 ], [ -71.039703, 42.287289 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055876, 42.37396 ], [ -71.054583, 42.374689 ], [ -71.052277, 42.372666 ], [ -71.050868, 42.373522 ], [ -71.05083, 42.373729 ], [ -71.0505, 42.374957 ], [ -71.050682, 42.375131 ], [ -71.050338, 42.375455 ], [ -71.050123, 42.375276 ], [ -71.049657, 42.375552 ], [ -71.049496, 42.375696 ], [ -71.050036, 42.376036 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "South Street Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130595, 42.287649 ], [ -71.130524, 42.287636 ], [ -71.130415, 42.287723 ], [ -71.13032, 42.287658 ], [ -71.130273, 42.287614 ], [ -71.130208, 42.287542 ], [ -71.130104, 42.287427 ], [ -71.130051, 42.287358 ], [ -71.129972, 42.287383 ], [ -71.129556, 42.287219 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Tenean Beach Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.044319, 42.293276 ], [ -71.04413, 42.293152 ], [ -71.043867, 42.29296 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130395, 42.376138 ], [ -71.130407, 42.376049 ], [ -71.130452, 42.375716 ], [ -71.130456, 42.375685 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130456, 42.375685 ], [ -71.130461, 42.37565 ], [ -71.130488, 42.375446 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130314, 42.376749 ], [ -71.130327, 42.376651 ], [ -71.130382, 42.376238 ], [ -71.130395, 42.376138 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13016, 42.377893 ], [ -71.130187, 42.3777 ], [ -71.1303, 42.376855 ], [ -71.130314, 42.376749 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Scott St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109502, 42.379617 ], [ -71.109271, 42.379773 ], [ -71.108829, 42.380096 ], [ -71.108716, 42.380178 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ellery St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109728, 42.372752 ], [ -71.109797, 42.37265 ], [ -71.110264, 42.371952 ], [ -71.110304, 42.371892 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099982, 42.363188 ], [ -71.100125, 42.363271 ], [ -71.100166, 42.363295 ], [ -71.100531, 42.363507 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09958, 42.36295 ], [ -71.09968, 42.363009 ], [ -71.099895, 42.363137 ], [ -71.099982, 42.363188 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Norfolk St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099461, 42.367852 ], [ -71.099487, 42.367814 ], [ -71.099546, 42.36773 ], [ -71.0996, 42.367651 ], [ -71.099659, 42.367566 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Norfolk St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099001, 42.368519 ], [ -71.099072, 42.368415 ], [ -71.099143, 42.368311 ], [ -71.099201, 42.368228 ], [ -71.09923, 42.368186 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099154, 42.373512 ], [ -71.099243, 42.373523 ], [ -71.099566, 42.373565 ], [ -71.099662, 42.373577 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098139, 42.37338 ], [ -71.098353, 42.373408 ], [ -71.099036, 42.373496 ], [ -71.099154, 42.373512 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094513, 42.372912 ], [ -71.094367, 42.372892 ], [ -71.093938, 42.372836 ], [ -71.093498, 42.372777 ], [ -71.093287, 42.37275 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089749, 42.372292 ], [ -71.089649, 42.372278 ], [ -71.089332, 42.372237 ], [ -71.089076, 42.372203 ], [ -71.088962, 42.372188 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096193, 42.369917 ], [ -71.096329, 42.370029 ], [ -71.096555, 42.370214 ], [ -71.096775, 42.370394 ], [ -71.09688, 42.37048 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095345, 42.373017 ], [ -71.095506, 42.373038 ], [ -71.095819, 42.373079 ], [ -71.096112, 42.373117 ], [ -71.096239, 42.373133 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094513, 42.372912 ], [ -71.094669, 42.372931 ], [ -71.094968, 42.372969 ], [ -71.095205, 42.372999 ], [ -71.095345, 42.373017 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091202, 42.372479 ], [ -71.091319, 42.372495 ], [ -71.09149, 42.372517 ], [ -71.091701, 42.372544 ], [ -71.091844, 42.372563 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090656, 42.372409 ], [ -71.090791, 42.372426 ], [ -71.090916, 42.372442 ], [ -71.091102, 42.372466 ], [ -71.091202, 42.372479 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089749, 42.372292 ], [ -71.089889, 42.37231 ], [ -71.090234, 42.372354 ], [ -71.090559, 42.372396 ], [ -71.090656, 42.372409 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088456, 42.372124 ], [ -71.088598, 42.372142 ], [ -71.088724, 42.372157 ], [ -71.088875, 42.372177 ], [ -71.088962, 42.372188 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087074, 42.371947 ], [ -71.08714, 42.371955 ], [ -71.087248, 42.371969 ], [ -71.087353, 42.371982 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085918, 42.363343 ], [ -71.085714, 42.363263 ], [ -71.084623, 42.362798 ], [ -71.084325, 42.362667 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "3rd St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082409, 42.365678 ], [ -71.082542, 42.365444 ], [ -71.08269, 42.365184 ], [ -71.082746, 42.365084 ], [ -71.082803, 42.364985 ], [ -71.083281, 42.364148 ], [ -71.083401, 42.36394 ], [ -71.083458, 42.363842 ], [ -71.083834, 42.363292 ], [ -71.084197, 42.362827 ], [ -71.084325, 42.362667 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079848, 42.37102 ], [ -71.079995, 42.371039 ], [ -71.081349, 42.371214 ], [ -71.081493, 42.371233 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081493, 42.371233 ], [ -71.081673, 42.371256 ], [ -71.082987, 42.371424 ], [ -71.08314, 42.371443 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078595, 42.370859 ], [ -71.078738, 42.370878 ], [ -71.079669, 42.370997 ], [ -71.079848, 42.37102 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076934, 42.370636 ], [ -71.077171, 42.370676 ], [ -71.078405, 42.370835 ], [ -71.078595, 42.370859 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097129, 42.37325 ], [ -71.097166, 42.373255 ], [ -71.097236, 42.373263 ], [ -71.097979, 42.373359 ], [ -71.098139, 42.37338 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087395, 42.363972 ], [ -71.087306, 42.363932 ], [ -71.086367, 42.363537 ], [ -71.086197, 42.363453 ], [ -71.086126, 42.363425 ], [ -71.085918, 42.363343 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Vassar St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105301, 42.355021 ], [ -71.10515, 42.355095 ], [ -71.104666, 42.355333 ], [ -71.104469, 42.355429 ], [ -71.104308, 42.355509 ], [ -71.103446, 42.355935 ], [ -71.10332, 42.355997 ], [ -71.103226, 42.356044 ], [ -71.097812, 42.358712 ], [ -71.097327, 42.358951 ], [ -71.095101, 42.360047 ], [ -71.094883, 42.360154 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Ames Stree" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087395, 42.363972 ], [ -71.087514, 42.36382 ], [ -71.087968, 42.363238 ], [ -71.088045, 42.363134 ], [ -71.0881, 42.363046 ], [ -71.088114, 42.363015 ], [ -71.088128, 42.36296 ], [ -71.088149, 42.362777 ], [ -71.088172, 42.36258 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092919, 42.366127 ], [ -71.093502, 42.366357 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093502, 42.366357 ], [ -71.093707, 42.366438 ], [ -71.094117, 42.366597 ], [ -71.094246, 42.366648 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130488, 42.375446 ], [ -71.13051, 42.375286 ], [ -71.130531, 42.375154 ], [ -71.130534, 42.374697 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11939, 42.373468 ], [ -71.119439, 42.373457 ], [ -71.119848, 42.373383 ], [ -71.119914, 42.373371 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120725, 42.373206 ], [ -71.12061, 42.373234 ], [ -71.120319, 42.373284 ], [ -71.120244, 42.373306 ], [ -71.120206, 42.373319 ], [ -71.120196, 42.373321 ], [ -71.119978, 42.37336 ], [ -71.119914, 42.373371 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13016, 42.377893 ], [ -71.13005, 42.377865 ], [ -71.129773, 42.377793 ], [ -71.129424, 42.377711 ], [ -71.129295, 42.377672 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133379, 42.377428 ], [ -71.133487, 42.377414 ], [ -71.133629, 42.377395 ], [ -71.133724, 42.377383 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133724, 42.377383 ], [ -71.133818, 42.37737 ], [ -71.13433, 42.377301 ], [ -71.134402, 42.377291 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134402, 42.377291 ], [ -71.134488, 42.377277 ], [ -71.13578, 42.37707 ], [ -71.135927, 42.377047 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137308, 42.376817 ], [ -71.137467, 42.376786 ], [ -71.138376, 42.376612 ], [ -71.138487, 42.37659 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138487, 42.37659 ], [ -71.13861, 42.376567 ], [ -71.139633, 42.376368 ], [ -71.139754, 42.376344 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139754, 42.376344 ], [ -71.139906, 42.376315 ], [ -71.140478, 42.376205 ], [ -71.140748, 42.376153 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132479, 42.377526 ], [ -71.132381, 42.377532 ], [ -71.132254, 42.377533 ], [ -71.131766, 42.377507 ], [ -71.131661, 42.37751 ], [ -71.13156, 42.377524 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133379, 42.377428 ], [ -71.133272, 42.377441 ], [ -71.13265, 42.377513 ], [ -71.132479, 42.377526 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "JFK St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120923, 42.371633 ], [ -71.120967, 42.371581 ], [ -71.121012, 42.371527 ], [ -71.121105, 42.371416 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094246, 42.366648 ], [ -71.094345, 42.366686 ], [ -71.094743, 42.366843 ], [ -71.094843, 42.366882 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094843, 42.366882 ], [ -71.094886, 42.366899 ], [ -71.095243, 42.367039 ], [ -71.095416, 42.367107 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096395, 42.367492 ], [ -71.096241, 42.367432 ], [ -71.095583, 42.367173 ], [ -71.095416, 42.367107 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098201, 42.368203 ], [ -71.098051, 42.368144 ], [ -71.097821, 42.368053 ], [ -71.097463, 42.367912 ], [ -71.097359, 42.367871 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092069, 42.365792 ], [ -71.092237, 42.365859 ], [ -71.092506, 42.365965 ], [ -71.092644, 42.36602 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092644, 42.36602 ], [ -71.092759, 42.366064 ], [ -71.092919, 42.366127 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098201, 42.368203 ], [ -71.098305, 42.368244 ], [ -71.098609, 42.368364 ], [ -71.098881, 42.368472 ], [ -71.099001, 42.368519 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099001, 42.368519 ], [ -71.099131, 42.36857 ], [ -71.099524, 42.368725 ], [ -71.099856, 42.368856 ], [ -71.099952, 42.368894 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099952, 42.368894 ], [ -71.100052, 42.368934 ], [ -71.100307, 42.369034 ], [ -71.100448, 42.36909 ], [ -71.100525, 42.36912 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101022, 42.369317 ], [ -71.100866, 42.369255 ], [ -71.100794, 42.369226 ], [ -71.100581, 42.369142 ], [ -71.100525, 42.36912 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099662, 42.373577 ], [ -71.099743, 42.373587 ], [ -71.100529, 42.373689 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100529, 42.373689 ], [ -71.100838, 42.373729 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Concord Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122098, 42.377512 ], [ -71.122297, 42.377615 ], [ -71.123315, 42.37814 ], [ -71.123326, 42.378147 ], [ -71.123336, 42.378155 ], [ -71.123341, 42.378161 ], [ -71.123348, 42.378169 ], [ -71.123354, 42.378179 ], [ -71.123356, 42.378185 ], [ -71.123359, 42.378201 ], [ -71.12336, 42.378209 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116418, 42.372694 ], [ -71.116309, 42.372662 ], [ -71.116103, 42.372601 ], [ -71.116038, 42.372577 ], [ -71.115998, 42.372556 ], [ -71.115949, 42.372523 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116418, 42.372694 ], [ -71.116502, 42.372717 ], [ -71.117042, 42.372866 ], [ -71.117118, 42.372887 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117118, 42.372887 ], [ -71.117187, 42.372907 ], [ -71.117817, 42.373083 ], [ -71.117895, 42.373105 ], [ -71.117998, 42.373133 ], [ -71.118248, 42.373202 ], [ -71.118278, 42.373215 ], [ -71.118302, 42.373227 ], [ -71.118317, 42.373233 ], [ -71.118517, 42.373296 ], [ -71.118554, 42.373322 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120503, 42.389885 ], [ -71.12068, 42.390039 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12101, 42.390305 ], [ -71.12068, 42.390039 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121525, 42.390576 ], [ -71.121099, 42.390359 ], [ -71.12101, 42.390305 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121525, 42.390576 ], [ -71.122253, 42.390906 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122813, 42.391158 ], [ -71.122253, 42.390906 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123275, 42.391374 ], [ -71.122813, 42.391158 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117659, 42.371701 ], [ -71.117567, 42.371595 ], [ -71.117152, 42.371447 ], [ -71.117054, 42.371412 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120146, 42.372566 ], [ -71.120009, 42.372513 ], [ -71.119446, 42.372294 ], [ -71.119405, 42.372278 ], [ -71.119338, 42.372252 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108125, 42.364086 ], [ -71.107708, 42.364234 ], [ -71.107513, 42.364297 ], [ -71.107475, 42.364309 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107475, 42.364309 ], [ -71.107344, 42.364351 ], [ -71.107131, 42.364423 ], [ -71.106806, 42.364534 ], [ -71.106688, 42.364574 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Concord Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148119, 42.389615 ], [ -71.148381, 42.389674 ], [ -71.148994, 42.389799 ], [ -71.150579, 42.3901 ], [ -71.150663, 42.390113 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Aberdeen A" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145837, 42.37526 ], [ -71.145988, 42.375643 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Aberdeen A" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145988, 42.375643 ], [ -71.146541, 42.376892 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Concord Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154007, 42.390547 ], [ -71.153868, 42.390529 ], [ -71.152653, 42.390375 ], [ -71.15169, 42.390251 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Concord Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15169, 42.390251 ], [ -71.151002, 42.390162 ], [ -71.150663, 42.390113 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Concord Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145993, 42.389156 ], [ -71.146204, 42.38921 ], [ -71.148029, 42.389596 ], [ -71.148119, 42.389615 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135927, 42.377047 ], [ -71.136115, 42.377016 ], [ -71.136845, 42.376897 ], [ -71.136952, 42.37688 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136952, 42.37688 ], [ -71.137149, 42.376845 ], [ -71.137186, 42.376838 ], [ -71.137294, 42.376819 ], [ -71.137308, 42.376817 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096858, 42.367674 ], [ -71.096395, 42.367492 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097359, 42.367871 ], [ -71.09727, 42.367835 ], [ -71.096858, 42.367674 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08314, 42.371443 ], [ -71.083291, 42.371463 ], [ -71.084647, 42.371637 ], [ -71.08479, 42.371655 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085535, 42.371752 ], [ -71.085678, 42.37177 ], [ -71.08612, 42.371825 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08479, 42.371655 ], [ -71.08496, 42.371677 ], [ -71.08541, 42.371735 ], [ -71.085535, 42.371752 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08612, 42.371825 ], [ -71.086143, 42.371827 ], [ -71.086254, 42.371842 ], [ -71.086565, 42.371882 ], [ -71.086742, 42.371904 ], [ -71.086872, 42.371921 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086872, 42.371921 ], [ -71.086948, 42.371931 ], [ -71.086974, 42.371934 ], [ -71.087074, 42.371947 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087353, 42.371982 ], [ -71.087423, 42.371991 ], [ -71.087831, 42.372044 ], [ -71.088168, 42.372087 ], [ -71.088276, 42.372101 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088276, 42.372101 ], [ -71.088344, 42.37211 ], [ -71.088382, 42.372114 ], [ -71.088456, 42.372124 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096239, 42.373133 ], [ -71.096425, 42.373158 ], [ -71.09673, 42.373198 ], [ -71.096979, 42.373231 ], [ -71.097052, 42.37324 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chauncy St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124177, 42.378969 ], [ -71.124029, 42.379035 ], [ -71.123358, 42.379313 ], [ -71.122186, 42.379676 ], [ -71.122136, 42.379688 ], [ -71.122074, 42.379697 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chauncy St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122074, 42.379697 ], [ -71.1217, 42.379754 ], [ -71.121535, 42.379778 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100531, 42.363507 ], [ -71.100658, 42.363581 ], [ -71.100874, 42.363707 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100874, 42.363707 ], [ -71.10109, 42.363833 ], [ -71.10119, 42.363897 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Eliot St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120842, 42.373178 ], [ -71.120911, 42.373158 ], [ -71.121046, 42.373103 ], [ -71.121202, 42.373017 ], [ -71.12131, 42.372946 ], [ -71.1214, 42.372869 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ellery St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110538, 42.371542 ], [ -71.110751, 42.371224 ], [ -71.110813, 42.37113 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ellery St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110304, 42.371892 ], [ -71.110347, 42.371828 ], [ -71.110538, 42.371542 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Fountain T" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150271, 42.379261 ], [ -71.150684, 42.378823 ], [ -71.150837, 42.378713 ], [ -71.150981, 42.378659 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153924, 42.380752 ], [ -71.153769, 42.3807 ], [ -71.153463, 42.380624 ], [ -71.15339, 42.380602 ], [ -71.15329, 42.380564 ], [ -71.153154, 42.3805 ], [ -71.153121, 42.380481 ], [ -71.153074, 42.38045 ], [ -71.153023, 42.380413 ], [ -71.152757, 42.380206 ], [ -71.152709, 42.380178 ], [ -71.152435, 42.380016 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Concord Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154007, 42.390547 ], [ -71.154211, 42.390573 ], [ -71.155697, 42.390763 ], [ -71.156384, 42.390826 ], [ -71.157077, 42.390911 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099759, 42.372845 ], [ -71.099832, 42.372905 ], [ -71.100096, 42.37312 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100096, 42.37312 ], [ -71.100436, 42.373397 ], [ -71.100569, 42.373507 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098975, 42.372202 ], [ -71.099069, 42.372279 ], [ -71.099678, 42.372778 ], [ -71.099759, 42.372845 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150806, 42.378052 ], [ -71.150828, 42.378117 ], [ -71.150833, 42.378131 ], [ -71.150845, 42.378166 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137337, 42.381306 ], [ -71.137473, 42.381295 ], [ -71.138018, 42.381251 ], [ -71.138114, 42.381244 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138323, 42.381227 ], [ -71.138446, 42.381217 ], [ -71.138552, 42.381208 ], [ -71.138659, 42.381188 ], [ -71.138781, 42.381166 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138114, 42.381244 ], [ -71.138231, 42.381234 ], [ -71.138252, 42.381232 ], [ -71.138323, 42.381227 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134103, 42.381521 ], [ -71.134321, 42.381527 ], [ -71.134544, 42.381521 ], [ -71.134837, 42.381499 ], [ -71.134935, 42.381492 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150271, 42.379261 ], [ -71.150505, 42.379367 ], [ -71.150692, 42.379502 ], [ -71.150933, 42.379691 ], [ -71.15101, 42.379737 ], [ -71.151076, 42.37977 ], [ -71.151202, 42.379821 ], [ -71.151366, 42.379869 ], [ -71.15142, 42.379879 ], [ -71.151507, 42.379891 ], [ -71.151633, 42.379907 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103708, 42.365404 ], [ -71.103755, 42.365433 ], [ -71.103991, 42.365575 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10318, 42.36508 ], [ -71.103244, 42.365126 ], [ -71.103615, 42.365349 ], [ -71.103708, 42.365404 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102567, 42.36471 ], [ -71.102665, 42.364767 ], [ -71.102872, 42.364886 ], [ -71.103072, 42.365007 ], [ -71.10318, 42.36508 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084242, 42.362195 ], [ -71.084335, 42.362209 ], [ -71.084598, 42.362249 ], [ -71.084837, 42.362277 ], [ -71.085167, 42.362347 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113887, 42.370822 ], [ -71.11435, 42.371201 ], [ -71.115253, 42.371934 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112714, 42.369883 ], [ -71.112939, 42.370063 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112939, 42.370063 ], [ -71.113301, 42.370353 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113301, 42.370353 ], [ -71.113806, 42.370757 ], [ -71.113887, 42.370822 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Palmer St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119914, 42.373371 ], [ -71.120156, 42.374258 ], [ -71.120174, 42.374379 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113547, 42.362258 ], [ -71.113359, 42.362327 ], [ -71.112551, 42.3626 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113336, 42.370091 ], [ -71.112714, 42.369883 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114464, 42.37049 ], [ -71.11434, 42.370446 ], [ -71.113459, 42.370132 ], [ -71.113336, 42.370091 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Murray St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121888, 42.372336 ], [ -71.122163, 42.372167 ], [ -71.123054, 42.371112 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087395, 42.363972 ], [ -71.088722, 42.364529 ], [ -71.089023, 42.364644 ], [ -71.08941, 42.364787 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13156, 42.377524 ], [ -71.131483, 42.377535 ], [ -71.13016, 42.377893 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150226, 42.376209 ], [ -71.150247, 42.376278 ], [ -71.150413, 42.37683 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150413, 42.37683 ], [ -71.150439, 42.376915 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Vassar St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089963, 42.362712 ], [ -71.089996, 42.362599 ], [ -71.09016, 42.36248 ], [ -71.092637, 42.361257 ], [ -71.092692, 42.361229 ], [ -71.093523, 42.360819 ], [ -71.094612, 42.360286 ], [ -71.094883, 42.360154 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Norfolk St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09923, 42.368186 ], [ -71.09926, 42.368142 ], [ -71.099337, 42.368031 ], [ -71.09941, 42.367926 ], [ -71.099461, 42.367852 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Eliot St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120842, 42.373178 ], [ -71.120725, 42.373206 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091844, 42.372563 ], [ -71.092008, 42.372584 ], [ -71.092504, 42.372648 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092504, 42.372648 ], [ -71.092554, 42.372655 ], [ -71.093047, 42.372718 ], [ -71.093287, 42.37275 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Industrial" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072356, 42.368812 ], [ -71.072168, 42.369006 ], [ -71.071961, 42.369216 ], [ -71.071874, 42.369304 ], [ -71.071365, 42.369808 ], [ -71.070719, 42.369474 ], [ -71.070661, 42.369468 ], [ -71.070349, 42.369589 ], [ -71.06979, 42.369818 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093297, 42.36515 ], [ -71.093192, 42.365104 ], [ -71.09272, 42.364896 ], [ -71.092608, 42.364846 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094133, 42.365502 ], [ -71.094023, 42.365456 ], [ -71.093398, 42.365193 ], [ -71.093297, 42.36515 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094878, 42.365815 ], [ -71.09472, 42.365748 ], [ -71.094224, 42.36554 ], [ -71.094133, 42.365502 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096527, 42.366508 ], [ -71.096374, 42.366444 ], [ -71.095909, 42.366248 ], [ -71.095766, 42.366188 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096859, 42.366646 ], [ -71.096742, 42.366597 ], [ -71.096599, 42.366538 ], [ -71.096527, 42.366508 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097293, 42.366822 ], [ -71.097277, 42.366817 ], [ -71.096982, 42.366698 ], [ -71.096859, 42.366646 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09786, 42.366993 ], [ -71.097683, 42.366939 ], [ -71.097621, 42.366921 ], [ -71.097383, 42.366849 ], [ -71.097293, 42.366822 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099659, 42.367566 ], [ -71.099548, 42.367527 ], [ -71.099251, 42.367423 ], [ -71.098872, 42.367302 ], [ -71.098746, 42.367261 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Trowbridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112005, 42.371453 ], [ -71.111933, 42.37156 ], [ -71.111476, 42.372245 ], [ -71.111432, 42.372312 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ellery St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110813, 42.37113 ], [ -71.110893, 42.371013 ], [ -71.111751, 42.369736 ], [ -71.111802, 42.369658 ], [ -71.111861, 42.369567 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Trowbridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112939, 42.370063 ], [ -71.112076, 42.371348 ], [ -71.112005, 42.371453 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ellery St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108335, 42.374698 ], [ -71.109648, 42.372864 ], [ -71.109728, 42.372752 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Trowbridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111432, 42.372312 ], [ -71.111387, 42.372379 ], [ -71.110909, 42.373099 ], [ -71.110837, 42.373196 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112361, 42.362665 ], [ -71.112247, 42.362703 ], [ -71.111684, 42.362892 ], [ -71.111594, 42.362922 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110988, 42.363123 ], [ -71.11086, 42.363167 ], [ -71.110638, 42.363242 ], [ -71.110521, 42.363279 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110521, 42.363279 ], [ -71.110335, 42.363345 ], [ -71.10978, 42.363532 ], [ -71.109695, 42.363561 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109695, 42.363561 ], [ -71.109567, 42.363603 ], [ -71.108958, 42.363808 ], [ -71.108841, 42.363848 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108841, 42.363848 ], [ -71.108683, 42.363901 ], [ -71.108395, 42.364 ], [ -71.108125, 42.364086 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106688, 42.364574 ], [ -71.106559, 42.364617 ], [ -71.106292, 42.364708 ], [ -71.105973, 42.364817 ], [ -71.10591, 42.364845 ], [ -71.105807, 42.364892 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112361, 42.362665 ], [ -71.112426, 42.362642 ], [ -71.112551, 42.3626 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111594, 42.362922 ], [ -71.111484, 42.362959 ], [ -71.111213, 42.36305 ], [ -71.11111, 42.363084 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11111, 42.363084 ], [ -71.11104, 42.363106 ], [ -71.111024, 42.363111 ], [ -71.110988, 42.363123 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Quincy St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114453, 42.37482 ], [ -71.114506, 42.374716 ], [ -71.114866, 42.373294 ], [ -71.115147, 42.372306 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Quincy St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114453, 42.37482 ], [ -71.114373, 42.375233 ], [ -71.114342, 42.375355 ], [ -71.114325, 42.375471 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150225, 42.374704 ], [ -71.150155, 42.37483 ], [ -71.150021, 42.375075 ], [ -71.149979, 42.375165 ], [ -71.149972, 42.375184 ], [ -71.149962, 42.375213 ], [ -71.14996, 42.37523 ], [ -71.149961, 42.375267 ], [ -71.149965, 42.375292 ], [ -71.149979, 42.375347 ], [ -71.15, 42.375422 ], [ -71.150014, 42.375471 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150845, 42.378166 ], [ -71.150861, 42.378227 ], [ -71.150932, 42.378486 ], [ -71.150981, 42.378659 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "JFK St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120146, 42.372566 ], [ -71.120083, 42.372641 ], [ -71.119439, 42.373414 ], [ -71.11939, 42.373468 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Winthrop S" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120489, 42.372154 ], [ -71.120614, 42.372211 ], [ -71.120778, 42.372286 ], [ -71.120844, 42.372309 ], [ -71.121472, 42.372601 ], [ -71.121581, 42.372652 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "JFK St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120923, 42.371633 ], [ -71.120882, 42.371683 ], [ -71.120551, 42.372079 ], [ -71.120489, 42.372154 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "JFK St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120489, 42.372154 ], [ -71.120425, 42.372231 ], [ -71.120215, 42.372483 ], [ -71.120146, 42.372566 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Eliot St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121888, 42.372336 ], [ -71.121798, 42.372238 ], [ -71.121768, 42.372189 ], [ -71.121741, 42.372125 ], [ -71.12171, 42.372059 ], [ -71.121704, 42.37205 ], [ -71.12169, 42.372033 ], [ -71.121215, 42.371525 ], [ -71.121182, 42.371492 ], [ -71.121105, 42.371416 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115253, 42.371934 ], [ -71.11584, 42.372451 ], [ -71.115949, 42.372523 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117847, 42.371757 ], [ -71.117775, 42.371735 ], [ -71.11772, 42.371719 ], [ -71.117659, 42.371701 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118574, 42.37197 ], [ -71.118471, 42.37194 ], [ -71.117909, 42.371775 ], [ -71.117847, 42.371757 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119338, 42.372252 ], [ -71.119255, 42.372219 ], [ -71.118853, 42.372061 ], [ -71.118665, 42.371997 ], [ -71.118574, 42.37197 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Eliot St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121581, 42.372652 ], [ -71.1214, 42.372869 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Eliot St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121581, 42.372652 ], [ -71.121616, 42.372608 ], [ -71.121769, 42.372418 ], [ -71.121799, 42.372387 ], [ -71.121815, 42.372377 ], [ -71.121888, 42.372336 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115181, 42.370745 ], [ -71.115082, 42.37071 ], [ -71.114543, 42.370518 ], [ -71.114464, 42.37049 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116118, 42.371078 ], [ -71.116024, 42.371044 ], [ -71.115257, 42.370772 ], [ -71.115181, 42.370745 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117054, 42.371412 ], [ -71.116926, 42.371366 ], [ -71.116219, 42.371114 ], [ -71.116118, 42.371078 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132007, 42.381198 ], [ -71.132038, 42.381266 ], [ -71.132076, 42.38132 ], [ -71.132081, 42.381326 ], [ -71.132106, 42.381348 ], [ -71.132123, 42.381362 ], [ -71.132167, 42.381389 ], [ -71.132247, 42.381481 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132007, 42.381198 ], [ -71.131984, 42.381137 ], [ -71.131969, 42.381099 ], [ -71.131945, 42.381038 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131299, 42.379567 ], [ -71.131262, 42.379513 ], [ -71.130892, 42.378985 ], [ -71.130842, 42.378912 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130842, 42.378912 ], [ -71.1308, 42.378853 ], [ -71.130512, 42.378439 ], [ -71.130247, 42.378056 ], [ -71.13016, 42.377893 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131862, 42.38076 ], [ -71.131677, 42.38016 ], [ -71.131662, 42.380115 ], [ -71.131647, 42.380078 ], [ -71.131604, 42.380005 ], [ -71.131348, 42.379637 ], [ -71.131299, 42.379567 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131945, 42.381038 ], [ -71.131925, 42.38097 ], [ -71.131867, 42.380778 ], [ -71.131862, 42.38076 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Wendell St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11632, 42.381566 ], [ -71.116509, 42.381574 ], [ -71.119389, 42.381702 ], [ -71.119525, 42.381707 ], [ -71.119739, 42.381714 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Yerxa RR U" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12947, 42.38947 ], [ -71.12934, 42.389644 ], [ -71.129259, 42.39001 ], [ -71.12925, 42.390197 ], [ -71.129224, 42.39061 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Martin Ann" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103585, 42.355867 ], [ -71.103757, 42.356065 ], [ -71.103753, 42.35618 ], [ -71.103901, 42.356348 ], [ -71.103938, 42.356367 ], [ -71.103962, 42.356357 ], [ -71.104007, 42.356327 ], [ -71.104126, 42.356269 ], [ -71.104268, 42.356234 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "6th Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087306, 42.363932 ], [ -71.086365, 42.365036 ], [ -71.086072, 42.366151 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Garden Pas" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12336, 42.378209 ], [ -71.123708, 42.378325 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Aberdeen A" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146541, 42.376892 ], [ -71.147217, 42.37842 ], [ -71.14722, 42.37843 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Aberdeen A" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14722, 42.37843 ], [ -71.147245, 42.378506 ], [ -71.147294, 42.378756 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Mid-Block" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111636, 42.381202 ], [ -71.112041, 42.381554 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "RR Crossin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093373, 42.362031 ], [ -71.092637, 42.361257 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Ped" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115851, 42.369637 ], [ -71.11587, 42.369504 ], [ -71.115797, 42.369291 ], [ -71.115805, 42.369084 ], [ -71.115842, 42.368932 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148255, 42.395343 ], [ -71.147982, 42.395965 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120168, 42.377705 ], [ -71.120404, 42.377794 ], [ -71.120572, 42.377853 ], [ -71.120648, 42.37787 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Canal Park" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07391, 42.368205 ], [ -71.075367, 42.36897 ], [ -71.075418, 42.368984 ], [ -71.075461, 42.368968 ], [ -71.075481, 42.368943 ], [ -71.075539, 42.368888 ], [ -71.075609, 42.368838 ], [ -71.075685, 42.368795 ], [ -71.075783, 42.368761 ], [ -71.075895, 42.368749 ], [ -71.076028, 42.368757 ], [ -71.07615, 42.368791 ], [ -71.076231, 42.368837 ], [ -71.076309, 42.368902 ], [ -71.076359, 42.368969 ], [ -71.076385, 42.369053 ], [ -71.076391, 42.36915 ], [ -71.076359, 42.369243 ], [ -71.076294, 42.369318 ], [ -71.076203, 42.369381 ], [ -71.07611, 42.369428 ], [ -71.07599, 42.369456 ], [ -71.075867, 42.369456 ], [ -71.075779, 42.369439 ], [ -71.075713, 42.369418 ], [ -71.075666, 42.369411 ], [ -71.075639, 42.369425 ], [ -71.075607, 42.369436 ], [ -71.075575, 42.369436 ], [ -71.075532, 42.369427 ], [ -71.07549, 42.369407 ], [ -71.075071, 42.369196 ], [ -71.075025, 42.369183 ], [ -71.074591, 42.368965 ], [ -71.074545, 42.368926 ], [ -71.074088, 42.36869 ], [ -71.07405, 42.368654 ], [ -71.07365, 42.368451 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114559, 42.374789 ], [ -71.115631, 42.375435 ], [ -71.115682, 42.375457 ], [ -71.115738, 42.375472 ], [ -71.116346, 42.37559 ], [ -71.116675, 42.375653 ], [ -71.117341, 42.376017 ], [ -71.117391, 42.376039 ], [ -71.117464, 42.376071 ], [ -71.117527, 42.376088 ], [ -71.117603, 42.376105 ], [ -71.117694, 42.376119 ], [ -71.117795, 42.376132 ], [ -71.117877, 42.376136 ], [ -71.117967, 42.376134 ], [ -71.118051, 42.376135 ], [ -71.118123, 42.376141 ], [ -71.118221, 42.376152 ], [ -71.118312, 42.376166 ], [ -71.11842, 42.376191 ], [ -71.11853, 42.376223 ], [ -71.118637, 42.37626 ], [ -71.11876, 42.376303 ], [ -71.11885, 42.376336 ], [ -71.118944, 42.376367 ], [ -71.119038, 42.376405 ], [ -71.119413, 42.376598 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122009, 42.377539 ], [ -71.121883, 42.377455 ], [ -71.120404, 42.376661 ], [ -71.120356, 42.376631 ], [ -71.120285, 42.376569 ], [ -71.120213, 42.376516 ], [ -71.120144, 42.376489 ], [ -71.11986, 42.376483 ], [ -71.119842, 42.376431 ], [ -71.119592, 42.376495 ], [ -71.119412, 42.376598 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126108, 42.389862 ], [ -71.126222, 42.389838 ], [ -71.126393, 42.389866 ], [ -71.126417, 42.38987 ], [ -71.126475, 42.38988 ], [ -71.126491, 42.389882 ], [ -71.126546, 42.389892 ], [ -71.126567, 42.389896 ], [ -71.126637, 42.389908 ], [ -71.126714, 42.389921 ], [ -71.126726, 42.389923 ], [ -71.126792, 42.389934 ], [ -71.126796, 42.389935 ], [ -71.126858, 42.389946 ], [ -71.126925, 42.389957 ], [ -71.127134, 42.389993 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sidney St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09958, 42.36295 ], [ -71.09968, 42.362857 ], [ -71.100092, 42.362476 ], [ -71.100192, 42.362384 ], [ -71.100275, 42.362306 ], [ -71.10065, 42.361959 ], [ -71.100749, 42.361867 ], [ -71.100827, 42.361795 ], [ -71.101783, 42.36091 ], [ -71.101866, 42.360845 ], [ -71.102479, 42.36036 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155443, 42.381512 ], [ -71.155103, 42.381434 ], [ -71.155001, 42.381406 ], [ -71.154881, 42.381366 ], [ -71.154709, 42.381288 ], [ -71.154556, 42.381199 ], [ -71.154408, 42.381089 ], [ -71.154263, 42.380967 ], [ -71.154224, 42.380934 ], [ -71.154176, 42.380897 ], [ -71.154157, 42.380885 ], [ -71.154134, 42.380872 ], [ -71.154088, 42.380847 ], [ -71.154057, 42.38082 ], [ -71.154026, 42.380799 ], [ -71.153996, 42.380783 ], [ -71.153924, 42.380752 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157576, 42.382136 ], [ -71.156868, 42.381877 ], [ -71.156495, 42.381755 ], [ -71.155443, 42.381512 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109026, 42.353458 ], [ -71.109017, 42.353456 ], [ -71.108933, 42.353439 ], [ -71.108844, 42.353424 ], [ -71.108804, 42.353419 ], [ -71.108764, 42.353414 ], [ -71.108724, 42.353411 ], [ -71.108684, 42.353408 ], [ -71.108643, 42.353406 ], [ -71.108603, 42.353406 ], [ -71.108562, 42.353406 ], [ -71.108461, 42.353409 ], [ -71.108444, 42.35341 ], [ -71.10827, 42.353416 ], [ -71.108095, 42.353417 ], [ -71.108021, 42.353416 ], [ -71.107946, 42.353413 ], [ -71.107872, 42.353409 ], [ -71.107758, 42.353401 ], [ -71.10761, 42.353395 ], [ -71.107382, 42.353387 ], [ -71.107351, 42.353386 ], [ -71.107325, 42.353386 ], [ -71.107186, 42.353383 ], [ -71.106957, 42.353382 ], [ -71.10675, 42.353384 ], [ -71.106531, 42.35339 ], [ -71.106313, 42.353398 ], [ -71.106097, 42.353408 ], [ -71.105776, 42.353424 ], [ -71.105472, 42.353442 ], [ -71.10511, 42.353466 ], [ -71.104935, 42.353478 ], [ -71.104792, 42.353493 ], [ -71.104758, 42.353496 ], [ -71.104672, 42.353506 ], [ -71.104481, 42.353531 ], [ -71.104427, 42.353539 ], [ -71.104285, 42.353562 ], [ -71.104121, 42.35359 ], [ -71.103958, 42.353622 ], [ -71.103796, 42.353657 ], [ -71.103707, 42.353677 ], [ -71.103456, 42.353742 ], [ -71.10322, 42.353807 ], [ -71.103012, 42.35387 ], [ -71.102743, 42.353958 ], [ -71.102355, 42.354088 ], [ -71.102082, 42.354179 ], [ -71.101762, 42.354286 ], [ -71.101677, 42.354314 ], [ -71.101352, 42.354423 ], [ -71.100985, 42.354546 ], [ -71.100722, 42.354632 ], [ -71.100638, 42.35466 ], [ -71.100568, 42.354682 ], [ -71.100496, 42.354703 ], [ -71.100422, 42.354723 ], [ -71.100348, 42.354741 ], [ -71.100196, 42.354777 ], [ -71.100042, 42.35481 ], [ -71.099886, 42.354838 ], [ -71.099775, 42.354855 ], [ -71.099764, 42.354833 ], [ -71.099662, 42.354849 ], [ -71.099381, 42.35489 ], [ -71.099046, 42.354939 ], [ -71.098924, 42.354959 ], [ -71.098803, 42.354981 ], [ -71.098683, 42.355007 ], [ -71.098564, 42.355036 ], [ -71.098447, 42.355068 ], [ -71.098206, 42.355144 ], [ -71.098088, 42.355183 ], [ -71.097794, 42.355282 ], [ -71.097526, 42.355372 ], [ -71.097508, 42.355368 ], [ -71.097491, 42.355354 ], [ -71.097349, 42.355402 ], [ -71.097306, 42.355417 ], [ -71.097202, 42.355451 ], [ -71.097206, 42.355479 ], [ -71.097192, 42.355484 ], [ -71.096974, 42.355557 ], [ -71.096776, 42.355623 ], [ -71.096521, 42.355707 ], [ -71.096463, 42.355727 ], [ -71.096281, 42.355788 ], [ -71.09605, 42.355865 ], [ -71.095967, 42.355893 ], [ -71.095515, 42.356044 ], [ -71.095211, 42.356146 ], [ -71.094829, 42.356275 ], [ -71.094644, 42.356337 ], [ -71.094321, 42.356445 ], [ -71.094161, 42.356497 ], [ -71.094045, 42.356536 ], [ -71.093701, 42.356651 ], [ -71.093556, 42.356699 ], [ -71.093406, 42.35675 ], [ -71.093194, 42.356821 ], [ -71.092919, 42.356913 ], [ -71.092735, 42.356973 ], [ -71.092367, 42.357099 ], [ -71.092365, 42.357098 ], [ -71.092159, 42.357167 ], [ -71.091767, 42.357297 ], [ -71.09153, 42.357377 ], [ -71.09151, 42.357384 ], [ -71.091309, 42.357451 ], [ -71.091016, 42.357549 ], [ -71.090802, 42.357619 ], [ -71.090638, 42.357674 ], [ -71.090554, 42.357702 ], [ -71.090409, 42.357751 ], [ -71.090152, 42.357837 ], [ -71.089944, 42.357906 ], [ -71.089684, 42.357994 ], [ -71.089561, 42.358034 ], [ -71.089175, 42.358164 ], [ -71.088712, 42.358318 ], [ -71.08827, 42.358466 ], [ -71.087838, 42.35861 ], [ -71.087642, 42.358676 ], [ -71.087188, 42.358828 ], [ -71.087167, 42.358835 ], [ -71.08671, 42.358987 ], [ -71.086675, 42.358999 ], [ -71.086226, 42.359148 ], [ -71.085778, 42.359298 ], [ -71.085015, 42.359553 ], [ -71.084209, 42.359822 ], [ -71.083881, 42.359932 ], [ -71.083862, 42.359938 ], [ -71.083847, 42.359943 ], [ -71.083833, 42.359947 ], [ -71.083817, 42.359951 ], [ -71.083802, 42.359955 ], [ -71.083787, 42.359958 ], [ -71.083772, 42.359961 ], [ -71.083756, 42.359964 ], [ -71.083679, 42.359976 ], [ -71.08366, 42.359979 ], [ -71.083642, 42.359983 ], [ -71.083623, 42.359987 ], [ -71.083605, 42.359992 ], [ -71.083587, 42.359997 ], [ -71.08357, 42.360002 ], [ -71.083552, 42.360008 ], [ -71.083535, 42.360015 ], [ -71.083429, 42.360051 ], [ -71.083368, 42.360071 ], [ -71.083204, 42.360127 ], [ -71.082757, 42.360274 ], [ -71.082741, 42.36028 ], [ -71.082471, 42.36037 ], [ -71.08219, 42.360463 ], [ -71.081999, 42.360529 ], [ -71.081921, 42.360553 ], [ -71.081874, 42.360567 ], [ -71.081826, 42.36058 ], [ -71.081778, 42.360592 ], [ -71.081729, 42.360603 ], [ -71.081678, 42.360613 ], [ -71.081626, 42.360622 ], [ -71.081594, 42.360627 ], [ -71.08136, 42.360633 ], [ -71.081277, 42.360639 ], [ -71.081206, 42.360644 ], [ -71.081134, 42.360647 ], [ -71.081062, 42.360648 ], [ -71.08099, 42.360648 ], [ -71.080918, 42.360647 ], [ -71.080699, 42.360645 ], [ -71.080296, 42.36064 ], [ -71.079981, 42.360637 ], [ -71.079936, 42.360636 ], [ -71.07989, 42.360636 ], [ -71.079845, 42.360637 ], [ -71.0798, 42.360639 ], [ -71.079755, 42.360641 ], [ -71.07971, 42.360645 ], [ -71.079666, 42.36065 ], [ -71.079622, 42.360654 ], [ -71.079578, 42.360659 ], [ -71.079534, 42.360665 ], [ -71.079491, 42.360672 ], [ -71.079448, 42.36068 ], [ -71.079406, 42.36069 ], [ -71.079364, 42.3607 ], [ -71.079322, 42.360711 ], [ -71.079281, 42.360724 ], [ -71.079241, 42.360738 ], [ -71.079202, 42.360752 ], [ -71.079163, 42.360768 ], [ -71.079124, 42.360784 ], [ -71.079087, 42.360802 ], [ -71.079045, 42.360822 ], [ -71.079004, 42.360844 ], [ -71.078963, 42.360866 ], [ -71.078924, 42.360889 ], [ -71.078886, 42.360914 ], [ -71.078849, 42.360939 ], [ -71.078814, 42.360966 ], [ -71.078779, 42.360993 ], [ -71.078746, 42.361021 ], [ -71.078714, 42.36105 ], [ -71.078684, 42.361079 ], [ -71.078654, 42.36111 ], [ -71.078628, 42.361139 ], [ -71.078604, 42.36117 ], [ -71.07858, 42.3612 ], [ -71.078558, 42.361232 ], [ -71.078538, 42.361264 ], [ -71.078518, 42.361296 ], [ -71.078501, 42.361329 ], [ -71.078484, 42.361362 ], [ -71.07847, 42.361396 ], [ -71.078456, 42.36143 ], [ -71.078444, 42.361464 ], [ -71.078434, 42.361499 ], [ -71.078425, 42.361533 ], [ -71.078321, 42.362262 ], [ -71.078258, 42.362527 ], [ -71.078254, 42.362545 ], [ -71.078249, 42.362563 ], [ -71.078243, 42.362582 ], [ -71.078237, 42.3626 ], [ -71.078229, 42.362617 ], [ -71.078233, 42.362618 ], [ -71.078249, 42.362619 ], [ -71.078259, 42.362621 ], [ -71.078243, 42.362692 ], [ -71.078243, 42.362726 ], [ -71.078246, 42.362748 ], [ -71.07825, 42.36277 ], [ -71.078256, 42.362792 ], [ -71.078256, 42.362795 ], [ -71.078257, 42.362797 ], [ -71.078257, 42.362799 ], [ -71.078257, 42.362802 ], [ -71.078257, 42.362804 ], [ -71.078257, 42.362806 ], [ -71.078257, 42.362809 ], [ -71.078257, 42.362811 ], [ -71.078257, 42.362813 ], [ -71.078256, 42.362816 ], [ -71.078256, 42.362818 ], [ -71.078255, 42.36282 ], [ -71.078254, 42.362822 ], [ -71.078254, 42.362825 ], [ -71.078253, 42.362827 ], [ -71.078252, 42.362829 ], [ -71.07825, 42.362831 ], [ -71.078249, 42.362833 ], [ -71.078248, 42.362835 ], [ -71.078246, 42.362838 ], [ -71.078245, 42.36284 ], [ -71.078243, 42.362842 ], [ -71.078242, 42.362844 ], [ -71.07824, 42.362846 ], [ -71.078238, 42.362847 ], [ -71.078236, 42.362849 ], [ -71.078234, 42.362851 ], [ -71.078232, 42.362853 ], [ -71.078229, 42.362855 ], [ -71.078227, 42.362856 ], [ -71.078225, 42.362858 ], [ -71.078222, 42.362859 ], [ -71.07822, 42.362861 ], [ -71.078217, 42.362862 ], [ -71.078215, 42.362863 ], [ -71.078212, 42.362864 ], [ -71.07821, 42.362865 ], [ -71.078208, 42.362866 ], [ -71.078206, 42.362867 ], [ -71.078158, 42.36289 ], [ -71.078147, 42.362897 ], [ -71.078137, 42.362904 ], [ -71.078127, 42.362911 ], [ -71.078118, 42.362918 ], [ -71.078108, 42.362926 ], [ -71.078099, 42.362934 ], [ -71.078091, 42.362942 ], [ -71.07792, 42.363119 ], [ -71.077615, 42.36344 ], [ -71.077155, 42.363914 ], [ -71.076952, 42.364125 ], [ -71.076779, 42.364305 ], [ -71.076374, 42.364731 ], [ -71.076028, 42.365092 ], [ -71.075608, 42.365526 ], [ -71.075386, 42.365757 ], [ -71.075105, 42.366048 ], [ -71.075079, 42.366076 ], [ -71.074932, 42.366228 ], [ -71.074584, 42.366593 ], [ -71.074539, 42.36664 ], [ -71.074539, 42.366641 ], [ -71.074478, 42.366704 ], [ -71.074265, 42.366925 ], [ -71.074196, 42.366996 ], [ -71.074193, 42.366999 ], [ -71.074094, 42.367105 ], [ -71.074081, 42.367122 ], [ -71.074068, 42.36714 ], [ -71.074056, 42.367158 ], [ -71.074044, 42.367176 ], [ -71.074034, 42.367194 ], [ -71.074024, 42.367212 ], [ -71.074016, 42.367231 ], [ -71.074008, 42.36725 ], [ -71.074001, 42.367269 ], [ -71.073995, 42.367289 ], [ -71.07399, 42.367308 ], [ -71.073985, 42.367328 ], [ -71.073982, 42.367347 ], [ -71.07398, 42.367367 ], [ -71.073977, 42.367379 ], [ -71.073976, 42.36739 ], [ -71.073975, 42.367402 ], [ -71.073974, 42.367414 ], [ -71.073974, 42.367425 ], [ -71.073975, 42.367437 ], [ -71.073976, 42.367449 ], [ -71.073978, 42.367461 ], [ -71.07398, 42.367472 ], [ -71.073982, 42.367484 ], [ -71.073986, 42.367495 ], [ -71.073989, 42.367507 ], [ -71.073993, 42.367518 ], [ -71.073998, 42.367529 ], [ -71.074003, 42.36754 ], [ -71.074009, 42.367551 ], [ -71.074015, 42.367562 ], [ -71.074022, 42.367573 ], [ -71.074028, 42.367582 ], [ -71.074035, 42.367591 ], [ -71.074042, 42.3676 ], [ -71.074049, 42.367609 ], [ -71.074057, 42.367617 ], [ -71.074066, 42.367625 ], [ -71.074074, 42.367634 ], [ -71.074083, 42.367641 ], [ -71.074093, 42.367649 ], [ -71.074103, 42.367657 ], [ -71.074113, 42.367664 ], [ -71.074123, 42.367671 ], [ -71.074134, 42.367677 ], [ -71.074145, 42.367684 ], [ -71.074156, 42.36769 ], [ -71.074167, 42.367696 ], [ -71.074179, 42.367702 ], [ -71.074191, 42.367707 ], [ -71.074203, 42.367712 ], [ -71.074258, 42.367744 ], [ -71.074302, 42.36777 ], [ -71.074305, 42.367773 ], [ -71.074308, 42.367777 ], [ -71.074311, 42.36778 ], [ -71.074314, 42.367784 ], [ -71.074316, 42.367787 ], [ -71.074319, 42.367791 ], [ -71.074321, 42.367794 ], [ -71.074323, 42.367798 ], [ -71.074325, 42.367802 ], [ -71.074326, 42.367806 ], [ -71.074328, 42.36781 ], [ -71.074329, 42.367814 ], [ -71.07433, 42.367818 ], [ -71.074331, 42.367821 ], [ -71.074332, 42.367825 ], [ -71.074333, 42.367829 ], [ -71.074333, 42.367834 ], [ -71.074334, 42.367838 ], [ -71.074334, 42.367842 ], [ -71.074334, 42.367846 ], [ -71.074333, 42.36785 ], [ -71.074333, 42.367854 ], [ -71.074332, 42.367858 ], [ -71.074331, 42.367862 ], [ -71.07433, 42.367866 ], [ -71.074329, 42.36787 ], [ -71.074328, 42.367873 ], [ -71.074326, 42.367877 ], [ -71.074324, 42.367881 ], [ -71.074323, 42.367885 ], [ -71.074321, 42.367889 ], [ -71.074318, 42.367892 ], [ -71.074294, 42.367916 ], [ -71.074222, 42.367989 ], [ -71.074118, 42.368092 ], [ -71.074091, 42.368119 ], [ -71.074058, 42.368151 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144594, 42.365341 ], [ -71.144521, 42.365365 ], [ -71.144447, 42.365388 ], [ -71.144373, 42.365409 ], [ -71.144297, 42.365428 ], [ -71.144221, 42.365445 ], [ -71.144136, 42.365462 ], [ -71.14405, 42.365476 ], [ -71.143964, 42.365488 ], [ -71.143877, 42.365499 ], [ -71.143789, 42.365507 ], [ -71.143704, 42.365512 ], [ -71.143619, 42.365515 ], [ -71.143534, 42.365517 ], [ -71.143448, 42.365516 ], [ -71.143363, 42.365513 ], [ -71.143298, 42.365509 ], [ -71.143234, 42.365503 ], [ -71.14317, 42.365497 ], [ -71.143089, 42.365487 ], [ -71.143009, 42.365476 ], [ -71.14293, 42.365463 ], [ -71.142851, 42.365449 ], [ -71.142773, 42.365432 ], [ -71.142696, 42.365414 ], [ -71.142522, 42.365369 ], [ -71.142241, 42.365294 ], [ -71.141923, 42.36521 ], [ -71.14171, 42.365154 ], [ -71.141691, 42.365149 ], [ -71.141583, 42.365123 ], [ -71.141505, 42.365106 ], [ -71.141426, 42.36509 ], [ -71.141346, 42.365076 ], [ -71.141257, 42.365065 ], [ -71.141169, 42.365057 ], [ -71.141079, 42.365051 ], [ -71.14099, 42.365046 ], [ -71.1409, 42.365044 ], [ -71.140825, 42.365045 ], [ -71.14075, 42.365047 ], [ -71.140675, 42.365052 ], [ -71.1406, 42.365058 ], [ -71.140525, 42.365065 ], [ -71.140451, 42.365074 ], [ -71.140375, 42.365087 ], [ -71.140299, 42.365101 ], [ -71.140223, 42.365117 ], [ -71.140149, 42.365135 ], [ -71.140075, 42.365155 ], [ -71.140001, 42.365178 ], [ -71.139928, 42.365202 ], [ -71.139855, 42.365227 ], [ -71.139784, 42.365254 ], [ -71.139714, 42.365283 ], [ -71.139645, 42.365313 ], [ -71.139553, 42.365355 ], [ -71.139464, 42.365399 ], [ -71.139376, 42.365445 ], [ -71.13929, 42.365492 ], [ -71.139189, 42.365549 ], [ -71.139091, 42.365608 ], [ -71.138994, 42.365668 ], [ -71.138866, 42.36575 ], [ -71.138759, 42.365827 ], [ -71.138653, 42.365906 ], [ -71.13855, 42.365987 ], [ -71.138479, 42.366046 ], [ -71.138231, 42.366257 ], [ -71.137968, 42.366479 ], [ -71.137741, 42.366673 ], [ -71.137581, 42.366798 ], [ -71.137418, 42.36692 ], [ -71.137237, 42.367043 ], [ -71.137051, 42.367161 ], [ -71.136861, 42.367275 ], [ -71.136599, 42.36743 ], [ -71.136337, 42.367586 ], [ -71.13613, 42.367709 ], [ -71.135933, 42.367826 ], [ -71.135791, 42.367912 ], [ -71.13563, 42.368019 ], [ -71.135471, 42.368128 ], [ -71.135399, 42.368183 ], [ -71.135328, 42.36824 ], [ -71.13526, 42.368299 ], [ -71.135194, 42.368359 ], [ -71.135131, 42.36842 ], [ -71.135044, 42.36851 ], [ -71.134961, 42.368602 ], [ -71.134883, 42.368696 ], [ -71.134827, 42.36877 ], [ -71.134774, 42.368844 ], [ -71.134723, 42.36892 ], [ -71.134692, 42.36897 ], [ -71.134641, 42.369022 ], [ -71.134584, 42.369098 ], [ -71.134528, 42.369179 ], [ -71.134499, 42.369232 ], [ -71.134458, 42.369321 ], [ -71.134434, 42.369393 ], [ -71.1344, 42.369552 ], [ -71.134361, 42.36969 ], [ -71.134345, 42.369799 ], [ -71.134323, 42.369888 ], [ -71.134288, 42.369988 ], [ -71.134208, 42.370146 ], [ -71.134117, 42.37024 ], [ -71.133987, 42.370344 ], [ -71.133894, 42.370402 ], [ -71.133034, 42.370722 ], [ -71.133006, 42.370768 ], [ -71.132991, 42.370803 ], [ -71.132996, 42.37085 ], [ -71.133013, 42.3709 ], [ -71.133371, 42.371356 ], [ -71.133569, 42.371616 ], [ -71.133597, 42.371635 ], [ -71.133636, 42.371646 ], [ -71.133677, 42.371647 ], [ -71.13401, 42.371642 ], [ -71.134048, 42.371649 ], [ -71.134079, 42.371644 ], [ -71.134104, 42.371628 ], [ -71.134219, 42.371559 ], [ -71.134245, 42.371555 ], [ -71.134269, 42.371563 ], [ -71.134298, 42.371585 ], [ -71.134354, 42.371629 ], [ -71.134385, 42.371673 ], [ -71.134416, 42.371754 ], [ -71.134443, 42.37179 ], [ -71.13447, 42.371837 ], [ -71.134475, 42.371878 ], [ -71.134467, 42.371941 ], [ -71.134454, 42.371992 ], [ -71.134413, 42.372077 ], [ -71.134381, 42.37213 ], [ -71.134299, 42.372233 ], [ -71.134219, 42.372317 ], [ -71.134119, 42.372423 ], [ -71.134058, 42.372477 ], [ -71.133956, 42.372573 ], [ -71.133752, 42.37292 ], [ -71.133688, 42.372997 ], [ -71.133634, 42.373055 ], [ -71.133578, 42.373112 ], [ -71.133523, 42.373164 ], [ -71.133467, 42.373216 ], [ -71.133408, 42.373266 ], [ -71.133348, 42.373315 ], [ -71.133215, 42.373418 ], [ -71.132869, 42.373688 ], [ -71.132739, 42.373788 ], [ -71.132658, 42.373844 ], [ -71.132574, 42.373898 ], [ -71.132529, 42.373926 ], [ -71.132483, 42.373952 ], [ -71.132436, 42.373977 ], [ -71.132387, 42.374001 ], [ -71.132341, 42.374025 ], [ -71.132294, 42.374049 ], [ -71.132245, 42.374071 ], [ -71.132197, 42.374092 ], [ -71.13212, 42.374123 ], [ -71.132042, 42.374153 ], [ -71.131964, 42.37418 ], [ -71.131897, 42.374202 ], [ -71.131829, 42.374222 ], [ -71.131761, 42.374241 ], [ -71.131628, 42.374275 ], [ -71.131494, 42.374306 ], [ -71.131383, 42.374329 ], [ -71.13127, 42.37435 ], [ -71.131159, 42.374368 ], [ -71.131049, 42.374385 ], [ -71.130925, 42.3744 ], [ -71.130801, 42.374413 ], [ -71.130719, 42.374421 ], [ -71.130637, 42.374427 ], [ -71.130555, 42.374432 ], [ -71.130536, 42.374433 ], [ -71.130454, 42.374437 ], [ -71.130373, 42.37444 ], [ -71.130292, 42.374441 ], [ -71.130081, 42.374439 ], [ -71.130041, 42.374439 ], [ -71.130001, 42.374438 ], [ -71.129961, 42.374437 ], [ -71.129921, 42.374435 ], [ -71.129882, 42.374432 ], [ -71.129744, 42.374421 ], [ -71.129622, 42.374411 ], [ -71.129558, 42.374404 ], [ -71.129494, 42.374396 ], [ -71.129431, 42.374386 ], [ -71.129276, 42.374363 ], [ -71.129083, 42.374328 ], [ -71.129028, 42.374319 ], [ -71.128973, 42.374308 ], [ -71.128919, 42.374296 ], [ -71.128865, 42.374282 ], [ -71.12878, 42.374261 ], [ -71.128696, 42.374239 ], [ -71.128613, 42.374214 ], [ -71.128465, 42.374168 ], [ -71.128319, 42.374119 ], [ -71.128235, 42.374088 ], [ -71.128152, 42.374056 ], [ -71.12807, 42.374022 ], [ -71.127949, 42.373972 ], [ -71.12783, 42.37392 ], [ -71.127787, 42.3739 ], [ -71.127746, 42.373879 ], [ -71.127704, 42.373857 ], [ -71.127664, 42.373834 ], [ -71.127474, 42.373731 ], [ -71.127317, 42.373643 ], [ -71.127149, 42.37355 ], [ -71.127004, 42.373467 ], [ -71.126918, 42.373413 ], [ -71.126914, 42.37341 ], [ -71.126884, 42.373392 ], [ -71.126867, 42.373382 ], [ -71.126712, 42.373286 ], [ -71.126568, 42.373194 ], [ -71.126563, 42.373191 ], [ -71.126483, 42.373137 ], [ -71.12641, 42.373088 ], [ -71.126271, 42.372994 ], [ -71.126254, 42.372982 ], [ -71.126145, 42.372905 ], [ -71.125978, 42.372781 ], [ -71.125811, 42.372659 ], [ -71.125682, 42.372562 ], [ -71.125549, 42.372456 ], [ -71.12541, 42.372343 ], [ -71.125297, 42.372242 ], [ -71.125167, 42.372121 ], [ -71.125044, 42.371996 ], [ -71.124923, 42.37187 ], [ -71.124823, 42.371754 ], [ -71.124724, 42.371638 ], [ -71.124564, 42.371431 ], [ -71.124463, 42.371284 ], [ -71.124448, 42.37126 ], [ -71.124255, 42.370977 ], [ -71.124196, 42.370896 ], [ -71.124134, 42.370817 ], [ -71.124069, 42.370739 ], [ -71.124, 42.370663 ], [ -71.123927, 42.370588 ], [ -71.123852, 42.370515 ], [ -71.123782, 42.370451 ], [ -71.123709, 42.370388 ], [ -71.123633, 42.370326 ], [ -71.123555, 42.370267 ], [ -71.123475, 42.370209 ], [ -71.123392, 42.370153 ], [ -71.123325, 42.37011 ], [ -71.123257, 42.370067 ], [ -71.123187, 42.370027 ], [ -71.123115, 42.369988 ], [ -71.123042, 42.369951 ], [ -71.122967, 42.369916 ], [ -71.12289, 42.369882 ], [ -71.122812, 42.369851 ], [ -71.122732, 42.369822 ], [ -71.122707, 42.369813 ], [ -71.122554, 42.369753 ], [ -71.122479, 42.369732 ], [ -71.122359, 42.369706 ], [ -71.122272, 42.369701 ], [ -71.122266, 42.369699 ], [ -71.122207, 42.369689 ], [ -71.122147, 42.369681 ], [ -71.122088, 42.369673 ], [ -71.122011, 42.369665 ], [ -71.121935, 42.369658 ], [ -71.121858, 42.369653 ], [ -71.121781, 42.36965 ], [ -71.121704, 42.369649 ], [ -71.121627, 42.36965 ], [ -71.12155, 42.369652 ], [ -71.121473, 42.369656 ], [ -71.121311, 42.369666 ], [ -71.121148, 42.369679 ], [ -71.120809, 42.369713 ], [ -71.120519, 42.369742 ], [ -71.120332, 42.369758 ], [ -71.120193, 42.369764 ], [ -71.120083, 42.369769 ], [ -71.11978, 42.369771 ], [ -71.119533, 42.369762 ], [ -71.11949, 42.36976 ], [ -71.119461, 42.369758 ], [ -71.119199, 42.369736 ], [ -71.118941, 42.369704 ], [ -71.118661, 42.36966 ], [ -71.118366, 42.369597 ], [ -71.118314, 42.369583 ], [ -71.11817, 42.369542 ], [ -71.118095, 42.369516 ], [ -71.117964, 42.369469 ], [ -71.117737, 42.369364 ], [ -71.11755, 42.369259 ], [ -71.117457, 42.369197 ], [ -71.117407, 42.369164 ], [ -71.117321, 42.3691 ], [ -71.117287, 42.369069 ], [ -71.117174, 42.368968 ], [ -71.117052, 42.368842 ], [ -71.116981, 42.36875 ], [ -71.116901, 42.368637 ], [ -71.116792, 42.36847 ], [ -71.116732, 42.36837 ], [ -71.116692, 42.368305 ], [ -71.116614, 42.368161 ], [ -71.116541, 42.368015 ], [ -71.116472, 42.367868 ], [ -71.116465, 42.367852 ], [ -71.116433, 42.367778 ], [ -71.11637, 42.367623 ], [ -71.11633, 42.367526 ], [ -71.116257, 42.367332 ], [ -71.116204, 42.367181 ], [ -71.116155, 42.367029 ], [ -71.116102, 42.366832 ], [ -71.116064, 42.366676 ], [ -71.116037, 42.366543 ], [ -71.116018, 42.366397 ], [ -71.116006, 42.366251 ], [ -71.116001, 42.366104 ], [ -71.115999, 42.366037 ], [ -71.115999, 42.36597 ], [ -71.116002, 42.365903 ], [ -71.116006, 42.36585 ], [ -71.116011, 42.365798 ], [ -71.11602, 42.365694 ], [ -71.11603, 42.365591 ], [ -71.116053, 42.365346 ], [ -71.116067, 42.365193 ], [ -71.116071, 42.365153 ], [ -71.11609, 42.36494 ], [ -71.116117, 42.364629 ], [ -71.116127, 42.364512 ], [ -71.116132, 42.364464 ], [ -71.116132, 42.364459 ], [ -71.116133, 42.364454 ], [ -71.116132, 42.364459 ], [ -71.11615, 42.364365 ], [ -71.116151, 42.364299 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116151, 42.364299 ], [ -71.116155, 42.364113 ], [ -71.116155, 42.364092 ], [ -71.116154, 42.363791 ], [ -71.116152, 42.363309 ], [ -71.116144, 42.362998 ], [ -71.116134, 42.362705 ], [ -71.116126, 42.362532 ], [ -71.116115, 42.36233 ], [ -71.1161, 42.362026 ], [ -71.116092, 42.361903 ], [ -71.11608, 42.36178 ], [ -71.116094, 42.361634 ], [ -71.116096, 42.36157 ], [ -71.116117, 42.361526 ], [ -71.116129, 42.361494 ], [ -71.116108, 42.361338 ], [ -71.11609, 42.361294 ], [ -71.11606, 42.36122 ], [ -71.116033, 42.361114 ], [ -71.115989, 42.360947 ], [ -71.115937, 42.360736 ], [ -71.115897, 42.360421 ], [ -71.11585, 42.360081 ], [ -71.1158, 42.359732 ], [ -71.115773, 42.35954 ], [ -71.11572, 42.359186 ], [ -71.115711, 42.359118 ], [ -71.115697, 42.359036 ], [ -71.115683, 42.358942 ], [ -71.115679, 42.358911 ], [ -71.115656, 42.35879 ], [ -71.115653, 42.358773 ], [ -71.115639, 42.358697 ], [ -71.11561, 42.358556 ], [ -71.11556, 42.358335 ], [ -71.115527, 42.358204 ], [ -71.115465, 42.357983 ], [ -71.115398, 42.357762 ], [ -71.115396, 42.357756 ], [ -71.115362, 42.357664 ], [ -71.115325, 42.357573 ], [ -71.115282, 42.357478 ], [ -71.115235, 42.357384 ], [ -71.115184, 42.35729 ], [ -71.115134, 42.357202 ], [ -71.11508, 42.357116 ], [ -71.115023, 42.35703 ], [ -71.114962, 42.356946 ], [ -71.114898, 42.356863 ], [ -71.11483, 42.356782 ], [ -71.114782, 42.356725 ], [ -71.114717, 42.356652 ], [ -71.114625, 42.356556 ], [ -71.114529, 42.356462 ], [ -71.114429, 42.35637 ], [ -71.114392, 42.356337 ], [ -71.114302, 42.356262 ], [ -71.1143, 42.35626 ], [ -71.114178, 42.356167 ], [ -71.114048, 42.356073 ], [ -71.113912, 42.355982 ], [ -71.113895, 42.355971 ], [ -71.113821, 42.355924 ], [ -71.113615, 42.355794 ], [ -71.113546, 42.355744 ], [ -71.113478, 42.355693 ], [ -71.113412, 42.35564 ], [ -71.113349, 42.355586 ], [ -71.113143, 42.35541 ], [ -71.113113, 42.355383 ], [ -71.113082, 42.355357 ], [ -71.113049, 42.355332 ], [ -71.113015, 42.355308 ], [ -71.112981, 42.355284 ], [ -71.112945, 42.355262 ], [ -71.112908, 42.35524 ], [ -71.112871, 42.355219 ], [ -71.112638, 42.355091 ], [ -71.112328, 42.354919 ], [ -71.112157, 42.354824 ], [ -71.11214, 42.354815 ], [ -71.111987, 42.354728 ], [ -71.111987, 42.354728 ], [ -71.111975, 42.354722 ], [ -71.111941, 42.354703 ], [ -71.111907, 42.354684 ], [ -71.111875, 42.354664 ], [ -71.111843, 42.354643 ], [ -71.111813, 42.354621 ], [ -71.111783, 42.354598 ], [ -71.111754, 42.354575 ], [ -71.111727, 42.354551 ], [ -71.111712, 42.354539 ], [ -71.111697, 42.354526 ], [ -71.111682, 42.354513 ], [ -71.111664, 42.354496 ], [ -71.111647, 42.354478 ], [ -71.111631, 42.35446 ], [ -71.111615, 42.354442 ], [ -71.1116, 42.354424 ], [ -71.111441, 42.354247 ], [ -71.111327, 42.354124 ], [ -71.111283, 42.354082 ], [ -71.111237, 42.354041 ], [ -71.11119, 42.354001 ], [ -71.111141, 42.353962 ], [ -71.11109, 42.353925 ], [ -71.110935, 42.353828 ], [ -71.110771, 42.353682 ], [ -71.110718, 42.353689 ], [ -71.110597, 42.353696 ], [ -71.110545, 42.353697 ], [ -71.110508, 42.353696 ], [ -71.110469, 42.35369 ], [ -71.110372, 42.353668 ], [ -71.110331, 42.353664 ], [ -71.110317, 42.353657 ], [ -71.110304, 42.353631 ], [ -71.110292, 42.353628 ], [ -71.110264, 42.353637 ], [ -71.11024, 42.353645 ], [ -71.11021, 42.353652 ], [ -71.110177, 42.353655 ], [ -71.110141, 42.353655 ], [ -71.110106, 42.353653 ], [ -71.110065, 42.353647 ], [ -71.109811, 42.353605 ], [ -71.109619, 42.353571 ], [ -71.109508, 42.353552 ], [ -71.109202, 42.353496 ], [ -71.109197, 42.353494 ], [ -71.109026, 42.353459 ], [ -71.109026, 42.353458 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137898, 42.39519 ], [ -71.137879, 42.395117 ], [ -71.137836, 42.394716 ], [ -71.137837, 42.394681 ], [ -71.137847, 42.394638 ], [ -71.137874, 42.394585 ], [ -71.137916, 42.394547 ], [ -71.137974, 42.39453 ], [ -71.138003, 42.394513 ], [ -71.138026, 42.394492 ], [ -71.138038, 42.394461 ], [ -71.138044, 42.393933 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13693, 42.393826 ], [ -71.136921, 42.394353 ], [ -71.136935, 42.394371 ], [ -71.136962, 42.394378 ], [ -71.137257, 42.394384 ], [ -71.137282, 42.394398 ], [ -71.137315, 42.39442 ], [ -71.137373, 42.394437 ], [ -71.137495, 42.394472 ], [ -71.137607, 42.394501 ], [ -71.137718, 42.394525 ], [ -71.137803, 42.394541 ], [ -71.137887, 42.394548 ], [ -71.137916, 42.394547 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137898, 42.39519 ], [ -71.137936, 42.395262 ], [ -71.137982, 42.395335 ], [ -71.138033, 42.395415 ], [ -71.138089, 42.395473 ], [ -71.138153, 42.395527 ], [ -71.138264, 42.395612 ], [ -71.138328, 42.395654 ], [ -71.138349, 42.395663 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144379, 42.388646 ], [ -71.144232, 42.388605 ], [ -71.144118, 42.388548 ], [ -71.144015, 42.388477 ], [ -71.143907, 42.388393 ], [ -71.143818, 42.388274 ], [ -71.143743, 42.388216 ], [ -71.143617, 42.38813 ], [ -71.143526, 42.388057 ], [ -71.14345, 42.387987 ], [ -71.143331, 42.387901 ], [ -71.143101, 42.387791 ], [ -71.143001, 42.387736 ], [ -71.142956, 42.387682 ], [ -71.14291, 42.387636 ], [ -71.14207, 42.387104 ], [ -71.142026, 42.387079 ], [ -71.141982, 42.387065 ], [ -71.141927, 42.387054 ], [ -71.141831, 42.387046 ], [ -71.141772, 42.38704 ], [ -71.141616, 42.386955 ], [ -71.141574, 42.386924 ], [ -71.141542, 42.386875 ], [ -71.141419, 42.386584 ], [ -71.141404, 42.386497 ], [ -71.141381, 42.386073 ], [ -71.141391, 42.385953 ], [ -71.141411, 42.385795 ], [ -71.141444, 42.38566 ], [ -71.141695, 42.384894 ], [ -71.141724, 42.384831 ], [ -71.141988, 42.384333 ], [ -71.142071, 42.384181 ], [ -71.142193, 42.383974 ], [ -71.142502, 42.383503 ], [ -71.142589, 42.383393 ], [ -71.142775, 42.383188 ], [ -71.142798, 42.383171 ], [ -71.142817, 42.383163 ], [ -71.142837, 42.38316 ], [ -71.14293, 42.383192 ], [ -71.142951, 42.383195 ], [ -71.142977, 42.383193 ], [ -71.142997, 42.383184 ], [ -71.143044, 42.383141 ], [ -71.143115, 42.383023 ], [ -71.143145, 42.382997 ], [ -71.143226, 42.382914 ], [ -71.143342, 42.382788 ], [ -71.144036, 42.382203 ], [ -71.144186, 42.382081 ], [ -71.144283, 42.382009 ], [ -71.144389, 42.381951 ], [ -71.144456, 42.381922 ], [ -71.144574, 42.381885 ], [ -71.144663, 42.381857 ], [ -71.144719, 42.381825 ], [ -71.144761, 42.381781 ], [ -71.144795, 42.381724 ], [ -71.144788, 42.381605 ], [ -71.144827, 42.381479 ], [ -71.144701, 42.381224 ], [ -71.144689, 42.381186 ], [ -71.144693, 42.381137 ], [ -71.144701, 42.38108 ], [ -71.144734, 42.38094 ], [ -71.144753, 42.380837 ], [ -71.144758, 42.380723 ], [ -71.144751, 42.380644 ], [ -71.144665, 42.380081 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14299, 42.388326 ], [ -71.142982, 42.388272 ], [ -71.142954, 42.388213 ], [ -71.142924, 42.38816 ], [ -71.142884, 42.388092 ], [ -71.142835, 42.388029 ], [ -71.142749, 42.387952 ], [ -71.142688, 42.387902 ], [ -71.14263, 42.387858 ], [ -71.14254, 42.387803 ], [ -71.142027, 42.387476 ], [ -71.141847, 42.387364 ], [ -71.141664, 42.387247 ], [ -71.141557, 42.387188 ], [ -71.141207, 42.387034 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145676, 42.380886 ], [ -71.145678, 42.380909 ], [ -71.145689, 42.380942 ], [ -71.145721, 42.380991 ], [ -71.145752, 42.381036 ], [ -71.145812, 42.381116 ], [ -71.145825, 42.381144 ], [ -71.145833, 42.381156 ], [ -71.145843, 42.381168 ], [ -71.145859, 42.381184 ], [ -71.145878, 42.381197 ], [ -71.145898, 42.381209 ], [ -71.145912, 42.381216 ], [ -71.14592, 42.381219 ], [ -71.145929, 42.381224 ], [ -71.145952, 42.381235 ], [ -71.145979, 42.381249 ], [ -71.14604, 42.381282 ], [ -71.146058, 42.381291 ], [ -71.146079, 42.3813 ], [ -71.146158, 42.381326 ], [ -71.146202, 42.381344 ], [ -71.14631, 42.381398 ], [ -71.146357, 42.381424 ], [ -71.146419, 42.381457 ], [ -71.146484, 42.381488 ], [ -71.146519, 42.381506 ], [ -71.14662, 42.381562 ], [ -71.14681, 42.381655 ], [ -71.147018, 42.381752 ], [ -71.147254, 42.381877 ], [ -71.147391, 42.38195 ], [ -71.14744, 42.381981 ], [ -71.147501, 42.38203 ], [ -71.1476, 42.38212 ], [ -71.147665, 42.382198 ], [ -71.147712, 42.382265 ], [ -71.147742, 42.382317 ], [ -71.147751, 42.38234 ], [ -71.147756, 42.382369 ], [ -71.147758, 42.382459 ], [ -71.147743, 42.382568 ], [ -71.147736, 42.382605 ], [ -71.14773, 42.382627 ], [ -71.147715, 42.382659 ], [ -71.147683, 42.382713 ], [ -71.147569, 42.382896 ], [ -71.147511, 42.38298 ], [ -71.147487, 42.383032 ], [ -71.147473, 42.383079 ], [ -71.147459, 42.383155 ], [ -71.147446, 42.38322 ], [ -71.147439, 42.383301 ], [ -71.147418, 42.383376 ], [ -71.147406, 42.383433 ], [ -71.147401, 42.383447 ], [ -71.147391, 42.383466 ], [ -71.147379, 42.383484 ], [ -71.147362, 42.383503 ], [ -71.147301, 42.383559 ], [ -71.147279, 42.383575 ], [ -71.147273, 42.383579 ], [ -71.147268, 42.383581 ], [ -71.147251, 42.383588 ], [ -71.147222, 42.383597 ], [ -71.147175, 42.38361 ], [ -71.147148, 42.383615 ], [ -71.147148, 42.383615 ], [ -71.147124, 42.383612 ], [ -71.147092, 42.383607 ], [ -71.14707, 42.383602 ], [ -71.146942, 42.383569 ], [ -71.146741, 42.383507 ], [ -71.146489, 42.383431 ], [ -71.146264, 42.383367 ], [ -71.146053, 42.383303 ], [ -71.145814, 42.38323 ], [ -71.145638, 42.383179 ], [ -71.145502, 42.383139 ], [ -71.14539, 42.383121 ], [ -71.145285, 42.383113 ], [ -71.145176, 42.383111 ], [ -71.145047, 42.383109 ], [ -71.144947, 42.383116 ], [ -71.144819, 42.383135 ], [ -71.144718, 42.383144 ], [ -71.144618, 42.38316 ], [ -71.144526, 42.383197 ], [ -71.144432, 42.383236 ], [ -71.144365, 42.383274 ], [ -71.144302, 42.383316 ], [ -71.144225, 42.383379 ], [ -71.144133, 42.383459 ], [ -71.144033, 42.383564 ], [ -71.143967, 42.38363 ], [ -71.143894, 42.383703 ], [ -71.143843, 42.38375 ], [ -71.143798, 42.383786 ], [ -71.143757, 42.383812 ], [ -71.143712, 42.383835 ], [ -71.143656, 42.383848 ], [ -71.143591, 42.383857 ], [ -71.143498, 42.383862 ], [ -71.143339, 42.383855 ], [ -71.143178, 42.383848 ], [ -71.143102, 42.38385 ], [ -71.143096, 42.383851 ], [ -71.143064, 42.383853 ], [ -71.143021, 42.383861 ], [ -71.142984, 42.383874 ], [ -71.142901, 42.383897 ], [ -71.142857, 42.38391 ], [ -71.142815, 42.383939 ], [ -71.142768, 42.383981 ], [ -71.142194, 42.384621 ], [ -71.142126, 42.384708 ], [ -71.142086, 42.384768 ], [ -71.142059, 42.384815 ], [ -71.142023, 42.384885 ], [ -71.141996, 42.384955 ], [ -71.141929, 42.385188 ], [ -71.14188, 42.385383 ], [ -71.141849, 42.385562 ], [ -71.141843, 42.385699 ], [ -71.141827, 42.385874 ], [ -71.14183, 42.386119 ], [ -71.141839, 42.386292 ], [ -71.141841, 42.386517 ], [ -71.141851, 42.386612 ], [ -71.141881, 42.386719 ], [ -71.141906, 42.386766 ], [ -71.14194, 42.386812 ], [ -71.141984, 42.386858 ], [ -71.142031, 42.3869 ], [ -71.142139, 42.386978 ], [ -71.142284, 42.387068 ], [ -71.142527, 42.387227 ], [ -71.142535, 42.387234 ], [ -71.142548, 42.387245 ], [ -71.142562, 42.387255 ], [ -71.142576, 42.387265 ], [ -71.142591, 42.387275 ], [ -71.142606, 42.387284 ], [ -71.142622, 42.387293 ], [ -71.142638, 42.387301 ], [ -71.142655, 42.387309 ], [ -71.142672, 42.387317 ], [ -71.142689, 42.387324 ], [ -71.142706, 42.387331 ], [ -71.142724, 42.387337 ], [ -71.142742, 42.387343 ], [ -71.142761, 42.387349 ], [ -71.142779, 42.387353 ], [ -71.142798, 42.387358 ], [ -71.142817, 42.387362 ], [ -71.142836, 42.387365 ], [ -71.142855, 42.387368 ], [ -71.142875, 42.387371 ], [ -71.142895, 42.387372 ], [ -71.142914, 42.387374 ], [ -71.142934, 42.387375 ], [ -71.142961, 42.387375 ], [ -71.142997, 42.387371 ], [ -71.143026, 42.387367 ], [ -71.143055, 42.387362 ], [ -71.143083, 42.387357 ], [ -71.143112, 42.387351 ], [ -71.14314, 42.387344 ], [ -71.143168, 42.387336 ], [ -71.143196, 42.387328 ], [ -71.143223, 42.387319 ], [ -71.14325, 42.38731 ], [ -71.143273, 42.387301 ], [ -71.14351, 42.387239 ], [ -71.143752, 42.387174 ], [ -71.144074, 42.387091 ], [ -71.144258, 42.387061 ], [ -71.144434, 42.387025 ], [ -71.144598, 42.386999 ], [ -71.144739, 42.386991 ], [ -71.144897, 42.386978 ], [ -71.14505, 42.386982 ], [ -71.145188, 42.386957 ], [ -71.145348, 42.38692 ], [ -71.145538, 42.386871 ], [ -71.145848, 42.386777 ], [ -71.146071, 42.386707 ], [ -71.146191, 42.386662 ], [ -71.146343, 42.386603 ], [ -71.146477, 42.386529 ], [ -71.146592, 42.386463 ], [ -71.146695, 42.386433 ], [ -71.146847, 42.386391 ], [ -71.147047, 42.386358 ], [ -71.147167, 42.386341 ], [ -71.147196, 42.386339 ], [ -71.147226, 42.38634 ], [ -71.14725, 42.386343 ], [ -71.147282, 42.386351 ], [ -71.147319, 42.386363 ], [ -71.147363, 42.386383 ], [ -71.147415, 42.386412 ], [ -71.14748, 42.386454 ], [ -71.147628, 42.386561 ], [ -71.147749, 42.386661 ], [ -71.147971, 42.386864 ], [ -71.148259, 42.387119 ], [ -71.148472, 42.387305 ], [ -71.148715, 42.387513 ], [ -71.148873, 42.387655 ], [ -71.149015, 42.387784 ], [ -71.149135, 42.387879 ], [ -71.149197, 42.387916 ], [ -71.149297, 42.38798 ], [ -71.149332, 42.388 ], [ -71.149373, 42.388021 ], [ -71.149476, 42.388061 ], [ -71.149617, 42.388112 ], [ -71.149811, 42.388184 ], [ -71.149881, 42.388215 ], [ -71.150042, 42.388295 ], [ -71.150301, 42.388414 ], [ -71.15039, 42.388445 ], [ -71.150411, 42.388453 ], [ -71.150488, 42.388489 ], [ -71.150501, 42.388497 ], [ -71.150507, 42.3885 ], [ -71.150513, 42.388505 ], [ -71.150516, 42.388511 ], [ -71.150522, 42.388521 ], [ -71.150529, 42.38853 ], [ -71.150537, 42.388538 ], [ -71.150553, 42.388553 ], [ -71.150568, 42.388564 ], [ -71.150586, 42.388576 ], [ -71.150626, 42.388594 ], [ -71.150651, 42.388604 ], [ -71.15068, 42.388612 ], [ -71.15074, 42.388621 ], [ -71.150789, 42.388626 ], [ -71.150837, 42.388626 ], [ -71.150948, 42.388616 ], [ -71.151019, 42.388609 ], [ -71.151074, 42.388599 ], [ -71.151127, 42.388584 ], [ -71.151194, 42.388558 ], [ -71.151308, 42.388511 ], [ -71.151466, 42.388434 ], [ -71.151602, 42.388371 ], [ -71.15173, 42.388309 ], [ -71.151909, 42.388223 ], [ -71.152088, 42.388138 ], [ -71.152265, 42.38804 ], [ -71.152495, 42.3879 ], [ -71.152636, 42.387831 ], [ -71.152839, 42.387756 ], [ -71.152983, 42.387719 ], [ -71.153133, 42.38769 ], [ -71.153222, 42.387681 ], [ -71.153343, 42.387678 ], [ -71.153527, 42.387682 ], [ -71.153548, 42.387684 ], [ -71.153622, 42.387695 ], [ -71.15365, 42.387698 ], [ -71.153675, 42.387699 ], [ -71.153806, 42.387697 ], [ -71.154275, 42.387692 ], [ -71.154365, 42.387692 ], [ -71.154515, 42.387695 ], [ -71.154559, 42.387694 ], [ -71.154602, 42.387689 ], [ -71.15464, 42.387682 ], [ -71.154662, 42.387675 ], [ -71.15468, 42.387668 ], [ -71.15475, 42.387637 ], [ -71.154839, 42.387594 ], [ -71.154868, 42.387577 ], [ -71.154923, 42.387533 ], [ -71.15493, 42.387529 ], [ -71.154937, 42.387525 ], [ -71.154994, 42.387501 ], [ -71.155058, 42.387475 ], [ -71.155092, 42.387463 ], [ -71.155133, 42.387452 ], [ -71.155346, 42.387404 ], [ -71.155424, 42.38738 ], [ -71.155485, 42.387355 ], [ -71.155543, 42.387322 ], [ -71.1556, 42.387282 ], [ -71.155727, 42.387167 ], [ -71.155905, 42.386975 ], [ -71.155958, 42.386908 ], [ -71.155993, 42.386855 ], [ -71.156015, 42.386814 ], [ -71.156029, 42.386781 ], [ -71.156042, 42.386736 ], [ -71.156049, 42.386694 ], [ -71.15605, 42.386649 ], [ -71.156045, 42.386605 ], [ -71.156027, 42.386526 ], [ -71.155973, 42.386352 ], [ -71.15591, 42.386134 ], [ -71.155906, 42.386111 ], [ -71.155899, 42.386039 ], [ -71.155878, 42.385953 ], [ -71.155875, 42.385922 ], [ -71.155881, 42.385862 ], [ -71.155892, 42.385788 ], [ -71.155905, 42.385706 ], [ -71.155905, 42.385688 ], [ -71.155903, 42.38567 ], [ -71.155892, 42.385626 ], [ -71.155872, 42.385535 ], [ -71.155824, 42.385387 ], [ -71.155784, 42.385275 ], [ -71.155762, 42.385225 ], [ -71.155729, 42.385169 ], [ -71.155669, 42.385086 ], [ -71.155605, 42.385021 ], [ -71.155493, 42.384927 ], [ -71.155379, 42.384831 ], [ -71.155307, 42.384765 ], [ -71.155248, 42.384696 ], [ -71.15522, 42.384653 ], [ -71.155201, 42.384608 ], [ -71.155181, 42.384561 ], [ -71.155172, 42.384514 ], [ -71.155165, 42.384448 ], [ -71.155166, 42.384384 ], [ -71.155171, 42.384331 ], [ -71.155177, 42.384287 ], [ -71.155195, 42.384231 ], [ -71.15521, 42.38417 ], [ -71.155234, 42.384093 ], [ -71.155254, 42.384028 ], [ -71.155261, 42.384004 ], [ -71.155263, 42.383978 ], [ -71.15526, 42.383952 ], [ -71.155254, 42.383926 ], [ -71.155232, 42.383864 ], [ -71.1552, 42.383795 ], [ -71.155183, 42.383768 ], [ -71.155159, 42.383741 ], [ -71.155085, 42.383676 ], [ -71.154665, 42.383288 ], [ -71.154324, 42.382968 ], [ -71.154086, 42.382718 ], [ -71.153985, 42.382611 ], [ -71.153923, 42.38252 ], [ -71.153878, 42.382442 ], [ -71.153846, 42.382378 ], [ -71.153817, 42.382289 ], [ -71.153786, 42.382114 ], [ -71.153771, 42.382033 ], [ -71.153727, 42.381886 ], [ -71.153691, 42.381771 ], [ -71.153674, 42.38173 ], [ -71.153651, 42.381688 ], [ -71.153628, 42.381653 ], [ -71.1536, 42.381624 ], [ -71.153565, 42.381597 ], [ -71.153545, 42.381584 ], [ -71.153525, 42.381573 ], [ -71.153486, 42.381556 ], [ -71.153464, 42.381549 ], [ -71.153442, 42.381543 ], [ -71.153381, 42.381534 ], [ -71.153252, 42.38152 ], [ -71.153177, 42.381517 ], [ -71.153088, 42.38152 ], [ -71.152933, 42.381533 ], [ -71.152637, 42.38156 ], [ -71.152524, 42.381567 ], [ -71.152418, 42.381567 ], [ -71.152279, 42.381565 ], [ -71.152212, 42.381562 ], [ -71.152108, 42.381557 ], [ -71.152093, 42.381555 ], [ -71.15201, 42.381542 ], [ -71.151941, 42.381528 ], [ -71.151849, 42.381502 ], [ -71.151735, 42.381462 ], [ -71.151629, 42.381428 ], [ -71.151445, 42.381365 ], [ -71.151253, 42.381298 ], [ -71.151118, 42.381258 ], [ -71.151073, 42.381241 ], [ -71.150883, 42.381148 ], [ -71.150609, 42.381017 ], [ -71.150529, 42.380968 ], [ -71.150485, 42.380932 ], [ -71.15045, 42.380895 ], [ -71.150427, 42.380859 ], [ -71.150417, 42.380819 ], [ -71.150408, 42.380772 ], [ -71.150403, 42.380709 ], [ -71.150396, 42.380618 ], [ -71.150387, 42.380523 ], [ -71.150387, 42.380415 ], [ -71.150374, 42.380295 ], [ -71.150351, 42.380197 ], [ -71.150333, 42.380155 ], [ -71.150312, 42.38012 ], [ -71.15024, 42.380021 ], [ -71.150183, 42.379942 ], [ -71.150168, 42.379925 ], [ -71.150147, 42.379907 ], [ -71.1501, 42.379877 ], [ -71.149994, 42.379815 ], [ -71.149872, 42.379749 ], [ -71.149807, 42.379721 ], [ -71.149769, 42.37971 ], [ -71.149733, 42.379702 ], [ -71.149665, 42.379692 ], [ -71.149601, 42.379688 ], [ -71.149502, 42.379686 ], [ -71.149369, 42.379688 ], [ -71.149272, 42.379696 ], [ -71.149193, 42.3797 ], [ -71.14908, 42.379699 ], [ -71.148962, 42.379694 ], [ -71.148611, 42.379667 ], [ -71.1485, 42.379668 ], [ -71.148375, 42.379679 ], [ -71.148286, 42.379684 ], [ -71.148198, 42.379688 ], [ -71.148107, 42.379679 ], [ -71.148003, 42.379657 ], [ -71.14784, 42.379627 ], [ -71.14772, 42.379608 ], [ -71.147628, 42.379601 ], [ -71.147552, 42.379611 ], [ -71.147455, 42.379639 ], [ -71.147371, 42.379671 ], [ -71.147079, 42.379823 ], [ -71.146903, 42.379918 ], [ -71.14684, 42.379957 ], [ -71.146354, 42.380327 ], [ -71.14582, 42.380737 ], [ -71.145174, 42.381292 ], [ -71.145089, 42.381323 ], [ -71.144892, 42.381464 ], [ -71.144827, 42.381479 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140417, 42.396086 ], [ -71.14044, 42.395972 ], [ -71.140402, 42.395451 ], [ -71.140408, 42.395268 ], [ -71.140404, 42.394191 ], [ -71.140375, 42.394152 ], [ -71.140338, 42.394132 ], [ -71.140372, 42.393939 ], [ -71.140396, 42.393897 ], [ -71.140414, 42.393829 ], [ -71.140441, 42.393701 ], [ -71.140683, 42.39291 ], [ -71.141199, 42.391271 ], [ -71.14124, 42.391139 ], [ -71.141313, 42.390975 ], [ -71.141394, 42.390814 ], [ -71.141544, 42.390601 ], [ -71.14175, 42.390334 ], [ -71.141751, 42.390299 ], [ -71.141747, 42.390266 ], [ -71.141758, 42.390238 ], [ -71.141815, 42.390184 ], [ -71.141931, 42.390057 ], [ -71.141962, 42.390029 ], [ -71.142651, 42.389225 ], [ -71.142762, 42.389093 ], [ -71.142883, 42.38892 ], [ -71.14294, 42.388757 ], [ -71.142965, 42.38863 ], [ -71.14299, 42.388326 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mt Auburn" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120146, 42.372566 ], [ -71.120283, 42.372618 ], [ -71.120659, 42.372777 ], [ -71.12078, 42.372818 ], [ -71.12091, 42.372833 ], [ -71.121255, 42.372857 ], [ -71.1214, 42.372869 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100569, 42.373507 ], [ -71.100838, 42.373729 ], [ -71.101168, 42.374002 ], [ -71.101498, 42.374273 ], [ -71.101617, 42.374372 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150271, 42.379261 ], [ -71.150172, 42.379216 ], [ -71.150058, 42.379175 ], [ -71.14834, 42.378904 ], [ -71.148234, 42.378886 ], [ -71.147563, 42.378775 ], [ -71.147294, 42.378756 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Peabody St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118835, 42.374234 ], [ -71.118749, 42.374365 ], [ -71.118741, 42.374389 ], [ -71.118726, 42.374452 ], [ -71.118718, 42.374471 ], [ -71.118702, 42.374498 ], [ -71.118687, 42.374526 ], [ -71.118684, 42.374534 ], [ -71.11868, 42.374551 ], [ -71.118595, 42.374943 ], [ -71.118568, 42.375104 ], [ -71.11856, 42.375154 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118554, 42.373322 ], [ -71.118661, 42.373404 ], [ -71.118709, 42.373453 ], [ -71.118769, 42.373532 ], [ -71.118792, 42.373568 ], [ -71.118802, 42.373586 ], [ -71.118805, 42.373595 ], [ -71.118809, 42.373631 ], [ -71.118845, 42.373756 ], [ -71.118835, 42.374234 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Vassar St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105301, 42.355021 ], [ -71.105444, 42.35495 ], [ -71.106777, 42.354294 ], [ -71.107014, 42.354177 ], [ -71.107031, 42.354166 ], [ -71.107042, 42.354159 ], [ -71.107059, 42.354143 ], [ -71.107067, 42.354135 ], [ -71.107071, 42.354128 ], [ -71.107081, 42.354111 ], [ -71.107085, 42.354103 ], [ -71.107087, 42.3541 ], [ -71.107092, 42.354082 ], [ -71.107094, 42.354072 ], [ -71.107131, 42.353576 ], [ -71.107141, 42.353438 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Longfellow" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073049, 42.361337 ], [ -71.074451, 42.361448 ], [ -71.075263, 42.3615 ], [ -71.078486, 42.36175 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092534, 42.357173 ], [ -71.092567, 42.357364 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Br" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089946, 42.351746 ], [ -71.090655, 42.353199 ], [ -71.092446, 42.356868 ], [ -71.092534, 42.357173 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blanchard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.160314, 42.386479 ], [ -71.159494, 42.386592 ], [ -71.158978, 42.386668 ], [ -71.158569, 42.386725 ], [ -71.158422, 42.386758 ], [ -71.158336, 42.386781 ], [ -71.158262, 42.386818 ], [ -71.158199, 42.386859 ], [ -71.158114, 42.386918 ], [ -71.15798, 42.387047 ], [ -71.157879, 42.387177 ], [ -71.157776, 42.387333 ], [ -71.1577, 42.387492 ], [ -71.157645, 42.387657 ], [ -71.157035, 42.390084 ], [ -71.157026, 42.39017 ], [ -71.157026, 42.390225 ], [ -71.157031, 42.390279 ], [ -71.157047, 42.390343 ], [ -71.157062, 42.390415 ], [ -71.157076, 42.39053 ], [ -71.157067, 42.390646 ], [ -71.157049, 42.390801 ], [ -71.157195, 42.390918 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102946, 42.36233 ], [ -71.103433, 42.361778 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10139, 42.364014 ], [ -71.101482, 42.363914 ], [ -71.10186, 42.363499 ], [ -71.101935, 42.363417 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101935, 42.363417 ], [ -71.101995, 42.363351 ], [ -71.102374, 42.362936 ], [ -71.102435, 42.362868 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102435, 42.362868 ], [ -71.102502, 42.362795 ], [ -71.102946, 42.36233 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103433, 42.361778 ], [ -71.103494, 42.36171 ], [ -71.103559, 42.361638 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103559, 42.361638 ], [ -71.103632, 42.361558 ], [ -71.103889, 42.361287 ], [ -71.103946, 42.36123 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103946, 42.36123 ], [ -71.103991, 42.361187 ], [ -71.104027, 42.361152 ], [ -71.104082, 42.361101 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104082, 42.361101 ], [ -71.104142, 42.361044 ], [ -71.104439, 42.360763 ], [ -71.104499, 42.360707 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104499, 42.360707 ], [ -71.104555, 42.360653 ], [ -71.104559, 42.360649 ], [ -71.104622, 42.360589 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104622, 42.360589 ], [ -71.104686, 42.360528 ], [ -71.104946, 42.360283 ], [ -71.105023, 42.360209 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105023, 42.360209 ], [ -71.105086, 42.36015 ], [ -71.105204, 42.360038 ], [ -71.105284, 42.359963 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105685, 42.359584 ], [ -71.10607, 42.35922 ], [ -71.106149, 42.359144 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105284, 42.359963 ], [ -71.105365, 42.359886 ], [ -71.105685, 42.359584 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106697, 42.358626 ], [ -71.106755, 42.358571 ], [ -71.107171, 42.358177 ], [ -71.107247, 42.358105 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107247, 42.358105 ], [ -71.107322, 42.358034 ], [ -71.107932, 42.357456 ], [ -71.108023, 42.357369 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108023, 42.357369 ], [ -71.108104, 42.357294 ], [ -71.108438, 42.35698 ], [ -71.108726, 42.356709 ], [ -71.108802, 42.356638 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108802, 42.356638 ], [ -71.108881, 42.356563 ], [ -71.109578, 42.355903 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106149, 42.359144 ], [ -71.106229, 42.359069 ], [ -71.106576, 42.358742 ], [ -71.106638, 42.358682 ], [ -71.106697, 42.358626 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lakeview A" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141161, 42.38417 ], [ -71.141153, 42.384216 ], [ -71.141145, 42.384258 ], [ -71.141122, 42.384337 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Somerville" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11904, 42.388566 ], [ -71.119233, 42.38871 ], [ -71.119536, 42.388772 ], [ -71.119695, 42.388965 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sidney St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102479, 42.36036 ], [ -71.102548, 42.360292 ], [ -71.10298, 42.359929 ], [ -71.103061, 42.359861 ], [ -71.103155, 42.359787 ], [ -71.103306, 42.359659 ], [ -71.103352, 42.359612 ], [ -71.103567, 42.359433 ], [ -71.103622, 42.359387 ], [ -71.10372, 42.359308 ], [ -71.104194, 42.358926 ], [ -71.104273, 42.358862 ], [ -71.104333, 42.358813 ], [ -71.10443, 42.358735 ], [ -71.104783, 42.358451 ], [ -71.104874, 42.358377 ], [ -71.104954, 42.358312 ], [ -71.105352, 42.357932 ], [ -71.105423, 42.357864 ], [ -71.105497, 42.357794 ], [ -71.105861, 42.357452 ], [ -71.105953, 42.357365 ], [ -71.106023, 42.357299 ], [ -71.10664, 42.356713 ], [ -71.10673, 42.356628 ], [ -71.106815, 42.356548 ], [ -71.106941, 42.356429 ], [ -71.107441, 42.355958 ], [ -71.10751, 42.355893 ], [ -71.1076, 42.355808 ], [ -71.108162, 42.355276 ], [ -71.108214, 42.355227 ], [ -71.108272, 42.355145 ], [ -71.108424, 42.35482 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Waverly St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110278, 42.355175 ], [ -71.109344, 42.354965 ], [ -71.108424, 42.35482 ], [ -71.107812, 42.35473 ], [ -71.107578, 42.354722 ], [ -71.107376, 42.354754 ], [ -71.107154, 42.354818 ], [ -71.10697, 42.354902 ], [ -71.106767, 42.355008 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110329, 42.355082 ], [ -71.110317, 42.355129 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110317, 42.355129 ], [ -71.110278, 42.355175 ], [ -71.109701, 42.355749 ], [ -71.109651, 42.355793 ], [ -71.109565, 42.355895 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092567, 42.357364 ], [ -71.092849, 42.357714 ], [ -71.093089, 42.358188 ], [ -71.093473, 42.3589 ], [ -71.093609, 42.359085 ], [ -71.093794, 42.359303 ], [ -71.094, 42.359513 ], [ -71.094128, 42.359628 ], [ -71.094417, 42.359856 ], [ -71.094576, 42.359967 ], [ -71.094678, 42.360029 ], [ -71.094883, 42.360154 ], [ -71.095116, 42.360293 ], [ -71.095786, 42.360693 ], [ -71.096013, 42.360828 ], [ -71.096194, 42.360936 ], [ -71.096475, 42.361104 ], [ -71.096561, 42.361154 ], [ -71.096706, 42.361241 ], [ -71.09688, 42.361345 ], [ -71.096953, 42.361388 ], [ -71.097112, 42.361483 ], [ -71.09731, 42.361601 ], [ -71.097445, 42.36168 ], [ -71.097556, 42.361746 ], [ -71.097962, 42.361986 ], [ -71.098049, 42.362038 ], [ -71.099069, 42.362647 ], [ -71.099144, 42.362691 ], [ -71.099467, 42.362883 ], [ -71.09958, 42.36295 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082667, 42.362071 ], [ -71.08291, 42.362096 ], [ -71.083116, 42.362124 ], [ -71.08335, 42.362167 ], [ -71.08355, 42.362219 ], [ -71.083698, 42.36227 ], [ -71.083822, 42.362333 ], [ -71.083935, 42.362397 ], [ -71.084094, 42.362505 ], [ -71.084206, 42.362583 ], [ -71.084325, 42.362667 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082667, 42.362071 ], [ -71.082718, 42.362046 ], [ -71.08277, 42.36203 ], [ -71.082829, 42.362019 ], [ -71.082902, 42.362011 ], [ -71.082997, 42.362011 ], [ -71.083119, 42.362017 ], [ -71.083237, 42.362026 ], [ -71.083375, 42.362043 ], [ -71.083553, 42.362072 ], [ -71.084242, 42.362195 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078927, 42.361784 ], [ -71.079678, 42.361845 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Longfellow" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078486, 42.36175 ], [ -71.078927, 42.361784 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080075, 42.361872 ], [ -71.082528, 42.362056 ], [ -71.082667, 42.362071 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091781, 42.366295 ], [ -71.091643, 42.366182 ], [ -71.091327, 42.365925 ], [ -71.091055, 42.365697 ], [ -71.091043, 42.365688 ], [ -71.091032, 42.365651 ], [ -71.091039, 42.365611 ], [ -71.091054, 42.365557 ], [ -71.09108, 42.365504 ], [ -71.091112, 42.365435 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091112, 42.365435 ], [ -71.091156, 42.365449 ], [ -71.091173, 42.365455 ], [ -71.091274, 42.365486 ], [ -71.09188, 42.365717 ], [ -71.092069, 42.365792 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091112, 42.365435 ], [ -71.090776, 42.365307 ], [ -71.089788, 42.364925 ], [ -71.08941, 42.364787 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lakeview A" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14087, 42.383334 ], [ -71.140912, 42.383465 ], [ -71.141154, 42.384119 ], [ -71.141161, 42.38417 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Everett St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119928, 42.379991 ], [ -71.116511, 42.379815 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chauncy St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121535, 42.379778 ], [ -71.121423, 42.379796 ], [ -71.120226, 42.37998 ], [ -71.119952, 42.379992 ], [ -71.119928, 42.379991 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120503, 42.389885 ], [ -71.120036, 42.389423 ], [ -71.119846, 42.389218 ], [ -71.119785, 42.389133 ], [ -71.119695, 42.388965 ], [ -71.119495, 42.388475 ], [ -71.119414, 42.388173 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07557, 42.370388 ], [ -71.075766, 42.370453 ], [ -71.076017, 42.3705 ], [ -71.076266, 42.370541 ], [ -71.076934, 42.370636 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Poin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071769, 42.370792 ], [ -71.071664, 42.370767 ], [ -71.071508, 42.370709 ], [ -71.071307, 42.370614 ], [ -71.070837, 42.370368 ], [ -71.06979, 42.369818 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079678, 42.361845 ], [ -71.079768, 42.361852 ], [ -71.080075, 42.361872 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Alewife T" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143209, 42.39644 ], [ -71.143165, 42.396268 ], [ -71.143086, 42.396145 ], [ -71.142999, 42.396006 ], [ -71.142788, 42.395573 ], [ -71.142569, 42.395164 ], [ -71.142324, 42.39462 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "BU Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110464, 42.353689 ], [ -71.110524, 42.353393 ], [ -71.110544, 42.353268 ], [ -71.110682, 42.352083 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071769, 42.370792 ], [ -71.072293, 42.370895 ], [ -71.072647, 42.370969 ], [ -71.072925, 42.37103 ], [ -71.074281, 42.371326 ], [ -71.074969, 42.371477 ], [ -71.075144, 42.371522 ], [ -71.075239, 42.371555 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "East St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076035, 42.370777 ], [ -71.075957, 42.370843 ], [ -71.075829, 42.370941 ], [ -71.075789, 42.370975 ], [ -71.075672, 42.371099 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "East St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075672, 42.371099 ], [ -71.075605, 42.37117 ], [ -71.075325, 42.371459 ], [ -71.075239, 42.371555 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075239, 42.371555 ], [ -71.074877, 42.371976 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blanchard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157195, 42.390918 ], [ -71.157289, 42.391047 ], [ -71.157489, 42.39171 ], [ -71.157526, 42.391834 ], [ -71.157854, 42.392883 ], [ -71.157925, 42.393088 ], [ -71.158046, 42.393495 ], [ -71.158062, 42.39355 ], [ -71.158089, 42.393635 ], [ -71.158247, 42.394136 ], [ -71.158395, 42.394605 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridgep" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142324, 42.39462 ], [ -71.142393, 42.39462 ], [ -71.14255, 42.394621 ], [ -71.143033, 42.394636 ], [ -71.143927, 42.394658 ], [ -71.144528, 42.394682 ], [ -71.144827, 42.394688 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Acorn Pk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146335, 42.398842 ], [ -71.146738, 42.397842 ], [ -71.147774, 42.397852 ], [ -71.148338, 42.397835 ], [ -71.148713, 42.397812 ], [ -71.149063, 42.397801 ], [ -71.14958, 42.397808 ], [ -71.151044, 42.397818 ], [ -71.152066, 42.397819 ], [ -71.152612, 42.397828 ], [ -71.152793, 42.39785 ], [ -71.152954, 42.397887 ], [ -71.153033, 42.397911 ], [ -71.153109, 42.397941 ], [ -71.153241, 42.398007 ], [ -71.153305, 42.398049 ], [ -71.153357, 42.398087 ], [ -71.153414, 42.398137 ], [ -71.153457, 42.398181 ], [ -71.153537, 42.398285 ], [ -71.153573, 42.398345 ], [ -71.153603, 42.398406 ], [ -71.153646, 42.398542 ], [ -71.153668, 42.398684 ], [ -71.153696, 42.399607 ], [ -71.153712, 42.399789 ], [ -71.153754, 42.400155 ], [ -71.15377, 42.400317 ], [ -71.153842, 42.4007 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Discovery" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143547, 42.397602 ], [ -71.143701, 42.397635 ], [ -71.143753, 42.397607 ], [ -71.143796, 42.397587 ], [ -71.143847, 42.397559 ], [ -71.143896, 42.397526 ], [ -71.143939, 42.397496 ], [ -71.143983, 42.397479 ], [ -71.144022, 42.397469 ], [ -71.144084, 42.39746 ], [ -71.144138, 42.397462 ], [ -71.144189, 42.397457 ], [ -71.144251, 42.397447 ], [ -71.144303, 42.397435 ], [ -71.144358, 42.397416 ], [ -71.144413, 42.397392 ], [ -71.144468, 42.397369 ], [ -71.144532, 42.397355 ], [ -71.144599, 42.397346 ], [ -71.144666, 42.397345 ], [ -71.144732, 42.397354 ], [ -71.14479, 42.397364 ], [ -71.144878, 42.397375 ], [ -71.144961, 42.397383 ], [ -71.14503, 42.397384 ], [ -71.145119, 42.397385 ], [ -71.145204, 42.39738 ], [ -71.14529, 42.397375 ], [ -71.145375, 42.397375 ], [ -71.145443, 42.39738 ], [ -71.145526, 42.397396 ], [ -71.145613, 42.397422 ], [ -71.145689, 42.397451 ], [ -71.14575, 42.39748 ], [ -71.145805, 42.397512 ], [ -71.145874, 42.397554 ], [ -71.145943, 42.397597 ], [ -71.146015, 42.397642 ], [ -71.14608, 42.397677 ], [ -71.146143, 42.397709 ], [ -71.146219, 42.397737 ], [ -71.146296, 42.397766 ], [ -71.146369, 42.397787 ], [ -71.146449, 42.39781 ], [ -71.146539, 42.397822 ], [ -71.146659, 42.397834 ], [ -71.146738, 42.397842 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10312, 42.358169 ], [ -71.102718, 42.358554 ], [ -71.102653, 42.358613 ], [ -71.102581, 42.35867 ], [ -71.102438, 42.358763 ], [ -71.101073, 42.359464 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "First St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076934, 42.370636 ], [ -71.077072, 42.370023 ], [ -71.077092, 42.369932 ], [ -71.077115, 42.369836 ], [ -71.077167, 42.369614 ], [ -71.077228, 42.369353 ], [ -71.07725, 42.369257 ], [ -71.077271, 42.369163 ], [ -71.07738, 42.36869 ], [ -71.077405, 42.368584 ], [ -71.077432, 42.368469 ], [ -71.077538, 42.368011 ], [ -71.077563, 42.367908 ], [ -71.077589, 42.367792 ], [ -71.077695, 42.367342 ], [ -71.077721, 42.36723 ], [ -71.077752, 42.3671 ], [ -71.077848, 42.366687 ], [ -71.077878, 42.366555 ], [ -71.077906, 42.366434 ], [ -71.078012, 42.36598 ], [ -71.078034, 42.365878 ], [ -71.07806, 42.36577 ], [ -71.078157, 42.365356 ], [ -71.078206, 42.365142 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Front Park" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076374, 42.36473 ], [ -71.077176, 42.365139 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Front Park" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076004, 42.365117 ], [ -71.076808, 42.365527 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Western Co" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08941, 42.364787 ], [ -71.089341, 42.365049 ], [ -71.089167, 42.365702 ], [ -71.089114, 42.365822 ], [ -71.089071, 42.365888 ], [ -71.089022, 42.365952 ], [ -71.088941, 42.366038 ], [ -71.088845, 42.366117 ], [ -71.088737, 42.366186 ], [ -71.08862, 42.366247 ], [ -71.088495, 42.366296 ], [ -71.08836, 42.366334 ], [ -71.088138, 42.366372 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Western Co" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089963, 42.362712 ], [ -71.089878, 42.363005 ], [ -71.089573, 42.364171 ], [ -71.089495, 42.364468 ], [ -71.08941, 42.364787 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "North Poin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071165, 42.369239 ], [ -71.071124, 42.369276 ], [ -71.071065, 42.369301 ], [ -71.071008, 42.369311 ], [ -71.070955, 42.369317 ], [ -71.070898, 42.369319 ], [ -71.070841, 42.369312 ], [ -71.070782, 42.369304 ], [ -71.070734, 42.369289 ], [ -71.070666, 42.36927 ], [ -71.070616, 42.369255 ], [ -71.070559, 42.369246 ], [ -71.070497, 42.369248 ], [ -71.070443, 42.369252 ], [ -71.070372, 42.36926 ], [ -71.070316, 42.369277 ], [ -71.070268, 42.369295 ], [ -71.070214, 42.369314 ], [ -71.070171, 42.369329 ], [ -71.070123, 42.369339 ], [ -71.070072, 42.369332 ], [ -71.070013, 42.36933 ], [ -71.069959, 42.369322 ], [ -71.069906, 42.369309 ], [ -71.069844, 42.369275 ], [ -71.069793, 42.369245 ], [ -71.069765, 42.36922 ], [ -71.069734, 42.369187 ], [ -71.069701, 42.369119 ], [ -71.06967, 42.369079 ], [ -71.069633, 42.369042 ], [ -71.069597, 42.369004 ], [ -71.069546, 42.368974 ], [ -71.069495, 42.368947 ], [ -71.069433, 42.368902 ], [ -71.069399, 42.368851 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "North Poin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071408, 42.369629 ], [ -71.071334, 42.369637 ], [ -71.071292, 42.369631 ], [ -71.071255, 42.36962 ], [ -71.070773, 42.369377 ], [ -71.070731, 42.369364 ], [ -71.070694, 42.369354 ], [ -71.070655, 42.369356 ], [ -71.070587, 42.369362 ], [ -71.07053, 42.36938 ], [ -71.069963, 42.369596 ], [ -71.069909, 42.369607 ], [ -71.069864, 42.369608 ], [ -71.069805, 42.369604 ], [ -71.069745, 42.369589 ], [ -71.069703, 42.369574 ], [ -71.069655, 42.369547 ], [ -71.069599, 42.369515 ], [ -71.069498, 42.36945 ], [ -71.069464, 42.369416 ], [ -71.069436, 42.36938 ], [ -71.069416, 42.369328 ], [ -71.069405, 42.369286 ], [ -71.069397, 42.369254 ], [ -71.06938, 42.369229 ], [ -71.069361, 42.369198 ], [ -71.06933, 42.369177 ], [ -71.069302, 42.369151 ], [ -71.069254, 42.369137 ], [ -71.069203, 42.369122 ], [ -71.069146, 42.369121 ], [ -71.06909, 42.369123 ], [ -71.069042, 42.369136 ], [ -71.068954, 42.369177 ], [ -71.068846, 42.369252 ], [ -71.068786, 42.369303 ], [ -71.068702, 42.369367 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "North Poin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070694, 42.369354 ], [ -71.070734, 42.369289 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "North Poin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071408, 42.369629 ], [ -71.071453, 42.3696 ], [ -71.071493, 42.369556 ], [ -71.071527, 42.36951 ], [ -71.07153, 42.369466 ], [ -71.071516, 42.369428 ], [ -71.071477, 42.369382 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Shepard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122953, 42.380976 ], [ -71.123051, 42.380938 ], [ -71.123538, 42.380752 ], [ -71.124255, 42.380476 ], [ -71.124887, 42.380197 ], [ -71.125057, 42.380118 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150625, 42.377491 ], [ -71.150654, 42.37758 ], [ -71.150787, 42.377993 ], [ -71.150806, 42.378052 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150439, 42.376915 ], [ -71.15047, 42.377012 ], [ -71.150592, 42.377389 ], [ -71.150625, 42.377491 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150014, 42.375471 ], [ -71.150031, 42.375533 ], [ -71.150207, 42.376142 ], [ -71.150226, 42.376209 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091781, 42.366295 ], [ -71.091944, 42.366429 ], [ -71.092331, 42.366747 ], [ -71.092368, 42.366778 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092368, 42.366778 ], [ -71.092392, 42.366797 ], [ -71.092747, 42.367087 ], [ -71.093118, 42.367391 ], [ -71.093228, 42.36748 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093228, 42.36748 ], [ -71.093339, 42.367571 ], [ -71.093703, 42.367871 ], [ -71.093803, 42.367953 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093803, 42.367953 ], [ -71.093892, 42.368026 ], [ -71.094203, 42.368283 ], [ -71.094372, 42.368423 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094372, 42.368423 ], [ -71.094438, 42.368477 ], [ -71.094789, 42.368765 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094789, 42.368765 ], [ -71.094955, 42.368901 ], [ -71.095389, 42.369257 ], [ -71.095518, 42.369363 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095518, 42.369363 ], [ -71.095629, 42.369455 ], [ -71.095905, 42.369681 ], [ -71.096034, 42.369787 ], [ -71.096093, 42.369835 ], [ -71.096193, 42.369917 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09753, 42.371014 ], [ -71.097411, 42.370917 ], [ -71.097251, 42.370786 ], [ -71.097117, 42.370676 ], [ -71.097011, 42.370588 ], [ -71.09688, 42.37048 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09753, 42.371014 ], [ -71.097653, 42.371115 ], [ -71.097992, 42.371395 ], [ -71.098121, 42.371501 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098121, 42.371501 ], [ -71.098243, 42.371601 ], [ -71.098458, 42.371778 ], [ -71.098528, 42.371835 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098528, 42.371835 ], [ -71.098549, 42.371852 ], [ -71.098858, 42.372106 ], [ -71.098975, 42.372202 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095766, 42.366188 ], [ -71.09559, 42.366114 ], [ -71.094983, 42.365859 ], [ -71.094878, 42.365815 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098746, 42.367261 ], [ -71.098645, 42.367231 ], [ -71.09833, 42.367135 ], [ -71.09801, 42.367038 ], [ -71.09786, 42.366993 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099659, 42.367566 ], [ -71.099774, 42.367606 ], [ -71.100273, 42.367782 ], [ -71.100691, 42.367929 ], [ -71.100784, 42.367962 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100784, 42.367962 ], [ -71.100864, 42.36799 ], [ -71.101141, 42.368089 ], [ -71.101229, 42.36812 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101229, 42.36812 ], [ -71.101313, 42.368149 ], [ -71.101606, 42.368253 ], [ -71.101742, 42.368301 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hawthorne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125649, 42.376233 ], [ -71.125697, 42.376125 ], [ -71.12598, 42.37548 ], [ -71.126017, 42.375395 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hawthorne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126017, 42.375395 ], [ -71.126044, 42.375333 ], [ -71.126071, 42.375272 ], [ -71.126365, 42.374601 ], [ -71.12642, 42.37443 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131016, 42.382416 ], [ -71.131202, 42.382294 ], [ -71.131459, 42.382088 ], [ -71.131572, 42.381997 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131572, 42.381997 ], [ -71.131687, 42.381906 ], [ -71.132146, 42.381543 ], [ -71.132247, 42.381481 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133058, 42.381422 ], [ -71.132884, 42.381406 ], [ -71.132597, 42.381381 ], [ -71.132535, 42.381381 ], [ -71.132509, 42.381383 ], [ -71.132446, 42.381392 ], [ -71.132363, 42.381413 ], [ -71.132247, 42.381481 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133058, 42.381422 ], [ -71.133167, 42.381432 ], [ -71.133909, 42.381499 ], [ -71.134103, 42.381521 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134935, 42.381492 ], [ -71.135111, 42.381478 ], [ -71.135662, 42.381434 ], [ -71.135808, 42.381423 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135808, 42.381423 ], [ -71.136, 42.381408 ], [ -71.136441, 42.381374 ], [ -71.136572, 42.381364 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136572, 42.381364 ], [ -71.136724, 42.381352 ], [ -71.137187, 42.381317 ], [ -71.137337, 42.381306 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138781, 42.381166 ], [ -71.138977, 42.381128 ], [ -71.13988, 42.380954 ], [ -71.140017, 42.380928 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140017, 42.380928 ], [ -71.140649, 42.380806 ], [ -71.141043, 42.38073 ], [ -71.141167, 42.380705 ], [ -71.141282, 42.380682 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142318, 42.380481 ], [ -71.142144, 42.380515 ], [ -71.141603, 42.38062 ], [ -71.141424, 42.380655 ], [ -71.141282, 42.380682 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14351, 42.38025 ], [ -71.143326, 42.380286 ], [ -71.142481, 42.38045 ], [ -71.142318, 42.380481 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14351, 42.38025 ], [ -71.143681, 42.380218 ], [ -71.14394, 42.380169 ], [ -71.143993, 42.380157 ], [ -71.144051, 42.380139 ], [ -71.144334, 42.380035 ], [ -71.14453, 42.379964 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147294, 42.378756 ], [ -71.146985, 42.378765 ], [ -71.146628, 42.378837 ], [ -71.146477, 42.378883 ], [ -71.146377, 42.378923 ], [ -71.146234, 42.378984 ], [ -71.146101, 42.379051 ], [ -71.146004, 42.379111 ], [ -71.145903, 42.379185 ], [ -71.145567, 42.37946 ], [ -71.145422, 42.379559 ], [ -71.145258, 42.379659 ], [ -71.145103, 42.37974 ], [ -71.14493, 42.379817 ], [ -71.144765, 42.379877 ], [ -71.14453, 42.379964 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.151633, 42.379907 ], [ -71.151767, 42.379922 ], [ -71.151826, 42.379928 ], [ -71.152094, 42.379956 ], [ -71.152435, 42.380016 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087079, 42.362492 ], [ -71.086934, 42.362482 ], [ -71.086204, 42.362428 ], [ -71.085274, 42.362355 ], [ -71.085167, 42.362347 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088172, 42.36258 ], [ -71.088468, 42.362607 ], [ -71.089573, 42.362689 ], [ -71.089963, 42.362712 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091758, 42.36283 ], [ -71.092224, 42.362866 ], [ -71.093461, 42.36296 ], [ -71.093617, 42.362972 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087079, 42.362492 ], [ -71.087189, 42.362501 ], [ -71.087884, 42.362557 ], [ -71.088172, 42.36258 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089963, 42.362712 ], [ -71.09041, 42.362728 ], [ -71.091758, 42.36283 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093617, 42.362972 ], [ -71.093864, 42.362991 ], [ -71.095155, 42.363092 ], [ -71.095278, 42.363102 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095278, 42.363102 ], [ -71.095382, 42.363109 ], [ -71.0965, 42.363193 ], [ -71.096715, 42.363209 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09751, 42.363267 ], [ -71.097445, 42.363262 ], [ -71.097299, 42.363251 ], [ -71.096834, 42.363217 ], [ -71.096715, 42.363209 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098364, 42.363333 ], [ -71.097638, 42.363277 ], [ -71.09751, 42.363267 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10119, 42.363897 ], [ -71.101253, 42.363934 ], [ -71.101314, 42.363969 ], [ -71.10139, 42.364014 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10139, 42.364014 ], [ -71.101472, 42.364062 ], [ -71.101728, 42.364214 ], [ -71.102003, 42.364377 ], [ -71.102084, 42.364424 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102084, 42.364424 ], [ -71.102164, 42.364472 ], [ -71.102316, 42.364562 ], [ -71.102435, 42.364632 ], [ -71.102567, 42.36471 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103991, 42.365575 ], [ -71.104221, 42.365713 ], [ -71.104417, 42.365828 ], [ -71.104566, 42.365909 ], [ -71.104674, 42.365973 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104674, 42.365973 ], [ -71.104754, 42.36602 ], [ -71.105056, 42.366197 ], [ -71.105178, 42.366269 ], [ -71.105313, 42.366359 ], [ -71.105392, 42.366408 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105392, 42.366408 ], [ -71.10548, 42.366463 ], [ -71.105591, 42.366534 ], [ -71.105681, 42.36659 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105681, 42.36659 ], [ -71.105785, 42.366654 ], [ -71.106052, 42.366817 ], [ -71.106264, 42.366946 ], [ -71.106343, 42.366994 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106343, 42.366994 ], [ -71.106413, 42.367039 ], [ -71.106571, 42.367138 ], [ -71.106662, 42.367195 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116072, 42.364302 ], [ -71.116602, 42.364264 ], [ -71.117695, 42.364187 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Western Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103991, 42.365574 ], [ -71.104112, 42.365536 ], [ -71.104243, 42.365459 ], [ -71.104302, 42.365407 ], [ -71.104357, 42.365369 ], [ -71.104394, 42.365354 ], [ -71.104484, 42.365327 ], [ -71.104553, 42.365317 ], [ -71.104646, 42.365307 ], [ -71.104753, 42.365297 ], [ -71.105023, 42.36527 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110329, 42.355082 ], [ -71.110367, 42.35492 ], [ -71.110386, 42.354838 ], [ -71.110414, 42.354767 ], [ -71.110439, 42.354725 ], [ -71.110497, 42.354655 ], [ -71.110553, 42.354587 ], [ -71.110797, 42.354221 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Concord Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144376, 42.388727 ], [ -71.145899, 42.389131 ], [ -71.145993, 42.389156 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Museum Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071365, 42.369808 ], [ -71.070837, 42.370368 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Poin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069789, 42.369818 ], [ -71.069637, 42.369751 ], [ -71.069486, 42.369651 ], [ -71.069341, 42.369525 ], [ -71.069257, 42.369446 ], [ -71.069151, 42.369329 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Industrial" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069789, 42.369818 ], [ -71.069535, 42.369921 ], [ -71.068808, 42.370185 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071828, 42.371027 ], [ -71.072153, 42.371091 ], [ -71.072507, 42.371165 ], [ -71.072785, 42.371226 ], [ -71.074141, 42.371523 ], [ -71.074829, 42.371673 ], [ -71.075004, 42.371718 ], [ -71.075077, 42.371744 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07217, 42.368819 ], [ -71.071822, 42.369217 ], [ -71.071711, 42.369337 ], [ -71.071648, 42.369365 ], [ -71.071565, 42.369383 ], [ -71.071477, 42.369382 ], [ -71.071402, 42.369368 ], [ -71.07132, 42.369332 ], [ -71.071214, 42.369264 ], [ -71.069822, 42.368555 ], [ -71.069742, 42.368549 ], [ -71.06961, 42.368668 ], [ -71.069476, 42.368814 ], [ -71.069399, 42.368851 ], [ -71.069302, 42.368791 ], [ -71.069193, 42.368689 ], [ -71.069134, 42.368674 ], [ -71.069057, 42.368682 ], [ -71.068972, 42.368695 ], [ -71.068876, 42.368684 ], [ -71.06877, 42.368655 ], [ -71.06869, 42.368615 ], [ -71.068637, 42.368578 ], [ -71.068582, 42.368576 ], [ -71.068361, 42.368668 ], [ -71.068209, 42.368691 ], [ -71.068019, 42.368823 ], [ -71.06771, 42.368999 ], [ -71.067507, 42.369082 ], [ -71.067272, 42.369167 ], [ -71.067204, 42.36924 ], [ -71.067123, 42.369311 ], [ -71.067046, 42.369449 ], [ -71.066973, 42.369428 ], [ -71.066788, 42.369359 ], [ -71.066744, 42.36933 ], [ -71.066704, 42.369314 ], [ -71.066265, 42.369351 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "North Poin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069399, 42.368851 ], [ -71.069332, 42.368866 ], [ -71.069247, 42.368881 ], [ -71.069173, 42.368889 ], [ -71.069094, 42.368899 ], [ -71.069029, 42.368909 ], [ -71.068975, 42.368922 ], [ -71.068924, 42.368921 ], [ -71.068871, 42.368913 ], [ -71.06882, 42.368911 ], [ -71.068769, 42.368921 ], [ -71.068732, 42.36894 ], [ -71.068692, 42.368979 ], [ -71.068678, 42.369027 ], [ -71.068652, 42.369061 ], [ -71.068598, 42.369109 ], [ -71.068535, 42.369159 ], [ -71.068473, 42.369208 ], [ -71.068444, 42.369261 ], [ -71.068396, 42.369303 ], [ -71.068325, 42.369343 ], [ -71.068257, 42.369384 ], [ -71.06818, 42.369422 ], [ -71.068106, 42.369453 ], [ -71.068027, 42.369474 ], [ -71.067925, 42.369498 ], [ -71.067832, 42.369509 ], [ -71.067719, 42.369521 ], [ -71.067611, 42.369525 ], [ -71.067476, 42.369518 ], [ -71.067323, 42.369505 ], [ -71.067204, 42.369485 ], [ -71.067046, 42.369449 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073097, 42.369476 ], [ -71.073905, 42.369878 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Grove St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157935, 42.382227 ], [ -71.157935, 42.382339 ], [ -71.157946, 42.382416 ], [ -71.157962, 42.3825 ], [ -71.157981, 42.382571 ], [ -71.158001, 42.382628 ], [ -71.158042, 42.38271 ], [ -71.15809, 42.382786 ], [ -71.158126, 42.382845 ], [ -71.158256, 42.38303 ], [ -71.158592, 42.383548 ], [ -71.160199, 42.385986 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Prospect S" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10007, 42.370658 ], [ -71.100026, 42.370721 ], [ -71.099946, 42.370834 ], [ -71.099902, 42.370894 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Prospect S" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099902, 42.370894 ], [ -71.099861, 42.370953 ], [ -71.099057, 42.372086 ], [ -71.098975, 42.372202 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Prospect S" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101021, 42.369317 ], [ -71.100938, 42.369435 ], [ -71.100884, 42.369511 ], [ -71.100751, 42.369698 ], [ -71.100104, 42.370612 ], [ -71.10007, 42.370658 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Broad Cana" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081997, 42.362971 ], [ -71.081959, 42.362964 ], [ -71.081957, 42.362963 ], [ -71.081957, 42.362963 ], [ -71.081956, 42.362963 ], [ -71.081956, 42.362963 ], [ -71.081956, 42.362963 ], [ -71.081956, 42.362963 ], [ -71.081955, 42.362963 ], [ -71.081955, 42.362963 ], [ -71.081794, 42.362935 ], [ -71.081534, 42.362888 ], [ -71.081315, 42.362849 ], [ -71.081261, 42.362839 ], [ -71.081085, 42.362801 ], [ -71.080838, 42.362746 ], [ -71.080629, 42.362701 ], [ -71.080436, 42.362683 ], [ -71.080163, 42.362659 ], [ -71.079945, 42.362641 ], [ -71.079895, 42.362637 ], [ -71.079753, 42.362624 ], [ -71.079694, 42.362619 ], [ -71.07944, 42.362601 ], [ -71.079291, 42.362588 ], [ -71.079279, 42.362587 ], [ -71.079227, 42.362634 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09958, 42.36295 ], [ -71.099583, 42.363078 ], [ -71.099417, 42.363415 ], [ -71.098668, 42.363357 ], [ -71.098364, 42.363333 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Garden St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124176, 42.378969 ], [ -71.124249, 42.379065 ], [ -71.124628, 42.37957 ], [ -71.124694, 42.379657 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Garden St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124694, 42.379657 ], [ -71.124765, 42.37975 ], [ -71.124987, 42.380032 ], [ -71.125057, 42.380117 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Somerville" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116156, 42.386899 ], [ -71.116772, 42.387257 ], [ -71.117147, 42.387461 ], [ -71.117784, 42.387822 ], [ -71.118533, 42.388224 ], [ -71.118793, 42.388388 ], [ -71.11904, 42.388566 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118768, 42.375135 ], [ -71.118847, 42.37515 ], [ -71.118896, 42.375164 ], [ -71.118948, 42.375184 ], [ -71.11899, 42.375219 ], [ -71.119023, 42.375261 ], [ -71.119046, 42.375295 ], [ -71.119266, 42.375956 ], [ -71.11935, 42.376168 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Danehy Par" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136359, 42.388227 ], [ -71.136358, 42.388242 ], [ -71.136353, 42.388379 ], [ -71.136351, 42.388403 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133732, 42.387772 ], [ -71.13375, 42.387741 ], [ -71.133763, 42.38771 ], [ -71.133768, 42.387679 ], [ -71.133761, 42.387612 ], [ -71.133751, 42.387566 ], [ -71.133758, 42.387539 ], [ -71.133784, 42.387516 ], [ -71.133817, 42.387499 ], [ -71.134853, 42.387118 ], [ -71.134897, 42.38711 ], [ -71.134941, 42.387112 ], [ -71.134979, 42.387118 ], [ -71.135017, 42.387135 ], [ -71.135057, 42.387166 ], [ -71.13624, 42.388173 ], [ -71.136275, 42.3882 ], [ -71.136307, 42.388215 ], [ -71.136335, 42.388226 ], [ -71.136359, 42.388227 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13801, 42.388106 ], [ -71.138366, 42.388492 ], [ -71.13837, 42.388513 ], [ -71.138368, 42.388539 ], [ -71.138346, 42.38856 ], [ -71.137665, 42.389071 ], [ -71.137582, 42.389122 ], [ -71.137504, 42.389162 ], [ -71.137331, 42.389221 ], [ -71.137312, 42.389227 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137312, 42.389227 ], [ -71.137322, 42.389243 ], [ -71.137505, 42.389441 ], [ -71.137664, 42.389564 ], [ -71.137809, 42.389643 ], [ -71.137944, 42.389705 ], [ -71.138119, 42.389759 ], [ -71.13837, 42.389828 ], [ -71.138661, 42.389883 ], [ -71.138878, 42.38993 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136351, 42.388403 ], [ -71.13649, 42.388426 ], [ -71.136624, 42.388461 ], [ -71.136822, 42.388563 ], [ -71.137, 42.388689 ], [ -71.137121, 42.388851 ], [ -71.137207, 42.389056 ], [ -71.137312, 42.389227 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Danehy Par" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13801, 42.388106 ], [ -71.137637, 42.387699 ], [ -71.137606, 42.387677 ], [ -71.137577, 42.387666 ], [ -71.137545, 42.387664 ], [ -71.137504, 42.387673 ], [ -71.136467, 42.388196 ], [ -71.136436, 42.38821 ], [ -71.136402, 42.388221 ], [ -71.13638, 42.388226 ], [ -71.136359, 42.388227 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Danehy Par" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137884, 42.387224 ], [ -71.137649, 42.387385 ], [ -71.13801, 42.388043 ], [ -71.138025, 42.388069 ], [ -71.13804, 42.388089 ], [ -71.13801, 42.388106 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133552, 42.387715 ], [ -71.133732, 42.387772 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133732, 42.387772 ], [ -71.133733, 42.387772 ], [ -71.133715, 42.387803 ], [ -71.13368, 42.387832 ], [ -71.133638, 42.387862 ], [ -71.133607, 42.38788 ], [ -71.133346, 42.387991 ], [ -71.133314, 42.388014 ], [ -71.13329, 42.388039 ], [ -71.133279, 42.388065 ], [ -71.133284, 42.388092 ], [ -71.133295, 42.388116 ], [ -71.133452, 42.388342 ], [ -71.133517, 42.388407 ], [ -71.133567, 42.388445 ], [ -71.133636, 42.388477 ], [ -71.133709, 42.3885 ], [ -71.133774, 42.388511 ], [ -71.133934, 42.388525 ], [ -71.134016, 42.388531 ], [ -71.134069, 42.388543 ], [ -71.13412, 42.388562 ], [ -71.134139, 42.388571 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134139, 42.388571 ], [ -71.134254, 42.388533 ], [ -71.134564, 42.388448 ], [ -71.134821, 42.388405 ], [ -71.135083, 42.388406 ], [ -71.135325, 42.388443 ], [ -71.135596, 42.388469 ], [ -71.135815, 42.388448 ], [ -71.136125, 42.388406 ], [ -71.136351, 42.388403 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133278, 42.388569 ], [ -71.133347, 42.388562 ], [ -71.133556, 42.388577 ], [ -71.133856, 42.388625 ], [ -71.134011, 42.388615 ], [ -71.134139, 42.388571 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132698, 42.388628 ], [ -71.133278, 42.388569 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "St. Peter'" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131503, 42.386824 ], [ -71.13176, 42.386731 ], [ -71.131803, 42.386713 ], [ -71.13183, 42.386695 ], [ -71.131854, 42.386677 ], [ -71.131875, 42.386655 ], [ -71.131893, 42.386622 ], [ -71.132006, 42.386451 ], [ -71.132021, 42.386425 ], [ -71.132056, 42.386391 ], [ -71.13219, 42.386274 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "St. Peter'" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13219, 42.386274 ], [ -71.132683, 42.385841 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133942, 42.386301 ], [ -71.13392, 42.386344 ], [ -71.13389, 42.386409 ], [ -71.133872, 42.386491 ], [ -71.133808, 42.386579 ], [ -71.133656, 42.386799 ], [ -71.133624, 42.386875 ], [ -71.133544, 42.387081 ], [ -71.133494, 42.387177 ], [ -71.133448, 42.387237 ], [ -71.133398, 42.387282 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13219, 42.386274 ], [ -71.132251, 42.386316 ], [ -71.132538, 42.386499 ], [ -71.132551, 42.386512 ], [ -71.132572, 42.38656 ], [ -71.132597, 42.386606 ], [ -71.132629, 42.38664 ], [ -71.13268, 42.386676 ], [ -71.132746, 42.386717 ], [ -71.132863, 42.386779 ], [ -71.132891, 42.386798 ], [ -71.132921, 42.386825 ], [ -71.132965, 42.386869 ], [ -71.132986, 42.386886 ], [ -71.133028, 42.386907 ], [ -71.133087, 42.386947 ], [ -71.133147, 42.386995 ], [ -71.133216, 42.387052 ], [ -71.133275, 42.387114 ], [ -71.133319, 42.387178 ], [ -71.133344, 42.387209 ], [ -71.133379, 42.387244 ], [ -71.133398, 42.387282 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133398, 42.387282 ], [ -71.13336, 42.387316 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133552, 42.387715 ], [ -71.133546, 42.387729 ], [ -71.133523, 42.387749 ], [ -71.133433, 42.387787 ], [ -71.133096, 42.387917 ], [ -71.133061, 42.387949 ], [ -71.133035, 42.387988 ], [ -71.133026, 42.388041 ], [ -71.133037, 42.388095 ], [ -71.133074, 42.388144 ], [ -71.133155, 42.388248 ], [ -71.133241, 42.388377 ], [ -71.133276, 42.388444 ], [ -71.133287, 42.388502 ], [ -71.133278, 42.388569 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13336, 42.387316 ], [ -71.133435, 42.387407 ], [ -71.133558, 42.387622 ], [ -71.133564, 42.387665 ], [ -71.133558, 42.387699 ], [ -71.133552, 42.387715 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13336, 42.387316 ], [ -71.133327, 42.387336 ], [ -71.133303, 42.387349 ], [ -71.132156, 42.387785 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Longfellow" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134191, 42.374923 ], [ -71.134226, 42.375033 ], [ -71.134314, 42.375298 ], [ -71.134511, 42.375881 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10695, 42.365079 ], [ -71.10695, 42.365079 ], [ -71.107024, 42.365073 ], [ -71.107117, 42.365065 ], [ -71.107219, 42.365056 ], [ -71.107323, 42.365047 ], [ -71.107712, 42.365013 ], [ -71.108024, 42.364986 ], [ -71.108124, 42.364978 ], [ -71.108227, 42.364969 ], [ -71.108389, 42.364956 ], [ -71.108907, 42.364911 ], [ -71.109006, 42.364902 ], [ -71.109129, 42.364892 ], [ -71.109765, 42.364838 ], [ -71.10989, 42.364827 ], [ -71.110023, 42.364816 ], [ -71.11064, 42.364762 ], [ -71.110774, 42.36475 ], [ -71.110874, 42.364741 ], [ -71.111427, 42.364693 ], [ -71.111544, 42.364683 ], [ -71.111633, 42.364675 ], [ -71.112231, 42.364626 ], [ -71.112318, 42.364618 ], [ -71.112405, 42.364611 ], [ -71.112944, 42.364566 ], [ -71.113083, 42.364554 ], [ -71.113203, 42.364544 ], [ -71.113743, 42.364497 ], [ -71.113893, 42.364484 ], [ -71.114068, 42.364469 ], [ -71.114645, 42.36442 ], [ -71.11482, 42.364405 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Western Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105021, 42.365264 ], [ -71.105129, 42.365251 ], [ -71.105253, 42.365236 ], [ -71.105679, 42.3652 ], [ -71.105987, 42.36517 ], [ -71.106206, 42.365144 ], [ -71.106404, 42.365126 ], [ -71.106642, 42.365106 ], [ -71.106753, 42.365096 ], [ -71.10695, 42.365079 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11482, 42.364405 ], [ -71.114875, 42.3644 ], [ -71.114981, 42.364392 ], [ -71.116072, 42.364302 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Fulkerson" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087233, 42.37055 ], [ -71.087255, 42.37046 ], [ -71.087314, 42.370219 ], [ -71.087373, 42.369975 ], [ -71.087399, 42.369871 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Fulkerson" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087055, 42.371223 ], [ -71.087075, 42.371147 ], [ -71.087145, 42.370883 ], [ -71.087207, 42.370648 ], [ -71.087233, 42.37055 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Fulkerson" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086872, 42.37192 ], [ -71.086899, 42.371818 ], [ -71.086964, 42.37157 ], [ -71.087031, 42.371317 ], [ -71.087055, 42.371223 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fulkerson" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087399, 42.369871 ], [ -71.087422, 42.369774 ], [ -71.08743, 42.369738 ], [ -71.08745, 42.369651 ], [ -71.087691, 42.368629 ], [ -71.087718, 42.368514 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Alewife Gr" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14405, 42.398609 ], [ -71.142618, 42.398207 ], [ -71.142468, 42.398347 ], [ -71.142344, 42.398455 ], [ -71.142243, 42.398595 ], [ -71.142074, 42.398735 ], [ -71.141848, 42.398858 ], [ -71.141763, 42.398917 ], [ -71.141367, 42.399319 ], [ -71.140776, 42.399768 ], [ -71.140116, 42.400027 ], [ -71.139736, 42.400171 ], [ -71.139492, 42.400242 ], [ -71.139297, 42.400275 ], [ -71.139048, 42.400314 ], [ -71.138769, 42.400341 ], [ -71.13823, 42.400372 ], [ -71.138054, 42.400406 ], [ -71.137493, 42.400553 ], [ -71.137033, 42.400722 ], [ -71.136844, 42.400823 ], [ -71.13669, 42.400955 ], [ -71.136587, 42.40106 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Alewife Gr" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136312, 42.401238 ], [ -71.136312, 42.401239 ], [ -71.13631, 42.401246 ], [ -71.136307, 42.401253 ], [ -71.136304, 42.401259 ], [ -71.136299, 42.401265 ], [ -71.136296, 42.401269 ], [ -71.136294, 42.401271 ], [ -71.136288, 42.401276 ], [ -71.136279, 42.401285 ], [ -71.13627, 42.401295 ], [ -71.136263, 42.401303 ], [ -71.136262, 42.401305 ], [ -71.136255, 42.401314 ], [ -71.136246, 42.401322 ], [ -71.136237, 42.401331 ], [ -71.136228, 42.401338 ], [ -71.136218, 42.401346 ], [ -71.136207, 42.401353 ], [ -71.136206, 42.401353 ], [ -71.136196, 42.401359 ], [ -71.136184, 42.401365 ], [ -71.136167, 42.401374 ], [ -71.136151, 42.401385 ], [ -71.136135, 42.401395 ], [ -71.13612, 42.401406 ], [ -71.136105, 42.401417 ], [ -71.136091, 42.401429 ], [ -71.136078, 42.401441 ], [ -71.136065, 42.401453 ], [ -71.136052, 42.401466 ], [ -71.136046, 42.401473 ], [ -71.136041, 42.401479 ], [ -71.13603, 42.401493 ], [ -71.135983, 42.40157 ], [ -71.135971, 42.401592 ], [ -71.135958, 42.401614 ], [ -71.135945, 42.401636 ], [ -71.13593, 42.401657 ], [ -71.135915, 42.401678 ], [ -71.1359, 42.401699 ], [ -71.135865, 42.401738 ], [ -71.135779, 42.401838 ], [ -71.135654, 42.401981 ], [ -71.135482, 42.402184 ], [ -71.13545, 42.402222 ], [ -71.135418, 42.402261 ], [ -71.135388, 42.4023 ], [ -71.135358, 42.40234 ], [ -71.135329, 42.402379 ], [ -71.135243, 42.402502 ], [ -71.135228, 42.402522 ], [ -71.135218, 42.402536 ], [ -71.13509, 42.402737 ], [ -71.135031, 42.40283 ], [ -71.134976, 42.402881 ], [ -71.134848, 42.403143 ], [ -71.134824, 42.403245 ], [ -71.134814, 42.40331 ], [ -71.134821, 42.403395 ], [ -71.134807, 42.403489 ], [ -71.134723, 42.40394 ], [ -71.134708, 42.404011 ], [ -71.134698, 42.404355 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Linskey Wa" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081766, 42.364958 ], [ -71.082554, 42.365059 ], [ -71.082746, 42.365084 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068702, 42.369367 ], [ -71.068643, 42.369403 ], [ -71.068583, 42.369433 ], [ -71.06851, 42.369468 ], [ -71.06841, 42.369509 ], [ -71.068319, 42.369537 ], [ -71.068196, 42.369568 ], [ -71.068065, 42.369594 ], [ -71.06797, 42.36961 ], [ -71.067875, 42.369621 ], [ -71.067745, 42.369625 ], [ -71.067629, 42.369625 ], [ -71.067517, 42.369618 ], [ -71.067413, 42.369605 ], [ -71.067312, 42.369593 ], [ -71.067179, 42.369583 ], [ -71.066925, 42.369568 ], [ -71.066902, 42.369568 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066902, 42.369568 ], [ -71.066772, 42.369568 ], [ -71.066665, 42.36957 ], [ -71.066545, 42.369576 ], [ -71.066382, 42.36959 ], [ -71.06617, 42.369617 ], [ -71.065964, 42.369645 ], [ -71.06579, 42.369661 ], [ -71.065591, 42.369674 ], [ -71.065408, 42.36968 ], [ -71.065204, 42.369685 ], [ -71.064977, 42.369682 ], [ -71.064618, 42.369661 ], [ -71.064274, 42.369641 ], [ -71.063801, 42.369749 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138349, 42.395663 ], [ -71.13922, 42.395956 ], [ -71.139287, 42.395966 ], [ -71.139362, 42.395966 ], [ -71.139917, 42.395966 ], [ -71.139998, 42.396 ], [ -71.140053, 42.396021 ], [ -71.140141, 42.396052 ], [ -71.140441, 42.396089 ], [ -71.140582, 42.396112 ], [ -71.140855, 42.39614 ], [ -71.14092, 42.396161 ], [ -71.14098, 42.396206 ], [ -71.141021, 42.396288 ], [ -71.141055, 42.39636 ], [ -71.141134, 42.396429 ], [ -71.141175, 42.396493 ], [ -71.141191, 42.396589 ], [ -71.141197, 42.396697 ], [ -71.141254, 42.396773 ], [ -71.141347, 42.396809 ], [ -71.141409, 42.396876 ], [ -71.141855, 42.396776 ], [ -71.142741, 42.396586 ], [ -71.142775, 42.396585 ], [ -71.142895, 42.396587 ], [ -71.142917, 42.396582 ], [ -71.142996, 42.396553 ], [ -71.143048, 42.396561 ], [ -71.143074, 42.396583 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.158725, 42.395983 ], [ -71.158387, 42.395985 ], [ -71.157738, 42.396004 ], [ -71.156825, 42.396025 ], [ -71.156469, 42.396022 ], [ -71.155623, 42.395995 ], [ -71.154769, 42.395988 ], [ -71.152417, 42.395985 ], [ -71.151045, 42.395977 ], [ -71.150398, 42.395988 ], [ -71.150195, 42.395987 ], [ -71.149876, 42.395968 ], [ -71.148923, 42.395937 ], [ -71.147982, 42.395965 ], [ -71.147747, 42.395952 ], [ -71.146939, 42.395966 ], [ -71.146048, 42.396011 ], [ -71.144935, 42.396128 ], [ -71.144273, 42.396217 ], [ -71.144197, 42.396231 ], [ -71.144105, 42.396249 ], [ -71.144031, 42.39627 ], [ -71.143975, 42.396297 ], [ -71.143935, 42.396329 ], [ -71.143851, 42.39643 ], [ -71.143808, 42.396476 ], [ -71.143775, 42.396494 ], [ -71.143738, 42.396509 ], [ -71.143691, 42.396521 ], [ -71.143358, 42.39654 ], [ -71.143268, 42.396532 ], [ -71.143172, 42.39654 ], [ -71.143074, 42.396583 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143074, 42.396583 ], [ -71.143059, 42.396673 ], [ -71.143049, 42.396765 ], [ -71.143057, 42.396877 ], [ -71.14308, 42.396981 ], [ -71.143142, 42.39711 ], [ -71.14323, 42.397219 ], [ -71.143307, 42.397294 ], [ -71.143367, 42.397353 ], [ -71.143452, 42.39751 ], [ -71.143467, 42.39758 ], [ -71.143486, 42.397725 ], [ -71.143549, 42.397841 ], [ -71.143644, 42.397912 ], [ -71.143724, 42.39798 ], [ -71.143775, 42.398072 ], [ -71.144154, 42.39881 ], [ -71.144268, 42.399017 ], [ -71.144387, 42.399174 ], [ -71.144596, 42.399301 ], [ -71.144672, 42.399382 ], [ -71.144784, 42.399593 ], [ -71.144843, 42.399759 ], [ -71.144837, 42.399845 ], [ -71.1447, 42.400003 ], [ -71.144613, 42.400125 ], [ -71.144596, 42.400178 ], [ -71.144832, 42.400657 ], [ -71.144866, 42.400699 ], [ -71.144949, 42.400741 ], [ -71.145037, 42.400794 ], [ -71.145084, 42.40086 ], [ -71.14527, 42.401147 ], [ -71.145882, 42.40235 ], [ -71.146429, 42.403446 ], [ -71.146841, 42.404267 ], [ -71.146904, 42.404364 ], [ -71.147421, 42.405406 ], [ -71.147878, 42.406364 ], [ -71.148094, 42.406792 ], [ -71.148345, 42.407524 ], [ -71.14855, 42.408489 ], [ -71.148643, 42.408838 ], [ -71.148704, 42.40905 ], [ -71.148813, 42.409313 ], [ -71.148869, 42.409408 ], [ -71.148948, 42.409592 ], [ -71.14909, 42.409853 ], [ -71.149373, 42.410295 ], [ -71.149667, 42.410655 ], [ -71.149907, 42.410908 ], [ -71.150143, 42.411116 ], [ -71.150535, 42.411441 ], [ -71.150852, 42.411705 ], [ -71.151164, 42.412015 ], [ -71.151414, 42.412309 ], [ -71.15169, 42.412718 ], [ -71.151863, 42.413032 ], [ -71.152114, 42.413725 ], [ -71.152333, 42.414537 ], [ -71.152404, 42.414719 ], [ -71.152393, 42.414871 ], [ -71.15216, 42.415088 ], [ -71.153341, 42.415545 ], [ -71.152845, 42.415846 ], [ -71.153068, 42.416106 ], [ -71.153385, 42.41645 ], [ -71.15364, 42.416723 ], [ -71.153878, 42.416947 ], [ -71.154083, 42.417098 ], [ -71.154232, 42.41718 ], [ -71.154352, 42.417246 ], [ -71.154747, 42.417456 ], [ -71.156076, 42.418011 ], [ -71.157054, 42.418384 ], [ -71.157324, 42.41848 ], [ -71.157488, 42.418547 ], [ -71.162454, 42.420557 ], [ -71.163021, 42.420779 ], [ -71.163401, 42.42088 ], [ -71.163982, 42.421033 ], [ -71.164688, 42.421162 ], [ -71.165238, 42.421249 ], [ -71.166203, 42.421355 ], [ -71.167029, 42.421446 ], [ -71.167886, 42.421677 ], [ -71.168521, 42.421934 ], [ -71.169294, 42.422393 ], [ -71.170369, 42.423158 ], [ -71.17102, 42.423606 ], [ -71.173268, 42.425148 ], [ -71.173725, 42.425362 ], [ -71.174164, 42.425525 ], [ -71.174633, 42.425669 ], [ -71.175606, 42.425846 ], [ -71.175879, 42.425868 ], [ -71.176095, 42.42589 ], [ -71.176558, 42.425889 ], [ -71.178237, 42.425747 ], [ -71.180581, 42.425583 ], [ -71.183264, 42.425353 ], [ -71.184177, 42.425284 ], [ -71.185139, 42.425258 ], [ -71.185489, 42.425278 ], [ -71.186768, 42.425422 ], [ -71.192819, 42.426 ], [ -71.194532, 42.426241 ], [ -71.196131, 42.426707 ], [ -71.197411, 42.42723 ], [ -71.202332, 42.428967 ], [ -71.202707, 42.429116 ], [ -71.203083, 42.429276 ], [ -71.203794, 42.429731 ], [ -71.204294, 42.430104 ], [ -71.205948, 42.432051 ], [ -71.208164, 42.434591 ], [ -71.20846, 42.435228 ], [ -71.20876, 42.435689 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136316, 42.395708 ], [ -71.136436, 42.39573 ], [ -71.136674, 42.395728 ], [ -71.137009, 42.395722 ], [ -71.137426, 42.395733 ], [ -71.13817, 42.39573 ], [ -71.138284, 42.395709 ], [ -71.138328, 42.395654 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138349, 42.395663 ], [ -71.138342, 42.395748 ], [ -71.13839, 42.396722 ], [ -71.138376, 42.39677 ], [ -71.138336, 42.396814 ], [ -71.138294, 42.396842 ], [ -71.138215, 42.396866 ], [ -71.138044, 42.396902 ], [ -71.137826, 42.396934 ], [ -71.137678, 42.396951 ], [ -71.137489, 42.396961 ], [ -71.137229, 42.396972 ], [ -71.137153, 42.396982 ], [ -71.137101, 42.396999 ], [ -71.137019, 42.397047 ], [ -71.136986, 42.397097 ], [ -71.136948, 42.397338 ], [ -71.136918, 42.397646 ], [ -71.136912, 42.397714 ], [ -71.136871, 42.397759 ], [ -71.136728, 42.397826 ], [ -71.136551, 42.397871 ], [ -71.136409, 42.39789 ], [ -71.136314, 42.39789 ], [ -71.136214, 42.397885 ], [ -71.13608, 42.397881 ], [ -71.135954, 42.397902 ], [ -71.135661, 42.397973 ], [ -71.135511, 42.397999 ], [ -71.135395, 42.398012 ], [ -71.135287, 42.398017 ], [ -71.135214, 42.398013 ], [ -71.134989, 42.397992 ], [ -71.134755, 42.397986 ], [ -71.134438, 42.397998 ], [ -71.134269, 42.39801 ], [ -71.134129, 42.398017 ], [ -71.133847, 42.398014 ], [ -71.133674, 42.398 ], [ -71.133475, 42.397964 ], [ -71.133124, 42.397899 ], [ -71.132996, 42.397891 ], [ -71.13284, 42.397891 ], [ -71.132448, 42.397862 ], [ -71.131843, 42.39782 ], [ -71.131372, 42.397784 ], [ -71.130811, 42.397751 ], [ -71.130422, 42.397773 ], [ -71.129999, 42.39775 ], [ -71.129623, 42.397697 ], [ -71.129376, 42.397708 ], [ -71.12925, 42.397714 ], [ -71.129111, 42.397733 ], [ -71.129014, 42.397741 ], [ -71.128924, 42.397741 ], [ -71.12875, 42.397732 ], [ -71.128313, 42.397706 ], [ -71.12786, 42.397677 ], [ -71.127726, 42.397671 ], [ -71.127588, 42.397647 ], [ -71.127448, 42.397596 ], [ -71.127258, 42.397536 ], [ -71.127031, 42.397476 ], [ -71.126868, 42.397468 ], [ -71.126745, 42.397476 ], [ -71.12663, 42.39748 ], [ -71.126511, 42.397476 ], [ -71.126402, 42.397456 ], [ -71.126109, 42.39742 ], [ -71.125716, 42.397426 ], [ -71.125269, 42.397405 ], [ -71.125062, 42.397409 ], [ -71.124889, 42.397379 ], [ -71.124685, 42.397315 ], [ -71.124077, 42.397205 ], [ -71.12303, 42.39696 ], [ -71.122708, 42.396899 ], [ -71.122209, 42.396774 ], [ -71.122034, 42.396699 ], [ -71.121931, 42.396659 ], [ -71.121389, 42.396534 ], [ -71.121078, 42.3965 ], [ -71.120255, 42.396282 ], [ -71.120061, 42.39622 ], [ -71.119256, 42.395998 ], [ -71.117886, 42.395676 ], [ -71.117143, 42.3955 ], [ -71.11696, 42.395443 ], [ -71.116487, 42.395299 ], [ -71.116266, 42.395269 ], [ -71.116164, 42.395263 ], [ -71.115951, 42.395217 ], [ -71.115801, 42.395162 ], [ -71.115704, 42.395142 ], [ -71.115542, 42.395124 ], [ -71.11169, 42.394183 ], [ -71.1115, 42.394164 ], [ -71.111448, 42.394156 ], [ -71.111323, 42.394124 ], [ -71.111126, 42.394059 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mason St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124614, 42.375986 ], [ -71.123677, 42.376214 ], [ -71.123555, 42.376243 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mason St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123555, 42.376243 ], [ -71.12343, 42.376273 ], [ -71.122506, 42.376491 ], [ -71.122185, 42.376564 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100134, 42.358977 ], [ -71.100253, 42.358918 ], [ -71.100652, 42.358722 ], [ -71.103151, 42.357501 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Waverly St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103151, 42.357501 ], [ -71.103232, 42.357461 ], [ -71.103254, 42.357453 ], [ -71.103296, 42.357445 ], [ -71.10331, 42.357431 ], [ -71.103329, 42.357423 ], [ -71.103365, 42.357418 ], [ -71.103395, 42.357418 ], [ -71.103477, 42.357417 ], [ -71.103577, 42.357416 ], [ -71.103707, 42.357415 ], [ -71.10376, 42.357412 ], [ -71.103795, 42.357404 ], [ -71.10384, 42.357393 ], [ -71.103921, 42.357367 ], [ -71.104295, 42.357081 ], [ -71.104366, 42.35701 ], [ -71.104496, 42.356885 ], [ -71.10472, 42.356675 ], [ -71.10493, 42.356486 ], [ -71.105438, 42.356011 ], [ -71.105518, 42.355935 ], [ -71.105586, 42.355862 ], [ -71.10568, 42.355774 ], [ -71.105905, 42.355557 ], [ -71.106121, 42.355366 ], [ -71.106242, 42.355267 ], [ -71.106313, 42.355209 ], [ -71.106374, 42.355162 ], [ -71.106689, 42.355008 ], [ -71.106694, 42.355007 ], [ -71.106705, 42.355006 ], [ -71.106729, 42.355006 ], [ -71.106767, 42.355008 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Anglin St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103683, 42.357659 ], [ -71.10312, 42.358169 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Binney St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088138, 42.366372 ], [ -71.087886, 42.366381 ], [ -71.087369, 42.366314 ], [ -71.086072, 42.366151 ], [ -71.085955, 42.366136 ], [ -71.084694, 42.365973 ], [ -71.084455, 42.365942 ], [ -71.084287, 42.36592 ], [ -71.08264, 42.365708 ], [ -71.082409, 42.365678 ], [ -71.082406, 42.365677 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Binney St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079863, 42.365354 ], [ -71.079672, 42.365329 ], [ -71.078441, 42.365172 ], [ -71.078206, 42.365142 ], [ -71.077934, 42.365106 ], [ -71.077612, 42.365064 ], [ -71.077282, 42.365021 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Binney St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082406, 42.365677 ], [ -71.08211, 42.36564 ], [ -71.080087, 42.365382 ], [ -71.079865, 42.365354 ], [ -71.079863, 42.365354 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Weeks Foot" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117402, 42.369161 ], [ -71.118544, 42.368089 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125462, 42.405995 ], [ -71.12531, 42.406253 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113636, 42.397456 ], [ -71.112954, 42.3972 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094683, 42.387814 ], [ -71.094012, 42.387612 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092488, 42.387143 ], [ -71.092197, 42.387041 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101932, 42.363418 ], [ -71.102432, 42.362863 ], [ -71.10294, 42.362326 ], [ -71.103431, 42.361786 ], [ -71.103575, 42.361634 ], [ -71.103969, 42.361219 ], [ -71.104088, 42.361097 ], [ -71.104293, 42.360902 ], [ -71.104495, 42.360715 ], [ -71.104624, 42.360591 ], [ -71.105033, 42.360204 ], [ -71.105278, 42.35998 ], [ -71.105687, 42.359597 ], [ -71.105731, 42.359555 ], [ -71.106153, 42.359151 ], [ -71.106695, 42.358632 ], [ -71.107261, 42.358104 ], [ -71.108024, 42.357376 ], [ -71.108799, 42.356638 ], [ -71.109577, 42.3559 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131552, 42.377527 ], [ -71.131606, 42.377515 ], [ -71.132059, 42.377523 ], [ -71.132433, 42.377525 ], [ -71.132466, 42.377523 ], [ -71.132825, 42.377498 ], [ -71.133381, 42.377429 ], [ -71.133711, 42.377382 ], [ -71.134426, 42.377279 ], [ -71.134732, 42.377234 ], [ -71.134979, 42.377198 ], [ -71.135175, 42.377168 ], [ -71.135929, 42.37705 ], [ -71.136484, 42.376958 ], [ -71.137281, 42.376826 ], [ -71.138484, 42.376592 ], [ -71.139119, 42.37647 ], [ -71.139748, 42.376346 ], [ -71.140743, 42.376149 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124365, 42.407671 ], [ -71.124179, 42.407977 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150622, 42.390097 ], [ -71.150673, 42.389836 ], [ -71.150639, 42.389739 ], [ -71.150569, 42.389648 ], [ -71.150322, 42.389388 ], [ -71.150268, 42.389303 ], [ -71.150234, 42.389237 ], [ -71.150212, 42.38916 ], [ -71.150199, 42.389093 ], [ -71.150196, 42.38897 ], [ -71.150223, 42.388879 ], [ -71.150314, 42.388758 ], [ -71.150432, 42.388639 ], [ -71.150511, 42.388554 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093842, 42.341002 ], [ -71.093783, 42.340893 ], [ -71.093738, 42.340808 ], [ -71.093601, 42.340575 ], [ -71.092461, 42.339033 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120447, 42.389908 ], [ -71.120604, 42.390043 ], [ -71.120704, 42.39013 ], [ -71.120954, 42.390323 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132733, 42.385789 ], [ -71.132197, 42.386275 ], [ -71.132008, 42.386433 ], [ -71.131913, 42.386585 ], [ -71.131879, 42.386649 ], [ -71.131802, 42.386712 ], [ -71.131707, 42.386744 ], [ -71.131604, 42.386782 ], [ -71.131501, 42.38682 ], [ -71.131424, 42.386852 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Magazine B" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114113, 42.355984 ], [ -71.11382, 42.355789 ], [ -71.113794, 42.355816 ], [ -71.113935, 42.355925 ], [ -71.113801, 42.356148 ], [ -71.113661, 42.356061 ], [ -71.113637, 42.35609 ], [ -71.11392, 42.356276 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114111, 42.355989 ], [ -71.114113, 42.355984 ], [ -71.114268, 42.35613 ], [ -71.114301, 42.356239 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112597, 42.363097 ], [ -71.112588, 42.362992 ], [ -71.112683, 42.362929 ], [ -71.112697, 42.362877 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11392, 42.356276 ], [ -71.114027, 42.356346 ], [ -71.114071, 42.356313 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116044, 42.386129 ], [ -71.116129, 42.386195 ], [ -71.116288, 42.386623 ], [ -71.116135, 42.386923 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13062, 42.408273 ], [ -71.130628, 42.408171 ], [ -71.130658, 42.407975 ], [ -71.130644, 42.407885 ], [ -71.130624, 42.407822 ], [ -71.130585, 42.407696 ], [ -71.130493, 42.407541 ], [ -71.130385, 42.407433 ], [ -71.130255, 42.407355 ], [ -71.129633, 42.407093 ], [ -71.128675, 42.406734 ], [ -71.127677, 42.406362 ], [ -71.126786, 42.406016 ], [ -71.126469, 42.405853 ], [ -71.12622, 42.405682 ], [ -71.126041, 42.405539 ], [ -71.125837, 42.405437 ], [ -71.125469, 42.405262 ], [ -71.124692, 42.404953 ], [ -71.124008, 42.404672 ], [ -71.123482, 42.40446 ], [ -71.123099, 42.404295 ], [ -71.122569, 42.404058 ], [ -71.122235, 42.403893 ], [ -71.122129, 42.403841 ], [ -71.121716, 42.403637 ], [ -71.121346, 42.40341 ], [ -71.121071, 42.403188 ], [ -71.120681, 42.402855 ], [ -71.120332, 42.402604 ], [ -71.120088, 42.402455 ], [ -71.120071, 42.402447 ], [ -71.119687, 42.402272 ], [ -71.119249, 42.402109 ], [ -71.118749, 42.401985 ], [ -71.118343, 42.40188 ], [ -71.117931, 42.401712 ], [ -71.117525, 42.401479 ], [ -71.117286, 42.401276 ], [ -71.117062, 42.401181 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Claire Sal" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113915, 42.331152 ], [ -71.11466, 42.3302 ], [ -71.11533, 42.32928 ], [ -71.11582, 42.32858 ], [ -71.11601, 42.3273 ], [ -71.116673, 42.325782 ], [ -71.11679, 42.32516 ], [ -71.11681, 42.324401 ], [ -71.11747, 42.32391 ], [ -71.11865, 42.32365 ], [ -71.12003, 42.32296 ], [ -71.119633, 42.322666 ], [ -71.119608, 42.321713 ], [ -71.120214, 42.321477 ], [ -71.121551, 42.320856 ], [ -71.122564, 42.320006 ], [ -71.12357, 42.319426 ], [ -71.123909, 42.318679 ], [ -71.123575, 42.317439 ], [ -71.123231, 42.316022 ], [ -71.123265, 42.314787 ], [ -71.122198, 42.313841 ], [ -71.12225, 42.313668 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113905, 42.370836 ], [ -71.114309, 42.371149 ], [ -71.115162, 42.371865 ], [ -71.115291, 42.371961 ], [ -71.115568, 42.372218 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069227, 42.369418 ], [ -71.06926, 42.369366 ], [ -71.069274, 42.369303 ], [ -71.069249, 42.369249 ], [ -71.069183, 42.369219 ], [ -71.069113, 42.369218 ], [ -71.069054, 42.369243 ], [ -71.069017, 42.369281 ], [ -71.06901, 42.369325 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142514, 42.39523 ], [ -71.143017, 42.396283 ], [ -71.143057, 42.396361 ], [ -71.143077, 42.396448 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142425, 42.394635 ], [ -71.142244, 42.39463 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047256, 42.30529 ], [ -71.04746, 42.305339 ], [ -71.04749, 42.305351 ], [ -71.047517, 42.305374 ], [ -71.047558, 42.305442 ], [ -71.047596, 42.305511 ], [ -71.047607, 42.305535 ], [ -71.0476, 42.30556 ], [ -71.047447, 42.305908 ], [ -71.04712, 42.306589 ], [ -71.047112, 42.306629 ], [ -71.047115, 42.306682 ], [ -71.047141, 42.306761 ], [ -71.047162, 42.306847 ], [ -71.047173, 42.306912 ], [ -71.047192, 42.306994 ], [ -71.047207, 42.30705 ], [ -71.047234, 42.307117 ], [ -71.04726, 42.307173 ], [ -71.047287, 42.307215 ], [ -71.047316, 42.307258 ], [ -71.047381, 42.307354 ], [ -71.047445, 42.307442 ], [ -71.047471, 42.307471 ], [ -71.047519, 42.30751 ], [ -71.047574, 42.307558 ], [ -71.047652, 42.307617 ], [ -71.047697, 42.307651 ], [ -71.04778, 42.307699 ], [ -71.047861, 42.307747 ], [ -71.047931, 42.307786 ], [ -71.048022, 42.307819 ], [ -71.048167, 42.30787 ], [ -71.048267, 42.307898 ], [ -71.048345, 42.307917 ], [ -71.048485, 42.307944 ], [ -71.048544, 42.307956 ], [ -71.048619, 42.307963 ], [ -71.048913, 42.307977 ], [ -71.049197, 42.307991 ], [ -71.050453, 42.308031 ], [ -71.051408, 42.308069 ], [ -71.052099, 42.308091 ], [ -71.052371, 42.308092 ], [ -71.052446, 42.30809 ], [ -71.052533, 42.308081 ], [ -71.052613, 42.308065 ], [ -71.052803, 42.308008 ], [ -71.05303, 42.307905 ], [ -71.053094, 42.307867 ], [ -71.053143, 42.307832 ], [ -71.053199, 42.307791 ], [ -71.05323, 42.30775 ], [ -71.053266, 42.307719 ], [ -71.053295, 42.30771 ], [ -71.0535, 42.307711 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072392, 42.368767 ], [ -71.072432, 42.368721 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145287, 42.381839 ], [ -71.145297, 42.381772 ], [ -71.145292, 42.381654 ], [ -71.145272, 42.381543 ], [ -71.145225, 42.381406 ], [ -71.145196, 42.381352 ], [ -71.14517, 42.381295 ], [ -71.145169, 42.381279 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092597, 42.361301 ], [ -71.092912, 42.36167 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122057, 42.372347 ], [ -71.122268, 42.37206 ], [ -71.122636, 42.371607 ], [ -71.123092, 42.371071 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087155, 42.363938 ], [ -71.08712, 42.363984 ], [ -71.087214, 42.364023 ], [ -71.086379, 42.365092 ], [ -71.086269, 42.365254 ], [ -71.086241, 42.365303 ], [ -71.086216, 42.365362 ], [ -71.086175, 42.365496 ], [ -71.086119, 42.365753 ], [ -71.086034, 42.366087 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104379, 42.376641 ], [ -71.103896, 42.376249 ], [ -71.103736, 42.37612 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111421, 42.399652 ], [ -71.110905, 42.399475 ], [ -71.110753, 42.399424 ], [ -71.110523, 42.399345 ], [ -71.110454, 42.399321 ], [ -71.11013, 42.399209 ], [ -71.109347, 42.398942 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148349, 42.395302 ], [ -71.147774, 42.395184 ], [ -71.147602, 42.395151 ], [ -71.147039, 42.395051 ], [ -71.146419, 42.39493 ], [ -71.14581, 42.394832 ], [ -71.145317, 42.394741 ], [ -71.144961, 42.394694 ], [ -71.144359, 42.394675 ], [ -71.143777, 42.39466 ], [ -71.14314, 42.394644 ], [ -71.143094, 42.394643 ], [ -71.142425, 42.394635 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142244, 42.39463 ], [ -71.142291, 42.394734 ], [ -71.142514, 42.39523 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Franklin P" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08736, 42.300198 ], [ -71.087626, 42.300389 ], [ -71.087726, 42.300503 ], [ -71.087871, 42.300723 ], [ -71.087978, 42.300887 ], [ -71.088127, 42.301014 ], [ -71.088223, 42.301086 ], [ -71.088281, 42.301117 ], [ -71.0884, 42.301224 ], [ -71.088411, 42.301246 ], [ -71.088429, 42.301283 ], [ -71.088466, 42.301342 ], [ -71.088879, 42.30168 ], [ -71.089057, 42.301792 ], [ -71.089185, 42.30185 ], [ -71.089545, 42.301976 ], [ -71.089758, 42.302054 ], [ -71.089933, 42.302128 ], [ -71.090064, 42.302191 ], [ -71.090215, 42.302282 ], [ -71.090492, 42.30246 ], [ -71.090699, 42.302624 ], [ -71.090824, 42.302751 ], [ -71.091008, 42.302966 ], [ -71.091103, 42.303098 ], [ -71.091252, 42.303333 ], [ -71.091299, 42.303402 ], [ -71.091393, 42.303513 ], [ -71.09155, 42.303682 ], [ -71.091637, 42.303809 ], [ -71.091729, 42.303955 ], [ -71.091798, 42.304121 ], [ -71.091875, 42.304253 ], [ -71.091932, 42.304307 ], [ -71.091995, 42.304358 ], [ -71.09212, 42.304433 ], [ -71.092249, 42.304519 ], [ -71.092399, 42.304603 ], [ -71.092532, 42.304684 ], [ -71.092624, 42.304734 ], [ -71.092707, 42.304779 ], [ -71.092956, 42.304901 ], [ -71.093197, 42.304988 ], [ -71.093374, 42.305038 ], [ -71.093617, 42.305099 ], [ -71.093843, 42.305137 ], [ -71.094091, 42.305156 ], [ -71.094327, 42.305142 ], [ -71.094573, 42.305091 ], [ -71.094861, 42.305018 ], [ -71.094987, 42.304983 ], [ -71.095138, 42.304911 ], [ -71.095266, 42.304835 ], [ -71.095433, 42.304722 ], [ -71.095753, 42.304532 ], [ -71.095797, 42.304511 ], [ -71.09585, 42.304487 ], [ -71.095969, 42.304435 ], [ -71.096064, 42.304404 ], [ -71.09624, 42.304351 ], [ -71.096506, 42.304286 ], [ -71.096745, 42.304202 ], [ -71.096906, 42.304131 ], [ -71.097079, 42.304054 ], [ -71.097293, 42.304001 ], [ -71.097554, 42.303951 ], [ -71.097797, 42.303917 ], [ -71.09798, 42.303886 ], [ -71.098118, 42.303862 ], [ -71.098455, 42.303779 ], [ -71.098621, 42.303741 ], [ -71.098741, 42.303692 ], [ -71.098769, 42.303678 ], [ -71.098784, 42.30366 ], [ -71.098809, 42.303629 ], [ -71.098836, 42.303588 ], [ -71.098871, 42.303535 ], [ -71.098911, 42.303474 ], [ -71.098961, 42.303407 ], [ -71.099076, 42.303335 ], [ -71.099149, 42.303304 ], [ -71.099218, 42.30328 ], [ -71.099409, 42.303221 ], [ -71.099522, 42.303163 ], [ -71.09964, 42.303086 ], [ -71.099776, 42.302971 ], [ -71.099827, 42.302918 ], [ -71.099889, 42.30286 ], [ -71.100023, 42.302753 ], [ -71.100134, 42.302663 ], [ -71.10018, 42.302594 ], [ -71.100259, 42.302472 ], [ -71.100337, 42.302401 ], [ -71.100422, 42.302346 ], [ -71.100525, 42.302299 ], [ -71.100729, 42.302257 ], [ -71.100957, 42.302204 ], [ -71.101008, 42.302156 ], [ -71.101021, 42.302033 ], [ -71.101032, 42.301892 ], [ -71.101013, 42.301761 ], [ -71.100964, 42.301573 ], [ -71.100927, 42.30142 ], [ -71.100945, 42.301294 ], [ -71.100951, 42.301153 ], [ -71.100947, 42.300998 ], [ -71.100891, 42.300763 ], [ -71.100815, 42.30056 ], [ -71.10075, 42.300439 ], [ -71.100654, 42.300249 ], [ -71.100539, 42.300077 ], [ -71.100422, 42.299937 ], [ -71.100303, 42.299821 ], [ -71.100203, 42.299734 ], [ -71.100162, 42.299661 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073832, 42.367329 ], [ -71.073756, 42.36733 ], [ -71.073698, 42.367334 ], [ -71.073668, 42.36736 ], [ -71.073272, 42.367773 ], [ -71.073262, 42.367798 ], [ -71.073274, 42.367825 ], [ -71.07383, 42.368126 ], [ -71.07391, 42.3682 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07626, 42.36466 ], [ -71.077093, 42.365122 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075797, 42.365137 ], [ -71.076639, 42.365591 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Franklin P" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100162, 42.299661 ], [ -71.100172, 42.299614 ], [ -71.100175, 42.299565 ], [ -71.100169, 42.299518 ], [ -71.100134, 42.29942 ], [ -71.100003, 42.299229 ], [ -71.099743, 42.29893 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "South Bay" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072249, 42.332912 ], [ -71.072246, 42.332888 ], [ -71.07224, 42.332869 ], [ -71.072224, 42.332849 ], [ -71.072205, 42.332823 ], [ -71.072242, 42.332789 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "South Bay" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072242, 42.332789 ], [ -71.072308, 42.332729 ], [ -71.072377, 42.332677 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07391, 42.3682 ], [ -71.074361, 42.368438 ], [ -71.07445, 42.368484 ], [ -71.075374, 42.368963 ], [ -71.075415, 42.368978 ], [ -71.075445, 42.368978 ], [ -71.075476, 42.368971 ], [ -71.075497, 42.368948 ], [ -71.075527, 42.368915 ], [ -71.075555, 42.36888 ], [ -71.075599, 42.36885 ], [ -71.075658, 42.368817 ], [ -71.075712, 42.368797 ], [ -71.075767, 42.368777 ], [ -71.075825, 42.368765 ], [ -71.075883, 42.368757 ], [ -71.075938, 42.368757 ], [ -71.075992, 42.36876 ], [ -71.076057, 42.368773 ], [ -71.076118, 42.368791 ], [ -71.076176, 42.368816 ], [ -71.07623, 42.368849 ], [ -71.076288, 42.368888 ], [ -71.076332, 42.368938 ], [ -71.076362, 42.368989 ], [ -71.076379, 42.36904 ], [ -71.076385, 42.369088 ], [ -71.076385, 42.369133 ], [ -71.076378, 42.369189 ], [ -71.076364, 42.369244 ], [ -71.076336, 42.369287 ], [ -71.076292, 42.36933 ], [ -71.076234, 42.36937 ], [ -71.076155, 42.369413 ], [ -71.076087, 42.369433 ], [ -71.076005, 42.369453 ], [ -71.075916, 42.369463 ], [ -71.075844, 42.369457 ], [ -71.075773, 42.369447 ], [ -71.075718, 42.369427 ], [ -71.075674, 42.369416 ], [ -71.075613, 42.369444 ], [ -71.075568, 42.369441 ], [ -71.075517, 42.369426 ], [ -71.075432, 42.369388 ], [ -71.074773, 42.369064 ], [ -71.074551, 42.368936 ], [ -71.074422, 42.368861 ], [ -71.074303, 42.368798 ], [ -71.074203, 42.368747 ], [ -71.074077, 42.368677 ], [ -71.073922, 42.368596 ], [ -71.073621, 42.368439 ], [ -71.073578, 42.368427 ], [ -71.073522, 42.368425 ], [ -71.073442, 42.368434 ], [ -71.073397, 42.368451 ], [ -71.073362, 42.368472 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071493, 42.369692 ], [ -71.071389, 42.369639 ], [ -71.071351, 42.369638 ], [ -71.071313, 42.369637 ], [ -71.07127, 42.36963 ], [ -71.071223, 42.369611 ], [ -71.071184, 42.36959 ], [ -71.071093, 42.369542 ], [ -71.070996, 42.369489 ], [ -71.070898, 42.36944 ], [ -71.070795, 42.369384 ], [ -71.070739, 42.369366 ], [ -71.070662, 42.369354 ], [ -71.070602, 42.36936 ], [ -71.070548, 42.369376 ], [ -71.070461, 42.369404 ], [ -71.070301, 42.369469 ], [ -71.070178, 42.369518 ], [ -71.070079, 42.369557 ], [ -71.070024, 42.369579 ], [ -71.069967, 42.369598 ], [ -71.069862, 42.369611 ], [ -71.069805, 42.369607 ], [ -71.069745, 42.369591 ], [ -71.069682, 42.369567 ], [ -71.069639, 42.369543 ], [ -71.069587, 42.369511 ], [ -71.069546, 42.369481 ], [ -71.069504, 42.369449 ], [ -71.06947, 42.36942 ], [ -71.069441, 42.36938 ], [ -71.069423, 42.369338 ], [ -71.069409, 42.369294 ], [ -71.069398, 42.369253 ], [ -71.06937, 42.369213 ], [ -71.069323, 42.369167 ], [ -71.069245, 42.369131 ], [ -71.069195, 42.369126 ], [ -71.069144, 42.369122 ], [ -71.069083, 42.369128 ], [ -71.069004, 42.369152 ], [ -71.068925, 42.369197 ], [ -71.068751, 42.369323 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145287, 42.381839 ], [ -71.145435, 42.381922 ], [ -71.145511, 42.38195 ], [ -71.145571, 42.381978 ], [ -71.145648, 42.381997 ], [ -71.145827, 42.382 ], [ -71.146088, 42.381991 ], [ -71.146348, 42.381973 ], [ -71.14642, 42.381971 ], [ -71.146505, 42.381987 ], [ -71.146568, 42.382019 ], [ -71.146675, 42.3821 ], [ -71.146789, 42.382193 ], [ -71.146915, 42.382278 ], [ -71.147115, 42.382405 ], [ -71.14717, 42.382458 ], [ -71.1472, 42.382531 ], [ -71.147206, 42.3826 ], [ -71.147201, 42.382699 ], [ -71.147194, 42.382749 ], [ -71.147148, 42.382857 ], [ -71.147108, 42.382918 ], [ -71.14706, 42.383001 ], [ -71.147002, 42.383055 ], [ -71.146936, 42.38309 ], [ -71.146858, 42.383114 ], [ -71.146761, 42.383133 ], [ -71.146656, 42.383152 ], [ -71.14658, 42.38316 ], [ -71.14651, 42.383159 ], [ -71.146445, 42.383149 ], [ -71.146264, 42.383123 ], [ -71.14596, 42.383054 ], [ -71.145812, 42.383005 ], [ -71.145644, 42.382932 ], [ -71.145475, 42.382845 ], [ -71.145371, 42.382757 ], [ -71.145316, 42.382643 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124649, 42.371635 ], [ -71.124463, 42.371638 ], [ -71.124373, 42.371624 ], [ -71.124058, 42.371481 ], [ -71.123626, 42.371271 ], [ -71.123308, 42.371118 ], [ -71.123233, 42.371106 ], [ -71.123149, 42.371093 ], [ -71.123092, 42.371071 ], [ -71.123025, 42.371015 ], [ -71.122953, 42.37095 ], [ -71.122478, 42.370727 ], [ -71.121905, 42.370466 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143227, 42.396477 ], [ -71.143175, 42.396298 ], [ -71.143124, 42.396157 ], [ -71.143042, 42.395957 ], [ -71.142678, 42.395228 ], [ -71.142658, 42.395181 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072924, 42.371043 ], [ -71.071876, 42.370824 ], [ -71.071621, 42.37077 ], [ -71.07152, 42.370747 ], [ -71.071406, 42.370702 ], [ -71.070843, 42.370417 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069737, 42.369823 ], [ -71.06945, 42.369951 ], [ -71.069037, 42.370107 ], [ -71.068841, 42.370169 ], [ -71.06865, 42.370228 ], [ -71.068473, 42.370293 ], [ -71.068307, 42.370426 ], [ -71.068203, 42.370505 ], [ -71.0681, 42.370564 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fresh Pond" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144685, 42.381253 ], [ -71.144674, 42.380724 ], [ -71.144594, 42.380051 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094852, 42.360166 ], [ -71.095095, 42.360047 ], [ -71.095722, 42.359737 ], [ -71.096641, 42.35927 ], [ -71.0971, 42.359033 ], [ -71.097336, 42.358918 ], [ -71.098063, 42.358547 ], [ -71.098938, 42.35809 ], [ -71.099427, 42.357843 ], [ -71.100484, 42.357349 ], [ -71.101975, 42.356639 ], [ -71.103284, 42.355963 ], [ -71.10441, 42.355436 ], [ -71.105023, 42.355113 ], [ -71.105299, 42.354992 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155673, 42.381569 ], [ -71.156171, 42.38168 ], [ -71.156566, 42.381776 ], [ -71.156936, 42.381893 ], [ -71.157597, 42.382151 ], [ -71.157792, 42.382212 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153542, 42.380644 ], [ -71.153786, 42.380706 ], [ -71.153992, 42.380783 ], [ -71.154181, 42.380906 ], [ -71.154472, 42.381124 ], [ -71.154704, 42.381285 ], [ -71.154944, 42.381394 ], [ -71.155253, 42.381472 ], [ -71.155673, 42.381569 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157229, 42.390877 ], [ -71.157118, 42.39056 ], [ -71.157071, 42.390369 ], [ -71.157054, 42.390253 ], [ -71.157055, 42.390119 ], [ -71.157091, 42.389895 ], [ -71.15717, 42.389608 ], [ -71.157345, 42.388943 ], [ -71.157381, 42.388732 ], [ -71.157442, 42.388476 ], [ -71.157574, 42.387991 ], [ -71.157636, 42.387716 ], [ -71.157688, 42.387531 ], [ -71.157758, 42.387365 ], [ -71.15788, 42.387184 ], [ -71.157984, 42.387043 ], [ -71.158105, 42.386935 ], [ -71.158234, 42.386845 ], [ -71.158381, 42.386776 ], [ -71.158613, 42.386725 ], [ -71.158923, 42.386688 ], [ -71.159879, 42.38655 ], [ -71.160267, 42.386468 ], [ -71.160332, 42.386444 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0886, 42.380671 ], [ -71.088213, 42.380238 ], [ -71.087771, 42.379815 ], [ -71.08743, 42.379414 ], [ -71.087178, 42.379116 ], [ -71.087063, 42.378888 ], [ -71.086943, 42.378611 ], [ -71.086816, 42.378415 ], [ -71.086638, 42.378217 ], [ -71.086459, 42.378011 ], [ -71.086431, 42.377892 ], [ -71.086251, 42.377784 ], [ -71.085901, 42.377408 ], [ -71.085286, 42.376756 ], [ -71.084788, 42.376206 ], [ -71.084459, 42.375826 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106383, 42.378286 ], [ -71.105214, 42.378518 ], [ -71.104853, 42.378612 ], [ -71.104064, 42.37882 ], [ -71.103533, 42.378972 ], [ -71.103495, 42.378981 ], [ -71.102797, 42.379153 ], [ -71.102496, 42.37923 ], [ -71.102171, 42.379286 ], [ -71.101717, 42.379358 ], [ -71.101428, 42.379403 ], [ -71.101278, 42.379422 ], [ -71.101174, 42.379431 ], [ -71.10104, 42.379437 ], [ -71.100913, 42.379436 ], [ -71.100797, 42.379432 ], [ -71.100623, 42.379425 ], [ -71.100461, 42.379405 ], [ -71.100305, 42.379384 ], [ -71.100145, 42.379362 ], [ -71.099924, 42.379339 ], [ -71.099768, 42.379325 ], [ -71.099628, 42.379317 ], [ -71.099478, 42.37932 ], [ -71.099291, 42.379333 ], [ -71.099029, 42.379363 ], [ -71.098864, 42.379382 ], [ -71.098828, 42.379387 ], [ -71.098602, 42.379414 ], [ -71.098583, 42.379416 ], [ -71.097978, 42.37948 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108709, 42.380188 ], [ -71.108233, 42.380523 ], [ -71.107875, 42.380806 ], [ -71.107634, 42.380976 ], [ -71.107348, 42.381228 ], [ -71.107172, 42.381418 ], [ -71.107004, 42.381748 ], [ -71.106854, 42.38206 ], [ -71.106612, 42.382584 ], [ -71.106339, 42.383188 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110932, 42.38197 ], [ -71.110844, 42.381911 ], [ -71.110376, 42.381535 ], [ -71.109867, 42.381126 ], [ -71.109572, 42.380889 ], [ -71.109095, 42.380496 ], [ -71.108709, 42.380188 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116619, 42.400957 ], [ -71.117223, 42.400589 ], [ -71.117678, 42.400261 ], [ -71.118225, 42.399874 ], [ -71.118915, 42.399435 ], [ -71.119361, 42.399219 ], [ -71.119755, 42.399052 ], [ -71.120567, 42.398711 ], [ -71.120741, 42.398609 ], [ -71.120896, 42.398528 ], [ -71.121084, 42.398389 ], [ -71.121228, 42.398264 ], [ -71.121312, 42.398132 ], [ -71.121427, 42.397931 ], [ -71.121688, 42.397505 ], [ -71.121714, 42.397456 ], [ -71.121858, 42.39721 ], [ -71.121877, 42.397179 ], [ -71.121967, 42.397027 ], [ -71.122166, 42.396674 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12879, 42.398723 ], [ -71.128681, 42.398825 ], [ -71.128256, 42.399199 ], [ -71.127806, 42.399605 ], [ -71.127279, 42.400063 ], [ -71.126746, 42.400538 ], [ -71.126426, 42.400826 ], [ -71.126146, 42.401039 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118762, 42.391297 ], [ -71.118056, 42.392328 ], [ -71.117653, 42.392878 ], [ -71.117424, 42.393224 ], [ -71.117177, 42.393559 ], [ -71.116811, 42.394108 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120887, 42.393812 ], [ -71.120604, 42.393341 ], [ -71.120481, 42.393141 ], [ -71.120256, 42.392835 ], [ -71.120211, 42.392784 ], [ -71.119824, 42.392357 ], [ -71.11981, 42.392345 ], [ -71.119602, 42.392115 ], [ -71.119382, 42.391881 ], [ -71.119319, 42.391808 ], [ -71.11919, 42.391671 ], [ -71.119085, 42.391573 ], [ -71.118874, 42.391389 ], [ -71.118762, 42.391297 ], [ -71.118308, 42.390919 ], [ -71.117952, 42.390561 ], [ -71.117648, 42.390283 ], [ -71.11763, 42.390267 ], [ -71.117171, 42.389808 ], [ -71.117139, 42.389774 ], [ -71.117018, 42.389617 ], [ -71.116998, 42.389598 ], [ -71.116739, 42.389361 ], [ -71.116608, 42.389226 ], [ -71.116415, 42.389016 ], [ -71.116042, 42.388633 ], [ -71.115771, 42.388333 ], [ -71.115649, 42.38819 ], [ -71.115421, 42.387923 ], [ -71.115079, 42.387544 ], [ -71.114664, 42.387075 ], [ -71.114331, 42.386698 ], [ -71.113832, 42.386127 ], [ -71.11358, 42.385829 ], [ -71.113461, 42.385708 ], [ -71.113334, 42.385577 ], [ -71.113131, 42.38536 ], [ -71.112904, 42.385124 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07692, 42.370641 ], [ -71.078598, 42.370853 ], [ -71.079855, 42.371018 ], [ -71.081503, 42.37123 ], [ -71.08236, 42.371338 ], [ -71.083127, 42.371438 ], [ -71.08391, 42.371538 ], [ -71.08479, 42.371642 ], [ -71.085532, 42.371743 ], [ -71.086129, 42.371819 ], [ -71.086871, 42.371916 ], [ -71.08708, 42.37195 ], [ -71.087397, 42.371987 ], [ -71.087811, 42.372036 ], [ -71.088266, 42.3721 ], [ -71.088309, 42.372106 ], [ -71.088491, 42.372119 ], [ -71.088959, 42.372188 ], [ -71.088988, 42.372192 ], [ -71.089733, 42.372289 ], [ -71.089794, 42.372297 ], [ -71.090662, 42.372411 ], [ -71.091206, 42.372475 ], [ -71.09182, 42.372562 ], [ -71.092507, 42.372652 ], [ -71.093279, 42.372754 ], [ -71.094488, 42.372913 ], [ -71.095322, 42.373015 ], [ -71.096229, 42.373132 ], [ -71.097097, 42.373247 ], [ -71.098106, 42.373385 ], [ -71.099135, 42.373523 ], [ -71.099328, 42.373542 ], [ -71.099433, 42.373552 ], [ -71.099638, 42.373571 ], [ -71.10051, 42.373701 ], [ -71.100819, 42.373728 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Overpass" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106474, 42.351564 ], [ -71.106528, 42.351298 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Overpass" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100623, 42.351078 ], [ -71.100656, 42.350789 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.046403, 42.312873 ], [ -71.046452, 42.313211 ], [ -71.046451, 42.313339 ], [ -71.046419, 42.313473 ], [ -71.046372, 42.313555 ], [ -71.046332, 42.313596 ], [ -71.046252, 42.313672 ], [ -71.046178, 42.313757 ], [ -71.046133, 42.313824 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135728, 42.257709 ], [ -71.13603, 42.257844 ], [ -71.136329, 42.257914 ], [ -71.136609, 42.257999 ], [ -71.136963, 42.258083 ], [ -71.137262, 42.258098 ], [ -71.137673, 42.258169 ], [ -71.137935, 42.258183 ], [ -71.138234, 42.258115 ], [ -71.138516, 42.257977 ], [ -71.138666, 42.257894 ], [ -71.138854, 42.257728 ], [ -71.138873, 42.257561 ], [ -71.138856, 42.257353 ], [ -71.138894, 42.257228 ], [ -71.139062, 42.257159 ], [ -71.139343, 42.257132 ], [ -71.139604, 42.257203 ], [ -71.139772, 42.2573 ], [ -71.140033, 42.257398 ], [ -71.140257, 42.257538 ], [ -71.140387, 42.257636 ], [ -71.140554, 42.257775 ], [ -71.14076, 42.257831 ], [ -71.140946, 42.257887 ], [ -71.141152, 42.257846 ], [ -71.141265, 42.257708 ], [ -71.14149, 42.257597 ], [ -71.14179, 42.257557 ], [ -71.142107, 42.257558 ], [ -71.142369, 42.257545 ], [ -71.142687, 42.257587 ], [ -71.142911, 42.257671 ], [ -71.143097, 42.257783 ], [ -71.143321, 42.257909 ], [ -71.143469, 42.258034 ], [ -71.143655, 42.258229 ], [ -71.143841, 42.258438 ], [ -71.143953, 42.258563 ], [ -71.144045, 42.25873 ], [ -71.144119, 42.258925 ], [ -71.144174, 42.259133 ], [ -71.144285, 42.259342 ], [ -71.144452, 42.259579 ], [ -71.144638, 42.259746 ], [ -71.144917, 42.259969 ], [ -71.145066, 42.26008 ], [ -71.144785, 42.260218 ], [ -71.14454, 42.260426 ], [ -71.144389, 42.260648 ], [ -71.144276, 42.260897 ], [ -71.144219, 42.261133 ], [ -71.144123, 42.261425 ], [ -71.143992, 42.261605 ], [ -71.143804, 42.261729 ], [ -71.143561, 42.261742 ], [ -71.143318, 42.261742 ], [ -71.143112, 42.261824 ], [ -71.14298, 42.261963 ], [ -71.14281, 42.262212 ], [ -71.142772, 42.262434 ], [ -71.142752, 42.262656 ], [ -71.142731, 42.26292 ], [ -71.142712, 42.263073 ], [ -71.142711, 42.263212 ], [ -71.142636, 42.263336 ], [ -71.142523, 42.263447 ], [ -71.142466, 42.263614 ], [ -71.142465, 42.263822 ], [ -71.142519, 42.264114 ], [ -71.142518, 42.264322 ], [ -71.14248, 42.264489 ], [ -71.142497, 42.264661 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048115, 42.303061 ], [ -71.047956, 42.303397 ], [ -71.047514, 42.304344 ], [ -71.047322, 42.304774 ], [ -71.046995, 42.305466 ], [ -71.046615, 42.306275 ], [ -71.046297, 42.306989 ], [ -71.045988, 42.307637 ], [ -71.045751, 42.308142 ], [ -71.045564, 42.308564 ], [ -71.045509, 42.30874 ], [ -71.04544, 42.308961 ], [ -71.045353, 42.309411 ], [ -71.045327, 42.310158 ], [ -71.045359, 42.310475 ], [ -71.045423, 42.310818 ], [ -71.045514, 42.31114 ], [ -71.045645, 42.31148 ], [ -71.045898, 42.311949 ], [ -71.046149, 42.312415 ], [ -71.046204, 42.312513 ], [ -71.046379, 42.31282 ], [ -71.046403, 42.312873 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Draw 7 Par" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077364, 42.395482 ], [ -71.077292, 42.395475 ], [ -71.077217, 42.395465 ], [ -71.077152, 42.395457 ], [ -71.077102, 42.395447 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129765, 42.377782 ], [ -71.130349, 42.377856 ], [ -71.131616, 42.377499 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082454, 42.36571 ], [ -71.083734, 42.36344 ], [ -71.084371, 42.362721 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108215, 42.355262 ], [ -71.104935, 42.35839 ], [ -71.102587, 42.360331 ], [ -71.101707, 42.36105 ], [ -71.099699, 42.362956 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089919, 42.362777 ], [ -71.090261, 42.362489 ], [ -71.0949, 42.360124 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11195, 42.33645 ], [ -71.11175, 42.33617 ], [ -71.11166, 42.336 ], [ -71.11156, 42.33577 ], [ -71.11148, 42.33558 ], [ -71.11143, 42.33539 ], [ -71.11135, 42.33507 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11257, 42.33524 ], [ -71.112182, 42.335998 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112182, 42.335998 ], [ -71.11195, 42.33645 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075712, 42.36146 ], [ -71.071977, 42.361167 ], [ -71.071572, 42.361127 ], [ -71.071397, 42.361096 ], [ -71.071226, 42.361045 ], [ -71.071081, 42.361001 ], [ -71.070781, 42.360908 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096191, 42.296198 ], [ -71.095994, 42.296111 ], [ -71.095616, 42.29575 ], [ -71.094942, 42.295601 ], [ -71.094441, 42.295605 ], [ -71.093833, 42.295783 ], [ -71.093039, 42.296056 ], [ -71.092637, 42.296406 ], [ -71.092375, 42.296783 ], [ -71.092073, 42.297346 ], [ -71.091674, 42.297735 ], [ -71.091317, 42.297962 ], [ -71.090791, 42.298068 ], [ -71.090107, 42.298098 ], [ -71.089533, 42.298126 ], [ -71.088918, 42.29819 ], [ -71.088537, 42.298303 ], [ -71.088144, 42.298454 ], [ -71.087779, 42.298723 ], [ -71.087485, 42.29916 ], [ -71.087313, 42.299526 ], [ -71.087254, 42.29985 ], [ -71.087361, 42.3002 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121444, 42.401264 ], [ -71.12073, 42.401096 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108634, 42.398703 ], [ -71.10798, 42.398483 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100125, 42.358985 ], [ -71.101165, 42.358474 ], [ -71.101725, 42.3582 ], [ -71.102178, 42.357957 ], [ -71.102684, 42.357716 ], [ -71.10305, 42.357545 ], [ -71.103206, 42.357482 ], [ -71.103284, 42.357452 ], [ -71.103375, 42.357433 ], [ -71.103473, 42.357428 ], [ -71.103633, 42.357426 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157229, 42.390877 ], [ -71.157263, 42.390982 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110379, 42.354878 ], [ -71.110297, 42.355131 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116444, 42.401051 ], [ -71.115819, 42.401028 ], [ -71.115571, 42.400992 ], [ -71.115367, 42.400962 ], [ -71.115091, 42.400881 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113589, 42.400378 ], [ -71.112711, 42.400092 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114346, 42.400627 ], [ -71.11409, 42.400544 ], [ -71.114002, 42.400515 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112022, 42.399858 ], [ -71.111421, 42.399652 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115091, 42.400881 ], [ -71.114359, 42.400631 ], [ -71.114346, 42.400627 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119019, 42.400799 ], [ -71.118762, 42.400794 ], [ -71.118084, 42.400824 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119893, 42.400899 ], [ -71.119576, 42.400845 ], [ -71.119089, 42.4008 ], [ -71.119019, 42.400799 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122986, 42.40164 ], [ -71.122628, 42.401557 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123739, 42.401851 ], [ -71.122986, 42.40164 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145287, 42.381839 ], [ -71.145278, 42.381927 ], [ -71.145273, 42.381995 ], [ -71.145274, 42.382051 ], [ -71.145285, 42.3821 ], [ -71.145314, 42.382162 ], [ -71.145334, 42.382221 ], [ -71.145347, 42.382284 ], [ -71.145345, 42.382395 ], [ -71.145335, 42.38257 ], [ -71.145316, 42.382643 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144521, 42.379963 ], [ -71.144584, 42.380275 ], [ -71.144635, 42.380618 ], [ -71.144651, 42.380772 ], [ -71.144634, 42.380929 ], [ -71.144584, 42.381112 ], [ -71.144579, 42.381121 ], [ -71.14453, 42.381212 ], [ -71.144432, 42.381329 ], [ -71.144327, 42.381435 ], [ -71.144076, 42.381668 ], [ -71.144055, 42.381687 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071381, 42.369816 ], [ -71.070843, 42.370417 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115138, 42.372312 ], [ -71.11556, 42.372421 ], [ -71.115744, 42.37248 ], [ -71.116076, 42.372587 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142658, 42.395181 ], [ -71.142425, 42.394635 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118822, 42.374355 ], [ -71.11884, 42.374269 ], [ -71.118893, 42.374078 ], [ -71.11893, 42.37399 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102528, 42.37511 ], [ -71.102106, 42.37478 ], [ -71.101656, 42.374402 ], [ -71.101611, 42.374366 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103736, 42.37612 ], [ -71.103182, 42.375656 ], [ -71.102528, 42.37511 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105384, 42.377464 ], [ -71.105191, 42.377305 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106383, 42.378286 ], [ -71.105863, 42.377859 ], [ -71.105384, 42.377464 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105191, 42.377305 ], [ -71.104952, 42.37713 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108403, 42.379935 ], [ -71.108235, 42.379795 ], [ -71.107951, 42.379571 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107235, 42.378973 ], [ -71.107209, 42.378951 ], [ -71.106383, 42.378286 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111385, 42.382337 ], [ -71.110932, 42.38197 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112414, 42.383173 ], [ -71.111849, 42.382717 ], [ -71.111487, 42.382422 ], [ -71.111385, 42.382337 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112661, 42.383385 ], [ -71.112414, 42.383173 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113076, 42.383724 ], [ -71.112661, 42.383385 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113665, 42.384196 ], [ -71.113076, 42.383724 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114303, 42.38471 ], [ -71.114123, 42.384565 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114613, 42.384956 ], [ -71.114303, 42.38471 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116146, 42.386188 ], [ -71.115663, 42.385806 ], [ -71.115572, 42.385734 ], [ -71.115206, 42.385428 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117906, 42.37311 ], [ -71.117939, 42.373118 ], [ -71.118462, 42.373283 ], [ -71.118581, 42.373366 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118581, 42.373366 ], [ -71.118646, 42.373413 ], [ -71.118841, 42.373652 ], [ -71.11893, 42.37399 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072392, 42.368767 ], [ -71.0723, 42.36885 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118822, 42.374355 ], [ -71.11871, 42.374625 ], [ -71.118578, 42.375158 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1505, 42.379402 ], [ -71.150406, 42.379345 ], [ -71.150243, 42.379261 ], [ -71.150011, 42.379196 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06901, 42.369325 ], [ -71.069018, 42.369377 ], [ -71.069076, 42.369421 ], [ -71.069147, 42.369434 ], [ -71.069227, 42.369418 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115568, 42.372218 ], [ -71.115489, 42.372281 ], [ -71.115383, 42.372331 ], [ -71.115138, 42.372312 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104952, 42.37713 ], [ -71.104379, 42.376641 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108709, 42.380188 ], [ -71.108403, 42.379935 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107951, 42.379571 ], [ -71.107235, 42.378973 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114123, 42.384565 ], [ -71.113665, 42.384196 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115206, 42.385428 ], [ -71.114613, 42.384956 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Claire Sal" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136287, 42.245056 ], [ -71.136279, 42.245096 ], [ -71.136277, 42.245103 ], [ -71.136291, 42.245222 ], [ -71.136315, 42.24533 ], [ -71.136349, 42.245485 ], [ -71.136363, 42.245637 ], [ -71.136342, 42.2459 ], [ -71.136311, 42.246164 ], [ -71.136285, 42.246316 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Claire Sal" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124869, 42.235227 ], [ -71.124659, 42.23515 ], [ -71.124, 42.234887 ], [ -71.123646, 42.234759 ], [ -71.123386, 42.234688 ], [ -71.122947, 42.234589 ], [ -71.122488, 42.234504 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Claire Sal" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124961, 42.235152 ], [ -71.124605, 42.235004 ], [ -71.124024, 42.234773 ], [ -71.123602, 42.234644 ], [ -71.123326, 42.234584 ], [ -71.122488, 42.234504 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109347, 42.398942 ], [ -71.108634, 42.398703 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112711, 42.400092 ], [ -71.112074, 42.399876 ], [ -71.112022, 42.399858 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114002, 42.400515 ], [ -71.113589, 42.400378 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118084, 42.400824 ], [ -71.117561, 42.400847 ], [ -71.116962, 42.400913 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12073, 42.401096 ], [ -71.119958, 42.40091 ], [ -71.119893, 42.400899 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12175, 42.401329 ], [ -71.121481, 42.401273 ], [ -71.121444, 42.401264 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122225, 42.401458 ], [ -71.12175, 42.401329 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122628, 42.401557 ], [ -71.122253, 42.401466 ], [ -71.122225, 42.401458 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124964, 42.402291 ], [ -71.124326, 42.40203 ], [ -71.123739, 42.401851 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110404, 42.35441 ], [ -71.110399, 42.354532 ], [ -71.110371, 42.354715 ], [ -71.110379, 42.354878 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106648, 42.346065 ], [ -71.10674, 42.34604 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144186, 42.387063 ], [ -71.144469, 42.387266 ], [ -71.144524, 42.387329 ], [ -71.144561, 42.387395 ], [ -71.144579, 42.387486 ], [ -71.144589, 42.387584 ], [ -71.144599, 42.387691 ], [ -71.144631, 42.387761 ], [ -71.144683, 42.387822 ], [ -71.144752, 42.387872 ], [ -71.144833, 42.387911 ], [ -71.144917, 42.387951 ], [ -71.144968, 42.388012 ], [ -71.144973, 42.388071 ], [ -71.144952, 42.388128 ], [ -71.144862, 42.388215 ], [ -71.144705, 42.388271 ], [ -71.144581, 42.388339 ], [ -71.144525, 42.388412 ], [ -71.144486, 42.388487 ], [ -71.14449, 42.388575 ], [ -71.144458, 42.38867 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110297, 42.355131 ], [ -71.110201, 42.355142 ], [ -71.110054, 42.355127 ], [ -71.109415, 42.354984 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137584, 42.364829 ], [ -71.137482, 42.364815 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132057, 42.387788 ], [ -71.133213, 42.387376 ], [ -71.133278, 42.387352 ], [ -71.133338, 42.387324 ], [ -71.133364, 42.387304 ], [ -71.133391, 42.387279 ], [ -71.133425, 42.387246 ], [ -71.133475, 42.387181 ], [ -71.133515, 42.387122 ], [ -71.133537, 42.387079 ], [ -71.133587, 42.386959 ], [ -71.13363, 42.386826 ], [ -71.133699, 42.386718 ], [ -71.133759, 42.386623 ], [ -71.133836, 42.386515 ], [ -71.133862, 42.386439 ], [ -71.133913, 42.386357 ], [ -71.133929, 42.386325 ], [ -71.133976, 42.386261 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135805, 42.365739 ], [ -71.135773, 42.365697 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Community" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069454, 42.373752 ], [ -71.071049, 42.371844 ], [ -71.072491, 42.370082 ], [ -71.072722, 42.369822 ], [ -71.073014, 42.369479 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Jamaicaway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12119, 42.313814 ], [ -71.121146, 42.31383 ], [ -71.12097, 42.313853 ], [ -71.120904, 42.313847 ], [ -71.120838, 42.313847 ], [ -71.120333, 42.31391 ], [ -71.120209, 42.313918 ], [ -71.119905, 42.313893 ], [ -71.119579, 42.313971 ], [ -71.119536, 42.313988 ], [ -71.119504, 42.314002 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fresh Pond" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144657, 42.379935 ], [ -71.144683, 42.380043 ], [ -71.144726, 42.380221 ], [ -71.144769, 42.380468 ], [ -71.144765, 42.380797 ], [ -71.144726, 42.381081 ], [ -71.144717, 42.381189 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07536, 42.356311 ], [ -71.07529, 42.356351 ], [ -71.075231, 42.356397 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084759, 42.353494 ], [ -71.084675, 42.353312 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07449, 42.35609 ], [ -71.074224, 42.356398 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084675, 42.353312 ], [ -71.084646, 42.353254 ], [ -71.084641, 42.353193 ], [ -71.0847, 42.353153 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081209, 42.354467 ], [ -71.081416, 42.354634 ], [ -71.081559, 42.354656 ], [ -71.081799, 42.354656 ], [ -71.082014, 42.354625 ], [ -71.084265, 42.35403 ], [ -71.084428, 42.353979 ], [ -71.084608, 42.353884 ], [ -71.084719, 42.353767 ], [ -71.084769, 42.353642 ], [ -71.084771, 42.353559 ], [ -71.084759, 42.353494 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12085, 42.336234 ], [ -71.120934, 42.336296 ], [ -71.121017, 42.336384 ], [ -71.1212, 42.33656 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11713, 42.34343 ], [ -71.118077, 42.343177 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11457, 42.34061 ], [ -71.113894, 42.340552 ], [ -71.113256, 42.340499 ], [ -71.11298, 42.340469 ], [ -71.11255, 42.34046 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11438, 42.34416 ], [ -71.11713, 42.34343 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106821, 42.346253 ], [ -71.107801, 42.345982 ], [ -71.1087, 42.34572 ], [ -71.109177, 42.345597 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139128, 42.338527 ], [ -71.14012, 42.338287 ], [ -71.14033, 42.338241 ], [ -71.141263, 42.338037 ], [ -71.14203, 42.33789 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12304, 42.33464 ], [ -71.12207, 42.33433 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1212, 42.33656 ], [ -71.121297, 42.336709 ], [ -71.121348, 42.336791 ], [ -71.121408, 42.336939 ], [ -71.121463, 42.337124 ], [ -71.12149, 42.33737 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13127, 42.33948 ], [ -71.130837, 42.339529 ], [ -71.130171, 42.3396 ], [ -71.12959, 42.339698 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12144, 42.33798 ], [ -71.121409, 42.338282 ], [ -71.12135, 42.33863 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12078, 42.34011 ], [ -71.12076, 42.340239 ], [ -71.120769, 42.340389 ], [ -71.12078, 42.34051 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11974, 42.342699 ], [ -71.12021, 42.34257 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11255, 42.34046 ], [ -71.111932, 42.34045 ], [ -71.11116, 42.34045 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13736, 42.338959 ], [ -71.13779, 42.33885 ], [ -71.13853, 42.33867 ], [ -71.139128, 42.338527 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124159, 42.398518 ], [ -71.124567, 42.399034 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124682, 42.399163 ], [ -71.125235, 42.399856 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11741, 42.405433 ], [ -71.117445, 42.405641 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087378, 42.386437 ], [ -71.086976, 42.387047 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086339, 42.388057 ], [ -71.08597, 42.388626 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117199, 42.404015 ], [ -71.117322, 42.404854 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104504, 42.380082 ], [ -71.104605, 42.380379 ], [ -71.104618, 42.380433 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089541, 42.38368 ], [ -71.089353, 42.383936 ], [ -71.089059, 42.384244 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087559, 42.380988 ], [ -71.087632, 42.3811 ], [ -71.088128, 42.381607 ], [ -71.088623, 42.382131 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086646, 42.387593 ], [ -71.086339, 42.388057 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126783, 42.40243 ], [ -71.126996, 42.402877 ], [ -71.127072, 42.402985 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126146, 42.401039 ], [ -71.126159, 42.401056 ], [ -71.126503, 42.401773 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123672, 42.39792 ], [ -71.123888, 42.398176 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116847, 42.401583 ], [ -71.116919, 42.402039 ], [ -71.116993, 42.402728 ], [ -71.11709, 42.403336 ], [ -71.117173, 42.403843 ], [ -71.117178, 42.403877 ], [ -71.117199, 42.404015 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107293, 42.378083 ], [ -71.107272, 42.378087 ], [ -71.107007, 42.378147 ], [ -71.106383, 42.378286 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096387, 42.379635 ], [ -71.096144, 42.379662 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088035, 42.385422 ], [ -71.087838, 42.385692 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125235, 42.399856 ], [ -71.125674, 42.400405 ], [ -71.125688, 42.400425 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121328, 42.394574 ], [ -71.121141, 42.394258 ], [ -71.120887, 42.393812 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117322, 42.404854 ], [ -71.117393, 42.40533 ], [ -71.11741, 42.405433 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094129, 42.379074 ], [ -71.094119, 42.379091 ], [ -71.094004, 42.37928 ], [ -71.093876, 42.379449 ], [ -71.093764, 42.379531 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093052, 42.379494 ], [ -71.093383, 42.379541 ], [ -71.093594, 42.379547 ], [ -71.093764, 42.379531 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090376, 42.382201 ], [ -71.090226, 42.382461 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086708, 42.387444 ], [ -71.086646, 42.387593 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125688, 42.400425 ], [ -71.126146, 42.401039 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122309, 42.396489 ], [ -71.122166, 42.396674 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121424, 42.394734 ], [ -71.121328, 42.394574 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09143, 42.379609 ], [ -71.091794, 42.379518 ], [ -71.092157, 42.379481 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090126, 42.38267 ], [ -71.090098, 42.382729 ], [ -71.090094, 42.382739 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086976, 42.387047 ], [ -71.086708, 42.387444 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123504, 42.397709 ], [ -71.123672, 42.39792 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122309, 42.396489 ], [ -71.122384, 42.396227 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097696, 42.379503 ], [ -71.097427, 42.37953 ], [ -71.097264, 42.379547 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089769, 42.383315 ], [ -71.089541, 42.38368 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123888, 42.398176 ], [ -71.124159, 42.398518 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127072, 42.402985 ], [ -71.127246, 42.403293 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126503, 42.401773 ], [ -71.126783, 42.40243 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124567, 42.399034 ], [ -71.124667, 42.399144 ], [ -71.124682, 42.399163 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121863, 42.395333 ], [ -71.121424, 42.394734 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116847, 42.401583 ], [ -71.11687, 42.401449 ], [ -71.116909, 42.401303 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117445, 42.405641 ], [ -71.117431, 42.405821 ], [ -71.117425, 42.405833 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104367, 42.380854 ], [ -71.104325, 42.380923 ], [ -71.104314, 42.380941 ], [ -71.104304, 42.380959 ], [ -71.104252, 42.381045 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092157, 42.379481 ], [ -71.092483, 42.379463 ], [ -71.093052, 42.379494 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088623, 42.382131 ], [ -71.089152, 42.382715 ], [ -71.089408, 42.382964 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087838, 42.385692 ], [ -71.087526, 42.386177 ], [ -71.087378, 42.386437 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070492, 42.386129 ], [ -71.070456, 42.386151 ], [ -71.070322, 42.386226 ], [ -71.070271, 42.386295 ], [ -71.070271, 42.386394 ], [ -71.070301, 42.386489 ], [ -71.070344, 42.386545 ], [ -71.070443, 42.386626 ], [ -71.070631, 42.386719 ], [ -71.070899, 42.386864 ], [ -71.071237, 42.387086 ], [ -71.071481, 42.387254 ], [ -71.071618, 42.387329 ], [ -71.071671, 42.387347 ], [ -71.071762, 42.387355 ], [ -71.071832, 42.387355 ], [ -71.07195, 42.387337 ], [ -71.072015, 42.387311 ], [ -71.072082, 42.387261 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097978, 42.37948 ], [ -71.097696, 42.379503 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097264, 42.379547 ], [ -71.096387, 42.379635 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12003, 42.33338 ], [ -71.11961, 42.33331 ], [ -71.11937, 42.33326 ], [ -71.1192, 42.33322 ], [ -71.11903, 42.33313 ], [ -71.118913, 42.333039 ], [ -71.11885, 42.33299 ], [ -71.11875, 42.33289 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104064, 42.37882 ], [ -71.104344, 42.379639 ], [ -71.104504, 42.380082 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104618, 42.380433 ], [ -71.104379, 42.380833 ], [ -71.104367, 42.380854 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103969, 42.381516 ], [ -71.103721, 42.38193 ], [ -71.103399, 42.382436 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090226, 42.382461 ], [ -71.090126, 42.38267 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090094, 42.382739 ], [ -71.090073, 42.382783 ], [ -71.090044, 42.382844 ], [ -71.090003, 42.382913 ], [ -71.089978, 42.382955 ], [ -71.089948, 42.383007 ], [ -71.089937, 42.383025 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089059, 42.384244 ], [ -71.088548, 42.384833 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088548, 42.384833 ], [ -71.088151, 42.385264 ], [ -71.088035, 42.385422 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122384, 42.396227 ], [ -71.122261, 42.396027 ], [ -71.122183, 42.395901 ], [ -71.121863, 42.395333 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116549, 42.401313 ], [ -71.116623, 42.401376 ], [ -71.116713, 42.401455 ], [ -71.116847, 42.401583 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104252, 42.381045 ], [ -71.104232, 42.381079 ], [ -71.103969, 42.381516 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090653, 42.379881 ], [ -71.09143, 42.379609 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089937, 42.383025 ], [ -71.089927, 42.383042 ], [ -71.089769, 42.383315 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089408, 42.382964 ], [ -71.089769, 42.383315 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118077, 42.343177 ], [ -71.119216, 42.342843 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12209, 42.34272 ], [ -71.121787, 42.34254 ], [ -71.12172, 42.3425 ], [ -71.121517, 42.342368 ], [ -71.12141, 42.3423 ], [ -71.12134, 42.34224 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119216, 42.342843 ], [ -71.11974, 42.342699 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1135, 42.34441 ], [ -71.11438, 42.34416 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14203, 42.33789 ], [ -71.14309, 42.33767 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12959, 42.339698 ], [ -71.129386, 42.339733 ], [ -71.128929, 42.339833 ], [ -71.128653, 42.339905 ], [ -71.128449, 42.339959 ], [ -71.128143, 42.340027 ], [ -71.127848, 42.340129 ], [ -71.127497, 42.340241 ], [ -71.12677, 42.34053 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11753, 42.34097 ], [ -71.116678, 42.340832 ], [ -71.116244, 42.340781 ], [ -71.115775, 42.340731 ], [ -71.11457, 42.34061 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109177, 42.345597 ], [ -71.10966, 42.34546 ], [ -71.110631, 42.345191 ], [ -71.110908, 42.345117 ], [ -71.110993, 42.345095 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14309, 42.33767 ], [ -71.1435, 42.33758 ], [ -71.143751, 42.337529 ], [ -71.14414, 42.33745 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12078, 42.34051 ], [ -71.12092, 42.34096 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134296, 42.339427 ], [ -71.134118, 42.339442 ], [ -71.133931, 42.339462 ], [ -71.13363, 42.339468 ], [ -71.133235, 42.33948 ], [ -71.132718, 42.339471 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121463, 42.337701 ], [ -71.12144, 42.33798 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12135, 42.33863 ], [ -71.12125, 42.33893 ], [ -71.12121, 42.33901 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12121, 42.33901 ], [ -71.12113, 42.3392 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12113, 42.3392 ], [ -71.12097, 42.3396 ], [ -71.12093, 42.33973 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12207, 42.33433 ], [ -71.12166, 42.33416 ], [ -71.12143, 42.33405 ], [ -71.12124, 42.33391 ], [ -71.12089, 42.33366 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12149, 42.33737 ], [ -71.121463, 42.337701 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12093, 42.33973 ], [ -71.12078, 42.34011 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11195, 42.33645 ], [ -71.111837, 42.33667 ], [ -71.111741, 42.336849 ], [ -71.111673, 42.336938 ], [ -71.111627, 42.336999 ], [ -71.111582, 42.33707 ], [ -71.111527, 42.337121 ], [ -71.111442, 42.337207 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12677, 42.34053 ], [ -71.126626, 42.340585 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14717, 42.33682 ], [ -71.14772, 42.3367 ], [ -71.1481, 42.336611 ], [ -71.148308, 42.336561 ], [ -71.148493, 42.336516 ], [ -71.148583, 42.33649 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14414, 42.33745 ], [ -71.14446, 42.33739 ], [ -71.1451, 42.33725 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13557, 42.33946 ], [ -71.13623, 42.33926 ], [ -71.13712, 42.33902 ], [ -71.137341, 42.338964 ], [ -71.137346, 42.338963 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126626, 42.340585 ], [ -71.126167, 42.340761 ], [ -71.125384, 42.341002 ], [ -71.125378, 42.341004 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12092, 42.34096 ], [ -71.12106, 42.3415 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12209, 42.34272 ], [ -71.121716, 42.343143 ], [ -71.121665, 42.343198 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1451, 42.33725 ], [ -71.145502, 42.337165 ], [ -71.1459, 42.33708 ], [ -71.14657, 42.33695 ], [ -71.14717, 42.33682 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137346, 42.338963 ], [ -71.13736, 42.338959 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1352, 42.33923 ], [ -71.13467, 42.339368 ], [ -71.13432, 42.339425 ], [ -71.134304, 42.339426 ], [ -71.134296, 42.339427 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132718, 42.339471 ], [ -71.132644, 42.33947 ], [ -71.13203, 42.339472 ], [ -71.13127, 42.33948 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125378, 42.341004 ], [ -71.12518, 42.341059 ], [ -71.124709, 42.341182 ], [ -71.124226, 42.341281 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12089, 42.33366 ], [ -71.1208, 42.33362 ], [ -71.12061, 42.33353 ], [ -71.12041, 42.33347 ], [ -71.12003, 42.33338 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121665, 42.343198 ], [ -71.12117, 42.34373 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112243, 42.344753 ], [ -71.1135, 42.34441 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110993, 42.345095 ], [ -71.111493, 42.344961 ], [ -71.112243, 42.344753 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099405, 42.391321 ], [ -71.099999, 42.391894 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102708, 42.39519 ], [ -71.103097, 42.395705 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097952, 42.389884 ], [ -71.098482, 42.390421 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097146, 42.389121 ], [ -71.097952, 42.389884 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103097, 42.395705 ], [ -71.103657, 42.396397 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101838, 42.3941 ], [ -71.102278, 42.394691 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098482, 42.390421 ], [ -71.098957, 42.390889 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098957, 42.390889 ], [ -71.099216, 42.39114 ], [ -71.099405, 42.391321 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102278, 42.394691 ], [ -71.102708, 42.39519 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100573, 42.392478 ], [ -71.101188, 42.393285 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103657, 42.396397 ], [ -71.104047, 42.396898 ], [ -71.104238, 42.397151 ], [ -71.104396, 42.397361 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099999, 42.391894 ], [ -71.100573, 42.392478 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101188, 42.393285 ], [ -71.101439, 42.393585 ], [ -71.101838, 42.3941 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12117, 42.34373 ], [ -71.1198, 42.34517 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09623, 42.37606 ], [ -71.09597, 42.376449 ], [ -71.095589, 42.376972 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097803, 42.373859 ], [ -71.097782, 42.37389 ], [ -71.097461, 42.374362 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098106, 42.373385 ], [ -71.097803, 42.373859 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097416, 42.374429 ], [ -71.097196, 42.374703 ], [ -71.096888, 42.375143 ], [ -71.09654, 42.375644 ], [ -71.09623, 42.37606 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097461, 42.374362 ], [ -71.097416, 42.374429 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967107, 42.355432 ], [ -70.96708, 42.355367 ], [ -70.967058, 42.355301 ], [ -70.967034, 42.355192 ], [ -70.967018, 42.355065 ], [ -70.967002, 42.355004 ], [ -70.966991, 42.354984 ], [ -70.966951, 42.35498 ], [ -70.966927, 42.354992 ], [ -70.966919, 42.355028 ], [ -70.966895, 42.355071 ], [ -70.966879, 42.355117 ], [ -70.966833, 42.355198 ], [ -70.966774, 42.355349 ], [ -70.966747, 42.355436 ], [ -70.966715, 42.355529 ], [ -70.966699, 42.355587 ], [ -70.966707, 42.35563 ], [ -70.966694, 42.355704 ], [ -70.96668, 42.355765 ], [ -70.966671, 42.35582 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.185557, 42.280508 ], [ -71.185599, 42.280522 ], [ -71.18565, 42.28052 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Northern A" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048443, 42.354073 ], [ -71.048418, 42.354062 ], [ -71.047954, 42.353874 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075231, 42.356397 ], [ -71.075192, 42.3565 ], [ -71.075191, 42.356639 ], [ -71.075178, 42.356831 ], [ -71.075145, 42.356891 ], [ -71.075088, 42.356944 ], [ -71.074991, 42.356997 ], [ -71.074866, 42.357045 ], [ -71.074698, 42.357101 ], [ -71.07461, 42.357146 ], [ -71.074196, 42.357191 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Surface Ar" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048333, 42.354195 ], [ -71.050933, 42.355243 ], [ -71.051128, 42.355372 ], [ -71.051154, 42.355549 ], [ -71.051006, 42.355794 ], [ -71.050815, 42.356473 ], [ -71.051063, 42.357074 ], [ -71.051327, 42.357468 ], [ -71.051745, 42.358169 ], [ -71.052156, 42.359827 ], [ -71.052597, 42.360398 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.012735, 42.337737 ], [ -71.012628, 42.337651 ], [ -71.012423, 42.337487 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.012046, 42.337166 ], [ -71.012259, 42.33735 ], [ -71.012423, 42.337487 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Har" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.033399, 42.329683 ], [ -71.033217, 42.329739 ], [ -71.032853, 42.329862 ], [ -71.032482, 42.330005 ], [ -71.032098, 42.330153 ], [ -71.031768, 42.330281 ], [ -71.031458, 42.33042 ], [ -71.031121, 42.330573 ], [ -71.03077, 42.330726 ], [ -71.030419, 42.330894 ], [ -71.030008, 42.331092 ], [ -71.029623, 42.33129 ], [ -71.029279, 42.331453 ], [ -71.028969, 42.331596 ], [ -71.028706, 42.3317 ], [ -71.028443, 42.331819 ], [ -71.028153, 42.331932 ], [ -71.027767, 42.332089 ], [ -71.027472, 42.332188 ], [ -71.027121, 42.332305 ], [ -71.026826, 42.332404 ], [ -71.026549, 42.33248 ], [ -71.026279, 42.332556 ], [ -71.02599, 42.332633 ], [ -71.025719, 42.3327 ], [ -71.02543, 42.332762 ], [ -71.025264, 42.332793 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.178827, 42.291515 ], [ -71.178822, 42.29151 ], [ -71.178818, 42.291505 ], [ -71.178813, 42.291501 ], [ -71.178808, 42.291496 ], [ -71.178803, 42.291492 ], [ -71.178798, 42.291488 ], [ -71.178793, 42.291484 ], [ -71.178787, 42.291479 ], [ -71.178782, 42.291475 ], [ -71.178776, 42.291472 ], [ -71.17877, 42.291468 ], [ -71.178764, 42.291464 ], [ -71.178758, 42.291461 ], [ -71.178752, 42.291457 ], [ -71.178745, 42.291454 ], [ -71.178739, 42.291451 ], [ -71.178716, 42.291441 ], [ -71.178693, 42.291431 ], [ -71.178687, 42.291429 ], [ -71.178682, 42.291427 ], [ -71.178676, 42.291425 ], [ -71.178671, 42.291424 ], [ -71.178665, 42.291422 ], [ -71.178659, 42.291421 ], [ -71.178653, 42.29142 ], [ -71.178648, 42.291419 ], [ -71.178642, 42.291418 ], [ -71.178636, 42.291418 ], [ -71.178629, 42.291417 ], [ -71.178623, 42.291417 ], [ -71.17857, 42.291414 ], [ -71.178516, 42.29141 ], [ -71.178507, 42.29141 ], [ -71.178499, 42.29141 ], [ -71.178491, 42.291411 ], [ -71.178482, 42.291411 ], [ -71.178474, 42.291411 ], [ -71.178466, 42.291412 ], [ -71.178457, 42.291413 ], [ -71.178449, 42.291414 ], [ -71.178441, 42.291415 ], [ -71.178432, 42.291416 ], [ -71.178424, 42.291417 ], [ -71.178416, 42.291419 ], [ -71.178407, 42.29142 ], [ -71.178399, 42.291422 ], [ -71.178391, 42.291424 ], [ -71.178383, 42.291426 ], [ -71.178375, 42.291428 ], [ -71.178367, 42.29143 ], [ -71.17836, 42.291433 ], [ -71.178352, 42.291435 ], [ -71.178345, 42.291438 ], [ -71.178337, 42.29144 ], [ -71.178331, 42.291443 ], [ -71.178326, 42.291445 ], [ -71.178321, 42.291448 ], [ -71.178315, 42.291451 ], [ -71.17831, 42.291454 ], [ -71.178305, 42.291457 ], [ -71.1783, 42.29146 ], [ -71.178295, 42.291464 ], [ -71.17829, 42.291468 ], [ -71.178286, 42.291471 ], [ -71.178282, 42.291475 ], [ -71.178278, 42.291478 ], [ -71.178274, 42.291482 ], [ -71.17827, 42.291486 ], [ -71.178266, 42.29149 ], [ -71.178263, 42.291494 ], [ -71.17826, 42.291499 ], [ -71.178256, 42.291503 ], [ -71.178254, 42.291507 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167427, 42.311881 ], [ -71.167384, 42.311855 ], [ -71.167325, 42.311795 ], [ -71.167207, 42.311681 ], [ -71.167154, 42.311635 ], [ -71.167054, 42.31158 ], [ -71.166987, 42.311532 ], [ -71.166952, 42.311473 ], [ -71.166926, 42.311403 ], [ -71.166867, 42.3113 ], [ -71.166805, 42.311221 ], [ -71.166698, 42.311108 ], [ -71.166588, 42.311019 ], [ -71.16648, 42.310943 ], [ -71.166403, 42.310898 ], [ -71.166287, 42.310832 ], [ -71.166266, 42.310814 ], [ -71.166247, 42.310771 ], [ -71.166231, 42.310719 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167913, 42.310049 ], [ -71.167945, 42.310057 ], [ -71.168025, 42.31008 ], [ -71.168122, 42.310108 ], [ -71.168194, 42.310118 ], [ -71.168256, 42.310116 ], [ -71.168334, 42.310088 ], [ -71.168401, 42.310049 ], [ -71.168452, 42.310041 ], [ -71.168504, 42.310035 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.180463, 42.282084 ], [ -71.180498, 42.282151 ], [ -71.180525, 42.282177 ], [ -71.180554, 42.282201 ], [ -71.180598, 42.282224 ], [ -71.18064, 42.282242 ], [ -71.180714, 42.282252 ], [ -71.180771, 42.282252 ], [ -71.180825, 42.28224 ], [ -71.18088, 42.282215 ], [ -71.180938, 42.282185 ], [ -71.180952, 42.282117 ], [ -71.180958, 42.28206 ], [ -71.18095, 42.28198 ], [ -71.180943, 42.281907 ], [ -71.180947, 42.281846 ], [ -71.180959, 42.281788 ], [ -71.180971, 42.281728 ], [ -71.180997, 42.281659 ], [ -71.181036, 42.281603 ], [ -71.181068, 42.281552 ], [ -71.181126, 42.28149 ], [ -71.181195, 42.281431 ], [ -71.181305, 42.281349 ], [ -71.181398, 42.281308 ], [ -71.181414, 42.28124 ], [ -71.181418, 42.281191 ], [ -71.181417, 42.281151 ], [ -71.181398, 42.281103 ], [ -71.181372, 42.281074 ], [ -71.181325, 42.281044 ], [ -71.181282, 42.28102 ], [ -71.181209, 42.281008 ], [ -71.181147, 42.281008 ], [ -71.181099, 42.281016 ], [ -71.181058, 42.281028 ], [ -71.181006, 42.281064 ], [ -71.180954, 42.281105 ], [ -71.180863, 42.281173 ], [ -71.180806, 42.281216 ], [ -71.180735, 42.28128 ], [ -71.180655, 42.281369 ], [ -71.180609, 42.281429 ], [ -71.180576, 42.281476 ], [ -71.180554, 42.28151 ], [ -71.180511, 42.281572 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.182328, 42.280918 ], [ -71.182201, 42.280942 ], [ -71.182029, 42.280984 ], [ -71.181843, 42.281042 ], [ -71.181689, 42.281101 ], [ -71.181626, 42.281143 ], [ -71.18152, 42.281226 ], [ -71.181404, 42.281304 ], [ -71.181335, 42.281401 ], [ -71.181246, 42.281526 ], [ -71.181176, 42.281621 ], [ -71.181143, 42.281695 ], [ -71.181131, 42.281736 ], [ -71.181123, 42.281806 ], [ -71.18112, 42.281857 ], [ -71.181125, 42.281911 ], [ -71.181144, 42.281963 ], [ -71.181174, 42.282024 ], [ -71.181206, 42.282082 ], [ -71.181251, 42.282147 ], [ -71.181297, 42.282197 ], [ -71.181362, 42.282258 ], [ -71.181516, 42.282377 ], [ -71.181675, 42.282518 ], [ -71.181749, 42.282566 ], [ -71.181828, 42.282599 ], [ -71.181917, 42.282633 ], [ -71.181982, 42.282639 ], [ -71.182091, 42.282637 ], [ -71.182176, 42.282631 ], [ -71.182281, 42.282605 ], [ -71.182434, 42.282548 ], [ -71.182566, 42.282494 ], [ -71.182743, 42.282423 ], [ -71.183025, 42.282314 ], [ -71.18322, 42.282244 ], [ -71.183408, 42.282183 ], [ -71.183502, 42.282151 ], [ -71.183593, 42.282123 ], [ -71.183753, 42.282084 ], [ -71.183857, 42.28206 ], [ -71.184017, 42.282038 ], [ -71.184159, 42.282018 ], [ -71.184296, 42.281996 ], [ -71.18463, 42.281963 ], [ -71.185156, 42.281903 ], [ -71.185406, 42.281881 ], [ -71.18568, 42.281857 ], [ -71.185866, 42.281834 ], [ -71.185953, 42.281816 ], [ -71.186012, 42.281794 ], [ -71.186066, 42.28176 ], [ -71.1861, 42.281722 ], [ -71.18614, 42.281681 ], [ -71.186165, 42.281635 ], [ -71.186168, 42.281589 ], [ -71.186165, 42.28155 ], [ -71.186151, 42.281488 ], [ -71.186138, 42.281449 ], [ -71.186104, 42.281401 ], [ -71.186057, 42.281369 ], [ -71.186008, 42.281345 ], [ -71.185947, 42.281328 ], [ -71.185885, 42.281314 ], [ -71.185796, 42.281312 ], [ -71.185728, 42.281314 ], [ -71.185645, 42.281322 ], [ -71.185409, 42.281371 ], [ -71.185126, 42.281437 ], [ -71.185032, 42.281458 ], [ -71.184942, 42.281458 ], [ -71.184826, 42.281449 ], [ -71.184695, 42.281433 ], [ -71.184451, 42.281407 ], [ -71.184241, 42.281385 ], [ -71.184057, 42.281361 ], [ -71.183912, 42.281347 ], [ -71.183812, 42.28133 ], [ -71.18373, 42.281308 ], [ -71.183644, 42.281278 ], [ -71.183499, 42.28123 ], [ -71.183421, 42.281195 ], [ -71.183307, 42.281147 ], [ -71.183142, 42.281079 ], [ -71.18299, 42.281016 ], [ -71.182885, 42.280986 ], [ -71.182813, 42.280966 ], [ -71.18274, 42.280958 ], [ -71.18267, 42.280948 ], [ -71.182601, 42.280939 ], [ -71.182509, 42.280929 ], [ -71.182249, 42.280913 ], [ -71.182048, 42.280901 ], [ -71.18174, 42.280879 ], [ -71.181497, 42.280865 ], [ -71.181301, 42.280849 ], [ -71.181159, 42.280851 ], [ -71.181084, 42.280857 ], [ -71.181028, 42.280863 ], [ -71.180964, 42.280877 ], [ -71.180892, 42.280893 ], [ -71.180813, 42.280919 ], [ -71.180739, 42.280952 ], [ -71.180586, 42.28102 ], [ -71.180372, 42.281121 ], [ -71.180216, 42.281207 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114232, 42.27048 ], [ -71.114608, 42.270453 ], [ -71.115023, 42.270517 ], [ -71.115398, 42.270649 ], [ -71.115689, 42.270856 ], [ -71.115971, 42.271222 ], [ -71.116122, 42.271587 ], [ -71.116082, 42.271861 ], [ -71.115965, 42.272197 ], [ -71.115748, 42.272442 ], [ -71.115555, 42.272726 ], [ -71.115507, 42.272983 ], [ -71.115579, 42.273168 ], [ -71.115763, 42.27326 ], [ -71.116039, 42.273312 ], [ -71.116346, 42.273313 ], [ -71.116599, 42.273314 ], [ -71.116822, 42.273361 ], [ -71.117013, 42.273441 ], [ -71.117154, 42.273533 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.046834, 42.277917 ], [ -71.046913, 42.278067 ], [ -71.046956, 42.27841 ], [ -71.046904, 42.278562 ], [ -71.046844, 42.278651 ], [ -71.046741, 42.278753 ], [ -71.046544, 42.278867 ], [ -71.046123, 42.27907 ], [ -71.046012, 42.279146 ], [ -71.045866, 42.279273 ], [ -71.045248, 42.27987 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.045248, 42.27987 ], [ -71.045059, 42.280042 ], [ -71.044887, 42.280131 ], [ -71.044639, 42.280232 ], [ -71.04433, 42.280315 ], [ -71.044232, 42.280346 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.181262, 42.283987 ], [ -71.181316, 42.283953 ], [ -71.181364, 42.283907 ], [ -71.181442, 42.283842 ], [ -71.181508, 42.28377 ], [ -71.181552, 42.283689 ], [ -71.181581, 42.283608 ], [ -71.181598, 42.28352 ], [ -71.181579, 42.283411 ], [ -71.181557, 42.283336 ], [ -71.181512, 42.28326 ], [ -71.181449, 42.283179 ], [ -71.181416, 42.283142 ], [ -71.181318, 42.283067 ], [ -71.181239, 42.283008 ], [ -71.181135, 42.282933 ], [ -71.180998, 42.282823 ], [ -71.180812, 42.282685 ], [ -71.180757, 42.282644 ], [ -71.180684, 42.282584 ], [ -71.180634, 42.282525 ], [ -71.180606, 42.282466 ], [ -71.180587, 42.282442 ], [ -71.180559, 42.28241 ], [ -71.180522, 42.282377 ], [ -71.180459, 42.282348 ], [ -71.180412, 42.28233 ], [ -71.180372, 42.282317 ], [ -71.180319, 42.28231 ], [ -71.18027, 42.28231 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.178548, 42.289546 ], [ -71.17852, 42.289518 ], [ -71.178519, 42.289516 ], [ -71.178508, 42.289501 ], [ -71.178496, 42.289488 ], [ -71.178479, 42.289469 ], [ -71.178459, 42.289445 ], [ -71.17843, 42.289415 ], [ -71.1784, 42.289383 ], [ -71.178374, 42.289359 ], [ -71.178351, 42.289338 ], [ -71.178344, 42.289331 ], [ -71.178336, 42.289325 ], [ -71.178311, 42.289305 ], [ -71.178302, 42.289298 ], [ -71.178294, 42.289292 ], [ -71.178278, 42.289281 ], [ -71.178269, 42.289275 ], [ -71.17826, 42.289269 ], [ -71.178245, 42.289261 ], [ -71.178239, 42.289257 ], [ -71.178232, 42.289253 ], [ -71.178225, 42.28925 ], [ -71.178206, 42.289242 ], [ -71.178199, 42.289239 ], [ -71.178192, 42.289236 ], [ -71.178172, 42.289231 ], [ -71.178165, 42.289228 ], [ -71.178157, 42.289226 ], [ -71.178153, 42.289225 ], [ -71.178129, 42.28922 ], [ -71.178117, 42.289216 ], [ -71.178112, 42.289215 ], [ -71.178106, 42.289213 ], [ -71.178099, 42.289212 ], [ -71.178076, 42.289208 ], [ -71.178069, 42.289208 ], [ -71.178061, 42.289207 ], [ -71.178056, 42.289206 ], [ -71.178049, 42.289206 ], [ -71.178043, 42.289206 ], [ -71.178036, 42.289206 ], [ -71.178031, 42.289205 ], [ -71.178022, 42.289206 ], [ -71.178017, 42.289206 ], [ -71.178011, 42.289207 ], [ -71.178003, 42.289208 ], [ -71.177997, 42.289209 ], [ -71.177989, 42.28921 ], [ -71.177984, 42.289211 ], [ -71.177976, 42.289213 ], [ -71.177969, 42.289214 ], [ -71.177961, 42.289217 ], [ -71.177954, 42.289218 ], [ -71.177947, 42.28922 ], [ -71.177939, 42.289223 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.183046, 42.280077 ], [ -71.183159, 42.280105 ], [ -71.183239, 42.280129 ], [ -71.183342, 42.280169 ], [ -71.183443, 42.280222 ], [ -71.183553, 42.280272 ], [ -71.183623, 42.280298 ], [ -71.183742, 42.280322 ], [ -71.183877, 42.28035 ], [ -71.184033, 42.280383 ], [ -71.18428, 42.28043 ], [ -71.184615, 42.280502 ], [ -71.184872, 42.280553 ], [ -71.185048, 42.280581 ], [ -71.185198, 42.280597 ], [ -71.185307, 42.280589 ], [ -71.185393, 42.280575 ], [ -71.185488, 42.280573 ], [ -71.185575, 42.280553 ], [ -71.18565, 42.28052 ], [ -71.185733, 42.280518 ], [ -71.185851, 42.280516 ], [ -71.185944, 42.280522 ], [ -71.186053, 42.280532 ], [ -71.186206, 42.280557 ], [ -71.186299, 42.280575 ], [ -71.186357, 42.280591 ], [ -71.18643, 42.280617 ], [ -71.18651, 42.280647 ], [ -71.186598, 42.280685 ], [ -71.18667, 42.280724 ], [ -71.186753, 42.280772 ], [ -71.186822, 42.280821 ], [ -71.186919, 42.280889 ], [ -71.186991, 42.28094 ], [ -71.187045, 42.280982 ], [ -71.18711, 42.281036 ], [ -71.187155, 42.281075 ], [ -71.187181, 42.281107 ], [ -71.18721, 42.281153 ], [ -71.187238, 42.281216 ], [ -71.187308, 42.281389 ], [ -71.187337, 42.281468 ], [ -71.187351, 42.281516 ], [ -71.187356, 42.281564 ], [ -71.187358, 42.281619 ], [ -71.187348, 42.281653 ], [ -71.187337, 42.281687 ], [ -71.187316, 42.28172 ], [ -71.187244, 42.281806 ], [ -71.187177, 42.281881 ], [ -71.18708, 42.281968 ], [ -71.186904, 42.282131 ], [ -71.186722, 42.282292 ], [ -71.186623, 42.282383 ], [ -71.186542, 42.282445 ], [ -71.186459, 42.282516 ], [ -71.186344, 42.282596 ], [ -71.1862, 42.282673 ], [ -71.186109, 42.282709 ], [ -71.186, 42.282742 ], [ -71.185886, 42.282768 ], [ -71.185783, 42.28278 ], [ -71.185645, 42.282802 ], [ -71.18552, 42.282826 ], [ -71.185384, 42.282858 ], [ -71.185261, 42.282897 ], [ -71.185126, 42.282941 ], [ -71.185004, 42.28298 ], [ -71.184913, 42.282992 ], [ -71.184817, 42.282987 ], [ -71.184752, 42.282979 ], [ -71.184666, 42.282947 ], [ -71.184559, 42.282911 ], [ -71.184481, 42.282887 ], [ -71.184417, 42.282879 ], [ -71.184353, 42.282883 ], [ -71.184298, 42.282895 ], [ -71.184244, 42.282917 ], [ -71.184168, 42.282963 ], [ -71.184111, 42.283014 ], [ -71.184011, 42.283096 ], [ -71.183918, 42.283169 ], [ -71.183805, 42.283267 ], [ -71.18369, 42.283354 ], [ -71.18359, 42.283435 ], [ -71.183471, 42.283524 ], [ -71.183408, 42.283573 ], [ -71.183349, 42.283618 ], [ -71.183247, 42.283671 ], [ -71.183113, 42.283752 ], [ -71.183041, 42.283792 ], [ -71.182998, 42.283818 ], [ -71.182957, 42.283848 ], [ -71.182912, 42.283881 ], [ -71.182885, 42.283911 ], [ -71.182842, 42.283957 ], [ -71.182776, 42.284038 ], [ -71.182742, 42.28408 ], [ -71.182701, 42.28412 ], [ -71.18264, 42.284165 ], [ -71.182505, 42.284272 ], [ -71.182194, 42.284507 ], [ -71.18158, 42.284955 ], [ -71.181493, 42.285016 ], [ -71.181457, 42.28503 ], [ -71.181414, 42.285036 ], [ -71.181367, 42.285038 ], [ -71.181303, 42.285024 ], [ -71.181163, 42.284985 ], [ -71.180962, 42.284929 ], [ -71.180734, 42.284864 ], [ -71.180396, 42.284764 ], [ -71.180216, 42.284713 ], [ -71.1801, 42.284677 ], [ -71.180002, 42.284635 ], [ -71.179921, 42.284598 ], [ -71.179858, 42.284572 ], [ -71.17978, 42.284526 ], [ -71.179697, 42.284475 ], [ -71.179609, 42.284413 ], [ -71.179531, 42.284346 ], [ -71.179487, 42.284303 ], [ -71.17945, 42.284266 ], [ -71.179379, 42.284205 ], [ -71.179275, 42.284117 ], [ -71.179222, 42.284092 ], [ -71.179182, 42.284072 ], [ -71.179138, 42.284058 ], [ -71.179079, 42.284046 ], [ -71.179031, 42.284038 ], [ -71.178982, 42.28403 ], [ -71.178918, 42.284026 ], [ -71.178718, 42.284024 ], [ -71.178622, 42.284028 ], [ -71.178522, 42.284026 ], [ -71.178357, 42.284028 ], [ -71.178241, 42.284026 ], [ -71.17814, 42.284016 ], [ -71.178018, 42.283999 ], [ -71.177903, 42.283975 ], [ -71.177832, 42.283949 ], [ -71.177765, 42.283917 ], [ -71.177663, 42.283868 ], [ -71.177539, 42.283786 ], [ -71.177459, 42.283717 ], [ -71.177402, 42.283657 ], [ -71.177349, 42.283558 ], [ -71.177325, 42.283492 ], [ -71.177327, 42.283419 ], [ -71.177352, 42.283294 ], [ -71.177365, 42.283179 ], [ -71.17736, 42.283111 ], [ -71.177346, 42.283008 ], [ -71.177314, 42.282858 ], [ -71.177293, 42.28277 ], [ -71.177285, 42.282695 ], [ -71.177284, 42.282586 ], [ -71.177283, 42.282423 ], [ -71.17729, 42.281951 ], [ -71.177289, 42.281736 ], [ -71.177288, 42.281657 ], [ -71.177287, 42.281484 ], [ -71.177279, 42.281399 ], [ -71.177293, 42.281345 ], [ -71.177322, 42.281318 ], [ -71.177378, 42.281267 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.181982, 42.282639 ], [ -71.181879, 42.282643 ], [ -71.181792, 42.282645 ], [ -71.181673, 42.282629 ], [ -71.181576, 42.282609 ], [ -71.181469, 42.28258 ], [ -71.18138, 42.282548 ], [ -71.181311, 42.28251 ], [ -71.181214, 42.282466 ], [ -71.181152, 42.282421 ], [ -71.181093, 42.282363 ], [ -71.181058, 42.282328 ], [ -71.181016, 42.28228 ], [ -71.180973, 42.28223 ], [ -71.180938, 42.282185 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.178548, 42.289546 ], [ -71.178603, 42.289553 ], [ -71.178614, 42.289554 ], [ -71.178652, 42.28956 ], [ -71.178703, 42.289566 ], [ -71.178755, 42.289572 ], [ -71.178825, 42.289577 ], [ -71.178867, 42.289582 ], [ -71.178918, 42.289586 ], [ -71.178958, 42.28959 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.044114, 42.281165 ], [ -71.044149, 42.281344 ], [ -71.044209, 42.281458 ], [ -71.044312, 42.281579 ], [ -71.044475, 42.281686 ], [ -71.04469, 42.28182 ], [ -71.044776, 42.281896 ], [ -71.044802, 42.282023 ], [ -71.044793, 42.282144 ], [ -71.044681, 42.282252 ], [ -71.044433, 42.282448 ], [ -71.044132, 42.28276 ], [ -71.043935, 42.283026 ], [ -71.043753, 42.283285 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.17806, 42.291089 ], [ -71.178065, 42.291082 ], [ -71.178069, 42.291076 ], [ -71.178074, 42.291068 ], [ -71.178079, 42.291061 ], [ -71.178083, 42.291054 ], [ -71.178088, 42.291047 ], [ -71.178092, 42.291039 ], [ -71.178096, 42.291032 ], [ -71.1781, 42.291024 ], [ -71.178103, 42.291017 ], [ -71.178107, 42.291009 ], [ -71.17811, 42.291001 ], [ -71.178114, 42.290993 ], [ -71.178117, 42.290986 ], [ -71.178125, 42.290965 ], [ -71.178134, 42.290944 ], [ -71.178138, 42.290932 ], [ -71.178143, 42.29092 ], [ -71.178147, 42.290909 ], [ -71.178151, 42.290897 ], [ -71.178155, 42.290885 ], [ -71.178159, 42.290873 ], [ -71.178163, 42.290861 ], [ -71.178166, 42.290849 ], [ -71.178171, 42.290822 ], [ -71.178176, 42.290795 ], [ -71.178177, 42.290789 ], [ -71.178179, 42.290782 ], [ -71.178181, 42.290776 ], [ -71.178183, 42.290769 ], [ -71.178185, 42.290763 ], [ -71.178188, 42.290757 ], [ -71.178191, 42.290751 ], [ -71.178194, 42.290744 ], [ -71.178197, 42.290739 ], [ -71.1782, 42.290734 ], [ -71.178202, 42.290728 ], [ -71.178205, 42.290723 ], [ -71.178207, 42.290718 ], [ -71.178209, 42.290712 ], [ -71.178211, 42.290706 ], [ -71.178213, 42.290701 ], [ -71.178214, 42.290695 ], [ -71.178216, 42.29069 ], [ -71.178217, 42.290684 ], [ -71.178218, 42.290679 ], [ -71.178219, 42.290673 ], [ -71.178219, 42.290667 ], [ -71.17822, 42.290661 ], [ -71.17822, 42.290656 ], [ -71.17822, 42.290628 ], [ -71.178221, 42.2906 ], [ -71.178221, 42.290585 ], [ -71.178221, 42.290571 ], [ -71.178221, 42.290557 ], [ -71.178222, 42.290543 ], [ -71.178222, 42.290529 ], [ -71.178223, 42.290515 ], [ -71.178227, 42.290495 ], [ -71.178232, 42.290476 ], [ -71.178233, 42.290472 ], [ -71.178234, 42.290468 ], [ -71.178236, 42.290464 ], [ -71.178237, 42.29046 ], [ -71.178239, 42.290456 ], [ -71.178241, 42.290452 ], [ -71.178244, 42.290448 ], [ -71.178246, 42.290444 ], [ -71.178249, 42.29044 ], [ -71.178251, 42.290437 ], [ -71.178254, 42.290433 ], [ -71.178258, 42.29043 ], [ -71.178261, 42.290426 ], [ -71.178264, 42.290423 ], [ -71.178268, 42.29042 ], [ -71.178272, 42.290416 ], [ -71.178276, 42.290413 ], [ -71.17828, 42.29041 ], [ -71.178284, 42.290408 ], [ -71.178288, 42.290405 ], [ -71.178293, 42.290402 ], [ -71.178297, 42.290399 ], [ -71.178337, 42.290378 ], [ -71.178378, 42.290357 ], [ -71.178386, 42.290353 ], [ -71.178394, 42.290347 ], [ -71.178402, 42.290342 ], [ -71.17841, 42.290336 ], [ -71.178417, 42.290332 ], [ -71.178426, 42.290326 ], [ -71.178433, 42.290321 ], [ -71.178441, 42.290314 ], [ -71.178447, 42.290309 ], [ -71.178455, 42.290303 ], [ -71.178466, 42.290292 ], [ -71.178474, 42.290285 ], [ -71.178485, 42.290275 ], [ -71.178492, 42.290268 ], [ -71.1785, 42.29026 ], [ -71.178511, 42.290249 ], [ -71.178519, 42.290241 ], [ -71.178529, 42.29023 ], [ -71.178537, 42.290222 ], [ -71.178546, 42.29021 ], [ -71.178554, 42.290202 ], [ -71.178561, 42.290193 ], [ -71.178579, 42.290168 ], [ -71.178585, 42.290159 ], [ -71.178592, 42.29015 ], [ -71.178608, 42.290126 ], [ -71.178634, 42.290088 ], [ -71.178651, 42.290059 ], [ -71.178671, 42.290024 ], [ -71.178683, 42.290003 ], [ -71.178691, 42.289992 ], [ -71.178692, 42.289989 ], [ -71.178693, 42.289985 ], [ -71.178695, 42.289983 ], [ -71.178696, 42.289979 ], [ -71.178697, 42.289976 ], [ -71.178697, 42.289972 ], [ -71.178698, 42.289969 ], [ -71.178698, 42.289966 ], [ -71.178698, 42.289962 ], [ -71.178698, 42.289959 ], [ -71.178698, 42.289956 ], [ -71.178698, 42.289953 ], [ -71.178697, 42.289949 ], [ -71.178696, 42.289946 ], [ -71.178694, 42.289944 ], [ -71.178689, 42.289934 ], [ -71.178687, 42.289931 ], [ -71.178676, 42.289918 ], [ -71.178661, 42.289898 ], [ -71.178644, 42.289877 ], [ -71.178622, 42.289853 ], [ -71.178605, 42.289833 ], [ -71.178591, 42.289814 ], [ -71.17858, 42.289797 ], [ -71.178571, 42.289786 ], [ -71.178569, 42.289781 ], [ -71.178567, 42.289776 ], [ -71.178565, 42.289772 ], [ -71.178563, 42.289768 ], [ -71.178561, 42.289763 ], [ -71.178559, 42.289759 ], [ -71.178558, 42.289754 ], [ -71.178557, 42.289749 ], [ -71.178556, 42.289744 ], [ -71.178555, 42.28974 ], [ -71.178555, 42.289735 ], [ -71.178554, 42.289731 ], [ -71.178554, 42.289726 ], [ -71.178554, 42.289721 ], [ -71.178555, 42.289717 ], [ -71.178555, 42.289712 ], [ -71.178555, 42.289707 ], [ -71.178556, 42.289692 ], [ -71.178557, 42.289687 ], [ -71.178554, 42.289658 ], [ -71.17855, 42.289632 ], [ -71.178547, 42.28961 ], [ -71.178542, 42.289582 ], [ -71.178542, 42.28958 ], [ -71.178548, 42.289546 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.180771, 42.282252 ], [ -71.180785, 42.282284 ], [ -71.180788, 42.282316 ], [ -71.18075, 42.28234 ], [ -71.180678, 42.282373 ], [ -71.180637, 42.282405 ], [ -71.180587, 42.282442 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.180281, 42.282487 ], [ -71.1803, 42.282479 ], [ -71.180317, 42.282479 ], [ -71.180333, 42.282481 ], [ -71.180348, 42.282487 ], [ -71.18036, 42.282493 ], [ -71.180368, 42.282502 ], [ -71.180372, 42.282514 ], [ -71.180371, 42.282524 ], [ -71.180369, 42.282532 ], [ -71.180363, 42.282541 ], [ -71.180354, 42.282546 ], [ -71.180338, 42.282551 ], [ -71.180323, 42.282553 ], [ -71.180305, 42.282552 ], [ -71.180291, 42.282548 ], [ -71.180278, 42.282536 ], [ -71.18027, 42.28252 ], [ -71.180274, 42.282501 ], [ -71.18026, 42.28248 ], [ -71.180204, 42.282468 ], [ -71.180087, 42.282447 ], [ -71.179972, 42.282431 ], [ -71.179892, 42.282421 ], [ -71.179825, 42.282405 ], [ -71.179788, 42.282383 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.183645, 42.27991 ], [ -71.183649, 42.27991 ], [ -71.183654, 42.27991 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.177288, 42.281657 ], [ -71.177337, 42.281594 ], [ -71.1774, 42.281528 ], [ -71.177464, 42.281484 ], [ -71.177539, 42.28146 ], [ -71.177636, 42.281457 ], [ -71.177745, 42.281451 ], [ -71.177867, 42.281433 ], [ -71.178038, 42.281397 ], [ -71.17829, 42.281349 ], [ -71.178539, 42.281292 ], [ -71.178736, 42.281246 ], [ -71.179036, 42.281211 ], [ -71.179224, 42.281214 ], [ -71.179379, 42.281234 ], [ -71.179556, 42.28127 ], [ -71.179712, 42.281318 ], [ -71.179873, 42.281393 ], [ -71.179979, 42.281336 ], [ -71.180077, 42.281286 ], [ -71.180216, 42.281207 ], [ -71.180211, 42.281159 ], [ -71.180205, 42.281099 ], [ -71.18025, 42.281022 ], [ -71.180361, 42.280921 ], [ -71.180436, 42.280861 ], [ -71.180581, 42.280794 ], [ -71.18071, 42.28075 ], [ -71.180924, 42.280699 ], [ -71.181327, 42.280631 ], [ -71.18153, 42.280591 ], [ -71.181693, 42.280558 ], [ -71.181938, 42.280484 ], [ -71.182201, 42.280425 ], [ -71.182285, 42.280399 ], [ -71.182464, 42.280345 ], [ -71.182705, 42.28029 ], [ -71.182845, 42.28027 ], [ -71.182932, 42.280276 ], [ -71.183118, 42.280318 ], [ -71.18334, 42.280371 ], [ -71.183462, 42.280405 ], [ -71.183558, 42.280409 ], [ -71.183708, 42.280405 ], [ -71.183805, 42.280389 ], [ -71.183877, 42.28035 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095994, 42.296111 ], [ -71.095965, 42.29624 ], [ -71.095939, 42.296375 ], [ -71.09588, 42.296546 ], [ -71.095772, 42.296736 ], [ -71.095633, 42.296847 ], [ -71.095467, 42.29697 ], [ -71.09537, 42.297041 ], [ -71.095316, 42.297133 ], [ -71.095236, 42.297256 ], [ -71.095209, 42.297379 ], [ -71.095252, 42.297526 ], [ -71.095332, 42.297665 ], [ -71.095467, 42.297795 ], [ -71.09559, 42.297883 ], [ -71.095756, 42.297942 ], [ -71.095976, 42.297966 ], [ -71.096142, 42.29795 ], [ -71.096293, 42.297903 ], [ -71.096588, 42.297811 ], [ -71.096733, 42.297783 ], [ -71.096893, 42.297768 ], [ -71.097162, 42.297772 ], [ -71.097344, 42.297807 ], [ -71.097382, 42.297832 ], [ -71.097478, 42.297895 ], [ -71.097564, 42.297986 ], [ -71.097682, 42.298149 ], [ -71.097838, 42.298407 ], [ -71.097945, 42.298637 ], [ -71.098106, 42.299037 ], [ -71.098175, 42.299224 ], [ -71.098267, 42.299434 ], [ -71.098293, 42.299553 ], [ -71.098374, 42.299664 ], [ -71.098508, 42.299807 ], [ -71.098568, 42.299873 ], [ -71.098664, 42.299978 ], [ -71.098803, 42.300129 ], [ -71.098889, 42.300168 ], [ -71.099093, 42.30024 ], [ -71.099307, 42.300299 ], [ -71.099608, 42.30037 ], [ -71.099822, 42.300422 ], [ -71.099978, 42.300442 ], [ -71.100096, 42.300466 ], [ -71.100214, 42.300466 ], [ -71.100354, 42.300466 ], [ -71.10052, 42.300458 ], [ -71.100831, 42.300442 ], [ -71.100965, 42.300458 ], [ -71.101281, 42.300533 ], [ -71.101389, 42.300585 ], [ -71.101528, 42.300668 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098743, 42.297717 ], [ -71.098664, 42.297746 ], [ -71.098594, 42.297768 ], [ -71.098484, 42.297789 ], [ -71.098358, 42.297815 ], [ -71.098245, 42.297827 ], [ -71.098119, 42.297835 ], [ -71.097956, 42.297821 ], [ -71.097811, 42.297799 ], [ -71.097714, 42.297799 ], [ -71.097612, 42.297809 ], [ -71.09751, 42.297825 ], [ -71.097382, 42.297832 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098669, 42.296833 ], [ -71.098548, 42.296792 ], [ -71.098355, 42.296728 ], [ -71.098252, 42.296711 ], [ -71.09801, 42.2967 ], [ -71.097839, 42.296716 ], [ -71.097578, 42.296778 ], [ -71.097412, 42.296831 ], [ -71.097151, 42.296888 ], [ -71.096904, 42.296913 ], [ -71.096796, 42.296896 ], [ -71.096671, 42.296856 ], [ -71.096537, 42.296789 ], [ -71.096384, 42.296689 ], [ -71.096291, 42.296598 ], [ -71.096188, 42.296477 ], [ -71.096148, 42.296397 ], [ -71.09614, 42.296316 ], [ -71.096149, 42.296246 ], [ -71.096186, 42.296206 ], [ -71.096191, 42.296198 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096213, 42.299886 ], [ -71.096204, 42.299928 ], [ -71.096177, 42.299956 ], [ -71.096148, 42.299976 ], [ -71.096091, 42.29999 ], [ -71.096014, 42.299996 ], [ -71.095936, 42.299994 ], [ -71.09588, 42.29998 ], [ -71.095815, 42.299924 ], [ -71.095702, 42.299825 ], [ -71.095568, 42.299724 ], [ -71.095437, 42.299631 ], [ -71.095359, 42.299557 ], [ -71.095319, 42.299474 ], [ -71.095236, 42.299343 ], [ -71.095193, 42.299242 ], [ -71.095169, 42.299154 ], [ -71.095155, 42.299067 ], [ -71.095158, 42.298916 ], [ -71.095158, 42.298752 ], [ -71.095209, 42.298696 ], [ -71.095246, 42.298619 ], [ -71.095279, 42.298561 ], [ -71.095303, 42.29849 ], [ -71.095327, 42.298448 ], [ -71.095383, 42.298406 ], [ -71.09545, 42.298347 ], [ -71.095483, 42.298297 ], [ -71.095509, 42.298202 ], [ -71.095523, 42.298119 ], [ -71.09555, 42.298043 ], [ -71.095571, 42.29797 ], [ -71.09559, 42.297883 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078373, 42.355646 ], [ -71.078007, 42.355519 ], [ -71.077782, 42.355499 ], [ -71.075853, 42.356022 ], [ -71.075572, 42.356167 ], [ -71.07536, 42.356311 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127327, 42.291372 ], [ -71.127571, 42.291326 ], [ -71.127982, 42.291002 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100942, 42.301331 ], [ -71.100946, 42.301317 ], [ -71.100976, 42.301275 ], [ -71.101062, 42.301208 ], [ -71.101131, 42.301152 ], [ -71.101214, 42.301069 ], [ -71.101263, 42.300981 ], [ -71.101314, 42.30091 ], [ -71.101381, 42.300811 ], [ -71.101475, 42.300718 ], [ -71.101528, 42.300668 ], [ -71.10155, 42.300654 ], [ -71.101633, 42.300624 ], [ -71.101665, 42.300599 ], [ -71.101711, 42.300583 ], [ -71.101767, 42.300579 ], [ -71.101847, 42.300587 ], [ -71.102, 42.300617 ], [ -71.10218, 42.30065 ], [ -71.102298, 42.300672 ], [ -71.102639, 42.300733 ], [ -71.102945, 42.300797 ], [ -71.103097, 42.300825 ], [ -71.103285, 42.300878 ], [ -71.103703, 42.300991 ], [ -71.10387, 42.301039 ], [ -71.10398, 42.301063 ], [ -71.104165, 42.301083 ], [ -71.104307, 42.301087 ], [ -71.10453, 42.301089 ], [ -71.104621, 42.301081 ], [ -71.104691, 42.301071 ], [ -71.104766, 42.301057 ], [ -71.104849, 42.301027 ], [ -71.10498, 42.300972 ], [ -71.105074, 42.300912 ], [ -71.105184, 42.300817 ], [ -71.105313, 42.300726 ], [ -71.105495, 42.300648 ], [ -71.105664, 42.300599 ], [ -71.105962, 42.300535 ], [ -71.106101, 42.300479 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099538, 42.381442 ], [ -71.099731, 42.381416 ], [ -71.099851, 42.381412 ], [ -71.099937, 42.381414 ], [ -71.100079, 42.381421 ], [ -71.10055, 42.38151 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098313, 42.38163 ], [ -71.098733, 42.381557 ], [ -71.099043, 42.381514 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097172, 42.381019 ], [ -71.097394, 42.381316 ], [ -71.097507, 42.381481 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097507, 42.381481 ], [ -71.097859, 42.381614 ], [ -71.098057, 42.381632 ], [ -71.098313, 42.38163 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096144, 42.379662 ], [ -71.096298, 42.379811 ], [ -71.096373, 42.37991 ], [ -71.096413, 42.379978 ], [ -71.096454, 42.380027 ], [ -71.096498, 42.38007 ], [ -71.096548, 42.380123 ], [ -71.096609, 42.380186 ], [ -71.096659, 42.380247 ], [ -71.096748, 42.38033 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096748, 42.38033 ], [ -71.097011, 42.380741 ], [ -71.097172, 42.381019 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099043, 42.381514 ], [ -71.09913, 42.381502 ], [ -71.099278, 42.38148 ], [ -71.099538, 42.381442 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11932, 42.33484 ], [ -71.11954, 42.33514 ], [ -71.11971, 42.33531 ], [ -71.12002, 42.33558 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118229, 42.332245 ], [ -71.118324, 42.332355 ], [ -71.118445, 42.332517 ], [ -71.118524, 42.332618 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118524, 42.332618 ], [ -71.118616, 42.33271 ], [ -71.11875, 42.33289 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118871, 42.333804 ], [ -71.11892, 42.334 ], [ -71.11899, 42.33421 ], [ -71.11908, 42.33439 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11862, 42.332601 ], [ -71.118557, 42.332496 ], [ -71.118336, 42.332174 ], [ -71.118275, 42.332109 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11875, 42.33289 ], [ -71.11874, 42.33321 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11908, 42.33439 ], [ -71.11923, 42.33468 ], [ -71.11932, 42.33484 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12002, 42.33558 ], [ -71.12052, 42.33597 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11874, 42.33321 ], [ -71.11881, 42.333533 ], [ -71.118871, 42.333804 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11875, 42.33289 ], [ -71.118709, 42.332757 ], [ -71.118678, 42.332691 ], [ -71.11862, 42.332601 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081052, 42.354141 ], [ -71.081209, 42.354467 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072821, 42.361578 ], [ -71.072898, 42.361734 ], [ -71.072995, 42.362282 ], [ -71.072797, 42.363719 ], [ -71.072662, 42.364091 ], [ -71.072354, 42.364414 ], [ -71.071991, 42.364621 ], [ -71.071533, 42.364789 ], [ -71.07099, 42.364907 ], [ -71.070427, 42.3648 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072877, 42.35781 ], [ -71.073393, 42.357934 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086747, 42.352764 ], [ -71.086641, 42.352757 ], [ -71.086407, 42.352664 ], [ -71.086347, 42.352649 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07461, 42.357146 ], [ -71.074686, 42.357157 ], [ -71.074763, 42.357162 ], [ -71.074841, 42.357161 ], [ -71.074918, 42.357155 ], [ -71.074994, 42.357142 ], [ -71.075067, 42.357124 ], [ -71.075138, 42.3571 ], [ -71.075205, 42.357071 ], [ -71.075637, 42.356674 ], [ -71.07604, 42.356393 ], [ -71.076314, 42.356272 ], [ -71.0781, 42.355781 ], [ -71.078369, 42.355645 ], [ -71.080863, 42.354961 ], [ -71.08104, 42.354908 ], [ -71.081334, 42.354751 ], [ -71.081416, 42.354634 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084906, 42.353145 ], [ -71.084788, 42.353225 ], [ -71.084675, 42.353312 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091648, 42.343233 ], [ -71.091652, 42.343183 ], [ -71.091628, 42.342653 ], [ -71.091641, 42.342477 ], [ -71.091705, 42.342165 ], [ -71.092143, 42.341663 ], [ -71.092318, 42.341427 ], [ -71.092586, 42.341224 ], [ -71.093014, 42.341065 ], [ -71.093416, 42.340994 ], [ -71.093659, 42.340933 ], [ -71.093802, 42.340905 ], [ -71.093925, 42.340873 ], [ -71.094116, 42.340812 ], [ -71.094554, 42.340636 ], [ -71.094996, 42.340478 ], [ -71.095573, 42.340244 ], [ -71.095855, 42.340139 ], [ -71.095969, 42.340066 ], [ -71.096216, 42.339945 ], [ -71.096469, 42.339723 ], [ -71.096614, 42.339554 ], [ -71.096871, 42.339223 ], [ -71.097016, 42.339072 ], [ -71.097266, 42.3389 ], [ -71.097416, 42.338836 ], [ -71.097569, 42.338809 ], [ -71.097809, 42.33878 ], [ -71.09788, 42.338783 ], [ -71.098282, 42.338906 ], [ -71.098413, 42.338944 ], [ -71.098656, 42.339062 ], [ -71.099094, 42.339282 ], [ -71.099596, 42.339582 ], [ -71.099739, 42.339772 ], [ -71.099857, 42.340028 ], [ -71.099902, 42.340181 ], [ -71.099913, 42.340329 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073183, 42.357059 ], [ -71.073273, 42.35705 ], [ -71.07341, 42.357068 ], [ -71.073542, 42.357107 ], [ -71.073628, 42.357101 ], [ -71.073714, 42.357094 ], [ -71.073799, 42.357107 ], [ -71.073842, 42.357151 ], [ -71.073927, 42.357172 ], [ -71.074196, 42.357191 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068084, 42.367246 ], [ -71.067941, 42.367198 ], [ -71.067868, 42.367189 ], [ -71.067746, 42.367199 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107885, 42.351813 ], [ -71.10799, 42.35186 ], [ -71.1081, 42.351901 ], [ -71.108213, 42.351935 ], [ -71.10833, 42.351964 ], [ -71.108449, 42.351985 ], [ -71.10857, 42.352 ], [ -71.108692, 42.352008 ], [ -71.108815, 42.352009 ], [ -71.108938, 42.352003 ], [ -71.109059, 42.35199 ], [ -71.109179, 42.351971 ], [ -71.109296, 42.351944 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088783, 42.352207 ], [ -71.088343, 42.352332 ], [ -71.087864, 42.352462 ], [ -71.087268, 42.352628 ], [ -71.086747, 42.352764 ], [ -71.085488, 42.353108 ], [ -71.085289, 42.353132 ], [ -71.085129, 42.353136 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073575, 42.35762 ], [ -71.073516, 42.357601 ], [ -71.073461, 42.357577 ], [ -71.07341, 42.357547 ], [ -71.073366, 42.357512 ], [ -71.073329, 42.357473 ], [ -71.073299, 42.357431 ], [ -71.073276, 42.357386 ], [ -71.073263, 42.357339 ], [ -71.073258, 42.357291 ], [ -71.073261, 42.357243 ], [ -71.073273, 42.357196 ], [ -71.073303, 42.357165 ], [ -71.073324, 42.357131 ], [ -71.073338, 42.357094 ], [ -71.073342, 42.357057 ], [ -71.073338, 42.357019 ], [ -71.073326, 42.356982 ], [ -71.073304, 42.356948 ], [ -71.073276, 42.356916 ], [ -71.07324, 42.356889 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068176, 42.367 ], [ -71.068174, 42.36705 ], [ -71.068164, 42.367099 ], [ -71.068147, 42.367147 ], [ -71.068122, 42.367193 ], [ -71.06809, 42.367237 ], [ -71.068051, 42.367277 ], [ -71.068006, 42.367314 ], [ -71.067956, 42.367347 ], [ -71.067901, 42.367375 ], [ -71.067734, 42.36743 ], [ -71.067565, 42.367483 ], [ -71.066831, 42.367794 ], [ -71.066755, 42.367846 ], [ -71.066673, 42.367892 ], [ -71.066585, 42.367933 ], [ -71.066493, 42.367967 ], [ -71.066397, 42.367995 ], [ -71.066298, 42.368017 ], [ -71.066197, 42.368031 ], [ -71.066094, 42.368039 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.077351, 42.355076 ], [ -71.077706, 42.355769 ] ], [ [ -71.077888, 42.35584 ], [ -71.077879, 42.355823 ], [ -71.077867, 42.355808 ], [ -71.077851, 42.355794 ], [ -71.077832, 42.355782 ], [ -71.077811, 42.355773 ], [ -71.077788, 42.355767 ], [ -71.077764, 42.355764 ], [ -71.077739, 42.355764 ], [ -71.077715, 42.355767 ], [ -71.077692, 42.355773 ], [ -71.077671, 42.355782 ], [ -71.077652, 42.355794 ], [ -71.077637, 42.355808 ], [ -71.077624, 42.355824 ], [ -71.077616, 42.355841 ], [ -71.077612, 42.355859 ], [ -71.077611, 42.355877 ], [ -71.077616, 42.355895 ], [ -71.077624, 42.355912 ] ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099043, 42.351069 ], [ -71.099671, 42.351392 ], [ -71.099774, 42.351436 ], [ -71.099881, 42.351475 ], [ -71.099991, 42.351508 ], [ -71.100104, 42.351536 ], [ -71.100219, 42.351557 ], [ -71.100336, 42.351573 ], [ -71.10091, 42.351616 ], [ -71.101019, 42.351619 ], [ -71.101128, 42.351614 ], [ -71.101237, 42.351604 ], [ -71.101343, 42.351588 ], [ -71.101448, 42.351565 ], [ -71.101551, 42.351537 ], [ -71.10165, 42.351503 ], [ -71.102237, 42.351288 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15234, 42.29588 ], [ -71.15273, 42.29582 ], [ -71.153225, 42.295772 ], [ -71.1535, 42.29575 ], [ -71.153689, 42.295745 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095032, 42.305863 ], [ -71.095053, 42.305928 ], [ -71.095076, 42.306015 ], [ -71.095082, 42.306102 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094903, 42.306454 ], [ -71.094798, 42.306533 ], [ -71.094635, 42.306595 ], [ -71.094194, 42.306675 ], [ -71.093588, 42.306864 ], [ -71.092936, 42.307142 ], [ -71.092352, 42.307447 ], [ -71.091872, 42.307696 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091872, 42.307696 ], [ -71.091538, 42.307895 ], [ -71.09139, 42.307997 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153461, 42.295562 ], [ -71.153344, 42.295574 ], [ -71.153126, 42.295586 ], [ -71.152804, 42.295619 ], [ -71.15226, 42.2957 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095082, 42.306102 ], [ -71.095062, 42.306227 ], [ -71.09501, 42.306328 ], [ -71.094948, 42.306409 ], [ -71.094903, 42.306454 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120382, 42.299831 ], [ -71.120285, 42.299775 ], [ -71.120234, 42.299742 ], [ -71.120218, 42.299656 ], [ -71.120241, 42.299535 ], [ -71.120226, 42.299447 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168274, 42.312377 ], [ -71.16824, 42.312404 ], [ -71.168203, 42.31243 ], [ -71.168146, 42.312469 ], [ -71.168076, 42.312507 ], [ -71.167945, 42.312551 ], [ -71.167827, 42.312582 ], [ -71.167712, 42.31261 ], [ -71.167629, 42.312616 ], [ -71.167556, 42.31261 ], [ -71.167489, 42.312592 ], [ -71.167417, 42.312559 ], [ -71.167309, 42.312501 ], [ -71.16725, 42.312457 ], [ -71.167213, 42.312419 ], [ -71.167164, 42.312352 ], [ -71.167132, 42.312309 ], [ -71.167089, 42.31222 ], [ -71.167022, 42.312102 ], [ -71.166977, 42.312002 ], [ -71.16691, 42.311884 ], [ -71.166834, 42.311762 ], [ -71.166703, 42.311594 ], [ -71.166617, 42.311485 ], [ -71.166505, 42.311352 ], [ -71.166413, 42.311249 ], [ -71.16633, 42.311171 ], [ -71.166252, 42.311112 ], [ -71.16618, 42.311056 ], [ -71.166038, 42.310939 ], [ -71.165906, 42.310854 ], [ -71.165737, 42.310727 ], [ -71.165673, 42.310673 ], [ -71.165651, 42.310638 ], [ -71.165638, 42.310608 ], [ -71.165638, 42.310568 ], [ -71.165649, 42.310523 ], [ -71.165678, 42.310467 ], [ -71.165877, 42.310263 ], [ -71.165947, 42.310183 ], [ -71.165973, 42.310164 ], [ -71.166014, 42.310146 ], [ -71.166057, 42.310128 ], [ -71.166105, 42.310145 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168181, 42.311849 ], [ -71.168135, 42.311862 ], [ -71.16809, 42.31188 ], [ -71.168042, 42.311898 ], [ -71.16802, 42.311926 ], [ -71.168004, 42.311967 ], [ -71.167988, 42.312029 ], [ -71.167983, 42.312085 ], [ -71.167961, 42.312146 ], [ -71.167929, 42.3122 ], [ -71.167875, 42.312245 ], [ -71.167816, 42.312275 ], [ -71.167733, 42.312285 ], [ -71.167645, 42.312275 ], [ -71.167567, 42.312243 ], [ -71.167521, 42.312192 ], [ -71.167484, 42.312077 ], [ -71.167459, 42.311961 ], [ -71.167427, 42.311881 ], [ -71.167451, 42.311827 ], [ -71.167486, 42.311744 ], [ -71.167529, 42.311687 ], [ -71.167585, 42.311631 ], [ -71.167658, 42.311572 ], [ -71.1678, 42.311473 ], [ -71.16787, 42.311421 ], [ -71.16791, 42.311366 ], [ -71.167937, 42.311324 ], [ -71.167945, 42.311265 ], [ -71.16795, 42.311193 ], [ -71.167953, 42.311106 ], [ -71.167947, 42.311048 ], [ -71.167921, 42.310979 ], [ -71.167902, 42.310931 ], [ -71.167851, 42.31087 ], [ -71.167808, 42.310806 ], [ -71.167792, 42.310761 ], [ -71.167771, 42.310687 ], [ -71.16776, 42.310632 ], [ -71.167746, 42.310592 ], [ -71.167725, 42.31056 ], [ -71.16769, 42.310513 ], [ -71.167631, 42.310443 ], [ -71.167575, 42.31037 ], [ -71.167529, 42.31032 ], [ -71.167486, 42.310287 ], [ -71.167433, 42.310263 ], [ -71.167368, 42.310249 ], [ -71.167317, 42.310247 ], [ -71.167274, 42.310253 ], [ -71.167239, 42.310267 ], [ -71.16718, 42.310285 ], [ -71.1671, 42.310312 ], [ -71.167027, 42.31034 ], [ -71.166971, 42.310362 ], [ -71.16691, 42.310376 ], [ -71.166824, 42.310396 ], [ -71.166716, 42.310408 ], [ -71.16655, 42.31041 ], [ -71.166518, 42.310416 ], [ -71.166507, 42.310449 ], [ -71.166499, 42.310473 ], [ -71.166486, 42.310507 ], [ -71.166467, 42.310544 ], [ -71.166435, 42.310588 ], [ -71.1664, 42.310628 ], [ -71.166357, 42.310668 ], [ -71.166311, 42.310693 ], [ -71.166266, 42.310713 ], [ -71.166231, 42.310719 ], [ -71.166204, 42.310723 ], [ -71.166148, 42.310725 ], [ -71.166097, 42.310715 ], [ -71.166038, 42.310703 ], [ -71.165995, 42.310675 ], [ -71.165947, 42.310636 ], [ -71.165914, 42.31059 ], [ -71.165898, 42.310531 ], [ -71.165901, 42.310479 ], [ -71.16592, 42.310429 ], [ -71.165952, 42.31037 ], [ -71.166011, 42.310285 ], [ -71.166105, 42.310145 ], [ -71.166118, 42.310126 ], [ -71.166153, 42.310086 ], [ -71.166188, 42.310053 ], [ -71.166218, 42.310029 ], [ -71.16625, 42.310007 ], [ -71.166298, 42.309991 ], [ -71.166349, 42.309969 ], [ -71.166405, 42.309957 ], [ -71.16647, 42.309945 ], [ -71.166526, 42.309942 ], [ -71.166601, 42.309944 ], [ -71.166657, 42.309951 ], [ -71.166746, 42.309963 ], [ -71.166805, 42.309973 ], [ -71.166864, 42.309979 ], [ -71.166931, 42.309983 ], [ -71.166969, 42.309981 ], [ -71.167011, 42.309969 ], [ -71.167062, 42.309953 ], [ -71.167331, 42.309822 ], [ -71.167403, 42.309793 ], [ -71.167473, 42.309777 ], [ -71.167516, 42.309771 ], [ -71.167588, 42.309773 ], [ -71.167644, 42.309775 ], [ -71.167706, 42.309789 ], [ -71.167886, 42.30985 ], [ -71.16809, 42.30992 ], [ -71.168157, 42.309942 ], [ -71.168226, 42.309949 ], [ -71.168291, 42.309945 ], [ -71.168377, 42.309934 ], [ -71.168471, 42.309914 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12027, 42.299387 ], [ -71.120368, 42.299285 ], [ -71.120498, 42.299156 ], [ -71.120587, 42.299041 ], [ -71.120756, 42.298892 ], [ -71.120876, 42.298769 ], [ -71.120945, 42.298684 ], [ -71.121073, 42.298608 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122984, 42.30044 ], [ -71.122894, 42.300522 ], [ -71.122805, 42.300544 ], [ -71.122694, 42.300544 ], [ -71.122553, 42.300505 ], [ -71.122427, 42.300433 ], [ -71.122324, 42.300327 ], [ -71.122236, 42.300189 ], [ -71.122214, 42.300074 ], [ -71.122229, 42.29998 ], [ -71.122289, 42.299909 ], [ -71.122386, 42.299848 ], [ -71.122498, 42.299815 ], [ -71.122631, 42.299799 ], [ -71.122765, 42.299805 ], [ -71.122965, 42.299844 ], [ -71.123246, 42.299922 ], [ -71.123476, 42.300028 ], [ -71.123668, 42.300128 ], [ -71.12389, 42.300255 ], [ -71.124104, 42.300433 ], [ -71.124244, 42.300598 ], [ -71.124369, 42.30077 ], [ -71.124443, 42.300935 ], [ -71.124509, 42.30109 ], [ -71.124596, 42.301443 ], [ -71.124631, 42.301719 ], [ -71.124638, 42.301851 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121021, 42.297684 ], [ -71.120971, 42.297768 ], [ -71.120935, 42.29782 ], [ -71.120831, 42.297883 ], [ -71.120703, 42.297948 ], [ -71.120634, 42.298002 ], [ -71.120591, 42.298105 ], [ -71.120563, 42.298233 ], [ -71.120509, 42.298497 ], [ -71.120426, 42.298795 ], [ -71.120313, 42.299164 ], [ -71.12027, 42.299387 ], [ -71.120226, 42.299447 ], [ -71.120125, 42.299585 ], [ -71.120038, 42.299705 ], [ -71.119875, 42.299858 ], [ -71.119782, 42.299936 ], [ -71.119587, 42.300016 ], [ -71.119528, 42.300056 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119427, 42.301163 ], [ -71.119437, 42.301111 ], [ -71.119496, 42.301032 ], [ -71.119544, 42.300952 ], [ -71.119689, 42.300925 ], [ -71.119899, 42.300936 ], [ -71.120043, 42.300956 ], [ -71.12029, 42.300952 ], [ -71.120285, 42.300774 ], [ -71.120242, 42.300266 ], [ -71.1203, 42.299939 ], [ -71.120306, 42.299901 ], [ -71.12044, 42.299778 ], [ -71.120725, 42.299393 ], [ -71.120891, 42.299088 ], [ -71.120977, 42.298853 ], [ -71.121073, 42.298608 ], [ -71.121336, 42.298385 ], [ -71.121889, 42.298242 ], [ -71.122532, 42.298084 ], [ -71.122821, 42.297995 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091872, 42.307696 ], [ -71.092024, 42.307835 ], [ -71.092543, 42.308321 ], [ -71.093018, 42.308644 ], [ -71.093758, 42.309063 ], [ -71.094059, 42.309276 ], [ -71.094223, 42.309399 ], [ -71.09445, 42.309761 ], [ -71.094786, 42.310281 ], [ -71.095204, 42.31072 ], [ -71.095469, 42.310898 ], [ -71.09573, 42.311015 ], [ -71.095903, 42.311077 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096199, 42.306691 ], [ -71.095929, 42.306464 ], [ -71.095652, 42.306265 ], [ -71.095359, 42.306081 ], [ -71.095275, 42.305974 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096596, 42.307032 ], [ -71.096992, 42.3074 ], [ -71.097236, 42.307665 ], [ -71.097355, 42.307818 ], [ -71.097458, 42.307985 ], [ -71.097535, 42.308167 ], [ -71.097547, 42.308366 ], [ -71.09753, 42.308538 ], [ -71.097497, 42.308655 ], [ -71.09745, 42.3088 ], [ -71.097309, 42.309196 ], [ -71.097252, 42.30937 ], [ -71.097224, 42.309529 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098069, 42.306969 ], [ -71.097892, 42.306947 ], [ -71.097786, 42.306933 ], [ -71.097703, 42.30693 ], [ -71.097612, 42.30693 ], [ -71.097441, 42.306939 ], [ -71.097066, 42.306973 ], [ -71.096596, 42.307032 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096423, 42.311787 ], [ -71.096613, 42.31195 ], [ -71.096772, 42.312054 ], [ -71.097017, 42.312177 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096199, 42.306691 ], [ -71.096596, 42.307032 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096328, 42.311387 ], [ -71.096132, 42.311203 ], [ -71.095903, 42.311077 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096546, 42.31098 ], [ -71.09646, 42.311095 ], [ -71.096379, 42.31122 ], [ -71.096328, 42.311387 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096328, 42.311387 ], [ -71.09638, 42.311551 ], [ -71.096424, 42.311761 ], [ -71.096423, 42.311787 ], [ -71.096415, 42.311946 ], [ -71.096379, 42.312152 ], [ -71.09633, 42.312336 ], [ -71.096224, 42.312503 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097105, 42.310153 ], [ -71.097061, 42.310352 ], [ -71.097035, 42.310436 ], [ -71.096982, 42.310556 ], [ -71.09692, 42.310656 ], [ -71.096767, 42.310811 ], [ -71.096546, 42.31098 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096546, 42.31098 ], [ -71.096307, 42.311078 ], [ -71.096105, 42.311105 ], [ -71.095903, 42.311077 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096199, 42.306691 ], [ -71.095968, 42.306601 ], [ -71.095812, 42.306557 ], [ -71.095584, 42.306498 ], [ -71.095378, 42.30647 ], [ -71.095189, 42.306453 ], [ -71.095013, 42.306449 ], [ -71.094903, 42.306454 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066246, 42.294744 ], [ -71.066051, 42.294005 ], [ -71.066032, 42.293922 ], [ -71.065854, 42.293203 ], [ -71.065694, 42.293222 ], [ -71.065639, 42.293016 ], [ -71.06576, 42.292943 ], [ -71.065582, 42.292096 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114463, 42.301209 ], [ -71.114346, 42.301266 ], [ -71.114242, 42.301315 ], [ -71.114129, 42.301331 ], [ -71.114009, 42.301326 ], [ -71.113862, 42.301302 ], [ -71.113687, 42.301275 ], [ -71.113503, 42.301224 ], [ -71.113319, 42.301186 ], [ -71.113131, 42.30119 ], [ -71.112949, 42.301227 ], [ -71.112696, 42.30131 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048714, 42.32576 ], [ -71.048664, 42.326062 ], [ -71.048578, 42.326367 ], [ -71.048362, 42.326893 ], [ -71.047895, 42.32681 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048069, 42.32772 ], [ -71.047889, 42.327655 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047075, 42.328508 ], [ -71.046643, 42.32884 ], [ -71.045964, 42.329279 ], [ -71.045624, 42.32947 ], [ -71.045146, 42.329713 ], [ -71.044714, 42.329879 ], [ -71.04419, 42.330028 ], [ -71.043751, 42.330138 ], [ -71.043341, 42.330147 ], [ -71.041784, 42.33018 ], [ -71.041079, 42.330152 ], [ -71.040433, 42.330102 ], [ -71.039739, 42.330015 ], [ -71.038875, 42.329843 ], [ -71.038066, 42.329644 ], [ -71.037258, 42.329461 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048962, 42.325456 ], [ -71.048758, 42.325451 ], [ -71.048714, 42.32576 ], [ -71.048639, 42.325754 ], [ -71.04862, 42.325769 ], [ -71.048254, 42.325705 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.027695, 42.369836 ], [ -71.027712, 42.369907 ], [ -71.027724, 42.369979 ], [ -71.027729, 42.370052 ], [ -71.02767, 42.370063 ], [ -71.027613, 42.370079 ], [ -71.02756, 42.370101 ], [ -71.027511, 42.370128 ], [ -71.027467, 42.37016 ], [ -71.02743, 42.370196 ], [ -71.0274, 42.370235 ], [ -71.027378, 42.370277 ], [ -71.027363, 42.370321 ], [ -71.027372, 42.370367 ], [ -71.027388, 42.370411 ], [ -71.02741, 42.370454 ], [ -71.027437, 42.370495 ], [ -71.02747, 42.370534 ], [ -71.027553, 42.370632 ], [ -71.027642, 42.370728 ], [ -71.027737, 42.370821 ], [ -71.027837, 42.37091 ], [ -71.027942, 42.370996 ], [ -71.028069, 42.371085 ], [ -71.028199, 42.371171 ], [ -71.028275, 42.371228 ], [ -71.028346, 42.371288 ], [ -71.028414, 42.37135 ], [ -71.028477, 42.371415 ], [ -71.029133, 42.371986 ], [ -71.02921, 42.372054 ], [ -71.029294, 42.372119 ], [ -71.029383, 42.372178 ], [ -71.029456, 42.372245 ], [ -71.029521, 42.372316 ], [ -71.029579, 42.372391 ], [ -71.029628, 42.372468 ], [ -71.029664, 42.372526 ], [ -71.029705, 42.372582 ], [ -71.029751, 42.372635 ], [ -71.030177, 42.373137 ], [ -71.030215, 42.373175 ], [ -71.030259, 42.373209 ], [ -71.030308, 42.373239 ], [ -71.030362, 42.373265 ], [ -71.030419, 42.373286 ], [ -71.030479, 42.373302 ], [ -71.030542, 42.373312 ], [ -71.030463, 42.373412 ], [ -71.030389, 42.373514 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.028094, 42.369277 ], [ -71.027985, 42.369376 ], [ -71.027883, 42.369479 ], [ -71.027787, 42.369585 ], [ -71.027697, 42.369694 ], [ -71.027685, 42.369722 ], [ -71.027679, 42.36975 ], [ -71.027678, 42.369779 ], [ -71.027684, 42.369808 ], [ -71.027695, 42.369836 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.030542, 42.373312 ], [ -71.030613, 42.373318 ], [ -71.030685, 42.373317 ], [ -71.030757, 42.373311 ], [ -71.030827, 42.373299 ], [ -71.030895, 42.373281 ], [ -71.03096, 42.373257 ], [ -71.031021, 42.373229 ], [ -71.031077, 42.373195 ], [ -71.031128, 42.373158 ], [ -71.031663, 42.372638 ], [ -71.031756, 42.372581 ], [ -71.031855, 42.37253 ], [ -71.031959, 42.372485 ], [ -71.032068, 42.372445 ], [ -71.03218, 42.372412 ], [ -71.032296, 42.372386 ], [ -71.032406, 42.372367 ], [ -71.032517, 42.372353 ], [ -71.03263, 42.372346 ], [ -71.032704, 42.372338 ], [ -71.032775, 42.372323 ], [ -71.032844, 42.372302 ], [ -71.032909, 42.372275 ], [ -71.032968, 42.372242 ], [ -71.033022, 42.372203 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061911, 42.341831 ], [ -71.061483, 42.342633 ], [ -71.06135, 42.342823 ], [ -71.060964, 42.343544 ], [ -71.061108, 42.343606 ], [ -71.060933, 42.34388 ], [ -71.060901, 42.343928 ], [ -71.060642, 42.34386 ], [ -71.060422, 42.344209 ], [ -71.060419, 42.344209 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138729, 42.31281 ], [ -71.138543, 42.312719 ], [ -71.138459, 42.312731 ], [ -71.13801, 42.312221 ], [ -71.137856, 42.311823 ], [ -71.137723, 42.311723 ], [ -71.137289, 42.311518 ], [ -71.137066, 42.311534 ], [ -71.136943, 42.311509 ], [ -71.136626, 42.311475 ], [ -71.13652, 42.311413 ], [ -71.136431, 42.3113 ], [ -71.136579, 42.311087 ], [ -71.1366, 42.311057 ], [ -71.136769, 42.310714 ], [ -71.13706, 42.310623 ], [ -71.137389, 42.310629 ], [ -71.137645, 42.31072 ], [ -71.137924, 42.310705 ], [ -71.13813, 42.31078 ], [ -71.138442, 42.310839 ], [ -71.138185, 42.311309 ], [ -71.138177, 42.311323 ], [ -71.138182, 42.311448 ], [ -71.138182, 42.311459 ], [ -71.138142, 42.311629 ], [ -71.137856, 42.311823 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13959, 42.3109 ], [ -71.139497, 42.310855 ], [ -71.13888, 42.310846 ], [ -71.138442, 42.310839 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047637, 42.278113 ], [ -71.047472, 42.278183 ], [ -71.047307, 42.278182 ], [ -71.047186, 42.278148 ], [ -71.047094, 42.278083 ], [ -71.046721, 42.277845 ], [ -71.046497, 42.277679 ], [ -71.046187, 42.277472 ], [ -71.046058, 42.277381 ], [ -71.04584, 42.27727 ], [ -71.045585, 42.277158 ], [ -71.045317, 42.277078 ], [ -71.045069, 42.277031 ], [ -71.044923, 42.27702 ], [ -71.044814, 42.277037 ], [ -71.044688, 42.277075 ], [ -71.044278, 42.277254 ], [ -71.04412, 42.27732 ], [ -71.043849, 42.277456 ], [ -71.04378, 42.277506 ], [ -71.04367, 42.27761 ], [ -71.043539, 42.277775 ], [ -71.043429, 42.27794 ], [ -71.043261, 42.278237 ], [ -71.043234, 42.278374 ], [ -71.04321, 42.278526 ], [ -71.043245, 42.279001 ], [ -71.043246, 42.279129 ], [ -71.043193, 42.279331 ], [ -71.043136, 42.279586 ], [ -71.043192, 42.279883 ], [ -71.043298, 42.280046 ], [ -71.043449, 42.28019 ], [ -71.043587, 42.280255 ], [ -71.043763, 42.280304 ], [ -71.043953, 42.280336 ], [ -71.044232, 42.280346 ], [ -71.044259, 42.280475 ], [ -71.044331, 42.280609 ], [ -71.044341, 42.280663 ], [ -71.04426, 42.280914 ], [ -71.044144, 42.28116 ], [ -71.044019, 42.281178 ], [ -71.043874, 42.281162 ], [ -71.043615, 42.281125 ], [ -71.043225, 42.281033 ], [ -71.042705, 42.280859 ], [ -71.042556, 42.280831 ], [ -71.042414, 42.280848 ], [ -71.042276, 42.280901 ], [ -71.042168, 42.280978 ], [ -71.042102, 42.281109 ], [ -71.042086, 42.281357 ], [ -71.042029, 42.282084 ], [ -71.041922, 42.282494 ], [ -71.041841, 42.282742 ], [ -71.04185, 42.282889 ], [ -71.041863, 42.282991 ], [ -71.041937, 42.283251 ], [ -71.041999, 42.283362 ], [ -71.042133, 42.283508 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.015204, 42.330797 ], [ -71.015356, 42.330823 ], [ -71.015513, 42.330824 ], [ -71.015573, 42.330801 ], [ -71.015615, 42.330764 ], [ -71.015648, 42.330728 ], [ -71.015678, 42.330673 ], [ -71.015675, 42.330631 ], [ -71.015655, 42.330596 ], [ -71.015598, 42.330534 ], [ -71.015541, 42.330511 ], [ -71.015476, 42.330498 ], [ -71.015368, 42.33049 ], [ -71.015251, 42.330499 ], [ -71.01516, 42.330529 ], [ -71.015096, 42.330568 ], [ -71.015049, 42.33061 ], [ -71.015034, 42.330629 ], [ -71.01504, 42.330661 ], [ -71.015059, 42.330687 ], [ -71.015204, 42.330797 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.012046, 42.337166 ], [ -71.011884, 42.336822 ], [ -71.011867, 42.336619 ], [ -71.011859, 42.336408 ], [ -71.011913, 42.336261 ], [ -71.012182, 42.335695 ], [ -71.012314, 42.335427 ], [ -71.012339, 42.335302 ], [ -71.012321, 42.335113 ], [ -71.012413, 42.334788 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.013048, 42.338268 ], [ -71.012744, 42.337741 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042807, 42.350586 ], [ -71.042163, 42.350308 ], [ -71.040028, 42.353172 ], [ -71.03879, 42.352689 ], [ -71.040943, 42.349792 ], [ -71.03898, 42.349006 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "0" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050123, 42.379544 ], [ -71.049255, 42.379398 ], [ -71.048895, 42.379437 ], [ -71.048749, 42.379324 ], [ -71.048178, 42.379229 ], [ -71.048175, 42.379219 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.013048, 42.338268 ], [ -71.013267, 42.338708 ], [ -71.012513, 42.338997 ], [ -71.011616, 42.339144 ], [ -71.011361, 42.339185 ], [ -71.011115, 42.339213 ], [ -71.010447, 42.339181 ], [ -71.010332, 42.339164 ], [ -71.010231, 42.339129 ], [ -71.010168, 42.339195 ], [ -71.00993, 42.339319 ], [ -71.009576, 42.338925 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.015204, 42.330797 ], [ -71.015033, 42.331026 ], [ -71.014381, 42.331681 ], [ -71.014062, 42.332034 ], [ -71.01379, 42.332376 ], [ -71.013456, 42.332818 ], [ -71.013241, 42.333149 ], [ -71.012921, 42.333685 ], [ -71.012665, 42.334174 ], [ -71.012435, 42.33468 ], [ -71.012413, 42.334788 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.015678, 42.330673 ], [ -71.016214, 42.330728 ], [ -71.016984, 42.330846 ], [ -71.017576, 42.330974 ], [ -71.01813, 42.331113 ], [ -71.018506, 42.331252 ], [ -71.019013, 42.331443 ], [ -71.019528, 42.331668 ], [ -71.020196, 42.332002 ], [ -71.021689, 42.332868 ], [ -71.022627, 42.333367 ], [ -71.022667, 42.333388 ], [ -71.023237, 42.334136 ], [ -71.023585, 42.334711 ], [ -71.023711, 42.33519 ], [ -71.02368, 42.335796 ], [ -71.023461, 42.336337 ], [ -71.023035, 42.336871 ], [ -71.02258, 42.337259 ], [ -71.022517, 42.337263 ], [ -71.02184, 42.337691 ], [ -71.021682, 42.337776 ], [ -71.021489, 42.337895 ], [ -71.021033, 42.338102 ], [ -71.020427, 42.338322 ], [ -71.019951, 42.338448 ], [ -71.019575, 42.338511 ], [ -71.019016, 42.338587 ], [ -71.018481, 42.338635 ], [ -71.01743, 42.338691 ], [ -71.016476, 42.338719 ], [ -71.015725, 42.338716 ], [ -71.015018, 42.33866 ], [ -71.014524, 42.338329 ], [ -71.014445, 42.33829 ], [ -71.014382, 42.338281 ], [ -71.01424, 42.338281 ], [ -71.013564, 42.338279 ], [ -71.013353, 42.3383 ], [ -71.0132, 42.338287 ], [ -71.013048, 42.338268 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037636, 42.348461 ], [ -71.037225, 42.348291 ], [ -71.036546, 42.34924 ], [ -71.035833, 42.348961 ], [ -71.034823, 42.348538 ], [ -71.034031, 42.348232 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.012413, 42.334788 ], [ -71.012276, 42.335101 ], [ -71.012182, 42.335203 ], [ -71.012045, 42.33539 ], [ -71.01183, 42.335729 ], [ -71.011723, 42.335893 ], [ -71.011592, 42.336028 ], [ -71.01135, 42.336191 ], [ -71.011055, 42.336347 ], [ -71.010398, 42.336634 ], [ -71.010146, 42.33674 ], [ -71.00992, 42.336738 ], [ -71.009808, 42.336755 ], [ -71.00966, 42.336806 ], [ -71.009553, 42.336909 ], [ -71.009514, 42.337009 ], [ -71.009493, 42.337194 ], [ -71.00951, 42.337416 ], [ -71.009725, 42.338271 ], [ -71.009749, 42.338486 ], [ -71.009975, 42.338837 ], [ -71.010134, 42.339043 ], [ -71.010231, 42.339129 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "0" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048977, 42.377515 ], [ -71.049478, 42.377949 ], [ -71.049022, 42.378265 ], [ -71.048067, 42.378812 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.010374, 42.385276 ], [ -71.010413, 42.385264 ], [ -71.010344, 42.385143 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.011366, 42.383106 ], [ -71.011339, 42.382926 ], [ -71.011328, 42.382815 ], [ -71.011328, 42.382748 ], [ -71.01137, 42.382465 ], [ -71.011471, 42.381814 ], [ -71.011536, 42.381386 ], [ -71.011991, 42.381216 ], [ -71.012089, 42.381179 ], [ -71.012222, 42.381371 ], [ -71.012365, 42.381576 ], [ -71.012463, 42.381538 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.01045, 42.385433 ], [ -71.010374, 42.385276 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.010344, 42.385143 ], [ -71.010713, 42.385016 ], [ -71.010694, 42.384983 ], [ -71.010292, 42.385129 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.010292, 42.385129 ], [ -71.010012, 42.38471 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.010012, 42.38471 ], [ -71.009955, 42.384624 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.025546, 42.378643 ], [ -71.025441, 42.378741 ], [ -71.025372, 42.378815 ], [ -71.025302, 42.378892 ], [ -71.025176, 42.379001 ], [ -71.025074, 42.379068 ], [ -71.024945, 42.379124 ], [ -71.024879, 42.379176 ], [ -71.024841, 42.379249 ], [ -71.024833, 42.379302 ], [ -71.024828, 42.379377 ], [ -71.024793, 42.379444 ], [ -71.024809, 42.379541 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.011512, 42.382839 ], [ -71.011466, 42.382891 ], [ -71.011418, 42.382975 ], [ -71.011366, 42.383106 ], [ -71.011324, 42.383211 ], [ -71.011219, 42.383417 ], [ -71.011214, 42.383465 ], [ -71.011118, 42.383621 ], [ -71.011048, 42.383744 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.010524, 42.384148 ], [ -71.010406, 42.384301 ], [ -71.010289, 42.384424 ], [ -71.010165, 42.384539 ], [ -71.01011, 42.384584 ], [ -71.010052, 42.384607 ], [ -71.01001, 42.384609 ], [ -71.009981, 42.384612 ], [ -71.009955, 42.384624 ], [ -71.009923, 42.38464 ], [ -71.009899, 42.38466 ], [ -71.009873, 42.384673 ], [ -71.009774, 42.384706 ], [ -71.009647, 42.38474 ], [ -71.009173, 42.384858 ], [ -71.009102, 42.384869 ], [ -71.009025, 42.384876 ], [ -71.008961, 42.384876 ], [ -71.008919, 42.384869 ], [ -71.008888, 42.38486 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139339, 42.233593 ], [ -71.139257, 42.233667 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049109, 42.307987 ], [ -71.04571, 42.308746 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135297, 42.288252 ], [ -71.135423, 42.288215 ], [ -71.13552, 42.288183 ], [ -71.135621, 42.288144 ], [ -71.135723, 42.288088 ], [ -71.135798, 42.288056 ], [ -71.135831, 42.288029 ], [ -71.135863, 42.287969 ], [ -71.135895, 42.287886 ], [ -71.135938, 42.287802 ], [ -71.136018, 42.287739 ], [ -71.136061, 42.287667 ], [ -71.136072, 42.287612 ], [ -71.136067, 42.287556 ], [ -71.135943, 42.287274 ], [ -71.135809, 42.287005 ], [ -71.135761, 42.286926 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133764, 42.28728 ], [ -71.133884, 42.287219 ], [ -71.134071, 42.287124 ], [ -71.134211, 42.287068 ], [ -71.134361, 42.286997 ], [ -71.134452, 42.286969 ], [ -71.134586, 42.286957 ], [ -71.13479, 42.286953 ], [ -71.135146, 42.286934 ], [ -71.135364, 42.286929 ], [ -71.135434, 42.286926 ], [ -71.135546, 42.286921 ], [ -71.135761, 42.286926 ], [ -71.135847, 42.286917 ], [ -71.135992, 42.286902 ], [ -71.136228, 42.286886 ], [ -71.136474, 42.286886 ], [ -71.136603, 42.286897 ], [ -71.136716, 42.286925 ], [ -71.136917, 42.286935 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135117, 42.286304 ], [ -71.135133, 42.286683 ], [ -71.135141, 42.286935 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111301, 42.349164 ], [ -71.111228, 42.349493 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123482, 42.40446 ], [ -71.123089, 42.405063 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124535, 42.407433 ], [ -71.124378, 42.407651 ], [ -71.124365, 42.407671 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092782, 42.388187 ], [ -71.092467, 42.388631 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093611, 42.362981 ], [ -71.092424, 42.362887 ], [ -71.091648, 42.362819 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092466, 42.337639 ], [ -71.092539, 42.33767 ], [ -71.092635, 42.337688 ], [ -71.092707, 42.337674 ], [ -71.09277, 42.337642 ], [ -71.092819, 42.3376 ], [ -71.092848, 42.337557 ], [ -71.092877, 42.337478 ], [ -71.092911, 42.337396 ], [ -71.092931, 42.337361 ], [ -71.092965, 42.3373 ], [ -71.092985, 42.337243 ], [ -71.092966, 42.337189 ], [ -71.092913, 42.337153 ], [ -71.092849, 42.337116 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101002, 42.359492 ], [ -71.101872, 42.359041 ], [ -71.102361, 42.358803 ], [ -71.102642, 42.358644 ], [ -71.102781, 42.358543 ], [ -71.103142, 42.358187 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087383, 42.364034 ], [ -71.088675, 42.364579 ], [ -71.089329, 42.364807 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120098, 42.378979 ], [ -71.120206, 42.377988 ], [ -71.12019, 42.377701 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084212, 42.384563 ], [ -71.083412, 42.384348 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064917, 42.368894 ], [ -71.06476, 42.368776 ], [ -71.06462, 42.368685 ], [ -71.064413, 42.368614 ], [ -71.064055, 42.36848 ], [ -71.063447, 42.368284 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085157, 42.363095 ], [ -71.087155, 42.363938 ], [ -71.087383, 42.364034 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "McGrath Pe" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090158, 42.38818 ], [ -71.090075, 42.388315 ], [ -71.089318, 42.388061 ], [ -71.089399, 42.387929 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093175, 42.387361 ], [ -71.092488, 42.387143 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119683, 42.376737 ], [ -71.11977, 42.376873 ], [ -71.119891, 42.37721 ], [ -71.12001, 42.377546 ], [ -71.120058, 42.377743 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111523, 42.396664 ], [ -71.110886, 42.396426 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142312, 42.390178 ], [ -71.142247, 42.390232 ], [ -71.142227, 42.390252 ], [ -71.142214, 42.390273 ], [ -71.142204, 42.390301 ], [ -71.142175, 42.390343 ], [ -71.142108, 42.390424 ], [ -71.142036, 42.390501 ], [ -71.141953, 42.390581 ], [ -71.141908, 42.390619 ], [ -71.141866, 42.390653 ], [ -71.141824, 42.390677 ], [ -71.141796, 42.390697 ], [ -71.141772, 42.390723 ], [ -71.141745, 42.390761 ], [ -71.141706, 42.390818 ], [ -71.141673, 42.390869 ], [ -71.141641, 42.390925 ], [ -71.141595, 42.391004 ], [ -71.141563, 42.39107 ], [ -71.141528, 42.391141 ], [ -71.141472, 42.391285 ], [ -71.141435, 42.391389 ], [ -71.141401, 42.391495 ], [ -71.141346, 42.391683 ], [ -71.141258, 42.391958 ], [ -71.141043, 42.392633 ], [ -71.140946, 42.392959 ], [ -71.140825, 42.393341 ], [ -71.140711, 42.393739 ], [ -71.140703, 42.393782 ], [ -71.140696, 42.393824 ], [ -71.140696, 42.393862 ], [ -71.140695, 42.39393 ], [ -71.140699, 42.394009 ], [ -71.140713, 42.394075 ], [ -71.140725, 42.394129 ], [ -71.140734, 42.394158 ], [ -71.140746, 42.394189 ], [ -71.140764, 42.394224 ], [ -71.140781, 42.394246 ], [ -71.140807, 42.394268 ], [ -71.140861, 42.394303 ], [ -71.140973, 42.394363 ], [ -71.141097, 42.394427 ], [ -71.141236, 42.394499 ], [ -71.141317, 42.394538 ], [ -71.141357, 42.394565 ], [ -71.141378, 42.394586 ], [ -71.141377, 42.394667 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085231, 42.362999 ], [ -71.084684, 42.362765 ], [ -71.084383, 42.362626 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088465, 42.338154 ], [ -71.088432, 42.338263 ], [ -71.088418, 42.338368 ], [ -71.088501, 42.338487 ], [ -71.088564, 42.338592 ], [ -71.088441, 42.338759 ], [ -71.088607, 42.339026 ], [ -71.088887, 42.339389 ], [ -71.08918, 42.339771 ], [ -71.089405, 42.339682 ], [ -71.089598, 42.339971 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092516, 42.357024 ], [ -71.092353, 42.357074 ], [ -71.092283, 42.357062 ], [ -71.091462, 42.357344 ], [ -71.090859, 42.35755 ], [ -71.09017, 42.357773 ], [ -71.089515, 42.357991 ], [ -71.088837, 42.35821 ], [ -71.08828, 42.358402 ], [ -71.087619, 42.35862 ], [ -71.086964, 42.358839 ], [ -71.086407, 42.359022 ], [ -71.086118, 42.359116 ], [ -71.085787, 42.359229 ], [ -71.085234, 42.359411 ], [ -71.084736, 42.359575 ], [ -71.083873, 42.359868 ], [ -71.082911, 42.36019 ], [ -71.08226, 42.360408 ], [ -71.081847, 42.360543 ], [ -71.081844, 42.360575 ], [ -71.081724, 42.360603 ], [ -71.081567, 42.360627 ], [ -71.081422, 42.360646 ], [ -71.081263, 42.360658 ], [ -71.081087, 42.360669 ], [ -71.080944, 42.360668 ], [ -71.080796, 42.360667 ], [ -71.080605, 42.360666 ], [ -71.08049, 42.360664 ], [ -71.080305, 42.360662 ], [ -71.08013, 42.360659 ], [ -71.079927, 42.360658 ], [ -71.07977, 42.360658 ], [ -71.079642, 42.360667 ], [ -71.079495, 42.360688 ], [ -71.079373, 42.360715 ], [ -71.079227, 42.360761 ], [ -71.079058, 42.360836 ], [ -71.078943, 42.360904 ], [ -71.078856, 42.360963 ], [ -71.078758, 42.361039 ], [ -71.078683, 42.361111 ], [ -71.078608, 42.361191 ], [ -71.078556, 42.361276 ], [ -71.07851, 42.361357 ], [ -71.078475, 42.361429 ], [ -71.078451, 42.361514 ], [ -71.078434, 42.36162 ], [ -71.07839, 42.361883 ], [ -71.078382, 42.361963 ], [ -71.078359, 42.362111 ], [ -71.078333, 42.362264 ], [ -71.07829, 42.362447 ], [ -71.078261, 42.362561 ], [ -71.078226, 42.36268 ], [ -71.078231, 42.362748 ], [ -71.078228, 42.3628 ], [ -71.078217, 42.362827 ], [ -71.078194, 42.362847 ], [ -71.078145, 42.362874 ], [ -71.078119, 42.36289 ], [ -71.078093, 42.362901 ], [ -71.07806, 42.362899 ], [ -71.07803, 42.362895 ], [ -71.077987, 42.362898 ], [ -71.077938, 42.362909 ], [ -71.077915, 42.362922 ], [ -71.077896, 42.362944 ], [ -71.077876, 42.362961 ], [ -71.077854, 42.362985 ], [ -71.077655, 42.363201 ], [ -71.077366, 42.363497 ], [ -71.077106, 42.363769 ], [ -71.076968, 42.363915 ], [ -71.076749, 42.364139 ], [ -71.076443, 42.364465 ], [ -71.076128, 42.364789 ], [ -71.075877, 42.36505 ], [ -71.075515, 42.365426 ], [ -71.075389, 42.365553 ], [ -71.075279, 42.365669 ], [ -71.075058, 42.365903 ], [ -71.07489, 42.36609 ], [ -71.074534, 42.36645 ], [ -71.074394, 42.366595 ], [ -71.07424, 42.366756 ], [ -71.074157, 42.366841 ], [ -71.074083, 42.366917 ], [ -71.073932, 42.367085 ], [ -71.073877, 42.367166 ], [ -71.073849, 42.367251 ], [ -71.073832, 42.367329 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123294, 42.397041 ], [ -71.123265, 42.397109 ], [ -71.12219, 42.396831 ], [ -71.122259, 42.396706 ], [ -71.122078, 42.396652 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096284, 42.388304 ], [ -71.095676, 42.38813 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119909, 42.389174 ], [ -71.119796, 42.389022 ], [ -71.119668, 42.38876 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124179, 42.407977 ], [ -71.123873, 42.408462 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122731, 42.405581 ], [ -71.12242, 42.406029 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103953, 42.365561 ], [ -71.103734, 42.365417 ], [ -71.10318, 42.365071 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11322, 42.302325 ], [ -71.113576, 42.302059 ], [ -71.113593, 42.301927 ], [ -71.11362, 42.301875 ], [ -71.113662, 42.301792 ], [ -71.113646, 42.301691 ], [ -71.113658, 42.301363 ], [ -71.113675, 42.301271 ], [ -71.113731, 42.301103 ], [ -71.11382, 42.300958 ], [ -71.114144, 42.30107 ], [ -71.114232, 42.300916 ], [ -71.114608, 42.300997 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068303, 42.366675 ], [ -71.068491, 42.36659 ], [ -71.068524, 42.366562 ], [ -71.068627, 42.366473 ], [ -71.068696, 42.36641 ], [ -71.068862, 42.366298 ], [ -71.069049, 42.366134 ], [ -71.069272, 42.365941 ], [ -71.069403, 42.365824 ], [ -71.069451, 42.365782 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094012, 42.387612 ], [ -71.093785, 42.387545 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150221, 42.376215 ], [ -71.150444, 42.376936 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119673, 42.38905 ], [ -71.119737, 42.389161 ], [ -71.119802, 42.38924 ], [ -71.119955, 42.389427 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121574, 42.372654 ], [ -71.121624, 42.372603 ], [ -71.121756, 42.372443 ], [ -71.121879, 42.372286 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140442, 42.396174 ], [ -71.140105, 42.396168 ], [ -71.139993, 42.396014 ], [ -71.139944, 42.395988 ], [ -71.139885, 42.395977 ], [ -71.139804, 42.395974 ], [ -71.13971, 42.395973 ], [ -71.139593, 42.395973 ], [ -71.139426, 42.395969 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089351, 42.364739 ], [ -71.087449, 42.363946 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078197, 42.365195 ], [ -71.079857, 42.365412 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1185, 42.371939 ], [ -71.118209, 42.371828 ], [ -71.117856, 42.371698 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079979, 42.391273 ], [ -71.080032, 42.391361 ], [ -71.080089, 42.391457 ], [ -71.080146, 42.391589 ], [ -71.080178, 42.391687 ], [ -71.080195, 42.391755 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Forest Hil" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120509, 42.297842 ], [ -71.120427, 42.297721 ], [ -71.120309, 42.297715 ], [ -71.120177, 42.297761 ], [ -71.12008, 42.297874 ], [ -71.119917, 42.298042 ], [ -71.1198, 42.298157 ], [ -71.119721, 42.298368 ], [ -71.119577, 42.298661 ], [ -71.119479, 42.298752 ], [ -71.119388, 42.298823 ], [ -71.119291, 42.298909 ], [ -71.119131, 42.299008 ], [ -71.119026, 42.299141 ], [ -71.118933, 42.299245 ], [ -71.11881, 42.299283 ], [ -71.118674, 42.299282 ], [ -71.118531, 42.299258 ], [ -71.118409, 42.299214 ], [ -71.118299, 42.299166 ], [ -71.118241, 42.299098 ], [ -71.118125, 42.299031 ], [ -71.117983, 42.298958 ], [ -71.117841, 42.298905 ], [ -71.117699, 42.298851 ], [ -71.117552, 42.298797 ], [ -71.117414, 42.298765 ], [ -71.117296, 42.298744 ], [ -71.117144, 42.298728 ], [ -71.116977, 42.298733 ], [ -71.116797, 42.298789 ], [ -71.116191, 42.29925 ], [ -71.115996, 42.299404 ], [ -71.115779, 42.299508 ], [ -71.115598, 42.29957 ], [ -71.115345, 42.299651 ], [ -71.115138, 42.299698 ], [ -71.114924, 42.29964 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094915, 42.384089 ], [ -71.094567, 42.384595 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.177004, 42.281736 ], [ -71.17709, 42.281732 ], [ -71.177289, 42.281736 ], [ -71.177353, 42.281744 ], [ -71.177394, 42.281754 ], [ -71.177411, 42.281786 ], [ -71.177439, 42.281844 ], [ -71.177459, 42.281941 ], [ -71.177546, 42.282359 ], [ -71.177573, 42.282407 ], [ -71.177636, 42.282437 ], [ -71.177743, 42.282451 ], [ -71.177782, 42.282443 ], [ -71.177885, 42.282444 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079682, 42.361915 ], [ -71.080407, 42.361972 ], [ -71.080984, 42.36202 ], [ -71.081875, 42.362093 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079879, 42.365308 ], [ -71.07822, 42.365093 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117734, 42.364182 ], [ -71.117729, 42.364223 ], [ -71.117719, 42.364286 ], [ -71.117714, 42.364295 ], [ -71.117714, 42.364302 ], [ -71.117723, 42.364317 ], [ -71.117729, 42.364327 ], [ -71.11773, 42.364342 ], [ -71.117731, 42.364359 ], [ -71.117732, 42.364385 ], [ -71.117733, 42.36441 ], [ -71.117733, 42.364448 ], [ -71.117732, 42.364537 ], [ -71.117733, 42.364665 ], [ -71.11773, 42.364782 ], [ -71.117729, 42.364927 ], [ -71.117727, 42.365017 ], [ -71.117727, 42.365102 ], [ -71.117724, 42.365257 ], [ -71.117721, 42.365377 ], [ -71.117722, 42.365503 ], [ -71.117721, 42.365625 ], [ -71.117723, 42.365694 ], [ -71.117727, 42.365782 ], [ -71.117728, 42.36584 ], [ -71.117737, 42.365939 ], [ -71.117741, 42.366034 ], [ -71.117746, 42.366097 ], [ -71.117748, 42.366164 ], [ -71.117752, 42.366219 ], [ -71.11776, 42.366307 ], [ -71.117765, 42.366362 ], [ -71.117773, 42.366409 ], [ -71.117781, 42.366462 ], [ -71.117792, 42.366538 ], [ -71.117807, 42.366603 ], [ -71.117823, 42.366665 ], [ -71.117838, 42.366722 ], [ -71.117849, 42.366767 ], [ -71.117869, 42.36682 ], [ -71.117896, 42.36688 ], [ -71.117918, 42.366923 ], [ -71.117943, 42.366966 ], [ -71.117975, 42.367018 ], [ -71.118001, 42.367059 ], [ -71.11803, 42.367105 ], [ -71.118134, 42.367238 ], [ -71.118244, 42.367373 ], [ -71.118258, 42.367388 ], [ -71.118275, 42.367405 ], [ -71.118297, 42.367429 ], [ -71.118383, 42.367515 ], [ -71.118417, 42.367549 ], [ -71.118451, 42.367581 ], [ -71.118476, 42.367607 ], [ -71.118529, 42.367653 ], [ -71.118577, 42.367689 ], [ -71.118675, 42.36775 ], [ -71.118718, 42.367778 ], [ -71.118755, 42.367801 ], [ -71.118792, 42.367824 ], [ -71.118831, 42.367842 ], [ -71.118901, 42.367867 ], [ -71.118956, 42.367885 ], [ -71.119039, 42.367908 ], [ -71.119101, 42.36792 ], [ -71.119157, 42.367929 ], [ -71.119206, 42.367938 ], [ -71.1193, 42.367948 ], [ -71.11939, 42.367957 ], [ -71.119459, 42.367962 ], [ -71.119532, 42.367966 ], [ -71.119619, 42.367971 ], [ -71.119705, 42.367974 ], [ -71.119791, 42.36798 ], [ -71.119861, 42.367984 ], [ -71.119944, 42.36799 ], [ -71.120097, 42.367998 ], [ -71.120172, 42.368002 ], [ -71.120245, 42.368004 ], [ -71.12031, 42.368006 ], [ -71.120387, 42.368008 ], [ -71.120466, 42.368011 ], [ -71.120717, 42.368017 ], [ -71.120802, 42.36802 ], [ -71.120898, 42.368023 ], [ -71.121004, 42.368026 ], [ -71.121247, 42.368024 ], [ -71.12143, 42.368025 ], [ -71.121541, 42.368025 ], [ -71.121651, 42.368027 ], [ -71.121739, 42.368031 ], [ -71.121809, 42.368036 ], [ -71.12189, 42.368044 ], [ -71.121994, 42.368056 ], [ -71.122155, 42.368082 ], [ -71.122205, 42.368091 ], [ -71.122235, 42.368095 ], [ -71.12226, 42.368099 ], [ -71.122299, 42.368101 ], [ -71.122387, 42.368112 ], [ -71.122507, 42.36814 ], [ -71.122673, 42.368182 ], [ -71.122806, 42.368219 ], [ -71.122941, 42.368263 ], [ -71.123005, 42.368285 ], [ -71.123094, 42.368316 ], [ -71.123203, 42.36835 ], [ -71.123232, 42.368364 ], [ -71.123251, 42.368374 ], [ -71.123274, 42.368389 ], [ -71.123296, 42.368406 ], [ -71.123312, 42.368419 ], [ -71.123323, 42.368431 ], [ -71.123357, 42.368491 ], [ -71.123361, 42.368505 ], [ -71.123364, 42.368515 ], [ -71.123363, 42.368528 ], [ -71.123364, 42.368538 ], [ -71.123365, 42.368545 ], [ -71.123371, 42.36855 ], [ -71.123427, 42.368577 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132631, 42.389144 ], [ -71.132562, 42.389106 ], [ -71.132083, 42.389112 ], [ -71.132084, 42.38896 ], [ -71.131621, 42.388959 ], [ -71.131377, 42.38895 ], [ -71.131341, 42.388984 ], [ -71.131162, 42.388987 ], [ -71.131102, 42.389016 ], [ -71.130569, 42.389025 ], [ -71.13001, 42.389031 ], [ -71.129766, 42.389034 ], [ -71.129794, 42.389452 ], [ -71.129525, 42.389443 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fitchburg" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155172, 42.395979 ], [ -71.155302, 42.395979 ], [ -71.155742, 42.39598 ], [ -71.156191, 42.395989 ], [ -71.156553, 42.396004 ], [ -71.156943, 42.395998 ], [ -71.157256, 42.395999 ], [ -71.157481, 42.396 ], [ -71.158833, 42.396011 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117567, 42.398929 ], [ -71.116671, 42.398593 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123528, 42.368628 ], [ -71.12356, 42.368644 ], [ -71.123573, 42.368647 ], [ -71.123587, 42.368642 ], [ -71.123602, 42.368634 ], [ -71.123638, 42.368616 ], [ -71.123662, 42.368604 ], [ -71.123685, 42.368596 ], [ -71.12371, 42.368593 ], [ -71.123748, 42.368587 ], [ -71.123783, 42.368586 ], [ -71.12386, 42.368592 ], [ -71.123882, 42.368596 ], [ -71.123913, 42.368602 ], [ -71.124036, 42.36864 ], [ -71.124209, 42.368702 ], [ -71.124437, 42.368776 ], [ -71.124562, 42.368824 ], [ -71.124712, 42.368877 ], [ -71.124786, 42.368906 ], [ -71.12489, 42.368946 ], [ -71.124975, 42.368975 ], [ -71.125076, 42.369012 ], [ -71.125149, 42.369038 ], [ -71.125298, 42.369091 ], [ -71.125373, 42.36912 ], [ -71.125504, 42.369166 ], [ -71.125614, 42.369207 ], [ -71.125659, 42.369225 ], [ -71.125757, 42.369276 ], [ -71.125862, 42.369335 ], [ -71.125938, 42.369392 ], [ -71.126022, 42.369453 ], [ -71.126055, 42.369478 ], [ -71.126078, 42.369501 ], [ -71.126141, 42.369581 ], [ -71.12617, 42.369624 ], [ -71.126187, 42.369653 ], [ -71.126212, 42.369697 ], [ -71.126219, 42.369713 ], [ -71.126234, 42.369728 ], [ -71.126247, 42.369737 ], [ -71.126283, 42.369756 ], [ -71.126305, 42.369772 ], [ -71.126367, 42.369829 ], [ -71.126389, 42.369858 ], [ -71.126421, 42.369901 ], [ -71.12647, 42.369998 ], [ -71.126511, 42.370092 ], [ -71.126517, 42.370107 ], [ -71.126516, 42.370129 ], [ -71.126514, 42.370152 ], [ -71.126506, 42.370216 ], [ -71.126506, 42.370225 ], [ -71.126507, 42.37023 ], [ -71.126511, 42.370237 ], [ -71.126531, 42.370276 ], [ -71.126546, 42.370315 ], [ -71.126553, 42.370346 ], [ -71.126561, 42.370403 ], [ -71.126571, 42.370455 ], [ -71.12659, 42.370541 ], [ -71.126605, 42.37061 ], [ -71.126627, 42.370664 ], [ -71.126644, 42.370705 ], [ -71.126658, 42.370739 ], [ -71.126673, 42.3708 ], [ -71.126681, 42.370844 ], [ -71.126692, 42.370897 ], [ -71.126704, 42.370954 ], [ -71.126723, 42.37106 ], [ -71.126755, 42.37124 ], [ -71.126774, 42.371344 ], [ -71.126808, 42.371523 ], [ -71.12685, 42.371702 ], [ -71.126874, 42.371817 ], [ -71.126922, 42.371945 ], [ -71.126984, 42.37206 ], [ -71.12709, 42.372221 ], [ -71.127131, 42.372276 ], [ -71.127172, 42.372327 ], [ -71.127212, 42.372372 ], [ -71.127284, 42.372451 ], [ -71.127393, 42.372541 ], [ -71.127462, 42.372593 ], [ -71.127519, 42.372637 ], [ -71.127584, 42.372683 ], [ -71.127639, 42.37272 ], [ -71.12771, 42.372761 ], [ -71.127793, 42.372804 ], [ -71.127894, 42.372859 ], [ -71.127908, 42.372868 ], [ -71.127924, 42.372885 ], [ -71.127939, 42.372898 ], [ -71.128047, 42.372968 ], [ -71.128105, 42.373003 ], [ -71.128153, 42.373027 ], [ -71.128276, 42.373087 ], [ -71.128427, 42.37315 ], [ -71.128606, 42.37323 ], [ -71.128727, 42.373276 ], [ -71.128796, 42.373299 ], [ -71.128868, 42.373323 ], [ -71.128925, 42.373339 ], [ -71.129002, 42.373364 ], [ -71.129088, 42.373384 ], [ -71.129122, 42.37339 ], [ -71.12915, 42.373395 ], [ -71.129278, 42.373409 ], [ -71.129387, 42.37342 ], [ -71.129462, 42.373424 ], [ -71.129556, 42.373432 ], [ -71.129646, 42.373441 ], [ -71.129741, 42.373451 ], [ -71.129822, 42.373457 ], [ -71.129901, 42.37346 ], [ -71.130123, 42.373464 ], [ -71.130339, 42.37346 ], [ -71.130603, 42.373445 ], [ -71.130698, 42.373436 ], [ -71.13079, 42.373426 ], [ -71.130856, 42.373417 ], [ -71.130946, 42.373401 ], [ -71.131012, 42.373389 ], [ -71.131086, 42.373374 ], [ -71.131167, 42.373357 ], [ -71.131247, 42.373337 ], [ -71.131308, 42.373323 ], [ -71.13136, 42.373311 ], [ -71.131415, 42.3733 ], [ -71.13148, 42.373283 ], [ -71.131542, 42.373268 ], [ -71.131619, 42.373242 ], [ -71.131713, 42.373207 ], [ -71.1318, 42.373175 ], [ -71.131889, 42.373145 ], [ -71.132008, 42.373104 ], [ -71.132075, 42.373077 ], [ -71.132138, 42.373043 ], [ -71.132194, 42.373013 ], [ -71.132244, 42.372982 ], [ -71.132358, 42.372898 ], [ -71.132457, 42.372807 ], [ -71.132532, 42.372711 ], [ -71.13257, 42.372628 ], [ -71.132583, 42.372514 ], [ -71.132586, 42.372408 ], [ -71.132573, 42.372353 ], [ -71.132546, 42.372247 ], [ -71.132539, 42.372225 ], [ -71.13253, 42.372204 ], [ -71.132474, 42.372119 ], [ -71.132278, 42.371882 ], [ -71.13221, 42.371797 ], [ -71.132157, 42.37174 ], [ -71.132122, 42.371708 ], [ -71.132087, 42.371679 ], [ -71.13204, 42.37165 ], [ -71.131982, 42.371616 ], [ -71.131883, 42.371558 ], [ -71.13185, 42.371534 ], [ -71.131794, 42.371495 ], [ -71.131734, 42.371451 ], [ -71.131678, 42.371408 ], [ -71.131597, 42.371343 ], [ -71.131527, 42.371282 ], [ -71.131459, 42.371221 ], [ -71.131346, 42.371118 ], [ -71.13132, 42.371087 ], [ -71.131284, 42.371045 ], [ -71.131253, 42.371003 ], [ -71.131204, 42.370935 ], [ -71.131163, 42.370874 ], [ -71.131121, 42.370813 ], [ -71.131046, 42.370704 ], [ -71.131026, 42.37067 ], [ -71.130999, 42.370615 ], [ -71.130956, 42.370519 ], [ -71.130889, 42.370367 ], [ -71.13084, 42.370193 ], [ -71.130798, 42.370032 ], [ -71.130791, 42.369938 ], [ -71.130788, 42.369893 ], [ -71.130783, 42.369842 ], [ -71.130786, 42.369776 ], [ -71.130791, 42.369737 ], [ -71.130798, 42.369657 ], [ -71.130813, 42.36956 ], [ -71.130832, 42.36945 ], [ -71.130877, 42.369276 ], [ -71.130933, 42.36912 ], [ -71.130989, 42.369001 ], [ -71.131097, 42.368807 ], [ -71.131165, 42.368703 ], [ -71.131193, 42.368663 ], [ -71.13123, 42.368608 ], [ -71.13138, 42.368436 ], [ -71.131426, 42.368388 ], [ -71.131489, 42.368323 ], [ -71.131562, 42.368258 ], [ -71.131761, 42.368096 ], [ -71.131935, 42.367968 ], [ -71.132188, 42.367823 ], [ -71.132419, 42.367713 ], [ -71.132661, 42.367613 ], [ -71.132846, 42.367554 ], [ -71.133001, 42.367507 ], [ -71.133049, 42.367497 ], [ -71.133106, 42.367485 ], [ -71.133175, 42.367472 ], [ -71.133385, 42.367441 ], [ -71.133608, 42.367396 ], [ -71.133802, 42.367352 ], [ -71.133861, 42.367342 ], [ -71.133925, 42.367328 ], [ -71.133965, 42.367318 ], [ -71.134184, 42.36726 ], [ -71.134463, 42.367173 ], [ -71.134735, 42.367092 ], [ -71.134971, 42.367023 ], [ -71.135008, 42.367011 ], [ -71.135048, 42.366999 ], [ -71.135106, 42.366981 ], [ -71.135193, 42.366947 ], [ -71.135391, 42.366884 ], [ -71.135571, 42.366792 ], [ -71.135628, 42.366749 ], [ -71.135647, 42.366735 ], [ -71.135681, 42.366723 ], [ -71.135715, 42.366715 ], [ -71.135742, 42.366704 ], [ -71.135762, 42.366694 ], [ -71.135795, 42.366676 ], [ -71.135835, 42.366653 ], [ -71.135894, 42.36661 ], [ -71.135973, 42.366571 ], [ -71.136032, 42.366545 ], [ -71.13605, 42.366536 ], [ -71.136071, 42.36652 ], [ -71.136085, 42.366505 ], [ -71.136099, 42.366489 ], [ -71.136115, 42.366473 ], [ -71.136129, 42.366452 ], [ -71.136138, 42.366429 ], [ -71.136156, 42.366382 ], [ -71.136169, 42.366336 ], [ -71.136184, 42.366299 ], [ -71.136198, 42.366276 ], [ -71.136219, 42.366261 ], [ -71.136248, 42.36624 ], [ -71.136323, 42.366199 ], [ -71.13639, 42.366158 ], [ -71.136455, 42.366117 ], [ -71.136497, 42.366088 ], [ -71.136527, 42.366066 ], [ -71.136554, 42.366046 ], [ -71.1366, 42.366008 ], [ -71.136617, 42.365991 ], [ -71.136634, 42.365977 ], [ -71.136692, 42.365935 ], [ -71.136714, 42.365921 ], [ -71.136751, 42.365899 ], [ -71.136774, 42.365889 ], [ -71.136799, 42.365879 ], [ -71.13683, 42.365868 ], [ -71.136859, 42.365858 ], [ -71.136883, 42.36585 ], [ -71.136915, 42.365839 ], [ -71.136942, 42.365824 ], [ -71.136961, 42.36581 ], [ -71.136983, 42.365789 ], [ -71.137004, 42.365762 ], [ -71.137027, 42.365733 ], [ -71.137042, 42.365706 ], [ -71.137062, 42.365677 ], [ -71.137111, 42.365605 ], [ -71.13715, 42.365549 ], [ -71.137166, 42.365534 ], [ -71.137185, 42.365525 ], [ -71.137223, 42.365514 ], [ -71.137285, 42.365487 ], [ -71.137316, 42.365473 ], [ -71.137345, 42.365458 ], [ -71.137364, 42.365442 ], [ -71.137387, 42.365417 ], [ -71.137434, 42.365348 ], [ -71.137469, 42.365289 ], [ -71.137526, 42.365229 ], [ -71.137543, 42.365217 ], [ -71.137558, 42.365204 ], [ -71.137576, 42.36519 ], [ -71.137596, 42.365171 ], [ -71.137664, 42.365126 ], [ -71.137681, 42.365103 ], [ -71.137692, 42.365086 ], [ -71.137695, 42.365068 ], [ -71.137696, 42.365034 ], [ -71.137703, 42.364965 ], [ -71.137709, 42.364915 ], [ -71.137727, 42.36486 ], [ -71.137746, 42.364832 ], [ -71.137761, 42.364815 ], [ -71.137779, 42.364796 ], [ -71.137812, 42.364781 ], [ -71.137852, 42.36477 ], [ -71.137897, 42.364757 ], [ -71.137957, 42.364741 ], [ -71.138069, 42.364707 ], [ -71.138109, 42.364693 ], [ -71.138154, 42.364675 ], [ -71.138191, 42.364658 ], [ -71.138226, 42.36464 ], [ -71.138264, 42.364617 ], [ -71.138317, 42.364586 ], [ -71.138357, 42.364563 ], [ -71.138385, 42.364542 ], [ -71.138419, 42.36451 ], [ -71.138481, 42.364459 ], [ -71.138506, 42.364438 ], [ -71.13853, 42.364415 ], [ -71.138557, 42.364392 ], [ -71.138592, 42.36437 ], [ -71.138615, 42.364359 ], [ -71.138642, 42.364345 ], [ -71.138693, 42.364321 ], [ -71.138727, 42.36431 ], [ -71.138751, 42.364302 ], [ -71.138793, 42.364296 ], [ -71.138845, 42.364285 ], [ -71.138895, 42.364274 ], [ -71.138947, 42.364259 ], [ -71.138987, 42.364248 ], [ -71.139035, 42.364232 ], [ -71.139073, 42.364218 ], [ -71.139178, 42.364168 ], [ -71.139296, 42.364122 ], [ -71.139368, 42.364088 ], [ -71.139427, 42.36406 ], [ -71.139481, 42.364036 ], [ -71.139538, 42.364014 ], [ -71.139649, 42.363974 ], [ -71.139694, 42.363959 ], [ -71.139727, 42.36395 ], [ -71.139762, 42.363939 ], [ -71.139804, 42.36393 ], [ -71.139834, 42.363923 ], [ -71.139875, 42.363916 ], [ -71.139917, 42.363913 ], [ -71.139972, 42.363909 ], [ -71.14001, 42.363907 ], [ -71.140069, 42.363904 ], [ -71.140128, 42.363905 ], [ -71.140193, 42.363908 ], [ -71.140262, 42.363913 ], [ -71.14029, 42.363915 ], [ -71.140317, 42.363919 ], [ -71.140344, 42.363923 ], [ -71.14043, 42.363936 ], [ -71.140553, 42.363955 ], [ -71.140651, 42.363971 ], [ -71.140776, 42.363985 ], [ -71.14081, 42.363987 ], [ -71.140844, 42.363992 ], [ -71.140892, 42.363995 ], [ -71.140944, 42.363992 ], [ -71.141, 42.36398 ], [ -71.141053, 42.363969 ], [ -71.141154, 42.363936 ], [ -71.141202, 42.363919 ], [ -71.141249, 42.3639 ], [ -71.1413, 42.363876 ], [ -71.14135, 42.363853 ], [ -71.141407, 42.363823 ], [ -71.141459, 42.363794 ], [ -71.141507, 42.363775 ], [ -71.141554, 42.36376 ], [ -71.141597, 42.363756 ], [ -71.141645, 42.363755 ], [ -71.141702, 42.36376 ], [ -71.141751, 42.363772 ], [ -71.141807, 42.363795 ], [ -71.141863, 42.363823 ], [ -71.141908, 42.363866 ], [ -71.141929, 42.363897 ], [ -71.141934, 42.363919 ], [ -71.141936, 42.363942 ], [ -71.141955, 42.363988 ], [ -71.141985, 42.364043 ], [ -71.142028, 42.364103 ], [ -71.14207, 42.364162 ], [ -71.142123, 42.364234 ], [ -71.142179, 42.364305 ], [ -71.142217, 42.364347 ], [ -71.142254, 42.364379 ], [ -71.14229, 42.364409 ], [ -71.142347, 42.364435 ], [ -71.1424, 42.364447 ], [ -71.142459, 42.364448 ], [ -71.14255, 42.364434 ], [ -71.142645, 42.364412 ], [ -71.14275, 42.364371 ], [ -71.142843, 42.364326 ], [ -71.142884, 42.364294 ], [ -71.142929, 42.364261 ], [ -71.142959, 42.36423 ], [ -71.142983, 42.364196 ], [ -71.143012, 42.364162 ], [ -71.143049, 42.36412 ], [ -71.143108, 42.364056 ], [ -71.143134, 42.364022 ], [ -71.143163, 42.363975 ], [ -71.143193, 42.363934 ], [ -71.143216, 42.3639 ], [ -71.143245, 42.363868 ], [ -71.143291, 42.363821 ], [ -71.143373, 42.363734 ], [ -71.1434, 42.363709 ], [ -71.14343, 42.363682 ], [ -71.143465, 42.36365 ], [ -71.143521, 42.3636 ], [ -71.143567, 42.363556 ], [ -71.143627, 42.363494 ], [ -71.14366, 42.363462 ], [ -71.143698, 42.363427 ], [ -71.143732, 42.363398 ], [ -71.14375, 42.363381 ], [ -71.143768, 42.363364 ], [ -71.143803, 42.363339 ], [ -71.143831, 42.363321 ], [ -71.143864, 42.363302 ], [ -71.143915, 42.363277 ], [ -71.143963, 42.363261 ], [ -71.144015, 42.363245 ], [ -71.144073, 42.363231 ], [ -71.144126, 42.363221 ], [ -71.144191, 42.363211 ], [ -71.144253, 42.363202 ], [ -71.144309, 42.363193 ], [ -71.14436, 42.363184 ], [ -71.144403, 42.363176 ], [ -71.144455, 42.363164 ], [ -71.144507, 42.363156 ], [ -71.144555, 42.363145 ], [ -71.144617, 42.363135 ], [ -71.144711, 42.363128 ], [ -71.144788, 42.36313 ], [ -71.144852, 42.363143 ], [ -71.144903, 42.363135 ], [ -71.144947, 42.363109 ], [ -71.144971, 42.363062 ], [ -71.144971, 42.362998 ], [ -71.144971, 42.362934 ], [ -71.14497, 42.362867 ], [ -71.144976, 42.362843 ], [ -71.144986, 42.362823 ], [ -71.145009, 42.362811 ], [ -71.145035, 42.362798 ], [ -71.14509, 42.362767 ], [ -71.145149, 42.362734 ], [ -71.145197, 42.362707 ], [ -71.145244, 42.362679 ], [ -71.145285, 42.362653 ], [ -71.145344, 42.362619 ], [ -71.145416, 42.362567 ], [ -71.145507, 42.362504 ], [ -71.145586, 42.362453 ], [ -71.145648, 42.362411 ], [ -71.14572, 42.36236 ], [ -71.145775, 42.362319 ], [ -71.145836, 42.362278 ], [ -71.14589, 42.362239 ], [ -71.145938, 42.362206 ], [ -71.146116, 42.362079 ], [ -71.14627, 42.361969 ], [ -71.146424, 42.36186 ], [ -71.146553, 42.361769 ], [ -71.146579, 42.361754 ], [ -71.146602, 42.361748 ], [ -71.146612, 42.361746 ], [ -71.146623, 42.361743 ], [ -71.146632, 42.361735 ], [ -71.146678, 42.36169 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123873, 42.408462 ], [ -71.123537, 42.408931 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082465, 42.365625 ], [ -71.079879, 42.365308 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0908, 42.386618 ], [ -71.090635, 42.386566 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140935, 42.396183 ], [ -71.140442, 42.396174 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10937, 42.3473 ], [ -71.109289, 42.347709 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150982, 42.378677 ], [ -71.150913, 42.378648 ], [ -71.150848, 42.378645 ], [ -71.150502, 42.378877 ], [ -71.150221, 42.379066 ], [ -71.150011, 42.379196 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.180506, 42.28157 ], [ -71.180211, 42.281476 ], [ -71.179996, 42.281421 ], [ -71.179873, 42.281393 ], [ -71.179858, 42.281394 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087449, 42.363946 ], [ -71.085231, 42.362999 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115904, 42.398306 ], [ -71.115588, 42.398188 ], [ -71.115158, 42.398027 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145287, 42.381839 ], [ -71.145297, 42.381772 ], [ -71.145292, 42.381654 ], [ -71.145272, 42.381543 ], [ -71.145225, 42.381406 ], [ -71.145196, 42.381352 ], [ -71.14517, 42.381295 ], [ -71.145169, 42.381279 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112253, 42.396938 ], [ -71.111523, 42.396664 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141951, 42.387432 ], [ -71.141889, 42.38739 ], [ -71.141814, 42.387346 ], [ -71.141747, 42.3873 ], [ -71.141692, 42.387268 ], [ -71.141624, 42.387225 ], [ -71.141548, 42.38719 ], [ -71.141456, 42.387149 ], [ -71.141341, 42.387098 ], [ -71.141239, 42.387051 ], [ -71.141012, 42.38696 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094567, 42.384595 ], [ -71.094174, 42.385148 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119668, 42.38876 ], [ -71.119521, 42.388777 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07767, 42.386979 ], [ -71.077452, 42.387108 ], [ -71.077359, 42.387231 ], [ -71.077356, 42.387407 ], [ -71.077375, 42.387686 ], [ -71.077403, 42.387973 ], [ -71.077428, 42.388315 ], [ -71.077442, 42.38855 ], [ -71.077474, 42.388731 ], [ -71.077525, 42.3889 ], [ -71.077616, 42.389076 ], [ -71.077755, 42.389289 ], [ -71.077876, 42.389432 ], [ -71.078036, 42.389576 ], [ -71.078344, 42.389827 ], [ -71.07862, 42.390054 ], [ -71.07874, 42.390154 ], [ -71.07906, 42.390417 ], [ -71.079303, 42.390618 ], [ -71.079538, 42.390817 ], [ -71.079756, 42.390995 ], [ -71.079928, 42.391137 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.161048, 42.3587 ], [ -71.161101, 42.35865 ], [ -71.161111, 42.35863 ], [ -71.161125, 42.358605 ], [ -71.161147, 42.35857 ], [ -71.161174, 42.358544 ], [ -71.161203, 42.358524 ], [ -71.161236, 42.358501 ], [ -71.161341, 42.35844 ], [ -71.161514, 42.358349 ], [ -71.161757, 42.358231 ], [ -71.161837, 42.358199 ], [ -71.161929, 42.358167 ], [ -71.162043, 42.35813 ], [ -71.162142, 42.358103 ], [ -71.162206, 42.358092 ], [ -71.16227, 42.35808 ], [ -71.162344, 42.358072 ], [ -71.162506, 42.358055 ], [ -71.162597, 42.358048 ], [ -71.162682, 42.35804 ], [ -71.16279, 42.358034 ], [ -71.162918, 42.358028 ], [ -71.163046, 42.358023 ], [ -71.163166, 42.358019 ], [ -71.16397, 42.358017 ], [ -71.164835, 42.358029 ], [ -71.165756, 42.35804 ], [ -71.165991, 42.358036 ], [ -71.166031, 42.358037 ], [ -71.166068, 42.358039 ], [ -71.166097, 42.358049 ], [ -71.166235, 42.3581 ], [ -71.166264, 42.358108 ], [ -71.166296, 42.358107 ], [ -71.166351, 42.3581 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081312, 42.383777 ], [ -71.081195, 42.383744 ], [ -71.080764, 42.38363 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075657, 42.361614 ], [ -71.079162, 42.361876 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144484, 42.388773 ], [ -71.14446, 42.388819 ], [ -71.144455, 42.388828 ], [ -71.14444, 42.388828 ], [ -71.144425, 42.388822 ], [ -71.144316, 42.38879 ], [ -71.144133, 42.388744 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168276, 42.312386 ], [ -71.168274, 42.312377 ], [ -71.168272, 42.312358 ], [ -71.168248, 42.312209 ], [ -71.168216, 42.312005 ], [ -71.168194, 42.311908 ], [ -71.168181, 42.311849 ], [ -71.168194, 42.311765 ], [ -71.168213, 42.311536 ], [ -71.168261, 42.311066 ], [ -71.168291, 42.310822 ], [ -71.168307, 42.310675 ], [ -71.168304, 42.310596 ], [ -71.168296, 42.310552 ], [ -71.168267, 42.310477 ], [ -71.168237, 42.310445 ], [ -71.168192, 42.310398 ], [ -71.168125, 42.310352 ], [ -71.16806, 42.310316 ], [ -71.167974, 42.310259 ], [ -71.167945, 42.310231 ], [ -71.167923, 42.310207 ], [ -71.167918, 42.310162 ], [ -71.167913, 42.310049 ], [ -71.16791, 42.309989 ], [ -71.167915, 42.309942 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Minuteman" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143016, 42.396492 ], [ -71.143082, 42.396549 ], [ -71.143043, 42.396668 ], [ -71.143049, 42.396798 ], [ -71.143061, 42.396909 ], [ -71.143096, 42.39701 ], [ -71.14317, 42.397139 ], [ -71.143232, 42.397226 ], [ -71.143338, 42.397316 ], [ -71.143366, 42.397358 ], [ -71.143461, 42.39755 ], [ -71.14347, 42.397673 ], [ -71.143542, 42.397831 ], [ -71.143703, 42.397965 ], [ -71.143765, 42.398026 ], [ -71.143957, 42.398405 ], [ -71.144259, 42.399021 ], [ -71.144294, 42.399061 ], [ -71.14455, 42.399267 ], [ -71.144627, 42.399323 ], [ -71.144751, 42.399527 ], [ -71.144844, 42.399723 ], [ -71.144851, 42.399824 ], [ -71.144835, 42.399883 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132917, 42.41451 ], [ -71.13228, 42.414506 ], [ -71.132057, 42.414508 ], [ -71.131943, 42.414519 ], [ -71.131874, 42.414522 ], [ -71.131783, 42.414525 ], [ -71.131732, 42.414521 ], [ -71.131686, 42.414517 ], [ -71.131629, 42.414509 ], [ -71.131584, 42.414494 ], [ -71.131537, 42.414479 ], [ -71.131501, 42.414462 ], [ -71.131473, 42.414443 ], [ -71.131434, 42.41441 ], [ -71.131404, 42.414377 ], [ -71.131372, 42.414341 ], [ -71.131345, 42.414291 ], [ -71.131339, 42.414221 ], [ -71.131349, 42.413985 ], [ -71.131365, 42.413664 ], [ -71.131365, 42.413382 ], [ -71.131334, 42.413121 ], [ -71.131263, 42.412876 ], [ -71.131217, 42.412718 ], [ -71.13114, 42.412499 ], [ -71.1311, 42.412278 ], [ -71.131073, 42.412019 ], [ -71.131072, 42.411713 ], [ -71.1311, 42.411156 ], [ -71.131098, 42.411083 ], [ -71.131044, 42.410708 ], [ -71.130934, 42.410352 ], [ -71.130893, 42.410235 ], [ -71.130746, 42.409806 ], [ -71.130697, 42.409643 ], [ -71.130675, 42.409497 ], [ -71.130678, 42.409334 ], [ -71.130705, 42.409193 ], [ -71.130862, 42.408939 ], [ -71.131037, 42.408725 ], [ -71.131228, 42.408551 ], [ -71.131474, 42.408393 ], [ -71.131969, 42.408158 ], [ -71.132372, 42.407953 ], [ -71.132579, 42.407834 ], [ -71.132769, 42.407709 ], [ -71.13293, 42.407599 ], [ -71.133149, 42.40745 ], [ -71.133297, 42.407317 ], [ -71.133426, 42.40719 ], [ -71.133643, 42.406945 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09917, 42.34053 ], [ -71.099188, 42.34053 ], [ -71.099229, 42.340535 ], [ -71.099271, 42.340544 ], [ -71.099317, 42.340554 ], [ -71.099398, 42.340571 ], [ -71.099477, 42.340591 ], [ -71.099533, 42.340611 ], [ -71.099576, 42.340626 ], [ -71.099615, 42.340642 ], [ -71.099676, 42.340667 ], [ -71.099737, 42.340692 ], [ -71.099757, 42.340697 ], [ -71.099779, 42.340698 ], [ -71.09981, 42.340696 ], [ -71.099857, 42.340693 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081826, 42.383926 ], [ -71.081312, 42.383777 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146836, 42.361536 ], [ -71.14684, 42.361532 ], [ -71.146853, 42.361517 ], [ -71.146856, 42.361512 ], [ -71.146858, 42.361503 ], [ -71.146861, 42.361486 ], [ -71.146866, 42.361476 ], [ -71.146883, 42.361461 ], [ -71.146915, 42.361437 ], [ -71.146964, 42.3614 ], [ -71.147026, 42.361359 ], [ -71.147175, 42.361267 ], [ -71.147293, 42.36119 ], [ -71.147442, 42.361112 ], [ -71.147608, 42.361025 ], [ -71.147678, 42.360987 ], [ -71.14775, 42.360952 ], [ -71.14781, 42.360928 ], [ -71.147872, 42.360902 ], [ -71.147938, 42.36088 ], [ -71.14801, 42.360856 ], [ -71.14807, 42.360836 ], [ -71.148151, 42.360814 ], [ -71.148252, 42.360789 ], [ -71.148356, 42.360764 ], [ -71.148437, 42.360745 ], [ -71.148532, 42.360726 ], [ -71.148781, 42.360678 ], [ -71.148893, 42.360656 ], [ -71.148994, 42.360636 ], [ -71.149092, 42.360617 ], [ -71.149201, 42.360597 ], [ -71.149498, 42.36055 ], [ -71.149644, 42.36053 ], [ -71.149775, 42.360515 ], [ -71.149919, 42.3605 ], [ -71.150024, 42.360493 ], [ -71.150258, 42.360475 ], [ -71.15046, 42.360452 ], [ -71.150585, 42.36044 ], [ -71.150735, 42.360424 ], [ -71.150976, 42.360398 ], [ -71.151138, 42.360378 ], [ -71.151278, 42.36036 ], [ -71.151387, 42.360343 ], [ -71.1515, 42.360325 ], [ -71.151613, 42.360305 ], [ -71.15174, 42.360281 ], [ -71.151887, 42.360255 ], [ -71.151952, 42.360244 ], [ -71.152005, 42.360234 ], [ -71.152059, 42.360223 ], [ -71.152114, 42.360211 ], [ -71.152158, 42.360203 ], [ -71.152204, 42.360195 ], [ -71.15225, 42.36019 ], [ -71.152304, 42.360179 ], [ -71.152345, 42.360171 ], [ -71.152404, 42.360153 ], [ -71.152466, 42.360133 ], [ -71.152515, 42.360116 ], [ -71.152572, 42.360094 ], [ -71.15261, 42.360079 ], [ -71.152649, 42.360064 ], [ -71.15271, 42.360041 ], [ -71.152767, 42.360019 ], [ -71.152794, 42.360005 ], [ -71.152819, 42.35999 ], [ -71.152849, 42.35997 ], [ -71.152885, 42.359946 ], [ -71.152921, 42.359923 ], [ -71.15295, 42.359905 ], [ -71.152975, 42.359888 ], [ -71.153012, 42.359867 ], [ -71.153038, 42.359851 ], [ -71.153067, 42.359833 ], [ -71.153108, 42.35981 ], [ -71.153146, 42.359793 ], [ -71.153186, 42.359769 ], [ -71.15324, 42.359747 ], [ -71.153304, 42.359716 ], [ -71.153364, 42.359691 ], [ -71.153434, 42.359666 ], [ -71.15351, 42.35964 ], [ -71.153607, 42.359611 ], [ -71.153695, 42.35958 ], [ -71.153789, 42.359547 ], [ -71.153898, 42.359509 ], [ -71.154084, 42.359441 ], [ -71.154245, 42.3594 ], [ -71.154407, 42.359357 ], [ -71.15458, 42.35932 ], [ -71.154777, 42.359292 ], [ -71.154893, 42.35928 ], [ -71.154911, 42.359276 ], [ -71.154923, 42.35927 ], [ -71.154942, 42.359257 ], [ -71.154968, 42.359252 ], [ -71.155011, 42.359245 ], [ -71.155059, 42.359241 ], [ -71.155116, 42.359242 ], [ -71.155161, 42.359243 ], [ -71.155207, 42.359243 ], [ -71.155256, 42.359246 ], [ -71.155305, 42.359248 ], [ -71.155352, 42.359252 ], [ -71.155402, 42.359251 ], [ -71.155456, 42.359247 ], [ -71.155505, 42.359237 ], [ -71.155549, 42.359228 ], [ -71.155598, 42.359213 ], [ -71.155653, 42.359202 ], [ -71.15572, 42.359194 ], [ -71.155785, 42.359189 ], [ -71.155846, 42.359187 ], [ -71.155898, 42.359187 ], [ -71.155945, 42.359192 ], [ -71.156002, 42.359199 ], [ -71.156088, 42.359213 ], [ -71.156165, 42.359236 ], [ -71.156249, 42.359246 ], [ -71.15636, 42.359246 ], [ -71.156413, 42.359243 ], [ -71.156467, 42.359233 ], [ -71.156546, 42.359214 ], [ -71.156596, 42.359196 ], [ -71.156634, 42.359183 ], [ -71.156713, 42.359174 ], [ -71.156868, 42.359163 ], [ -71.156968, 42.35916 ], [ -71.157074, 42.359155 ], [ -71.157176, 42.359149 ], [ -71.157274, 42.359145 ], [ -71.157406, 42.359142 ], [ -71.157547, 42.359139 ], [ -71.157684, 42.35914 ], [ -71.157838, 42.359145 ], [ -71.157949, 42.359145 ], [ -71.158073, 42.359146 ], [ -71.158231, 42.359167 ], [ -71.158284, 42.359178 ], [ -71.158336, 42.35919 ], [ -71.158404, 42.359208 ], [ -71.158487, 42.359225 ], [ -71.158599, 42.359235 ], [ -71.158687, 42.359235 ], [ -71.158752, 42.359235 ], [ -71.158932, 42.35924 ], [ -71.159173, 42.35925 ], [ -71.159352, 42.35925 ], [ -71.159506, 42.359246 ], [ -71.15962, 42.359235 ], [ -71.159654, 42.35923 ], [ -71.159689, 42.359224 ], [ -71.159725, 42.359215 ], [ -71.159803, 42.359195 ], [ -71.159897, 42.35917 ], [ -71.159999, 42.359143 ], [ -71.160093, 42.359125 ], [ -71.160159, 42.359108 ], [ -71.160223, 42.359093 ], [ -71.16029, 42.359078 ], [ -71.16041, 42.359043 ], [ -71.160508, 42.359004 ], [ -71.160558, 42.358973 ], [ -71.160605, 42.358934 ], [ -71.160677, 42.358901 ], [ -71.160763, 42.358874 ], [ -71.160862, 42.358851 ], [ -71.160907, 42.358845 ], [ -71.160926, 42.358841 ], [ -71.160942, 42.358826 ], [ -71.160961, 42.358802 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Community" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071804, 42.371004 ], [ -71.071855, 42.371024 ], [ -71.071922, 42.371023 ], [ -71.071965, 42.371012 ], [ -71.072027, 42.370986 ], [ -71.072083, 42.370966 ], [ -71.072139, 42.370958 ], [ -71.072209, 42.370964 ], [ -71.072735, 42.371069 ], [ -71.072977, 42.371127 ], [ -71.073, 42.371132 ], [ -71.073496, 42.371246 ], [ -71.073871, 42.371326 ], [ -71.073963, 42.371345 ], [ -71.074143, 42.371383 ], [ -71.074698, 42.371498 ], [ -71.07481, 42.371525 ], [ -71.07517, 42.371613 ], [ -71.075253, 42.371641 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113433, 42.399029 ], [ -71.112711, 42.400092 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.011048, 42.383744 ], [ -71.010938, 42.383857 ], [ -71.010831, 42.383942 ], [ -71.010691, 42.384017 ], [ -71.010524, 42.384148 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086034, 42.366087 ], [ -71.085139, 42.365974 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083393, 42.362049 ], [ -71.083152, 42.36202 ], [ -71.082484, 42.361972 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13217, 42.38151 ], [ -71.132028, 42.381288 ], [ -71.131997, 42.381194 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091471, 42.34331 ], [ -71.091465, 42.343367 ], [ -71.091459, 42.343371 ], [ -71.09145, 42.343377 ], [ -71.091432, 42.343385 ], [ -71.091415, 42.343394 ], [ -71.091399, 42.343407 ], [ -71.091334, 42.343503 ], [ -71.091243, 42.343597 ], [ -71.091106, 42.343736 ], [ -71.091052, 42.343791 ], [ -71.09097, 42.343895 ], [ -71.090923, 42.344023 ], [ -71.09089, 42.344105 ], [ -71.090869, 42.344199 ], [ -71.090867, 42.344223 ], [ -71.090865, 42.344262 ], [ -71.090868, 42.344334 ], [ -71.090867, 42.344421 ], [ -71.090885, 42.344538 ], [ -71.09089, 42.344609 ], [ -71.090895, 42.344693 ], [ -71.090893, 42.344772 ], [ -71.090869, 42.34488 ], [ -71.09085, 42.344962 ], [ -71.090831, 42.345024 ], [ -71.090805, 42.345113 ], [ -71.090781, 42.345195 ], [ -71.090764, 42.345252 ], [ -71.090755, 42.34529 ], [ -71.09075, 42.345319 ], [ -71.090748, 42.345352 ], [ -71.090743, 42.345396 ], [ -71.090738, 42.345446 ], [ -71.090738, 42.345473 ], [ -71.09074, 42.345508 ], [ -71.090747, 42.345576 ], [ -71.090752, 42.345625 ], [ -71.090754, 42.345646 ], [ -71.090778, 42.345736 ], [ -71.090812, 42.345855 ], [ -71.09085, 42.345974 ], [ -71.090869, 42.34604 ], [ -71.090885, 42.34609 ], [ -71.090902, 42.346147 ], [ -71.090926, 42.346208 ], [ -71.090937, 42.346228 ], [ -71.090948, 42.346243 ], [ -71.090964, 42.346262 ], [ -71.091006, 42.346299 ], [ -71.091026, 42.346314 ], [ -71.091067, 42.346334 ], [ -71.09112, 42.346358 ], [ -71.091161, 42.346373 ], [ -71.091199, 42.346383 ], [ -71.09124, 42.346389 ], [ -71.091282, 42.346394 ], [ -71.091324, 42.346399 ], [ -71.091356, 42.346405 ], [ -71.091383, 42.346413 ], [ -71.091428, 42.34643 ], [ -71.091476, 42.34645 ], [ -71.091529, 42.346469 ], [ -71.091663, 42.346526 ], [ -71.091736, 42.346551 ], [ -71.091838, 42.346582 ], [ -71.091914, 42.346598 ], [ -71.092021, 42.34662 ], [ -71.092092, 42.346629 ], [ -71.092173, 42.346639 ], [ -71.09225, 42.346645 ], [ -71.092344, 42.346651 ], [ -71.092426, 42.346648 ], [ -71.092525, 42.346644 ], [ -71.092647, 42.346638 ], [ -71.09269, 42.346633 ], [ -71.092743, 42.346624 ], [ -71.092786, 42.346615 ], [ -71.092842, 42.346603 ], [ -71.092996, 42.346555 ], [ -71.093035, 42.34654 ], [ -71.093068, 42.346522 ], [ -71.093098, 42.346502 ], [ -71.093135, 42.346478 ], [ -71.093168, 42.346453 ], [ -71.093205, 42.346423 ], [ -71.093341, 42.34631 ], [ -71.09346, 42.346189 ], [ -71.093614, 42.346047 ], [ -71.093711, 42.345961 ], [ -71.093788, 42.345888 ], [ -71.093879, 42.34581 ], [ -71.093962, 42.345728 ], [ -71.094022, 42.345665 ], [ -71.094093, 42.345594 ], [ -71.094158, 42.345518 ], [ -71.094188, 42.345487 ], [ -71.094215, 42.345446 ], [ -71.094265, 42.345367 ], [ -71.09429, 42.345321 ], [ -71.094316, 42.345259 ], [ -71.094381, 42.345098 ], [ -71.09443, 42.344972 ], [ -71.094448, 42.344925 ], [ -71.094485, 42.34481 ], [ -71.094504, 42.344763 ], [ -71.094528, 42.344669 ], [ -71.094561, 42.34452 ], [ -71.094574, 42.344451 ], [ -71.094585, 42.344367 ], [ -71.094594, 42.344186 ], [ -71.094593, 42.344123 ], [ -71.094591, 42.344066 ], [ -71.094593, 42.344031 ], [ -71.094588, 42.343961 ], [ -71.094585, 42.343912 ], [ -71.094581, 42.343869 ], [ -71.094564, 42.343779 ], [ -71.094549, 42.34372 ], [ -71.094536, 42.343666 ], [ -71.094514, 42.343589 ], [ -71.094475, 42.343428 ], [ -71.094434, 42.343271 ], [ -71.094433, 42.343255 ], [ -71.094438, 42.343232 ], [ -71.094448, 42.343212 ], [ -71.094456, 42.343192 ], [ -71.094467, 42.343171 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119345, 42.388169 ], [ -71.119376, 42.388281 ], [ -71.119392, 42.388343 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115309, 42.396283 ], [ -71.114913, 42.39686 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086661, 42.366168 ], [ -71.086034, 42.366087 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140861, 42.383349 ], [ -71.141065, 42.383925 ], [ -71.141152, 42.384172 ], [ -71.141151, 42.384221 ], [ -71.141136, 42.38427 ], [ -71.141087, 42.384326 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115721, 42.395683 ], [ -71.115602, 42.395856 ], [ -71.115309, 42.396283 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119392, 42.388343 ], [ -71.119407, 42.388398 ], [ -71.119414, 42.388423 ], [ -71.11942, 42.388443 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089475, 42.364816 ], [ -71.089672, 42.364054 ], [ -71.089765, 42.363715 ], [ -71.089788, 42.363551 ], [ -71.089813, 42.363367 ], [ -71.089962, 42.362814 ], [ -71.089932, 42.362723 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12242, 42.406029 ], [ -71.122223, 42.406303 ], [ -71.12192, 42.406724 ], [ -71.121908, 42.406741 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091859, 42.389502 ], [ -71.091458, 42.390022 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12911, 42.41411 ], [ -71.129297, 42.414202 ], [ -71.129401, 42.414242 ], [ -71.129762, 42.414418 ], [ -71.129911, 42.414503 ], [ -71.129986, 42.414546 ], [ -71.130042, 42.414599 ], [ -71.130081, 42.41465 ], [ -71.130121, 42.414686 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091956, 42.389349 ], [ -71.091859, 42.389502 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091568, 42.338754 ], [ -71.091232, 42.338633 ], [ -71.091083, 42.338563 ], [ -71.091004, 42.338479 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126457, 42.242921 ], [ -71.126572, 42.24293 ], [ -71.126697, 42.24293 ], [ -71.126851, 42.242924 ], [ -71.127016, 42.242911 ], [ -71.127159, 42.242912 ], [ -71.127336, 42.24292 ], [ -71.127437, 42.242925 ], [ -71.127527, 42.242932 ], [ -71.127559, 42.242944 ], [ -71.127563, 42.242949 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137883, 42.395204 ], [ -71.137895, 42.395265 ], [ -71.137897, 42.39534 ], [ -71.137897, 42.395401 ], [ -71.137797, 42.395404 ], [ -71.137746, 42.395418 ], [ -71.137712, 42.395431 ], [ -71.137688, 42.395453 ], [ -71.137683, 42.395483 ], [ -71.137677, 42.395737 ], [ -71.137667, 42.395737 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090477, 42.38652 ], [ -71.089936, 42.38635 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09268, 42.357369 ], [ -71.092516, 42.357024 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088937, 42.386036 ], [ -71.088617, 42.385935 ], [ -71.087838, 42.385692 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109289, 42.347709 ], [ -71.10921, 42.34811 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07918, 42.36172 ], [ -71.075712, 42.36146 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157229, 42.390877 ], [ -71.156806, 42.39083 ], [ -71.15644, 42.390787 ], [ -71.156278, 42.390773 ], [ -71.156101, 42.390764 ], [ -71.155953, 42.390753 ], [ -71.155804, 42.390737 ], [ -71.155604, 42.390717 ], [ -71.155425, 42.390697 ], [ -71.154318, 42.390556 ], [ -71.154005, 42.390548 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121668, 42.407087 ], [ -71.121484, 42.407356 ], [ -71.121258, 42.407702 ], [ -71.121086, 42.407961 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.179858, 42.281394 ], [ -71.179792, 42.281397 ], [ -71.179664, 42.281393 ], [ -71.179524, 42.281385 ], [ -71.179401, 42.281373 ], [ -71.179197, 42.281381 ], [ -71.179074, 42.281393 ], [ -71.17888, 42.281425 ], [ -71.178602, 42.281484 ], [ -71.178441, 42.281516 ], [ -71.178349, 42.28154 ], [ -71.178247, 42.28158 ], [ -71.178188, 42.281615 ], [ -71.178117, 42.281667 ], [ -71.17806, 42.281711 ], [ -71.177995, 42.281766 ], [ -71.177927, 42.281836 ], [ -71.177899, 42.281901 ], [ -71.177883, 42.281941 ], [ -71.177888, 42.282191 ], [ -71.177889, 42.282665 ], [ -71.177895, 42.28278 ], [ -71.177931, 42.282873 ], [ -71.178007, 42.283022 ], [ -71.178103, 42.283135 ], [ -71.178206, 42.283225 ], [ -71.178313, 42.283288 ], [ -71.178426, 42.283344 ], [ -71.178603, 42.283396 ], [ -71.178614, 42.283399 ], [ -71.178689, 42.283411 ], [ -71.178805, 42.283417 ], [ -71.178968, 42.283435 ], [ -71.179186, 42.283449 ], [ -71.179304, 42.283469 ], [ -71.179472, 42.283487 ], [ -71.179578, 42.283505 ], [ -71.179686, 42.28355 ], [ -71.179804, 42.283602 ], [ -71.17998, 42.283703 ], [ -71.18012, 42.283782 ], [ -71.180243, 42.283862 ], [ -71.180415, 42.283945 ], [ -71.180511, 42.283989 ], [ -71.180613, 42.284024 ], [ -71.180769, 42.284048 ], [ -71.180961, 42.284051 ], [ -71.181139, 42.284016 ], [ -71.181262, 42.283987 ], [ -71.181392, 42.283955 ], [ -71.181632, 42.283917 ], [ -71.181874, 42.28387 ], [ -71.181949, 42.28385 ], [ -71.182131, 42.283794 ], [ -71.182363, 42.283709 ], [ -71.182578, 42.28363 ], [ -71.182916, 42.283487 ], [ -71.18321, 42.283369 ], [ -71.18373, 42.28312 ], [ -71.183896, 42.283048 ], [ -71.184079, 42.282969 ], [ -71.184175, 42.282933 ], [ -71.184244, 42.282917 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138945, 42.389963 ], [ -71.138654, 42.3899 ], [ -71.138211, 42.389805 ], [ -71.137822, 42.389676 ], [ -71.137614, 42.38958 ], [ -71.137409, 42.389414 ], [ -71.137269, 42.38925 ], [ -71.137167, 42.389052 ], [ -71.137049, 42.388795 ], [ -71.136877, 42.388623 ], [ -71.136639, 42.388486 ], [ -71.136449, 42.388422 ], [ -71.136191, 42.388405 ], [ -71.136019, 42.388421 ], [ -71.135841, 42.388448 ], [ -71.135738, 42.388458 ], [ -71.135631, 42.388468 ], [ -71.135534, 42.388466 ], [ -71.135429, 42.388454 ], [ -71.135039, 42.388414 ], [ -71.134743, 42.388429 ], [ -71.134458, 42.388493 ], [ -71.134189, 42.388579 ], [ -71.134049, 42.388622 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12274, 42.39119 ], [ -71.122846, 42.391241 ], [ -71.123213, 42.391397 ], [ -71.123237, 42.391412 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073832, 42.367329 ], [ -71.073826, 42.367357 ], [ -71.073825, 42.367472 ], [ -71.073847, 42.367566 ], [ -71.073905, 42.367682 ], [ -71.073992, 42.367768 ], [ -71.074044, 42.367832 ], [ -71.074081, 42.367893 ], [ -71.074113, 42.367975 ], [ -71.074111, 42.368029 ], [ -71.074097, 42.368077 ], [ -71.074072, 42.368113 ], [ -71.074025, 42.368165 ], [ -71.073972, 42.368209 ], [ -71.073942, 42.368232 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082374, 42.365731 ], [ -71.084414, 42.365999 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141377, 42.394764 ], [ -71.14209, 42.394726 ], [ -71.142291, 42.394734 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145998, 42.389162 ], [ -71.145617, 42.389089 ], [ -71.145075, 42.388937 ], [ -71.144484, 42.388773 ], [ -71.144134, 42.38868 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079162, 42.361876 ], [ -71.079682, 42.361915 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12255, 42.39651 ], [ -71.122757, 42.396819 ], [ -71.122982, 42.397087 ], [ -71.123089, 42.397214 ], [ -71.123451, 42.397642 ], [ -71.123504, 42.397709 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126848, 42.418302 ], [ -71.126861, 42.41823 ], [ -71.126898, 42.418101 ], [ -71.12693, 42.418048 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093347, 42.386897 ], [ -71.093175, 42.387361 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133049, 42.381416 ], [ -71.132663, 42.381386 ], [ -71.13244, 42.381398 ], [ -71.13217, 42.38151 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119521, 42.388777 ], [ -71.119616, 42.388954 ], [ -71.119673, 42.38905 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092197, 42.387041 ], [ -71.092005, 42.386983 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084312, 42.362713 ], [ -71.084508, 42.362813 ], [ -71.085157, 42.363095 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152767, 42.390381 ], [ -71.152653, 42.390365 ], [ -71.151707, 42.390254 ], [ -71.1512, 42.390182 ], [ -71.150641, 42.390103 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088463, 42.338153 ], [ -71.088586, 42.338085 ], [ -71.088687, 42.338042 ], [ -71.088779, 42.338021 ], [ -71.088962, 42.337972 ], [ -71.089098, 42.337912 ], [ -71.08919, 42.337855 ], [ -71.089262, 42.337784 ], [ -71.089316, 42.337702 ], [ -71.089379, 42.33763 ], [ -71.089437, 42.337591 ], [ -71.089514, 42.337563 ], [ -71.089611, 42.337538 ], [ -71.08971, 42.337514 ], [ -71.089881, 42.337475 ], [ -71.090031, 42.337432 ], [ -71.090166, 42.337361 ], [ -71.090229, 42.337301 ], [ -71.090277, 42.337244 ], [ -71.090388, 42.337262 ], [ -71.090518, 42.337281 ], [ -71.090639, 42.337267 ], [ -71.090759, 42.337217 ], [ -71.090827, 42.337182 ], [ -71.090842, 42.337128 ], [ -71.090828, 42.337074 ], [ -71.090765, 42.337024 ], [ -71.090713, 42.336995 ], [ -71.09065, 42.336963 ], [ -71.090559, 42.336941 ], [ -71.090443, 42.336944 ], [ -71.090332, 42.336969 ], [ -71.090245, 42.337008 ], [ -71.090197, 42.337047 ], [ -71.090187, 42.337104 ], [ -71.090196, 42.337151 ], [ -71.090239, 42.337201 ], [ -71.090282, 42.337244 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090635, 42.386566 ], [ -71.090477, 42.38652 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11137, 42.3488 ], [ -71.111301, 42.349164 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10913, 42.34848 ], [ -71.109084, 42.348667 ], [ -71.109061, 42.348814 ], [ -71.10907, 42.34889 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081875, 42.362093 ], [ -71.081901, 42.362095 ], [ -71.082123, 42.362116 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089932, 42.362723 ], [ -71.089844, 42.362828 ], [ -71.089709, 42.363388 ], [ -71.089351, 42.364739 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119904, 42.373342 ], [ -71.120387, 42.373276 ], [ -71.120779, 42.373186 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093498, 42.386468 ], [ -71.093493, 42.386484 ], [ -71.093413, 42.38672 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084465, 42.35316 ], [ -71.084486, 42.353162 ], [ -71.08477, 42.353146 ], [ -71.084859, 42.35315 ], [ -71.085157, 42.353147 ], [ -71.085178, 42.353141 ], [ -71.085191, 42.35313 ], [ -71.085237, 42.353082 ], [ -71.085253, 42.353063 ], [ -71.085305, 42.353006 ], [ -71.08534, 42.352974 ], [ -71.085358, 42.352956 ], [ -71.085421, 42.352915 ], [ -71.085495, 42.352892 ], [ -71.085671, 42.352845 ], [ -71.085846, 42.352797 ], [ -71.08601, 42.352754 ], [ -71.086169, 42.352709 ], [ -71.086259, 42.352685 ], [ -71.086295, 42.352671 ], [ -71.08634, 42.352654 ], [ -71.08637, 42.352639 ], [ -71.086439, 42.352599 ], [ -71.086493, 42.352564 ], [ -71.086522, 42.352555 ], [ -71.086638, 42.352523 ], [ -71.086828, 42.352473 ], [ -71.086869, 42.352461 ], [ -71.087016, 42.352428 ], [ -71.087113, 42.352413 ], [ -71.087381, 42.352384 ], [ -71.087834, 42.352332 ], [ -71.087918, 42.352318 ], [ -71.088014, 42.352301 ], [ -71.088114, 42.352285 ], [ -71.088285, 42.352261 ], [ -71.088374, 42.35225 ], [ -71.088554, 42.352231 ], [ -71.088645, 42.352219 ], [ -71.088865, 42.352196 ], [ -71.08928, 42.352149 ], [ -71.089463, 42.352138 ], [ -71.089564, 42.35213 ], [ -71.089752, 42.35211 ], [ -71.090274, 42.35203 ], [ -71.090366, 42.352015 ], [ -71.090445, 42.352003 ], [ -71.090631, 42.35198 ], [ -71.090811, 42.351961 ], [ -71.090998, 42.35194 ], [ -71.091265, 42.351909 ], [ -71.091536, 42.351878 ], [ -71.091629, 42.351869 ], [ -71.091723, 42.351857 ], [ -71.091812, 42.351844 ], [ -71.092072, 42.351793 ], [ -71.092164, 42.35177 ], [ -71.092256, 42.351748 ], [ -71.092342, 42.351726 ], [ -71.092451, 42.351695 ], [ -71.092597, 42.35165 ], [ -71.092683, 42.351623 ], [ -71.092763, 42.351596 ], [ -71.092853, 42.351567 ], [ -71.092928, 42.351542 ], [ -71.093018, 42.351513 ], [ -71.093099, 42.351489 ], [ -71.093396, 42.351402 ], [ -71.093643, 42.351309 ], [ -71.093854, 42.35123 ], [ -71.094048, 42.351162 ], [ -71.094136, 42.351121 ], [ -71.094216, 42.351081 ], [ -71.09425, 42.351066 ], [ -71.094295, 42.351049 ], [ -71.09438, 42.35102 ], [ -71.094465, 42.351003 ], [ -71.094551, 42.35099 ], [ -71.094639, 42.350972 ], [ -71.094724, 42.350947 ], [ -71.094802, 42.350921 ], [ -71.094897, 42.350889 ], [ -71.094974, 42.350865 ], [ -71.095049, 42.35084 ], [ -71.095151, 42.350817 ], [ -71.095249, 42.35081 ], [ -71.095321, 42.350813 ], [ -71.095423, 42.350819 ], [ -71.09561, 42.350832 ], [ -71.095704, 42.350838 ], [ -71.095939, 42.350852 ], [ -71.096343, 42.350883 ], [ -71.096443, 42.35089 ], [ -71.096717, 42.350909 ], [ -71.096808, 42.350914 ], [ -71.097053, 42.350931 ], [ -71.097551, 42.350966 ], [ -71.098021, 42.350996 ], [ -71.098124, 42.351005 ], [ -71.098202, 42.351011 ], [ -71.098383, 42.351022 ], [ -71.098479, 42.351029 ], [ -71.098787, 42.35105 ], [ -71.099673, 42.35111 ], [ -71.099953, 42.351128 ], [ -71.100315, 42.351152 ], [ -71.100417, 42.351159 ], [ -71.100902, 42.351192 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109312, 42.349943 ], [ -71.109333, 42.350079 ], [ -71.109359, 42.350166 ], [ -71.109393, 42.350249 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10907, 42.34889 ], [ -71.10907, 42.348932 ], [ -71.10911, 42.34902 ], [ -71.109162, 42.349159 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095676, 42.38813 ], [ -71.094683, 42.387814 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.010524, 42.384148 ], [ -71.010365, 42.384237 ], [ -71.010016, 42.384418 ], [ -71.009779, 42.384523 ], [ -71.009437, 42.38466 ], [ -71.009116, 42.384782 ], [ -71.008972, 42.384834 ], [ -71.008888, 42.38486 ], [ -71.00875, 42.384891 ], [ -71.008581, 42.38493 ], [ -71.008345, 42.384961 ], [ -71.008152, 42.384974 ], [ -71.007986, 42.384979 ], [ -71.007906, 42.384982 ], [ -71.007673, 42.384977 ], [ -71.007494, 42.38496 ], [ -71.00737, 42.38494 ], [ -71.007268, 42.384925 ], [ -71.007206, 42.384927 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148438, 42.362228 ], [ -71.148403, 42.362247 ], [ -71.148336, 42.362307 ], [ -71.148263, 42.362359 ], [ -71.148201, 42.362417 ], [ -71.148134, 42.362468 ], [ -71.148071, 42.362517 ], [ -71.147983, 42.362587 ], [ -71.147469, 42.363069 ], [ -71.14734, 42.36319 ], [ -71.147269, 42.363263 ], [ -71.147188, 42.363344 ], [ -71.147086, 42.363443 ], [ -71.146947, 42.363588 ], [ -71.146796, 42.36374 ], [ -71.146602, 42.363928 ], [ -71.146448, 42.364076 ], [ -71.146296, 42.364211 ], [ -71.1462, 42.364293 ], [ -71.146093, 42.364379 ], [ -71.145966, 42.36447 ], [ -71.145826, 42.364569 ], [ -71.145722, 42.364638 ], [ -71.14562, 42.364716 ], [ -71.145534, 42.364784 ], [ -71.145448, 42.364843 ], [ -71.145385, 42.36489 ], [ -71.145289, 42.364951 ], [ -71.145165, 42.365025 ], [ -71.145059, 42.365094 ], [ -71.145021, 42.365125 ], [ -71.144981, 42.365148 ], [ -71.144902, 42.365185 ], [ -71.14481, 42.365224 ], [ -71.144715, 42.365267 ], [ -71.14461, 42.36531 ], [ -71.144529, 42.365338 ], [ -71.144465, 42.365359 ], [ -71.144375, 42.365385 ], [ -71.144299, 42.365403 ], [ -71.144205, 42.365423 ], [ -71.144086, 42.365443 ], [ -71.143975, 42.365461 ], [ -71.143888, 42.365473 ], [ -71.143834, 42.365482 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080809, 42.393944 ], [ -71.081059, 42.39485 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123868, 42.403904 ], [ -71.123482, 42.40446 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124936, 42.406837 ], [ -71.124819, 42.406982 ], [ -71.124809, 42.406999 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Yerxa Tunn" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129117, 42.390577 ], [ -71.129358, 42.389696 ], [ -71.129512, 42.389474 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129029, 42.394269 ], [ -71.129253, 42.394521 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fitchburg" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14404, 42.396276 ], [ -71.143585, 42.396415 ], [ -71.143086, 42.396514 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109162, 42.349159 ], [ -71.109189, 42.349255 ], [ -71.10925, 42.34943 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085139, 42.365974 ], [ -71.082465, 42.365625 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079801, 42.361767 ], [ -71.07918, 42.36172 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084414, 42.365999 ], [ -71.086043, 42.366216 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086902, 42.338809 ], [ -71.087046, 42.338863 ], [ -71.087111, 42.338825 ], [ -71.087143, 42.338795 ], [ -71.087208, 42.338772 ], [ -71.08728, 42.338754 ], [ -71.087344, 42.338739 ], [ -71.087397, 42.338716 ], [ -71.087441, 42.33868 ], [ -71.087485, 42.338659 ], [ -71.087566, 42.338648 ], [ -71.087634, 42.338684 ], [ -71.087685, 42.338755 ], [ -71.087717, 42.338791 ], [ -71.087777, 42.338824 ], [ -71.087833, 42.33883 ], [ -71.087966, 42.338807 ], [ -71.088091, 42.338754 ], [ -71.088223, 42.338728 ], [ -71.088311, 42.338734 ], [ -71.08844, 42.338755 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110302, 42.353658 ], [ -71.110289, 42.353633 ], [ -71.110259, 42.353643 ], [ -71.110234, 42.353652 ], [ -71.110181, 42.353654 ], [ -71.110138, 42.353654 ], [ -71.110073, 42.353647 ], [ -71.110011, 42.353634 ], [ -71.109949, 42.353621 ], [ -71.109866, 42.353609 ], [ -71.109783, 42.353593 ], [ -71.109694, 42.353578 ], [ -71.109609, 42.353561 ], [ -71.109533, 42.353548 ], [ -71.109447, 42.353534 ], [ -71.109373, 42.353522 ], [ -71.109308, 42.353509 ], [ -71.10922, 42.353493 ], [ -71.109151, 42.353477 ], [ -71.109093, 42.353467 ], [ -71.109029, 42.353453 ], [ -71.108959, 42.353437 ], [ -71.108892, 42.353424 ], [ -71.108844, 42.353416 ], [ -71.108766, 42.353405 ], [ -71.108706, 42.353399 ], [ -71.10864, 42.353397 ], [ -71.108568, 42.3534 ], [ -71.108501, 42.353399 ], [ -71.108433, 42.353402 ], [ -71.108375, 42.353401 ], [ -71.108309, 42.353404 ], [ -71.108246, 42.353406 ], [ -71.108167, 42.353405 ], [ -71.10804, 42.353392 ], [ -71.107857, 42.353386 ], [ -71.107694, 42.353376 ], [ -71.107533, 42.353362 ], [ -71.107335, 42.353348 ], [ -71.107216, 42.353348 ], [ -71.107083, 42.353345 ], [ -71.106914, 42.353345 ], [ -71.106664, 42.353352 ], [ -71.106406, 42.353364 ], [ -71.106137, 42.353371 ], [ -71.105913, 42.353384 ], [ -71.10567, 42.353397 ], [ -71.105426, 42.353409 ], [ -71.105232, 42.353421 ], [ -71.104998, 42.353439 ], [ -71.104728, 42.353467 ], [ -71.104481, 42.353497 ], [ -71.10429, 42.353525 ], [ -71.104101, 42.35356 ], [ -71.103944, 42.35359 ], [ -71.103742, 42.353634 ], [ -71.103537, 42.353683 ], [ -71.103342, 42.353738 ], [ -71.103098, 42.353809 ], [ -71.102861, 42.353885 ], [ -71.102658, 42.353953 ], [ -71.10245, 42.354023 ], [ -71.102252, 42.354088 ], [ -71.10206, 42.354158 ], [ -71.101859, 42.354221 ], [ -71.101656, 42.354295 ], [ -71.101472, 42.354356 ], [ -71.101292, 42.354417 ], [ -71.101085, 42.354481 ], [ -71.100868, 42.354549 ], [ -71.100711, 42.354598 ], [ -71.100574, 42.354644 ], [ -71.100424, 42.354686 ], [ -71.10026, 42.354722 ], [ -71.100127, 42.354749 ], [ -71.10002, 42.354768 ], [ -71.099883, 42.35479 ], [ -71.099723, 42.354817 ], [ -71.099583, 42.35484 ], [ -71.099436, 42.354857 ], [ -71.099249, 42.354881 ], [ -71.099068, 42.354909 ], [ -71.098954, 42.354924 ], [ -71.098796, 42.354953 ], [ -71.098741, 42.354944 ], [ -71.098688, 42.354935 ], [ -71.09863, 42.354949 ], [ -71.098586, 42.354959 ], [ -71.098286, 42.355061 ], [ -71.09805, 42.355136 ], [ -71.09769, 42.355258 ], [ -71.097311, 42.355381 ], [ -71.096999, 42.355483 ], [ -71.096703, 42.355578 ], [ -71.096393, 42.355686 ], [ -71.095986, 42.355824 ], [ -71.095598, 42.355966 ], [ -71.095224, 42.356088 ], [ -71.094765, 42.356244 ], [ -71.094259, 42.356403 ], [ -71.093794, 42.356561 ], [ -71.093007, 42.356822 ], [ -71.092645, 42.356936 ], [ -71.092596, 42.357 ], [ -71.092516, 42.357024 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116308, 42.394828 ], [ -71.116037, 42.395223 ], [ -71.116034, 42.395227 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12019, 42.377701 ], [ -71.120112, 42.377487 ], [ -71.119876, 42.376859 ], [ -71.119858, 42.376816 ], [ -71.119713, 42.376475 ], [ -71.119706, 42.376458 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Somerville" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103928, 42.391194 ], [ -71.103786, 42.391081 ], [ -71.103661, 42.39098 ], [ -71.103603, 42.390942 ], [ -71.103562, 42.390875 ], [ -71.103511, 42.390815 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088298, 42.366416 ], [ -71.088421, 42.366382 ], [ -71.088543, 42.366344 ], [ -71.088664, 42.366294 ], [ -71.088787, 42.366232 ], [ -71.088892, 42.366161 ], [ -71.088986, 42.366084 ], [ -71.08906, 42.366017 ], [ -71.089176, 42.365855 ], [ -71.089227, 42.365739 ], [ -71.089279, 42.365568 ], [ -71.089475, 42.364816 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137908, 42.394572 ], [ -71.137842, 42.394544 ], [ -71.13778, 42.39453 ], [ -71.137728, 42.394518 ], [ -71.137692, 42.394511 ], [ -71.137656, 42.394505 ], [ -71.137607, 42.394497 ], [ -71.137536, 42.394479 ], [ -71.137425, 42.39445 ], [ -71.137345, 42.394426 ], [ -71.137285, 42.394394 ], [ -71.137233, 42.394363 ], [ -71.137191, 42.394325 ], [ -71.137167, 42.394289 ], [ -71.137133, 42.39423 ], [ -71.137114, 42.394198 ], [ -71.137106, 42.394159 ], [ -71.137101, 42.394093 ], [ -71.137098, 42.394053 ], [ -71.137095, 42.394011 ], [ -71.137084, 42.393774 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096206, 42.382254 ], [ -71.095767, 42.382854 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094467, 42.343171 ], [ -71.094493, 42.343118 ], [ -71.094503, 42.343038 ], [ -71.094507, 42.342943 ], [ -71.094511, 42.342912 ], [ -71.094522, 42.34287 ], [ -71.094525, 42.342853 ], [ -71.094536, 42.342826 ], [ -71.094549, 42.342796 ], [ -71.094623, 42.342682 ], [ -71.094731, 42.342544 ], [ -71.094802, 42.342469 ], [ -71.094829, 42.342441 ], [ -71.09486, 42.342414 ], [ -71.094976, 42.342315 ], [ -71.095041, 42.342264 ], [ -71.095089, 42.342228 ], [ -71.095108, 42.342215 ], [ -71.095132, 42.342201 ], [ -71.095172, 42.342178 ], [ -71.095218, 42.342152 ], [ -71.095268, 42.342127 ], [ -71.095316, 42.342104 ], [ -71.095369, 42.342078 ], [ -71.095421, 42.342058 ], [ -71.095486, 42.342034 ], [ -71.09565, 42.341983 ], [ -71.095822, 42.341938 ], [ -71.095993, 42.341889 ], [ -71.096148, 42.341849 ], [ -71.096289, 42.341812 ], [ -71.096417, 42.341781 ], [ -71.096549, 42.341743 ], [ -71.096702, 42.3417 ], [ -71.096855, 42.341656 ], [ -71.097007, 42.341618 ], [ -71.097074, 42.341594 ], [ -71.097129, 42.341572 ], [ -71.097191, 42.34154 ], [ -71.097232, 42.341515 ], [ -71.097269, 42.341488 ], [ -71.097327, 42.341436 ], [ -71.097418, 42.341356 ], [ -71.097527, 42.341262 ], [ -71.097637, 42.341182 ], [ -71.097682, 42.341147 ], [ -71.097748, 42.34109 ], [ -71.097855, 42.340995 ], [ -71.097973, 42.340895 ], [ -71.098071, 42.340823 ], [ -71.098093, 42.340809 ], [ -71.098118, 42.340795 ], [ -71.098218, 42.340748 ], [ -71.09833, 42.340703 ], [ -71.098456, 42.340658 ], [ -71.098501, 42.340643 ], [ -71.098547, 42.340628 ], [ -71.098676, 42.340592 ], [ -71.098724, 42.34058 ], [ -71.098788, 42.340566 ], [ -71.098859, 42.340552 ], [ -71.098918, 42.340542 ], [ -71.098995, 42.340532 ], [ -71.099033, 42.34053 ], [ -71.09906, 42.34053 ], [ -71.09917, 42.34053 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119438, 42.321605 ], [ -71.119405, 42.321633 ], [ -71.119433, 42.321746 ], [ -71.11945, 42.321952 ], [ -71.119458, 42.322212 ], [ -71.119466, 42.322519 ], [ -71.119437, 42.322659 ], [ -71.119273, 42.322884 ], [ -71.119272, 42.322988 ], [ -71.118841, 42.323256 ], [ -71.118625, 42.323393 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095533, 42.38316 ], [ -71.095279, 42.383559 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089329, 42.364807 ], [ -71.089191, 42.365342 ], [ -71.089104, 42.365669 ], [ -71.089066, 42.36577 ], [ -71.089009, 42.36587 ], [ -71.088924, 42.365971 ], [ -71.088834, 42.366057 ], [ -71.088731, 42.366133 ], [ -71.088627, 42.366192 ], [ -71.088489, 42.366249 ], [ -71.088382, 42.366283 ], [ -71.088262, 42.366309 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093413, 42.38672 ], [ -71.093347, 42.386897 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0774, 42.365023 ], [ -71.077515, 42.365112 ], [ -71.078197, 42.365195 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114114, 42.394307 ], [ -71.114094, 42.394419 ], [ -71.11404, 42.394545 ], [ -71.11399, 42.394642 ], [ -71.113881, 42.394731 ], [ -71.113737, 42.394813 ], [ -71.113676, 42.39483 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123089, 42.405063 ], [ -71.122731, 42.405581 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082123, 42.362116 ], [ -71.082415, 42.362133 ], [ -71.082857, 42.36216 ], [ -71.083071, 42.362179 ], [ -71.083241, 42.3622 ], [ -71.083387, 42.36223 ], [ -71.083542, 42.362272 ], [ -71.083656, 42.362316 ], [ -71.083821, 42.362396 ], [ -71.083973, 42.36249 ], [ -71.084312, 42.362713 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121057, 42.390253 ], [ -71.120982, 42.390204 ], [ -71.120712, 42.390004 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093785, 42.387545 ], [ -71.093175, 42.387361 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116202, 42.364292 ], [ -71.116215, 42.364226 ], [ -71.116226, 42.364142 ], [ -71.116229, 42.364033 ], [ -71.11623, 42.363883 ], [ -71.116229, 42.363746 ], [ -71.116228, 42.36363 ], [ -71.116229, 42.363469 ], [ -71.116224, 42.363339 ], [ -71.116221, 42.363168 ], [ -71.116214, 42.363069 ], [ -71.116209, 42.362985 ], [ -71.116212, 42.362855 ], [ -71.116209, 42.362762 ], [ -71.116201, 42.362686 ], [ -71.116198, 42.362585 ], [ -71.11619, 42.362285 ], [ -71.116162, 42.361991 ], [ -71.116155, 42.361862 ], [ -71.116146, 42.361742 ], [ -71.11614, 42.361646 ], [ -71.116128, 42.361536 ], [ -71.116135, 42.361509 ], [ -71.116135, 42.361489 ], [ -71.116115, 42.361425 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125148, 42.40647 ], [ -71.124936, 42.406837 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116333, 42.325914 ], [ -71.116327, 42.325959 ], [ -71.116298, 42.326007 ], [ -71.116282, 42.326035 ], [ -71.116252, 42.326066 ], [ -71.11622, 42.326098 ], [ -71.116184, 42.326147 ], [ -71.116128, 42.326241 ], [ -71.116114, 42.326269 ], [ -71.116092, 42.326312 ], [ -71.116077, 42.326372 ], [ -71.116058, 42.326423 ], [ -71.116044, 42.326471 ], [ -71.116002, 42.326544 ], [ -71.115969, 42.326595 ], [ -71.115935, 42.32664 ], [ -71.115843, 42.326746 ], [ -71.115796, 42.326813 ], [ -71.115754, 42.32687 ], [ -71.115719, 42.32692 ], [ -71.11568, 42.326994 ], [ -71.115658, 42.327048 ], [ -71.115627, 42.327113 ], [ -71.115597, 42.327192 ], [ -71.115579, 42.32726 ], [ -71.115563, 42.327326 ], [ -71.115549, 42.327404 ], [ -71.115538, 42.32748 ], [ -71.115538, 42.327653 ], [ -71.115534, 42.327754 ], [ -71.115523, 42.327845 ], [ -71.115504, 42.32795 ], [ -71.115474, 42.328077 ], [ -71.115455, 42.328157 ], [ -71.115423, 42.328231 ], [ -71.115397, 42.328308 ], [ -71.115369, 42.328403 ], [ -71.11527, 42.328617 ], [ -71.115156, 42.328825 ], [ -71.115069, 42.328949 ], [ -71.114931, 42.329146 ], [ -71.114713, 42.329433 ], [ -71.114662, 42.329508 ], [ -71.114616, 42.329576 ], [ -71.114148, 42.330373 ], [ -71.114119, 42.330428 ], [ -71.114088, 42.330502 ], [ -71.114025, 42.330667 ], [ -71.114001, 42.330742 ], [ -71.113971, 42.330839 ], [ -71.113925, 42.330978 ], [ -71.113842, 42.331128 ], [ -71.113774, 42.331278 ], [ -71.11371, 42.33138 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137908, 42.394572 ], [ -71.137922, 42.394481 ], [ -71.137941, 42.394377 ], [ -71.137948, 42.394342 ], [ -71.137957, 42.394296 ], [ -71.137985, 42.394218 ], [ -71.138002, 42.393849 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Melnea Cas" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087596, 42.336433 ], [ -71.087558, 42.336397 ], [ -71.087382, 42.336283 ], [ -71.087314, 42.336242 ], [ -71.087237, 42.336182 ], [ -71.087162, 42.336104 ], [ -71.087098, 42.336032 ], [ -71.087008, 42.335847 ], [ -71.086875, 42.335762 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11371, 42.33138 ], [ -71.113616, 42.331093 ], [ -71.113599, 42.331044 ], [ -71.113565, 42.330945 ], [ -71.113505, 42.330823 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047525, 42.280827 ], [ -71.047407, 42.280914 ], [ -71.047237, 42.281036 ], [ -71.047121, 42.281118 ], [ -71.047024, 42.28119 ], [ -71.046921, 42.281273 ], [ -71.046851, 42.281336 ], [ -71.046779, 42.281401 ], [ -71.04674, 42.281441 ], [ -71.04671, 42.281481 ], [ -71.046684, 42.281524 ], [ -71.046654, 42.281579 ], [ -71.046618, 42.281646 ], [ -71.046578, 42.281724 ], [ -71.046419, 42.282047 ], [ -71.04636, 42.282149 ], [ -71.046252, 42.282296 ], [ -71.046183, 42.282375 ], [ -71.046079, 42.282472 ], [ -71.045977, 42.282554 ], [ -71.045875, 42.28263 ], [ -71.04581, 42.28267 ], [ -71.045648, 42.282738 ], [ -71.045527, 42.282787 ], [ -71.045028, 42.282914 ], [ -71.044006, 42.283206 ], [ -71.043774, 42.283266 ], [ -71.043759, 42.283277 ], [ -71.04358, 42.283463 ], [ -71.043458, 42.283611 ], [ -71.043395, 42.283666 ], [ -71.043354, 42.283686 ], [ -71.043271, 42.283703 ], [ -71.043217, 42.283706 ], [ -71.043149, 42.283693 ], [ -71.043091, 42.283673 ], [ -71.043039, 42.28364 ], [ -71.042991, 42.28359 ], [ -71.042946, 42.283537 ], [ -71.042904, 42.283502 ], [ -71.042842, 42.283462 ], [ -71.042801, 42.283441 ], [ -71.042745, 42.283413 ], [ -71.042682, 42.28339 ], [ -71.042613, 42.283372 ], [ -71.042558, 42.283373 ], [ -71.042501, 42.283378 ], [ -71.042449, 42.283388 ], [ -71.042351, 42.283408 ], [ -71.042281, 42.283432 ], [ -71.042222, 42.283465 ], [ -71.042155, 42.283506 ], [ -71.042079, 42.283561 ], [ -71.042054, 42.283589 ], [ -71.042023, 42.28363 ], [ -71.04199, 42.28367 ], [ -71.041947, 42.28373 ], [ -71.041829, 42.283892 ], [ -71.041748, 42.283988 ], [ -71.041632, 42.284129 ], [ -71.041416, 42.284347 ], [ -71.041216, 42.284435 ], [ -71.041012, 42.284517 ], [ -71.040737, 42.284585 ], [ -71.040441, 42.284684 ], [ -71.040127, 42.284869 ], [ -71.040089, 42.284901 ], [ -71.040042, 42.284952 ], [ -71.040001, 42.284995 ], [ -71.039942, 42.285046 ], [ -71.039873, 42.285101 ], [ -71.039806, 42.285154 ], [ -71.039702, 42.285235 ], [ -71.039652, 42.285276 ], [ -71.039609, 42.285315 ], [ -71.039576, 42.28535 ], [ -71.039546, 42.285386 ], [ -71.039516, 42.285423 ], [ -71.039481, 42.28548 ], [ -71.039412, 42.285571 ], [ -71.039269, 42.285668 ], [ -71.039192, 42.285716 ], [ -71.039084, 42.285774 ], [ -71.039021, 42.285813 ], [ -71.03877, 42.28596 ], [ -71.038694, 42.286011 ], [ -71.038679, 42.286028 ], [ -71.038659, 42.286048 ], [ -71.038649, 42.28608 ], [ -71.038646, 42.286105 ], [ -71.038652, 42.286137 ], [ -71.038665, 42.286165 ], [ -71.038687, 42.286185 ], [ -71.038713, 42.286209 ], [ -71.038917, 42.286391 ], [ -71.038999, 42.286469 ], [ -71.039064, 42.286523 ], [ -71.039123, 42.286579 ], [ -71.039153, 42.286619 ], [ -71.039173, 42.286649 ], [ -71.039176, 42.28668 ], [ -71.039178, 42.286732 ], [ -71.039174, 42.28681 ], [ -71.039192, 42.286867 ], [ -71.039214, 42.286901 ], [ -71.039246, 42.286941 ], [ -71.039325, 42.28701 ], [ -71.039437, 42.287091 ], [ -71.039521, 42.28715 ], [ -71.039621, 42.287223 ], [ -71.03971, 42.28727 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10938, 42.34635 ], [ -71.109379, 42.34657 ], [ -71.10939, 42.347091 ], [ -71.10937, 42.3473 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119983, 42.379983 ], [ -71.120009, 42.379743 ], [ -71.120046, 42.379446 ], [ -71.120098, 42.378979 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090837, 42.337124 ], [ -71.091106, 42.33714 ], [ -71.091372, 42.337158 ], [ -71.091853, 42.337221 ], [ -71.092074, 42.337243 ], [ -71.092479, 42.337295 ], [ -71.092902, 42.337353 ], [ -71.092931, 42.337353 ], [ -71.093229, 42.337415 ], [ -71.093369, 42.337465 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104051, 42.365614 ], [ -71.104251, 42.365447 ], [ -71.104381, 42.365364 ], [ -71.104478, 42.365332 ], [ -71.104671, 42.365289 ], [ -71.104994, 42.365253 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.156144, 42.330704 ], [ -71.15607, 42.330623 ], [ -71.15601, 42.33055 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086081, 42.385151 ], [ -71.085723, 42.385036 ], [ -71.085432, 42.384944 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11942, 42.388443 ], [ -71.119521, 42.388777 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111165, 42.349782 ], [ -71.111104, 42.350054 ], [ -71.11108, 42.350152 ], [ -71.11105, 42.350216 ], [ -71.110986, 42.350262 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087838, 42.385692 ], [ -71.087035, 42.385445 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125837, 42.405437 ], [ -71.125462, 42.405995 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Somerville" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127874, 42.397679 ], [ -71.127697, 42.397668 ], [ -71.127376, 42.397571 ], [ -71.125307, 42.397392 ], [ -71.124802, 42.397326 ], [ -71.124624, 42.397289 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124577, 42.402847 ], [ -71.124211, 42.403381 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122078, 42.396652 ], [ -71.121515, 42.396511 ], [ -71.121293, 42.39651 ], [ -71.111079, 42.394059 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15645, 42.331016 ], [ -71.156357, 42.330951 ], [ -71.15632, 42.33092 ], [ -71.156208, 42.330778 ], [ -71.156144, 42.330704 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11165, 42.34757 ], [ -71.11159, 42.34784 ], [ -71.11152, 42.34811 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124964, 42.402291 ], [ -71.124577, 42.402847 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068779, 42.369326 ], [ -71.06893, 42.369322 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146823, 42.378789 ], [ -71.147126, 42.378759 ], [ -71.147437, 42.378742 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123323, 42.391332 ], [ -71.123016, 42.391193 ], [ -71.122815, 42.391108 ], [ -71.122571, 42.391006 ], [ -71.122283, 42.390879 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120712, 42.390004 ], [ -71.12067, 42.389973 ], [ -71.120532, 42.389844 ], [ -71.120386, 42.389707 ], [ -71.120105, 42.38943 ], [ -71.120063, 42.389374 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083412, 42.384348 ], [ -71.082681, 42.384143 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115568, 42.372218 ], [ -71.115927, 42.372482 ], [ -71.116076, 42.372587 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110952, 42.35045 ], [ -71.110986, 42.350262 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121538, 42.390524 ], [ -71.121327, 42.390428 ], [ -71.121057, 42.390253 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121908, 42.406741 ], [ -71.121752, 42.406964 ], [ -71.121668, 42.407087 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091458, 42.390022 ], [ -71.091151, 42.390386 ], [ -71.090778, 42.390838 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114913, 42.39686 ], [ -71.114689, 42.397187 ], [ -71.114326, 42.397715 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11152, 42.34811 ], [ -71.11137, 42.3488 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114326, 42.397715 ], [ -71.113636, 42.397456 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12531, 42.406253 ], [ -71.125148, 42.40647 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139426, 42.395969 ], [ -71.139448, 42.39621 ], [ -71.139479, 42.396248 ], [ -71.139563, 42.396268 ], [ -71.139723, 42.396262 ], [ -71.139728, 42.39647 ], [ -71.139719, 42.396602 ], [ -71.139704, 42.396702 ], [ -71.139691, 42.396774 ], [ -71.139687, 42.396845 ], [ -71.139688, 42.396877 ], [ -71.139692, 42.396904 ], [ -71.139705, 42.396939 ], [ -71.139731, 42.39699 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141343, 42.396849 ], [ -71.143016, 42.396492 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115158, 42.398027 ], [ -71.114326, 42.397715 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116671, 42.398593 ], [ -71.115904, 42.398306 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080195, 42.391755 ], [ -71.080538, 42.392984 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072676, 42.359902 ], [ -71.072711, 42.359737 ], [ -71.072727, 42.359685 ], [ -71.072775, 42.359572 ], [ -71.072809, 42.359489 ], [ -71.072836, 42.359415 ], [ -71.073043, 42.358871 ], [ -71.073341, 42.358109 ], [ -71.073457, 42.357832 ], [ -71.073503, 42.357709 ], [ -71.073553, 42.357648 ], [ -71.073579, 42.357625 ], [ -71.073635, 42.357612 ], [ -71.073714, 42.3576 ], [ -71.073814, 42.357591 ], [ -71.073867, 42.35758 ], [ -71.073925, 42.357559 ], [ -71.073964, 42.357529 ], [ -71.07401, 42.357495 ], [ -71.074059, 42.35742 ], [ -71.074091, 42.357351 ], [ -71.07414, 42.357224 ], [ -71.074184, 42.357149 ], [ -71.074219, 42.357087 ], [ -71.074253, 42.357042 ], [ -71.074362, 42.356886 ], [ -71.074423, 42.356803 ], [ -71.074544, 42.356632 ], [ -71.074588, 42.356571 ], [ -71.074615, 42.356539 ], [ -71.074648, 42.356499 ], [ -71.074712, 42.356435 ], [ -71.074808, 42.356321 ], [ -71.074932, 42.356215 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125491, 42.301631 ], [ -71.125261, 42.301664 ], [ -71.125038, 42.301729 ], [ -71.124837, 42.301795 ], [ -71.124638, 42.301851 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080134, 42.361791 ], [ -71.079801, 42.361767 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106679, 42.364557 ], [ -71.106224, 42.364708 ], [ -71.105935, 42.364812 ], [ -71.105726, 42.364899 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10921, 42.34811 ], [ -71.10913, 42.34848 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089936, 42.38635 ], [ -71.089557, 42.386231 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122442, 42.369804 ], [ -71.122611, 42.369983 ], [ -71.122611, 42.370078 ], [ -71.12268, 42.370218 ], [ -71.12274, 42.370414 ], [ -71.122834, 42.37063 ], [ -71.122945, 42.370834 ], [ -71.123067, 42.371061 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079857, 42.365412 ], [ -71.082374, 42.365731 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124809, 42.406999 ], [ -71.124535, 42.407433 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082681, 42.384143 ], [ -71.081826, 42.383926 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118869, 42.323536 ], [ -71.118694, 42.323395 ], [ -71.118663, 42.323381 ], [ -71.118628, 42.323396 ], [ -71.118569, 42.323444 ], [ -71.1185, 42.323512 ], [ -71.118427, 42.323578 ], [ -71.118375, 42.323618 ], [ -71.118297, 42.323663 ], [ -71.118196, 42.323699 ], [ -71.118111, 42.323723 ], [ -71.118031, 42.323734 ], [ -71.117938, 42.32374 ], [ -71.117845, 42.323735 ], [ -71.117767, 42.32372 ], [ -71.117698, 42.323705 ], [ -71.117642, 42.323703 ], [ -71.117564, 42.323708 ], [ -71.117488, 42.32372 ], [ -71.117363, 42.323742 ], [ -71.117261, 42.323762 ], [ -71.117139, 42.323795 ], [ -71.11704, 42.323823 ], [ -71.116978, 42.323849 ], [ -71.116919, 42.323879 ], [ -71.116864, 42.323908 ], [ -71.116819, 42.323944 ], [ -71.116738, 42.324016 ], [ -71.116678, 42.324078 ], [ -71.116621, 42.324168 ], [ -71.116589, 42.324242 ], [ -71.116558, 42.324323 ], [ -71.116538, 42.324402 ], [ -71.116534, 42.324468 ], [ -71.116535, 42.324527 ], [ -71.116541, 42.324568 ], [ -71.116553, 42.324605 ], [ -71.116579, 42.324671 ], [ -71.116616, 42.324742 ], [ -71.116647, 42.324815 ], [ -71.116664, 42.324877 ], [ -71.116674, 42.32495 ], [ -71.116668, 42.325037 ], [ -71.116659, 42.325111 ], [ -71.116642, 42.325199 ], [ -71.116629, 42.325279 ], [ -71.116612, 42.325327 ], [ -71.116574, 42.325387 ], [ -71.116529, 42.325436 ], [ -71.116479, 42.325498 ], [ -71.116447, 42.325555 ], [ -71.116411, 42.325623 ], [ -71.116388, 42.325681 ], [ -71.116372, 42.325749 ], [ -71.116354, 42.325807 ], [ -71.116338, 42.325872 ], [ -71.116333, 42.325914 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.177885, 42.282444 ], [ -71.178006, 42.282445 ], [ -71.178178, 42.282445 ], [ -71.178537, 42.282421 ], [ -71.178854, 42.282401 ], [ -71.179037, 42.282387 ], [ -71.179322, 42.282379 ], [ -71.179547, 42.282375 ], [ -71.179788, 42.282383 ], [ -71.179986, 42.282354 ], [ -71.180132, 42.282328 ], [ -71.18027, 42.28231 ], [ -71.180273, 42.282308 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.180273, 42.282308 ], [ -71.180356, 42.282246 ], [ -71.180425, 42.282179 ], [ -71.180463, 42.282084 ], [ -71.180458, 42.281937 ], [ -71.180458, 42.281841 ], [ -71.180468, 42.281758 ], [ -71.180506, 42.281635 ], [ -71.180511, 42.281572 ], [ -71.180506, 42.28157 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120954, 42.390323 ], [ -71.121124, 42.390425 ], [ -71.121436, 42.390587 ], [ -71.121457, 42.390597 ], [ -71.121833, 42.390769 ], [ -71.122208, 42.390939 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122283, 42.390879 ], [ -71.122156, 42.390823 ], [ -71.121712, 42.390604 ], [ -71.121538, 42.390524 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140442, 42.396174 ], [ -71.1404, 42.395442 ], [ -71.14043, 42.394964 ], [ -71.140393, 42.394056 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140393, 42.394056 ], [ -71.140387, 42.393905 ], [ -71.140446, 42.393683 ], [ -71.140511, 42.393462 ], [ -71.140561, 42.393279 ], [ -71.140629, 42.393064 ], [ -71.141074, 42.391655 ], [ -71.141207, 42.391237 ], [ -71.141351, 42.390881 ], [ -71.141443, 42.390734 ], [ -71.141506, 42.390639 ], [ -71.141732, 42.390341 ], [ -71.141737, 42.39026 ], [ -71.141936, 42.390054 ], [ -71.142234, 42.389701 ], [ -71.142684, 42.389185 ], [ -71.142767, 42.389081 ], [ -71.142896, 42.388896 ], [ -71.142926, 42.388809 ], [ -71.14296, 42.388693 ], [ -71.142967, 42.388613 ], [ -71.142973, 42.388567 ], [ -71.142981, 42.38851 ], [ -71.142991, 42.38846 ], [ -71.142997, 42.388417 ], [ -71.142998, 42.38838 ], [ -71.142996, 42.388347 ], [ -71.142989, 42.388314 ], [ -71.142978, 42.388275 ], [ -71.142968, 42.388243 ], [ -71.142954, 42.388212 ], [ -71.14291, 42.388139 ], [ -71.142819, 42.388004 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116034, 42.395227 ], [ -71.115721, 42.395683 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114326, 42.397715 ], [ -71.113433, 42.399029 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092761, 42.357538 ], [ -71.09268, 42.357369 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118915, 42.399435 ], [ -71.117567, 42.398929 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166351, 42.3581 ], [ -71.166764, 42.358048 ], [ -71.167681, 42.358068 ], [ -71.167854, 42.35807 ], [ -71.168021, 42.358074 ], [ -71.168192, 42.358077 ], [ -71.168338, 42.358084 ], [ -71.168515, 42.358089 ], [ -71.16878, 42.358101 ], [ -71.16897, 42.358109 ], [ -71.169101, 42.358114 ], [ -71.169249, 42.358121 ], [ -71.169348, 42.358126 ], [ -71.16942, 42.358131 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120063, 42.389374 ], [ -71.119909, 42.389174 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092005, 42.386983 ], [ -71.091411, 42.386809 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087035, 42.385445 ], [ -71.086081, 42.385151 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092467, 42.337645 ], [ -71.09236, 42.337816 ], [ -71.092316, 42.337919 ], [ -71.092253, 42.337987 ], [ -71.092243, 42.338041 ], [ -71.092295, 42.338095 ], [ -71.0923, 42.338152 ], [ -71.092256, 42.338237 ], [ -71.09214, 42.33833 ], [ -71.092047, 42.338422 ], [ -71.091965, 42.338529 ], [ -71.091873, 42.33864 ], [ -71.091564, 42.338752 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127563, 42.242949 ], [ -71.127573, 42.242959 ], [ -71.127575, 42.242982 ], [ -71.127544, 42.24309 ], [ -71.127486, 42.243209 ], [ -71.12743, 42.243323 ], [ -71.127317, 42.24354 ], [ -71.127165, 42.243779 ], [ -71.127093, 42.243894 ], [ -71.127059, 42.243972 ], [ -71.127051, 42.243989 ], [ -71.127012, 42.244112 ], [ -71.126978, 42.244286 ], [ -71.126927, 42.244457 ], [ -71.12687, 42.244593 ], [ -71.126852, 42.244654 ], [ -71.126846, 42.244705 ], [ -71.126845, 42.244763 ], [ -71.12636, 42.244736 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081059, 42.39485 ], [ -71.08124, 42.395499 ], [ -71.081296, 42.395708 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145855, 42.375608 ], [ -71.145927, 42.375779 ], [ -71.146132, 42.376265 ], [ -71.146426, 42.376919 ], [ -71.146428, 42.376924 ], [ -71.146966, 42.378149 ], [ -71.147138, 42.378551 ], [ -71.147119, 42.378597 ], [ -71.147069, 42.378653 ], [ -71.147007, 42.378701 ], [ -71.146823, 42.378789 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096706, 42.381596 ], [ -71.096206, 42.382254 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120058, 42.377743 ], [ -71.120063, 42.377765 ], [ -71.120077, 42.377956 ], [ -71.12006, 42.378165 ], [ -71.120035, 42.378455 ], [ -71.119982, 42.378938 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109358, 42.346005 ], [ -71.10937, 42.346051 ], [ -71.109379, 42.346135 ], [ -71.10938, 42.34623 ], [ -71.10938, 42.34635 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082484, 42.361972 ], [ -71.081889, 42.361931 ], [ -71.080445, 42.361817 ], [ -71.080134, 42.361791 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122208, 42.390939 ], [ -71.122505, 42.391079 ], [ -71.12274, 42.39119 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Somerville" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104436, 42.391063 ], [ -71.104332, 42.391097 ], [ -71.104286, 42.391159 ], [ -71.104219, 42.391201 ], [ -71.104135, 42.391225 ], [ -71.104032, 42.39122 ], [ -71.10393, 42.391196 ], [ -71.103928, 42.391194 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120183, 42.376501 ], [ -71.11958, 42.375526 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092203, 42.389002 ], [ -71.091956, 42.389349 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Somerville" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129912, 42.397712 ], [ -71.130711, 42.39788 ], [ -71.130905, 42.397781 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134049, 42.388622 ], [ -71.133905, 42.388629 ], [ -71.133819, 42.388623 ], [ -71.133671, 42.388605 ], [ -71.133522, 42.388584 ], [ -71.133433, 42.388573 ], [ -71.133342, 42.388572 ], [ -71.133171, 42.388587 ], [ -71.1326, 42.388681 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097172, 42.381019 ], [ -71.09674, 42.381532 ], [ -71.096706, 42.381596 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091411, 42.386809 ], [ -71.0908, 42.386618 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104397, 42.344208 ], [ -71.104271, 42.344179 ], [ -71.104382, 42.343989 ], [ -71.104169, 42.34398 ], [ -71.104082, 42.343911 ], [ -71.103994, 42.343939 ], [ -71.103901, 42.343967 ], [ -71.103825, 42.343967 ], [ -71.103716, 42.343958 ], [ -71.103612, 42.34393 ], [ -71.103531, 42.343881 ], [ -71.103488, 42.343804 ], [ -71.103461, 42.343727 ], [ -71.103429, 42.34356 ], [ -71.103366, 42.343232 ], [ -71.103324, 42.342993 ], [ -71.103297, 42.342892 ], [ -71.10327, 42.342855 ], [ -71.103231, 42.342896 ], [ -71.103116, 42.343021 ], [ -71.102803, 42.343323 ], [ -71.10258, 42.34312 ], [ -71.10252, 42.343063 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07822, 42.365093 ], [ -71.077516, 42.365001 ], [ -71.0774, 42.365023 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092467, 42.388631 ], [ -71.092203, 42.389002 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087829, 42.366428 ], [ -71.088057, 42.366433 ], [ -71.088298, 42.366416 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084383, 42.362626 ], [ -71.084272, 42.36257 ], [ -71.084117, 42.362466 ], [ -71.083908, 42.362327 ], [ -71.083774, 42.362257 ], [ -71.083635, 42.362199 ], [ -71.083499, 42.362155 ], [ -71.083249, 42.362093 ], [ -71.08296, 42.362039 ], [ -71.082484, 42.361972 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119566, 42.388491 ], [ -71.119546, 42.388433 ], [ -71.119535, 42.388399 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120779, 42.373186 ], [ -71.121092, 42.373069 ], [ -71.121261, 42.372985 ], [ -71.121435, 42.372851 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141377, 42.394667 ], [ -71.141377, 42.394764 ], [ -71.141197, 42.394819 ], [ -71.140983, 42.394868 ], [ -71.140915, 42.394896 ], [ -71.140854, 42.394933 ], [ -71.140793, 42.394975 ], [ -71.140762, 42.395026 ], [ -71.140747, 42.395141 ], [ -71.140853, 42.39569 ], [ -71.140935, 42.396183 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092155, 42.338966 ], [ -71.091568, 42.338754 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085432, 42.384944 ], [ -71.08506, 42.384826 ], [ -71.084212, 42.384563 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140442, 42.396174 ], [ -71.140767, 42.39697 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057876, 42.381573 ], [ -71.058073, 42.381586 ], [ -71.058208, 42.381568 ], [ -71.05832, 42.381534 ], [ -71.058488, 42.381427 ], [ -71.058566, 42.38131 ], [ -71.058586, 42.381212 ], [ -71.05857, 42.381113 ], [ -71.058524, 42.380986 ], [ -71.058418, 42.380894 ], [ -71.058276, 42.380821 ], [ -71.058025, 42.380734 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145714, 42.37527 ], [ -71.145855, 42.375608 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137908, 42.394572 ], [ -71.13788, 42.39478 ], [ -71.137877, 42.394859 ], [ -71.137876, 42.39495 ], [ -71.137889, 42.395016 ], [ -71.137904, 42.395093 ], [ -71.137933, 42.395186 ], [ -71.137971, 42.395255 ], [ -71.138019, 42.395332 ], [ -71.13807, 42.395398 ], [ -71.138127, 42.395458 ], [ -71.138201, 42.395523 ], [ -71.138287, 42.395592 ], [ -71.138353, 42.395656 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092849, 42.337116 ], [ -71.092735, 42.337099 ], [ -71.092596, 42.337077 ], [ -71.092508, 42.337202 ], [ -71.09245, 42.337295 ], [ -71.092391, 42.337394 ], [ -71.092342, 42.337487 ], [ -71.092342, 42.337551 ], [ -71.09238, 42.337602 ], [ -71.092462, 42.337638 ], [ -71.092466, 42.337639 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088734, 42.339197 ], [ -71.088895, 42.339165 ], [ -71.089039, 42.339133 ], [ -71.089156, 42.339082 ], [ -71.089249, 42.339032 ], [ -71.089333, 42.338982 ], [ -71.089434, 42.338952 ], [ -71.089526, 42.338941 ], [ -71.089619, 42.338899 ], [ -71.089715, 42.338837 ], [ -71.089792, 42.338802 ], [ -71.089848, 42.338775 ], [ -71.089961, 42.338755 ], [ -71.090155, 42.338716 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119668, 42.38876 ], [ -71.119635, 42.388693 ], [ -71.119566, 42.388491 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086043, 42.366216 ], [ -71.086647, 42.366287 ], [ -71.087421, 42.366379 ], [ -71.087754, 42.366422 ], [ -71.087829, 42.366428 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095767, 42.382854 ], [ -71.095533, 42.38316 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088262, 42.366309 ], [ -71.088078, 42.366331 ], [ -71.087843, 42.366334 ], [ -71.086661, 42.366168 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112954, 42.3972 ], [ -71.1129, 42.397181 ], [ -71.112253, 42.396938 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095279, 42.383559 ], [ -71.094915, 42.384089 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093737, 42.38579 ], [ -71.093614, 42.386126 ], [ -71.093569, 42.386258 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147437, 42.378742 ], [ -71.147201, 42.378186 ], [ -71.146915, 42.377491 ], [ -71.146613, 42.376887 ], [ -71.146605, 42.376872 ], [ -71.146382, 42.376328 ], [ -71.146118, 42.375751 ], [ -71.146057, 42.375576 ], [ -71.145927, 42.375256 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141388, 42.394577 ], [ -71.141387, 42.39476 ], [ -71.142126, 42.394729 ], [ -71.142191, 42.394747 ], [ -71.142256, 42.394811 ], [ -71.142957, 42.396353 ], [ -71.143016, 42.396492 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093569, 42.386258 ], [ -71.093528, 42.38638 ], [ -71.093498, 42.386468 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05163, 42.349901 ], [ -71.052629, 42.348589 ], [ -71.052629, 42.348565 ], [ -71.052611, 42.348545 ], [ -71.052591, 42.348522 ], [ -71.052575, 42.348497 ], [ -71.05256, 42.348475 ], [ -71.052556, 42.348443 ], [ -71.052568, 42.348417 ], [ -71.052589, 42.348393 ], [ -71.052621, 42.348375 ], [ -71.052652, 42.348367 ], [ -71.05269, 42.348364 ], [ -71.052722, 42.348361 ], [ -71.052751, 42.348357 ], [ -71.05278, 42.348345 ], [ -71.052807, 42.348329 ], [ -71.052888, 42.348242 ], [ -71.052905, 42.348223 ], [ -71.052915, 42.3482 ], [ -71.0529, 42.348178 ], [ -71.052886, 42.348165 ], [ -71.052757, 42.348046 ], [ -71.052752, 42.34803 ], [ -71.052752, 42.348014 ], [ -71.052755, 42.347996 ], [ -71.053106, 42.347524 ], [ -71.053131, 42.347504 ], [ -71.053164, 42.347499 ], [ -71.053555, 42.347477 ], [ -71.053578, 42.347473 ], [ -71.05359, 42.347459 ], [ -71.054276, 42.346508 ], [ -71.054744, 42.345835 ], [ -71.054766, 42.345818 ], [ -71.054794, 42.345802 ], [ -71.054842, 42.345773 ], [ -71.054879, 42.345753 ], [ -71.054906, 42.345744 ], [ -71.054946, 42.345742 ], [ -71.055514, 42.345741 ], [ -71.055831, 42.345724 ], [ -71.056017, 42.345704 ], [ -71.056216, 42.345684 ], [ -71.056496, 42.345651 ], [ -71.057026, 42.345611 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093175, 42.387361 ], [ -71.093045, 42.387701 ], [ -71.09289, 42.387998 ], [ -71.092782, 42.388187 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154102, 42.336147 ], [ -71.154096, 42.336136 ], [ -71.153967, 42.335844 ], [ -71.153907, 42.335565 ], [ -71.153898, 42.335273 ], [ -71.153958, 42.334943 ], [ -71.154061, 42.334664 ], [ -71.154276, 42.334099 ], [ -71.154525, 42.333541 ], [ -71.154611, 42.333281 ], [ -71.154842, 42.333001 ], [ -71.1551, 42.332722 ], [ -71.155435, 42.332469 ], [ -71.155624, 42.332329 ], [ -71.156302, 42.331993 ], [ -71.156662, 42.33184 ], [ -71.156971, 42.331764 ], [ -71.15722, 42.331732 ], [ -71.157572, 42.331745 ], [ -71.157967, 42.331834 ], [ -71.158276, 42.332024 ], [ -71.158619, 42.332329 ], [ -71.15898, 42.332703 ], [ -71.15928, 42.332944 ], [ -71.159881, 42.3333 ], [ -71.160619, 42.333649 ], [ -71.160936, 42.333763 ], [ -71.161683, 42.334017 ], [ -71.161684, 42.334017 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09204, 42.339198 ], [ -71.092353, 42.339627 ], [ -71.09278, 42.340206 ], [ -71.093153, 42.340742 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144837, 42.381459 ], [ -71.144798, 42.381556 ], [ -71.144787, 42.381591 ], [ -71.144787, 42.381624 ], [ -71.144791, 42.381667 ], [ -71.144792, 42.381695 ], [ -71.144786, 42.381728 ], [ -71.144774, 42.381751 ], [ -71.144756, 42.38178 ], [ -71.144741, 42.381801 ], [ -71.144712, 42.381823 ], [ -71.144681, 42.381846 ], [ -71.144628, 42.381865 ], [ -71.144509, 42.381902 ], [ -71.144442, 42.381924 ], [ -71.144385, 42.38195 ], [ -71.14433, 42.38198 ], [ -71.144273, 42.382012 ], [ -71.144201, 42.382064 ], [ -71.144145, 42.382112 ], [ -71.144058, 42.382184 ], [ -71.143956, 42.382267 ], [ -71.143881, 42.382331 ], [ -71.143696, 42.382484 ], [ -71.14361, 42.382555 ], [ -71.143517, 42.382633 ], [ -71.143401, 42.382729 ], [ -71.143338, 42.38279 ], [ -71.143217, 42.382914 ], [ -71.143131, 42.383009 ], [ -71.143045, 42.383142 ], [ -71.143014, 42.383172 ], [ -71.142991, 42.383186 ], [ -71.142962, 42.383191 ], [ -71.14293, 42.383191 ], [ -71.142894, 42.383181 ], [ -71.142834, 42.383163 ], [ -71.142802, 42.383168 ], [ -71.142778, 42.383183 ], [ -71.142714, 42.383255 ], [ -71.142563, 42.383424 ], [ -71.142453, 42.383573 ], [ -71.142312, 42.383793 ], [ -71.142099, 42.384129 ], [ -71.141938, 42.384411 ], [ -71.141773, 42.38473 ], [ -71.141685, 42.384908 ], [ -71.141646, 42.385019 ], [ -71.141574, 42.385237 ], [ -71.14149, 42.385499 ], [ -71.141423, 42.385725 ], [ -71.141392, 42.385897 ], [ -71.141377, 42.386052 ], [ -71.141382, 42.386171 ], [ -71.14139, 42.386426 ], [ -71.141407, 42.386527 ], [ -71.141432, 42.386641 ], [ -71.141456, 42.38669 ], [ -71.141474, 42.386728 ], [ -71.141509, 42.386801 ], [ -71.141533, 42.386857 ], [ -71.141568, 42.386913 ], [ -71.141653, 42.386977 ], [ -71.141736, 42.387027 ], [ -71.141775, 42.387034 ], [ -71.141822, 42.387041 ], [ -71.141904, 42.387048 ], [ -71.14197, 42.387057 ], [ -71.142013, 42.387071 ], [ -71.142058, 42.387091 ], [ -71.142275, 42.387232 ], [ -71.142604, 42.387442 ], [ -71.142876, 42.387608 ], [ -71.142935, 42.387654 ], [ -71.142981, 42.387699 ], [ -71.143, 42.387721 ], [ -71.143028, 42.387749 ], [ -71.143082, 42.387778 ], [ -71.143151, 42.387811 ], [ -71.143234, 42.387851 ], [ -71.143286, 42.387874 ], [ -71.143357, 42.387911 ], [ -71.143425, 42.387962 ], [ -71.143515, 42.388042 ], [ -71.143595, 42.388117 ], [ -71.143705, 42.388189 ], [ -71.143745, 42.388214 ], [ -71.14378, 42.388245 ], [ -71.143814, 42.388286 ], [ -71.143855, 42.38833 ], [ -71.14393, 42.38841 ], [ -71.143959, 42.388436 ], [ -71.14398, 42.388457 ], [ -71.144037, 42.388491 ], [ -71.144074, 42.38852 ], [ -71.144112, 42.388541 ], [ -71.14416, 42.388567 ], [ -71.144218, 42.388593 ], [ -71.144289, 42.388621 ], [ -71.144382, 42.388646 ], [ -71.144527, 42.38869 ], [ -71.144484, 42.388773 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100902, 42.351192 ], [ -71.101053, 42.351202 ], [ -71.101332, 42.351221 ], [ -71.101792, 42.351252 ], [ -71.101892, 42.351259 ], [ -71.101969, 42.351264 ], [ -71.102616, 42.351308 ], [ -71.102995, 42.351334 ], [ -71.103184, 42.351346 ], [ -71.103452, 42.351364 ], [ -71.103692, 42.351383 ], [ -71.103927, 42.351397 ], [ -71.103989, 42.351403 ], [ -71.104076, 42.35141 ], [ -71.104207, 42.351419 ], [ -71.104335, 42.351427 ], [ -71.10446, 42.351435 ], [ -71.104535, 42.35144 ], [ -71.105153, 42.351483 ], [ -71.105558, 42.351509 ], [ -71.105833, 42.351526 ], [ -71.105987, 42.351541 ], [ -71.106096, 42.351548 ], [ -71.106391, 42.351561 ], [ -71.106464, 42.351563 ], [ -71.106904, 42.351605 ], [ -71.106957, 42.35161 ], [ -71.107097, 42.351629 ], [ -71.107204, 42.351648 ], [ -71.107262, 42.351661 ], [ -71.107331, 42.351673 ], [ -71.107391, 42.351685 ], [ -71.107516, 42.351708 ], [ -71.107714, 42.35176 ], [ -71.107846, 42.351786 ], [ -71.107891, 42.351787 ], [ -71.107948, 42.351784 ], [ -71.108035, 42.351778 ], [ -71.10818, 42.351769 ], [ -71.108254, 42.351767 ], [ -71.10835, 42.351764 ], [ -71.108409, 42.351767 ], [ -71.108464, 42.351769 ], [ -71.108512, 42.351773 ], [ -71.108552, 42.351777 ], [ -71.108654, 42.351785 ], [ -71.108684, 42.351788 ], [ -71.108713, 42.351792 ], [ -71.10882, 42.351814 ], [ -71.108957, 42.351845 ], [ -71.108999, 42.351858 ], [ -71.109067, 42.351874 ], [ -71.10919, 42.351916 ], [ -71.109326, 42.351953 ], [ -71.109505, 42.351967 ], [ -71.109653, 42.351972 ], [ -71.109802, 42.351968 ], [ -71.10995, 42.351955 ], [ -71.110062, 42.351935 ], [ -71.110134, 42.351933 ], [ -71.110215, 42.351934 ], [ -71.110336, 42.351946 ], [ -71.110394, 42.35195 ], [ -71.110466, 42.35196 ], [ -71.110521, 42.351977 ], [ -71.110528, 42.35198 ], [ -71.110532, 42.351984 ], [ -71.110533, 42.351993 ], [ -71.110519, 42.352055 ], [ -71.11051, 42.352101 ], [ -71.110504, 42.352132 ], [ -71.110504, 42.352143 ], [ -71.110507, 42.352156 ], [ -71.110511, 42.352168 ], [ -71.110515, 42.352174 ], [ -71.110524, 42.352179 ], [ -71.110551, 42.352185 ], [ -71.110564, 42.352188 ], [ -71.110598, 42.352196 ], [ -71.110824, 42.352213 ], [ -71.110889, 42.352217 ], [ -71.110943, 42.352221 ], [ -71.11105, 42.35223 ], [ -71.111124, 42.352236 ], [ -71.111131, 42.352233 ], [ -71.111141, 42.35223 ], [ -71.111152, 42.352222 ], [ -71.111177, 42.352205 ], [ -71.111208, 42.352182 ], [ -71.111255, 42.352164 ], [ -71.111294, 42.352155 ], [ -71.11135, 42.352147 ], [ -71.111422, 42.352133 ], [ -71.111545, 42.352107 ], [ -71.111623, 42.352093 ], [ -71.111709, 42.352087 ], [ -71.111837, 42.352086 ], [ -71.111981, 42.35209 ], [ -71.112069, 42.352095 ], [ -71.112187, 42.352096 ], [ -71.112471, 42.352106 ], [ -71.112644, 42.352115 ], [ -71.112879, 42.352153 ], [ -71.113058, 42.352181 ], [ -71.113278, 42.352242 ], [ -71.113442, 42.352286 ], [ -71.113501, 42.352304 ], [ -71.11365, 42.352356 ], [ -71.113729, 42.352381 ], [ -71.113798, 42.352406 ], [ -71.113881, 42.352438 ], [ -71.113977, 42.352478 ], [ -71.114199, 42.352579 ], [ -71.114384, 42.35268 ], [ -71.114513, 42.352748 ], [ -71.114642, 42.352819 ], [ -71.11487, 42.352944 ], [ -71.115129, 42.353087 ], [ -71.115404, 42.353237 ], [ -71.115677, 42.353391 ], [ -71.115837, 42.353483 ], [ -71.115909, 42.353533 ], [ -71.11597, 42.353573 ], [ -71.11611, 42.353656 ], [ -71.116188, 42.3537 ], [ -71.116273, 42.353743 ], [ -71.116416, 42.353814 ], [ -71.116601, 42.353903 ], [ -71.116792, 42.354014 ], [ -71.116952, 42.354106 ], [ -71.117149, 42.354244 ], [ -71.117285, 42.354355 ], [ -71.11742, 42.35447 ], [ -71.117506, 42.354545 ], [ -71.117591, 42.354637 ], [ -71.117659, 42.35472 ], [ -71.117701, 42.354773 ], [ -71.117757, 42.354846 ], [ -71.11777, 42.354861 ], [ -71.117813, 42.354923 ], [ -71.117831, 42.354952 ], [ -71.117889, 42.355043 ], [ -71.117917, 42.355094 ], [ -71.117943, 42.355144 ], [ -71.117975, 42.355211 ], [ -71.118023, 42.355327 ], [ -71.118047, 42.355385 ], [ -71.118069, 42.355442 ], [ -71.118088, 42.355509 ], [ -71.11811, 42.355587 ], [ -71.118136, 42.355673 ], [ -71.118181, 42.355834 ], [ -71.1182, 42.35592 ], [ -71.118209, 42.355978 ], [ -71.118212, 42.356024 ], [ -71.118211, 42.356114 ], [ -71.118211, 42.356205 ], [ -71.118212, 42.356328 ], [ -71.118205, 42.356465 ], [ -71.118197, 42.356519 ], [ -71.118186, 42.356584 ], [ -71.118177, 42.356657 ], [ -71.118167, 42.356714 ], [ -71.118153, 42.356778 ], [ -71.118144, 42.356832 ], [ -71.118138, 42.356884 ], [ -71.118126, 42.356956 ], [ -71.118104, 42.357041 ], [ -71.118057, 42.357206 ], [ -71.118041, 42.357284 ], [ -71.118019, 42.357374 ], [ -71.118014, 42.357399 ], [ -71.118006, 42.35742 ], [ -71.117985, 42.357472 ], [ -71.117865, 42.357777 ], [ -71.117826, 42.357889 ], [ -71.117682, 42.358241 ], [ -71.117553, 42.358559 ], [ -71.117482, 42.358716 ], [ -71.11741, 42.358893 ], [ -71.11735, 42.359038 ], [ -71.117327, 42.359104 ], [ -71.117307, 42.359153 ], [ -71.117298, 42.359187 ], [ -71.117292, 42.359216 ], [ -71.11728, 42.359288 ], [ -71.11727, 42.359331 ], [ -71.117261, 42.359374 ], [ -71.117256, 42.359416 ], [ -71.117252, 42.359443 ], [ -71.117247, 42.359507 ], [ -71.117243, 42.359543 ], [ -71.117237, 42.359591 ], [ -71.117234, 42.359617 ], [ -71.117234, 42.359723 ], [ -71.117233, 42.35987 ], [ -71.11725, 42.360071 ], [ -71.117297, 42.360388 ], [ -71.117309, 42.360467 ], [ -71.117323, 42.360551 ], [ -71.117333, 42.360609 ], [ -71.117349, 42.360728 ], [ -71.117358, 42.360782 ], [ -71.117369, 42.36086 ], [ -71.117373, 42.360918 ], [ -71.117372, 42.360923 ], [ -71.117367, 42.360928 ], [ -71.11734, 42.360946 ], [ -71.117337, 42.360951 ], [ -71.117337, 42.360956 ], [ -71.117359, 42.361011 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154005, 42.390548 ], [ -71.154303, 42.390616 ], [ -71.155985, 42.390832 ], [ -71.15706, 42.390967 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Overpass" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079586, 42.354704 ], [ -71.079494, 42.35452 ], [ -71.078927, 42.354662 ], [ -71.078788, 42.354363 ], [ -71.079266, 42.354236 ], [ -71.079254, 42.354189 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141012, 42.38696 ], [ -71.14073, 42.386825 ], [ -71.140334, 42.38665 ], [ -71.140205, 42.386595 ], [ -71.140225, 42.386563 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080538, 42.392984 ], [ -71.080809, 42.393944 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119982, 42.378938 ], [ -71.119927, 42.379484 ], [ -71.119895, 42.379732 ], [ -71.119855, 42.379983 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119955, 42.389427 ], [ -71.120118, 42.389589 ], [ -71.120419, 42.389884 ], [ -71.120447, 42.389908 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10925, 42.34943 ], [ -71.109311, 42.349939 ], [ -71.109312, 42.349943 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119454, 42.376572 ], [ -71.119419, 42.376598 ], [ -71.119185, 42.376478 ], [ -71.118985, 42.37639 ], [ -71.118778, 42.376304 ], [ -71.118577, 42.37623 ], [ -71.118399, 42.376182 ], [ -71.118288, 42.37616 ], [ -71.118176, 42.376149 ], [ -71.118082, 42.376143 ], [ -71.117976, 42.376138 ], [ -71.117802, 42.376133 ], [ -71.117628, 42.376123 ], [ -71.117507, 42.376093 ], [ -71.117347, 42.376023 ], [ -71.117047, 42.375865 ], [ -71.116735, 42.375685 ], [ -71.116592, 42.375637 ], [ -71.116363, 42.375602 ], [ -71.115714, 42.375482 ], [ -71.11516, 42.375174 ], [ -71.114781, 42.374948 ], [ -71.114479, 42.374775 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116446, 42.39463 ], [ -71.116308, 42.394828 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116811, 42.394108 ], [ -71.116446, 42.39463 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110886, 42.396426 ], [ -71.110302, 42.396207 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117856, 42.371698 ], [ -71.117668, 42.371629 ], [ -71.117414, 42.371535 ], [ -71.117056, 42.371413 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143834, 42.365482 ], [ -71.143812, 42.365484 ], [ -71.143743, 42.365489 ], [ -71.143643, 42.365493 ], [ -71.143567, 42.365494 ], [ -71.143487, 42.365492 ], [ -71.143386, 42.365491 ], [ -71.143285, 42.365486 ], [ -71.143193, 42.365474 ], [ -71.143095, 42.365464 ], [ -71.14298, 42.365444 ], [ -71.142855, 42.365422 ], [ -71.142741, 42.365397 ], [ -71.142668, 42.365379 ], [ -71.142587, 42.365357 ], [ -71.142511, 42.365336 ], [ -71.14241, 42.365311 ], [ -71.142311, 42.365285 ], [ -71.142205, 42.365257 ], [ -71.142082, 42.365227 ], [ -71.141969, 42.365195 ], [ -71.141843, 42.365162 ], [ -71.141723, 42.365132 ], [ -71.141653, 42.365115 ], [ -71.141582, 42.365099 ], [ -71.141507, 42.365081 ], [ -71.141434, 42.365065 ], [ -71.141379, 42.365059 ], [ -71.141307, 42.365049 ], [ -71.141241, 42.365041 ], [ -71.141173, 42.365033 ], [ -71.141108, 42.365027 ], [ -71.141044, 42.365023 ], [ -71.140963, 42.365016 ], [ -71.140896, 42.365005 ], [ -71.140808, 42.365004 ], [ -71.14074, 42.365005 ], [ -71.140691, 42.365008 ], [ -71.140648, 42.36501 ], [ -71.140574, 42.365017 ], [ -71.140501, 42.365024 ], [ -71.140431, 42.365033 ], [ -71.140369, 42.36504 ], [ -71.140299, 42.365051 ], [ -71.140231, 42.365063 ], [ -71.140165, 42.365077 ], [ -71.140091, 42.365096 ], [ -71.140015, 42.365119 ], [ -71.139922, 42.365149 ], [ -71.139864, 42.365172 ], [ -71.13981, 42.365193 ], [ -71.13976, 42.365214 ], [ -71.139711, 42.365236 ], [ -71.139614, 42.365278 ], [ -71.13953, 42.36532 ], [ -71.13942, 42.365376 ], [ -71.139343, 42.365416 ], [ -71.139228, 42.365475 ], [ -71.139131, 42.365532 ], [ -71.139034, 42.365586 ], [ -71.138961, 42.36563 ], [ -71.138881, 42.36568 ], [ -71.138801, 42.365737 ], [ -71.138714, 42.3658 ], [ -71.138644, 42.365864 ], [ -71.138563, 42.365927 ], [ -71.138496, 42.365989 ], [ -71.138414, 42.366057 ], [ -71.138322, 42.366132 ], [ -71.13826, 42.366188 ], [ -71.138197, 42.366244 ], [ -71.138117, 42.366309 ], [ -71.138036, 42.366383 ], [ -71.137975, 42.366433 ], [ -71.137906, 42.366488 ], [ -71.137847, 42.366543 ], [ -71.137725, 42.366643 ], [ -71.137603, 42.36674 ], [ -71.137479, 42.366833 ], [ -71.137412, 42.366878 ], [ -71.137283, 42.366968 ], [ -71.137189, 42.367033 ], [ -71.137115, 42.367088 ], [ -71.137052, 42.367126 ], [ -71.136983, 42.367163 ], [ -71.1369, 42.367216 ], [ -71.136794, 42.36728 ], [ -71.136695, 42.367338 ], [ -71.136593, 42.367403 ], [ -71.136484, 42.367466 ], [ -71.136352, 42.367542 ], [ -71.136259, 42.367601 ], [ -71.136129, 42.367672 ], [ -71.135967, 42.367762 ], [ -71.135844, 42.367834 ], [ -71.135691, 42.367926 ], [ -71.135592, 42.367996 ], [ -71.135524, 42.368041 ], [ -71.135435, 42.3681 ], [ -71.13536, 42.368159 ], [ -71.135237, 42.368266 ], [ -71.135141, 42.368374 ], [ -71.134998, 42.368502 ], [ -71.134903, 42.368598 ], [ -71.13482, 42.3687 ], [ -71.134783, 42.368749 ], [ -71.134755, 42.368787 ], [ -71.13473, 42.368813 ], [ -71.1347, 42.368846 ], [ -71.134683, 42.368879 ], [ -71.134667, 42.368912 ], [ -71.13465, 42.368953 ], [ -71.134612, 42.369017 ], [ -71.134585, 42.369065 ], [ -71.134524, 42.369163 ], [ -71.134489, 42.36923 ], [ -71.134454, 42.369313 ], [ -71.134444, 42.369356 ], [ -71.134427, 42.369402 ], [ -71.134386, 42.369591 ], [ -71.134375, 42.369642 ], [ -71.134362, 42.369686 ], [ -71.134354, 42.369729 ], [ -71.134352, 42.369771 ], [ -71.13434, 42.369814 ], [ -71.134326, 42.369873 ], [ -71.13431, 42.369922 ], [ -71.134296, 42.36998 ], [ -71.134248, 42.370069 ], [ -71.134221, 42.370133 ], [ -71.134182, 42.370184 ], [ -71.134122, 42.370245 ], [ -71.13407, 42.370286 ], [ -71.134005, 42.370337 ], [ -71.133952, 42.370373 ], [ -71.133875, 42.370409 ], [ -71.13376, 42.370454 ], [ -71.133661, 42.370488 ], [ -71.133572, 42.370523 ], [ -71.133467, 42.370559 ], [ -71.133374, 42.370591 ], [ -71.133282, 42.370626 ], [ -71.133194, 42.370661 ], [ -71.133106, 42.370697 ], [ -71.133042, 42.370728 ], [ -71.133007, 42.370762 ], [ -71.132994, 42.370797 ], [ -71.132993, 42.370832 ], [ -71.132993, 42.370864 ], [ -71.133019, 42.370899 ], [ -71.133074, 42.370976 ], [ -71.133151, 42.371076 ], [ -71.133224, 42.371162 ], [ -71.133284, 42.371252 ], [ -71.13334, 42.371322 ], [ -71.133395, 42.37139 ], [ -71.133545, 42.371577 ], [ -71.133575, 42.371607 ], [ -71.133612, 42.371634 ], [ -71.133664, 42.371646 ], [ -71.13372, 42.371647 ], [ -71.133783, 42.371644 ], [ -71.133873, 42.371642 ], [ -71.133989, 42.371641 ], [ -71.134045, 42.371651 ], [ -71.134083, 42.371673 ], [ -71.134122, 42.371705 ], [ -71.134148, 42.371731 ], [ -71.134196, 42.371774 ], [ -71.134205, 42.371789 ], [ -71.134216, 42.371811 ], [ -71.134216, 42.371852 ], [ -71.134207, 42.37192 ], [ -71.134202, 42.371983 ], [ -71.134203, 42.372086 ], [ -71.134208, 42.372211 ], [ -71.134205, 42.372243 ], [ -71.134202, 42.372277 ], [ -71.134192, 42.372316 ], [ -71.13418, 42.372347 ], [ -71.134163, 42.372368 ], [ -71.134146, 42.372387 ], [ -71.134103, 42.372428 ], [ -71.134071, 42.372456 ], [ -71.134044, 42.372485 ], [ -71.13397, 42.372552 ], [ -71.133923, 42.372606 ], [ -71.133879, 42.372679 ], [ -71.133827, 42.372756 ], [ -71.133774, 42.372824 ], [ -71.133719, 42.372894 ], [ -71.133671, 42.372955 ], [ -71.133597, 42.373035 ], [ -71.133507, 42.37312 ], [ -71.133417, 42.373202 ], [ -71.133327, 42.373276 ], [ -71.133232, 42.373352 ], [ -71.133112, 42.373446 ], [ -71.133018, 42.373519 ], [ -71.132931, 42.373587 ], [ -71.132844, 42.373654 ], [ -71.132756, 42.373719 ], [ -71.132687, 42.373775 ], [ -71.132597, 42.373837 ], [ -71.132514, 42.373888 ], [ -71.132423, 42.37394 ], [ -71.132328, 42.373987 ], [ -71.132225, 42.374038 ], [ -71.132132, 42.374079 ], [ -71.131993, 42.374133 ], [ -71.131875, 42.37417 ], [ -71.131758, 42.374205 ], [ -71.131648, 42.374236 ], [ -71.131508, 42.374267 ], [ -71.131367, 42.374295 ], [ -71.131225, 42.374321 ], [ -71.131073, 42.374346 ], [ -71.130939, 42.374362 ], [ -71.130809, 42.374378 ], [ -71.130676, 42.374391 ], [ -71.130517, 42.374402 ], [ -71.130348, 42.374408 ], [ -71.130188, 42.374408 ], [ -71.130054, 42.374404 ], [ -71.129927, 42.374399 ], [ -71.129809, 42.374392 ], [ -71.129687, 42.374381 ], [ -71.129533, 42.374367 ], [ -71.129434, 42.374351 ], [ -71.129316, 42.374336 ], [ -71.129214, 42.374321 ], [ -71.129094, 42.374301 ], [ -71.128974, 42.374278 ], [ -71.128843, 42.374249 ], [ -71.128725, 42.374214 ], [ -71.128591, 42.374177 ], [ -71.128462, 42.37414 ], [ -71.128371, 42.374106 ], [ -71.128234, 42.374056 ], [ -71.128108, 42.374009 ], [ -71.127979, 42.373957 ], [ -71.127859, 42.373902 ], [ -71.127707, 42.373824 ], [ -71.127575, 42.373751 ], [ -71.127485, 42.373699 ], [ -71.127352, 42.37363 ], [ -71.127212, 42.373544 ], [ -71.127068, 42.373462 ], [ -71.126961, 42.373401 ], [ -71.126837, 42.373328 ], [ -71.126738, 42.373264 ], [ -71.126605, 42.373177 ], [ -71.126476, 42.373094 ], [ -71.126351, 42.37301 ], [ -71.126253, 42.372939 ], [ -71.126137, 42.372859 ], [ -71.126042, 42.372795 ], [ -71.125929, 42.372711 ], [ -71.125813, 42.372619 ], [ -71.125697, 42.372534 ], [ -71.125614, 42.37245 ], [ -71.125527, 42.372383 ], [ -71.125464, 42.372326 ], [ -71.125382, 42.372257 ], [ -71.125325, 42.372205 ], [ -71.125249, 42.372138 ], [ -71.125193, 42.372078 ], [ -71.12512, 42.372009 ], [ -71.125034, 42.371922 ], [ -71.124971, 42.371862 ], [ -71.124914, 42.3718 ], [ -71.124855, 42.371736 ], [ -71.124795, 42.371664 ], [ -71.124732, 42.37158 ], [ -71.124663, 42.371486 ], [ -71.12461, 42.371416 ], [ -71.124554, 42.371339 ], [ -71.124488, 42.37124 ], [ -71.124435, 42.37117 ], [ -71.124398, 42.371115 ], [ -71.124346, 42.371034 ], [ -71.1243, 42.370953 ], [ -71.124237, 42.370876 ], [ -71.124164, 42.370794 ], [ -71.124098, 42.370725 ], [ -71.124019, 42.370638 ], [ -71.123962, 42.370586 ], [ -71.123893, 42.370522 ], [ -71.123823, 42.370452 ], [ -71.12377, 42.370398 ], [ -71.123694, 42.370326 ], [ -71.123631, 42.370274 ], [ -71.123574, 42.370229 ], [ -71.123521, 42.370184 ], [ -71.123455, 42.37013 ], [ -71.123402, 42.370092 ], [ -71.123335, 42.370053 ], [ -71.123262, 42.370005 ], [ -71.123196, 42.369968 ], [ -71.123113, 42.369921 ], [ -71.12306, 42.369896 ], [ -71.123, 42.369866 ], [ -71.122917, 42.369834 ], [ -71.122854, 42.369809 ], [ -71.122748, 42.369776 ], [ -71.122622, 42.369741 ], [ -71.122538, 42.369717 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144133, 42.388744 ], [ -71.144017, 42.388715 ], [ -71.14397, 42.388703 ], [ -71.143928, 42.388699 ], [ -71.143888, 42.388697 ], [ -71.143848, 42.388703 ], [ -71.143814, 42.388718 ], [ -71.143714, 42.388769 ], [ -71.143628, 42.388818 ], [ -71.143516, 42.388862 ], [ -71.143439, 42.388902 ], [ -71.143374, 42.388944 ], [ -71.143303, 42.388992 ], [ -71.143235, 42.389038 ], [ -71.1432, 42.389066 ], [ -71.143177, 42.38909 ], [ -71.143157, 42.38912 ], [ -71.14311, 42.389182 ], [ -71.143036, 42.389269 ], [ -71.142938, 42.389383 ], [ -71.142383, 42.390029 ], [ -71.14237, 42.390049 ], [ -71.142363, 42.390068 ], [ -71.142361, 42.390085 ], [ -71.142364, 42.390116 ], [ -71.142361, 42.390132 ], [ -71.142351, 42.390146 ], [ -71.142312, 42.390178 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131885, 42.355902 ], [ -71.132044, 42.356115 ], [ -71.131889, 42.356762 ], [ -71.132533, 42.356851 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124211, 42.403381 ], [ -71.123868, 42.403904 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111228, 42.349493 ], [ -71.111165, 42.349782 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08843, 42.278635 ], [ -71.088531, 42.27859 ], [ -71.088605, 42.278578 ], [ -71.088653, 42.278578 ], [ -71.088722, 42.278613 ], [ -71.088791, 42.278652 ], [ -71.088878, 42.278698 ], [ -71.088969, 42.278731 ], [ -71.08906, 42.278741 ], [ -71.089178, 42.278777 ], [ -71.089247, 42.278816 ], [ -71.089312, 42.278845 ], [ -71.089364, 42.278877 ], [ -71.089446, 42.278923 ], [ -71.089499, 42.278858 ], [ -71.089607, 42.278903 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088882, 42.278698 ], [ -71.089035, 42.278608 ], [ -71.08914, 42.278544 ], [ -71.089275, 42.278467 ], [ -71.089402, 42.278361 ], [ -71.08959, 42.278197 ], [ -71.089809, 42.27802 ], [ -71.08994, 42.277914 ], [ -71.090019, 42.277846 ], [ -71.090106, 42.277782 ], [ -71.090158, 42.277724 ], [ -71.090185, 42.277669 ], [ -71.09019, 42.277631 ], [ -71.090151, 42.277559 ], [ -71.090112, 42.277482 ], [ -71.090086, 42.277453 ], [ -71.090305, 42.277234 ], [ -71.090305, 42.277231 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062138, 42.365055 ], [ -71.063277, 42.366231 ], [ -71.0634, 42.36616 ], [ -71.063429, 42.366185 ], [ -71.063302, 42.366256 ], [ -71.063327, 42.366275 ], [ -71.063479, 42.36622 ], [ -71.063665, 42.36612 ], [ -71.064033, 42.366462 ], [ -71.064153, 42.36645 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089894, 42.276926 ], [ -71.089794, 42.276974 ], [ -71.08968, 42.277051 ], [ -71.089619, 42.277144 ], [ -71.089601, 42.277215 ], [ -71.089618, 42.277267 ], [ -71.089652, 42.277319 ], [ -71.089726, 42.277354 ], [ -71.089804, 42.277384 ], [ -71.089865, 42.277407 ], [ -71.089943, 42.277417 ], [ -71.090026, 42.277427 ], [ -71.090086, 42.277456 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098352, 42.405685 ], [ -71.096989, 42.403891 ], [ -71.094842, 42.402616 ], [ -71.094696, 42.402258 ], [ -71.094624, 42.401762 ], [ -71.094739, 42.401349 ], [ -71.093263, 42.399664 ], [ -71.091451, 42.398364 ], [ -71.090411, 42.398277 ], [ -71.087287, 42.399317 ], [ -71.086404, 42.399416 ], [ -71.084799, 42.398615 ], [ -71.084665, 42.398576 ], [ -71.084491, 42.398613 ], [ -71.084362, 42.398675 ], [ -71.084259, 42.398736 ], [ -71.084181, 42.398793 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105787, 42.393319 ], [ -71.105665, 42.393499 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10947, 42.3839 ], [ -71.108932, 42.383776 ], [ -71.108801, 42.383747 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11238, 42.384846 ], [ -71.112173, 42.384739 ], [ -71.111775, 42.384554 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112904, 42.385124 ], [ -71.112706, 42.385018 ], [ -71.11238, 42.384846 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113442, 42.385403 ], [ -71.112904, 42.385124 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097739, 42.380487 ], [ -71.097315, 42.380308 ], [ -71.096995, 42.380179 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102041, 42.381997 ], [ -71.102006, 42.381986 ], [ -71.101716, 42.381891 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104188, 42.382697 ], [ -71.103399, 42.382436 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105453, 42.382994 ], [ -71.105117, 42.38292 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099539, 42.381183 ], [ -71.099335, 42.381102 ], [ -71.09928, 42.381083 ], [ -71.099185, 42.381048 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101716, 42.381891 ], [ -71.1013, 42.381756 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105117, 42.38292 ], [ -71.104588, 42.3828 ], [ -71.104188, 42.382697 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106339, 42.383188 ], [ -71.105453, 42.382994 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108011, 42.383576 ], [ -71.107483, 42.383452 ], [ -71.106884, 42.383314 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10831, 42.383641 ], [ -71.108011, 42.383576 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109792, 42.387568 ], [ -71.109623, 42.387794 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104139, 42.395761 ], [ -71.104034, 42.395894 ], [ -71.1039, 42.396106 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109046, 42.388662 ], [ -71.108861, 42.388901 ], [ -71.108618, 42.389245 ], [ -71.108303, 42.389698 ], [ -71.107942, 42.390203 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106774, 42.391879 ], [ -71.106662, 42.392069 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110668, 42.386344 ], [ -71.110429, 42.386656 ], [ -71.110176, 42.387028 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1039, 42.396106 ], [ -71.103657, 42.396397 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104417, 42.395351 ], [ -71.104139, 42.395761 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106662, 42.392069 ], [ -71.106397, 42.39245 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107539, 42.390803 ], [ -71.107149, 42.391372 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110885, 42.38604 ], [ -71.110668, 42.386344 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111775, 42.384554 ], [ -71.111796, 42.384639 ], [ -71.111771, 42.384732 ], [ -71.111709, 42.384847 ], [ -71.111444, 42.385219 ], [ -71.11121, 42.385561 ], [ -71.110885, 42.38604 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093481, 42.384871 ], [ -71.092918, 42.384659 ], [ -71.092657, 42.384543 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101141, 42.387643 ], [ -71.101115, 42.387634 ], [ -71.100261, 42.387347 ], [ -71.099921, 42.387237 ], [ -71.099242, 42.38701 ], [ -71.098724, 42.386836 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103428, 42.388415 ], [ -71.102696, 42.388176 ], [ -71.1019, 42.387907 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109409, 42.390866 ], [ -71.108711, 42.390539 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116811, 42.394108 ], [ -71.116207, 42.393859 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119424, 42.395235 ], [ -71.120474, 42.395694 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096878, 42.386209 ], [ -71.096052, 42.385888 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097825, 42.386532 ], [ -71.096878, 42.386209 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110212, 42.39122 ], [ -71.109409, 42.390866 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104316, 42.388715 ], [ -71.103428, 42.388415 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11088, 42.39153 ], [ -71.110212, 42.39122 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105228, 42.389025 ], [ -71.104457, 42.388763 ], [ -71.104316, 42.388715 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112389, 42.392219 ], [ -71.111638, 42.391868 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118605, 42.394894 ], [ -71.11795, 42.394609 ], [ -71.11776, 42.394529 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096052, 42.385888 ], [ -71.095263, 42.38557 ], [ -71.094551, 42.385294 ], [ -71.094174, 42.385148 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098724, 42.386836 ], [ -71.097825, 42.386532 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092657, 42.384543 ], [ -71.092469, 42.384465 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094174, 42.385148 ], [ -71.093481, 42.384871 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1019, 42.387907 ], [ -71.101141, 42.387643 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108711, 42.390539 ], [ -71.107942, 42.390203 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11776, 42.394529 ], [ -71.117448, 42.394397 ], [ -71.116811, 42.394108 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119424, 42.395235 ], [ -71.120474, 42.395694 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096878, 42.386209 ], [ -71.096052, 42.385888 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097825, 42.386532 ], [ -71.096878, 42.386209 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110212, 42.39122 ], [ -71.109409, 42.390866 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104316, 42.388715 ], [ -71.103428, 42.388415 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11088, 42.39153 ], [ -71.110212, 42.39122 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107942, 42.390203 ], [ -71.107266, 42.389897 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106803, 42.389676 ], [ -71.106233, 42.389417 ], [ -71.10578, 42.389231 ], [ -71.105228, 42.389025 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113164, 42.392535 ], [ -71.112389, 42.392219 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114033, 42.39291 ], [ -71.113164, 42.392535 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115564, 42.393572 ], [ -71.114898, 42.393292 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119424, 42.395235 ], [ -71.118605, 42.394894 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107266, 42.389897 ], [ -71.106803, 42.389676 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114898, 42.393292 ], [ -71.114033, 42.39291 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111638, 42.391868 ], [ -71.11088, 42.39153 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116207, 42.393859 ], [ -71.116178, 42.393847 ], [ -71.115616, 42.393595 ], [ -71.115564, 42.393572 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120474, 42.395694 ], [ -71.121464, 42.396124 ], [ -71.121945, 42.396332 ], [ -71.122309, 42.396489 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093481, 42.384871 ], [ -71.092918, 42.384659 ], [ -71.092657, 42.384543 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101141, 42.387643 ], [ -71.101115, 42.387634 ], [ -71.100261, 42.387347 ], [ -71.099921, 42.387237 ], [ -71.099242, 42.38701 ], [ -71.098724, 42.386836 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103428, 42.388415 ], [ -71.102696, 42.388176 ], [ -71.1019, 42.387907 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109409, 42.390866 ], [ -71.108711, 42.390539 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116811, 42.394108 ], [ -71.116207, 42.393859 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090633, 42.377845 ], [ -71.090209, 42.377698 ], [ -71.090162, 42.377677 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093092, 42.378704 ], [ -71.092589, 42.378536 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094129, 42.379074 ], [ -71.093562, 42.378872 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08837, 42.37484 ], [ -71.088424, 42.374964 ], [ -71.08878, 42.37582 ], [ -71.088948, 42.376189 ], [ -71.089033, 42.37643 ], [ -71.089119, 42.376737 ], [ -71.089173, 42.377226 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10514, 42.394295 ], [ -71.104776, 42.394802 ], [ -71.104417, 42.395351 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106397, 42.39245 ], [ -71.106205, 42.392718 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109259, 42.388355 ], [ -71.109046, 42.388662 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109623, 42.387794 ], [ -71.109468, 42.388038 ], [ -71.109259, 42.388355 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107149, 42.391372 ], [ -71.106774, 42.391879 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110176, 42.387028 ], [ -71.10988, 42.387449 ], [ -71.109792, 42.387568 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105665, 42.393499 ], [ -71.10514, 42.394295 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106205, 42.392718 ], [ -71.10618, 42.392751 ], [ -71.10603, 42.392961 ], [ -71.105913, 42.393133 ], [ -71.105887, 42.393171 ], [ -71.105787, 42.393319 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107942, 42.390203 ], [ -71.107539, 42.390803 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108801, 42.383747 ], [ -71.108438, 42.383669 ], [ -71.10831, 42.383641 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111775, 42.384554 ], [ -71.111486, 42.384435 ], [ -71.111012, 42.384266 ], [ -71.110986, 42.384259 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10055, 42.38151 ], [ -71.099765, 42.381271 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110986, 42.384259 ], [ -71.110645, 42.384158 ], [ -71.110261, 42.384069 ], [ -71.109727, 42.38395 ], [ -71.109686, 42.383942 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116153, 42.38691 ], [ -71.115764, 42.386681 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099765, 42.381271 ], [ -71.099539, 42.381183 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106884, 42.383314 ], [ -71.106339, 42.383188 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115764, 42.386681 ], [ -71.115735, 42.386664 ], [ -71.115658, 42.386623 ], [ -71.115317, 42.38644 ], [ -71.114793, 42.386148 ], [ -71.114304, 42.385878 ], [ -71.113914, 42.385645 ], [ -71.113498, 42.385433 ], [ -71.113442, 42.385403 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099185, 42.381048 ], [ -71.098585, 42.380829 ], [ -71.097904, 42.380557 ], [ -71.097739, 42.380487 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1013, 42.381756 ], [ -71.10055, 42.38151 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109686, 42.383942 ], [ -71.10947, 42.3839 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096995, 42.380179 ], [ -71.096731, 42.380072 ], [ -71.096667, 42.38004 ], [ -71.096601, 42.379998 ], [ -71.096551, 42.379956 ], [ -71.096508, 42.379903 ], [ -71.096483, 42.379846 ], [ -71.096387, 42.379635 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103399, 42.382436 ], [ -71.1027, 42.382219 ], [ -71.102041, 42.381997 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119, 42.388583 ], [ -71.119338, 42.388817 ], [ -71.119673, 42.38905 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11362, 42.390473 ], [ -71.113965, 42.38999 ], [ -71.114276, 42.389517 ], [ -71.114407, 42.389352 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112389, 42.392219 ], [ -71.112832, 42.39158 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114407, 42.389352 ], [ -71.114583, 42.38913 ], [ -71.114763, 42.388886 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114867, 42.388745 ], [ -71.114924, 42.388668 ], [ -71.115205, 42.388276 ], [ -71.115421, 42.387923 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114763, 42.388886 ], [ -71.114867, 42.388745 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112832, 42.39158 ], [ -71.113238, 42.39105 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113238, 42.39105 ], [ -71.11362, 42.390473 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108946, 42.397071 ], [ -71.108896, 42.397143 ], [ -71.10888, 42.397167 ], [ -71.108863, 42.397191 ], [ -71.108815, 42.39726 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109294, 42.396569 ], [ -71.109022, 42.396961 ], [ -71.108946, 42.397071 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109837, 42.395799 ], [ -71.109797, 42.395853 ], [ -71.109759, 42.395913 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110739, 42.394497 ], [ -71.110425, 42.394922 ], [ -71.110232, 42.395215 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112389, 42.392219 ], [ -71.11197, 42.392812 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108491, 42.397728 ], [ -71.108281, 42.398053 ], [ -71.10798, 42.398483 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109759, 42.395913 ], [ -71.109294, 42.396569 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111591, 42.393319 ], [ -71.111243, 42.393767 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11097, 42.394187 ], [ -71.110739, 42.394497 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108815, 42.39726 ], [ -71.108504, 42.397709 ], [ -71.108491, 42.397728 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110232, 42.395215 ], [ -71.109837, 42.395799 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111243, 42.393767 ], [ -71.111077, 42.394034 ], [ -71.11097, 42.394187 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11197, 42.392812 ], [ -71.111591, 42.393319 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115421, 42.387923 ], [ -71.115652, 42.38775 ], [ -71.115657, 42.387745 ], [ -71.116147, 42.387544 ], [ -71.116595, 42.387335 ], [ -71.116715, 42.387228 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083072, 42.381777 ], [ -71.083853, 42.381669 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084567, 42.381581 ], [ -71.08496, 42.381522 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085908, 42.381374 ], [ -71.086232, 42.381315 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080931, 42.382134 ], [ -71.081517, 42.382042 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081517, 42.382042 ], [ -71.081555, 42.382036 ], [ -71.081897, 42.381978 ], [ -71.081958, 42.381969 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086232, 42.381315 ], [ -71.086744, 42.381193 ], [ -71.087073, 42.381119 ], [ -71.087097, 42.381113 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082383, 42.381905 ], [ -71.083072, 42.381777 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083853, 42.381669 ], [ -71.084567, 42.381581 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087097, 42.381113 ], [ -71.087559, 42.380988 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081958, 42.381969 ], [ -71.082383, 42.381905 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08496, 42.381522 ], [ -71.085675, 42.381416 ], [ -71.085908, 42.381374 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092589, 42.378536 ], [ -71.091831, 42.378277 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091043, 42.377988 ], [ -71.090633, 42.377845 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093562, 42.378872 ], [ -71.093092, 42.378704 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091831, 42.378277 ], [ -71.091043, 42.377988 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090162, 42.377677 ], [ -71.089173, 42.377226 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12052, 42.33597 ], [ -71.12085, 42.336234 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12106, 42.3415 ], [ -71.12123, 42.342 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11116, 42.34045 ], [ -71.11089, 42.34044 ], [ -71.110823, 42.340432 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110823, 42.340432 ], [ -71.110597, 42.340406 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12, 42.34132 ], [ -71.119358, 42.341232 ], [ -71.11844, 42.341078 ], [ -71.11794, 42.341018 ], [ -71.11753, 42.34097 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993618, 42.392191 ], [ -70.993628, 42.392132 ], [ -70.993636, 42.392045 ], [ -70.993642, 42.39199 ], [ -70.993647, 42.391853 ], [ -70.993711, 42.391653 ], [ -70.993808, 42.391384 ], [ -70.993838, 42.391271 ], [ -70.99384, 42.391184 ], [ -70.993803, 42.391106 ], [ -70.99377, 42.391071 ], [ -70.99362, 42.390972 ], [ -70.993487, 42.390904 ], [ -70.993196, 42.390758 ], [ -70.993137, 42.390723 ], [ -70.99295, 42.390615 ], [ -70.992692, 42.390476 ], [ -70.992478, 42.39035 ], [ -70.992252, 42.390191 ], [ -70.992011, 42.390025 ], [ -70.991786, 42.389902 ], [ -70.991539, 42.389815 ], [ -70.991378, 42.389783 ], [ -70.991212, 42.389767 ], [ -70.991002, 42.389791 ], [ -70.990847, 42.389842 ], [ -70.990729, 42.38989 ], [ -70.990697, 42.389909 ], [ -70.990632, 42.389949 ], [ -70.990525, 42.390021 ], [ -70.990466, 42.390128 ], [ -70.990396, 42.390199 ], [ -70.99031, 42.39033 ], [ -70.990251, 42.390401 ], [ -70.990165, 42.39056 ], [ -70.990053, 42.390754 ], [ -70.989929, 42.390987 ], [ -70.989844, 42.391178 ], [ -70.98986, 42.391217 ], [ -70.989962, 42.391257 ], [ -70.990048, 42.391265 ], [ -70.990187, 42.391237 ], [ -70.990444, 42.391178 ], [ -70.990691, 42.391082 ], [ -70.990815, 42.391075 ], [ -70.990917, 42.391083 ], [ -70.991002, 42.39111 ], [ -70.991072, 42.391158 ], [ -70.991153, 42.391221 ], [ -70.991206, 42.391297 ], [ -70.991255, 42.391384 ], [ -70.991303, 42.391471 ], [ -70.991351, 42.39159 ], [ -70.991415, 42.3918 ], [ -70.991442, 42.39195 ], [ -70.991464, 42.392109 ], [ -70.991501, 42.3922 ], [ -70.99155, 42.392243 ], [ -70.991684, 42.392275 ], [ -70.991887, 42.392267 ], [ -70.992059, 42.392228 ], [ -70.992247, 42.392212 ], [ -70.992456, 42.392176 ], [ -70.992671, 42.392164 ], [ -70.992993, 42.392176 ], [ -70.993341, 42.392192 ], [ -70.993545, 42.392196 ], [ -70.993755, 42.392183 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993487, 42.390904 ], [ -70.993508, 42.390942 ], [ -70.993518, 42.390972 ], [ -70.993537, 42.391021 ], [ -70.993532, 42.391073 ], [ -70.993523, 42.391094 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.990262, 42.391786 ], [ -70.990345, 42.39178 ], [ -70.990533, 42.391808 ], [ -70.990732, 42.391847 ], [ -70.990847, 42.391859 ], [ -70.990962, 42.391853 ], [ -70.991102, 42.391837 ], [ -70.991338, 42.391833 ], [ -70.991389, 42.391816 ], [ -70.991493, 42.39175 ], [ -70.991617, 42.391701 ], [ -70.9917, 42.391669 ], [ -70.991861, 42.391631 ], [ -70.992003, 42.391629 ], [ -70.992279, 42.391631 ], [ -70.992424, 42.391625 ], [ -70.992531, 42.391613 ], [ -70.992609, 42.3916 ], [ -70.992676, 42.39158 ], [ -70.992807, 42.391536 ], [ -70.992917, 42.391508 ], [ -70.993009, 42.391463 ], [ -70.993068, 42.391424 ], [ -70.993105, 42.391399 ], [ -70.993301, 42.391243 ], [ -70.993441, 42.391152 ], [ -70.993523, 42.391094 ], [ -70.99354, 42.391083 ], [ -70.993601, 42.391061 ], [ -70.993647, 42.391057 ], [ -70.993725, 42.391065 ], [ -70.99377, 42.391071 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.964454, 42.355551 ], [ -70.964508, 42.355516 ], [ -70.964556, 42.355508 ], [ -70.964684, 42.355519 ], [ -70.964878, 42.355551 ], [ -70.965055, 42.355579 ], [ -70.965301, 42.355618 ], [ -70.965516, 42.355662 ], [ -70.965726, 42.355691 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953884, 42.346643 ], [ -70.95372, 42.346302 ], [ -70.953618, 42.346112 ], [ -70.95358, 42.345941 ], [ -70.953527, 42.345668 ], [ -70.953473, 42.345398 ], [ -70.953441, 42.345224 ], [ -70.953495, 42.345089 ], [ -70.953537, 42.345009 ], [ -70.953478, 42.344906 ], [ -70.953409, 42.344807 ], [ -70.953393, 42.344696 ], [ -70.953371, 42.344577 ], [ -70.953387, 42.344462 ], [ -70.953419, 42.344371 ], [ -70.9535, 42.344308 ], [ -70.953623, 42.344323 ], [ -70.953714, 42.344371 ], [ -70.953854, 42.344439 ], [ -70.954047, 42.344542 ], [ -70.954181, 42.344597 ], [ -70.954423, 42.344653 ], [ -70.954535, 42.344684 ], [ -70.954691, 42.344724 ], [ -70.954798, 42.344783 ], [ -70.954846, 42.344843 ], [ -70.954911, 42.344918 ], [ -70.95498, 42.345037 ], [ -70.955061, 42.345132 ], [ -70.955093, 42.34522 ], [ -70.955147, 42.345311 ], [ -70.955291, 42.345459 ], [ -70.955314, 42.345507 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.95806, 42.354778 ], [ -70.958242, 42.354695 ], [ -70.958344, 42.354643 ], [ -70.958457, 42.354608 ], [ -70.958558, 42.354576 ], [ -70.95866, 42.354556 ], [ -70.958805, 42.354612 ], [ -70.958934, 42.354679 ], [ -70.958929, 42.354754 ], [ -70.958972, 42.354901 ], [ -70.959047, 42.354953 ], [ -70.959213, 42.35504 ], [ -70.959299, 42.355068 ], [ -70.959411, 42.355107 ], [ -70.959519, 42.355119 ], [ -70.959653, 42.355079 ], [ -70.95998, 42.354937 ], [ -70.960522, 42.354727 ], [ -70.960871, 42.354564 ], [ -70.961091, 42.354461 ], [ -70.961327, 42.35437 ], [ -70.961466, 42.354342 ], [ -70.961745, 42.354287 ], [ -70.962088, 42.354064 ], [ -70.962544, 42.35416 ], [ -70.962942, 42.354228 ], [ -70.962984, 42.354235 ], [ -70.963327, 42.354306 ], [ -70.963612, 42.35435 ], [ -70.963848, 42.35439 ], [ -70.964046, 42.35452 ], [ -70.96417, 42.354675 ], [ -70.964347, 42.354822 ], [ -70.964524, 42.354972 ], [ -70.964615, 42.355071 ], [ -70.964781, 42.355163 ], [ -70.965125, 42.355345 ], [ -70.965543, 42.355575 ], [ -70.965726, 42.355691 ], [ -70.9658, 42.355737 ], [ -70.965951, 42.355797 ], [ -70.96616, 42.355848 ], [ -70.966353, 42.355876 ], [ -70.966487, 42.355856 ], [ -70.966671, 42.35582 ], [ -70.966686, 42.355817 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.95806, 42.354778 ], [ -70.958109, 42.354866 ], [ -70.958156, 42.354937 ], [ -70.958253, 42.355028 ], [ -70.958338, 42.355077 ], [ -70.958376, 42.355099 ], [ -70.958526, 42.355159 ], [ -70.958784, 42.355333 ], [ -70.959047, 42.355492 ], [ -70.959213, 42.355599 ], [ -70.959471, 42.35571 ], [ -70.959615, 42.355749 ], [ -70.959825, 42.355785 ], [ -70.960034, 42.355821 ], [ -70.960334, 42.355837 ], [ -70.960474, 42.355785 ], [ -70.960581, 42.355726 ], [ -70.960817, 42.355579 ], [ -70.961139, 42.355385 ], [ -70.961552, 42.355183 ], [ -70.961815, 42.355032 ], [ -70.96196, 42.354964 ], [ -70.962147, 42.354929 ], [ -70.962459, 42.354925 ], [ -70.962716, 42.354925 ], [ -70.962898, 42.354968 ], [ -70.963054, 42.355036 ], [ -70.963435, 42.355175 ], [ -70.963998, 42.355377 ], [ -70.964454, 42.355551 ], [ -70.965125, 42.355785 ], [ -70.965441, 42.355908 ], [ -70.965597, 42.355944 ], [ -70.965817, 42.356003 ], [ -70.966117, 42.356078 ], [ -70.966444, 42.356158 ], [ -70.966614, 42.356206 ], [ -70.966782, 42.356205 ], [ -70.967024, 42.356197 ], [ -70.967174, 42.356154 ], [ -70.96727, 42.356043 ], [ -70.967345, 42.35592 ], [ -70.967313, 42.355773 ], [ -70.967201, 42.355603 ], [ -70.967109, 42.355464 ], [ -70.967107, 42.355432 ], [ -70.967104, 42.355385 ], [ -70.967201, 42.355305 ], [ -70.967249, 42.355286 ], [ -70.967335, 42.355285 ], [ -70.967426, 42.355282 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967452, 42.355299 ], [ -70.967581, 42.355194 ], [ -70.967705, 42.355103 ], [ -70.967839, 42.355012 ], [ -70.967968, 42.354937 ], [ -70.968048, 42.354893 ], [ -70.968129, 42.354885 ], [ -70.968241, 42.354857 ], [ -70.968322, 42.354806 ], [ -70.968338, 42.354754 ], [ -70.9683, 42.354703 ], [ -70.96822, 42.354659 ], [ -70.96808, 42.354584 ], [ -70.967919, 42.354517 ], [ -70.967737, 42.354421 ], [ -70.967635, 42.354374 ], [ -70.967555, 42.354338 ], [ -70.967383, 42.354314 ], [ -70.967147, 42.354259 ], [ -70.9669, 42.354175 ], [ -70.966492, 42.353997 ], [ -70.965961, 42.353775 ], [ -70.965758, 42.353672 ], [ -70.965393, 42.353482 ], [ -70.965119, 42.353339 ], [ -70.96498, 42.353224 ], [ -70.964894, 42.353141 ], [ -70.964738, 42.352994 ], [ -70.964674, 42.352883 ], [ -70.964663, 42.352812 ], [ -70.964652, 42.352693 ], [ -70.96469, 42.352542 ], [ -70.964717, 42.352475 ], [ -70.964765, 42.352388 ], [ -70.96484, 42.352328 ], [ -70.96491, 42.352273 ], [ -70.964969, 42.352213 ], [ -70.965007, 42.35215 ], [ -70.965007, 42.352019 ], [ -70.964993, 42.351946 ], [ -70.964942, 42.351844 ], [ -70.964878, 42.351781 ], [ -70.964749, 42.35167 ], [ -70.964669, 42.351607 ], [ -70.964604, 42.351579 ], [ -70.964486, 42.351531 ], [ -70.964422, 42.351472 ], [ -70.964352, 42.351381 ], [ -70.964282, 42.351297 ], [ -70.964207, 42.351258 ], [ -70.964084, 42.351214 ], [ -70.963882, 42.351158 ], [ -70.963665, 42.351103 ], [ -70.963467, 42.351075 ], [ -70.963268, 42.351048 ], [ -70.963142, 42.350966 ], [ -70.96304, 42.350917 ], [ -70.962979, 42.350887 ], [ -70.962936, 42.350849 ], [ -70.962855, 42.350792 ], [ -70.962802, 42.350748 ], [ -70.962759, 42.350707 ], [ -70.962657, 42.350611 ], [ -70.962598, 42.350546 ], [ -70.962501, 42.350445 ], [ -70.962399, 42.35035 ], [ -70.962327, 42.350286 ], [ -70.962257, 42.350231 ], [ -70.962161, 42.350161 ], [ -70.962075, 42.35011 ], [ -70.961992, 42.350051 ], [ -70.96189, 42.349977 ], [ -70.961804, 42.349922 ], [ -70.961688, 42.34985 ], [ -70.961552, 42.349767 ], [ -70.961463, 42.349729 ], [ -70.961222, 42.349618 ], [ -70.961058, 42.349549 ], [ -70.9609, 42.349478 ], [ -70.96064, 42.349371 ], [ -70.960551, 42.349333 ], [ -70.960425, 42.349285 ], [ -70.960259, 42.34924 ], [ -70.960085, 42.349204 ], [ -70.959942, 42.34916 ], [ -70.95983, 42.349121 ], [ -70.959755, 42.349085 ], [ -70.959618, 42.349004 ], [ -70.959556, 42.34897 ], [ -70.95943, 42.348877 ], [ -70.959309, 42.348764 ], [ -70.959183, 42.348635 ], [ -70.958958, 42.348449 ], [ -70.958757, 42.348229 ], [ -70.958682, 42.348134 ], [ -70.958491, 42.347854 ], [ -70.958381, 42.347791 ], [ -70.958212, 42.347834 ], [ -70.958035, 42.347862 ], [ -70.957917, 42.347878 ], [ -70.95788, 42.347832 ], [ -70.957829, 42.347787 ], [ -70.957781, 42.347622 ], [ -70.957738, 42.347388 ], [ -70.9577, 42.347178 ], [ -70.957652, 42.346916 ], [ -70.957637, 42.346735 ], [ -70.957632, 42.346556 ], [ -70.957623, 42.346467 ], [ -70.957545, 42.346334 ], [ -70.957405, 42.346203 ], [ -70.957244, 42.346032 ], [ -70.957158, 42.345913 ], [ -70.956831, 42.345529 ], [ -70.956666, 42.345366 ], [ -70.956544, 42.3453 ], [ -70.956368, 42.345328 ], [ -70.956021, 42.34544 ], [ -70.955987, 42.345369 ], [ -70.955493, 42.345475 ], [ -70.955314, 42.345507 ], [ -70.954916, 42.345711 ], [ -70.954482, 42.34589 ], [ -70.954042, 42.346076 ], [ -70.953854, 42.346231 ], [ -70.953838, 42.346353 ], [ -70.953884, 42.346643 ], [ -70.953934, 42.347178 ], [ -70.954018, 42.347538 ], [ -70.954093, 42.347883 ], [ -70.954193, 42.348505 ], [ -70.954134, 42.349066 ], [ -70.953826, 42.34942 ], [ -70.953698, 42.349573 ], [ -70.953378, 42.349772 ], [ -70.953377, 42.349906 ], [ -70.953669, 42.35033 ], [ -70.953845, 42.350599 ], [ -70.954096, 42.350999 ], [ -70.954291, 42.351294 ], [ -70.954514, 42.351636 ], [ -70.95469, 42.351916 ], [ -70.954813, 42.352105 ], [ -70.955311, 42.352875 ], [ -70.955526, 42.353207 ], [ -70.956021, 42.353664 ], [ -70.956284, 42.353914 ], [ -70.956603, 42.354213 ], [ -70.957145, 42.354529 ], [ -70.957256, 42.354591 ], [ -70.957365, 42.354663 ], [ -70.957542, 42.354759 ], [ -70.9577, 42.354856 ], [ -70.957777, 42.354899 ], [ -70.958237, 42.35517 ], [ -70.958266, 42.355139 ], [ -70.958301, 42.355112 ], [ -70.958338, 42.355077 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106803, 42.389676 ], [ -71.106233, 42.389417 ], [ -71.10578, 42.389231 ], [ -71.105228, 42.389025 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113164, 42.392535 ], [ -71.112389, 42.392219 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114033, 42.39291 ], [ -71.113164, 42.392535 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115564, 42.393572 ], [ -71.114898, 42.393292 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119424, 42.395235 ], [ -71.118605, 42.394894 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107266, 42.389897 ], [ -71.106803, 42.389676 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114898, 42.393292 ], [ -71.114033, 42.39291 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111638, 42.391868 ], [ -71.11088, 42.39153 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116207, 42.393859 ], [ -71.116178, 42.393847 ], [ -71.115616, 42.393595 ], [ -71.115564, 42.393572 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120474, 42.395694 ], [ -71.121464, 42.396124 ], [ -71.121945, 42.396332 ], [ -71.122309, 42.396489 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112389, 42.392219 ], [ -71.111638, 42.391868 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098724, 42.386836 ], [ -71.097825, 42.386532 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092657, 42.384543 ], [ -71.092469, 42.384465 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094174, 42.385148 ], [ -71.093481, 42.384871 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105228, 42.389025 ], [ -71.104457, 42.388763 ], [ -71.104316, 42.388715 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118605, 42.394894 ], [ -71.11795, 42.394609 ], [ -71.11776, 42.394529 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096052, 42.385888 ], [ -71.095263, 42.38557 ], [ -71.094551, 42.385294 ], [ -71.094174, 42.385148 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1019, 42.387907 ], [ -71.101141, 42.387643 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108711, 42.390539 ], [ -71.107942, 42.390203 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11776, 42.394529 ], [ -71.117448, 42.394397 ], [ -71.116811, 42.394108 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107942, 42.390203 ], [ -71.107266, 42.389897 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089557, 42.386231 ], [ -71.088937, 42.386036 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094174, 42.385148 ], [ -71.093737, 42.38579 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "0" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048175, 42.379219 ], [ -71.048057, 42.378815 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067969, 42.369606 ], [ -71.068841, 42.370169 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083904, 42.398338 ], [ -71.083856, 42.398348 ], [ -71.083809, 42.39834 ], [ -71.083768, 42.398327 ], [ -71.083724, 42.398307 ], [ -71.08369, 42.398289 ], [ -71.083649, 42.398259 ], [ -71.083601, 42.398231 ], [ -71.083574, 42.39822 ], [ -71.083567, 42.39819 ], [ -71.083568, 42.398152 ], [ -71.083575, 42.398102 ], [ -71.083578, 42.398051 ], [ -71.083572, 42.397998 ], [ -71.083572, 42.39794 ], [ -71.083569, 42.397899 ], [ -71.083566, 42.397844 ], [ -71.083566, 42.397803 ], [ -71.08357, 42.397768 ], [ -71.083567, 42.39773 ], [ -71.083567, 42.397699 ], [ -71.083554, 42.397664 ], [ -71.083537, 42.397636 ], [ -71.08351, 42.397608 ], [ -71.083479, 42.397585 ], [ -71.083438, 42.397567 ], [ -71.083384, 42.397542 ], [ -71.083333, 42.397522 ], [ -71.083285, 42.397501 ], [ -71.083231, 42.397481 ], [ -71.083173, 42.397453 ], [ -71.083122, 42.397427 ], [ -71.083061, 42.397404 ], [ -71.082989, 42.397379 ], [ -71.082918, 42.397356 ], [ -71.08285, 42.397329 ], [ -71.082781, 42.397306 ], [ -71.08272, 42.39728 ], [ -71.082659, 42.397255 ], [ -71.082584, 42.397229 ], [ -71.082513, 42.397199 ], [ -71.082441, 42.397171 ], [ -71.082366, 42.397137 ], [ -71.082281, 42.397099 ], [ -71.0822, 42.397058 ], [ -71.082121, 42.397028 ], [ -71.082046, 42.396995 ], [ -71.081978, 42.396966 ], [ -71.08191, 42.396933 ], [ -71.081846, 42.3969 ], [ -71.081795, 42.39687 ], [ -71.081727, 42.396837 ], [ -71.081672, 42.396806 ], [ -71.081632, 42.396773 ], [ -71.08158, 42.396753 ], [ -71.081519, 42.39673 ], [ -71.081447, 42.396702 ], [ -71.081386, 42.396673 ], [ -71.081331, 42.396656 ], [ -71.081253, 42.396638 ], [ -71.081185, 42.396615 ], [ -71.081103, 42.396589 ], [ -71.081015, 42.396568 ], [ -71.080936, 42.396548 ], [ -71.080841, 42.39653 ], [ -71.080752, 42.396509 ], [ -71.080677, 42.396499 ], [ -71.080602, 42.396486 ], [ -71.080524, 42.396468 ], [ -71.080469, 42.39645 ], [ -71.080405, 42.39643 ], [ -71.08034, 42.396407 ], [ -71.080269, 42.396379 ], [ -71.080211, 42.396366 ], [ -71.080146, 42.396358 ], [ -71.080084, 42.39635 ], [ -71.080013, 42.39635 ], [ -71.079962, 42.39635 ], [ -71.079897, 42.396349 ], [ -71.079825, 42.396349 ], [ -71.079736, 42.396349 ], [ -71.079668, 42.396346 ], [ -71.079566, 42.396333 ], [ -71.079474, 42.396322 ], [ -71.079368, 42.396313 ], [ -71.07929, 42.396302 ], [ -71.079228, 42.396292 ], [ -71.079153, 42.396277 ], [ -71.079082, 42.396256 ], [ -71.078993, 42.396228 ], [ -71.078918, 42.396197 ], [ -71.07885, 42.396164 ], [ -71.078776, 42.396126 ], [ -71.078708, 42.396088 ], [ -71.07865, 42.39606 ], [ -71.078572, 42.396021 ], [ -71.07849, 42.395976 ], [ -71.078412, 42.395943 ], [ -71.078347, 42.395912 ], [ -71.078269, 42.395879 ], [ -71.078214, 42.395853 ], [ -71.07817, 42.395823 ], [ -71.078126, 42.395795 ], [ -71.078061, 42.395752 ], [ -71.07799, 42.395708 ], [ -71.077939, 42.395687 ], [ -71.077898, 42.395654 ], [ -71.077861, 42.395621 ], [ -71.077827, 42.395593 ], [ -71.077776, 42.395558 ], [ -71.077729, 42.39552 ], [ -71.077698, 42.395492 ], [ -71.07765, 42.395484 ], [ -71.077589, 42.395484 ], [ -71.077517, 42.395486 ], [ -71.077439, 42.395483 ], [ -71.077371, 42.395483 ], [ -71.077102, 42.395447 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077102, 42.395447 ], [ -71.07705, 42.395434 ], [ -71.077006, 42.395418 ], [ -71.076958, 42.395393 ], [ -71.076914, 42.39536 ], [ -71.076897, 42.395324 ], [ -71.076864, 42.395261 ], [ -71.076823, 42.39519 ], [ -71.076766, 42.395086 ], [ -71.076709, 42.394982 ], [ -71.076638, 42.394855 ], [ -71.07658, 42.394749 ], [ -71.07654, 42.394666 ], [ -71.076503, 42.394598 ], [ -71.076473, 42.394545 ], [ -71.076442, 42.394479 ], [ -71.076415, 42.394438 ], [ -71.076385, 42.394365 ], [ -71.076348, 42.394304 ], [ -71.076324, 42.394253 ], [ -71.076301, 42.394218 ], [ -71.076291, 42.394175 ], [ -71.076284, 42.394137 ], [ -71.076267, 42.394109 ], [ -71.07624, 42.394068 ], [ -71.076207, 42.394023 ], [ -71.076169, 42.393972 ], [ -71.076146, 42.393934 ], [ -71.076125, 42.393893 ], [ -71.076116, 42.393855 ], [ -71.076109, 42.39379 ], [ -71.076113, 42.393721 ], [ -71.076106, 42.393678 ], [ -71.076097, 42.39363 ], [ -71.076083, 42.39358 ], [ -71.07607, 42.393526 ], [ -71.076057, 42.393483 ], [ -71.076036, 42.393443 ], [ -71.076013, 42.3934 ], [ -71.075989, 42.393359 ], [ -71.075955, 42.393319 ], [ -71.075921, 42.393283 ], [ -71.075877, 42.393232 ], [ -71.075823, 42.393182 ], [ -71.075793, 42.393147 ], [ -71.075766, 42.393114 ], [ -71.075742, 42.393074 ], [ -71.075718, 42.393028 ], [ -71.075698, 42.392983 ], [ -71.075692, 42.392947 ], [ -71.075678, 42.392902 ], [ -71.075675, 42.392864 ], [ -71.075669, 42.392821 ], [ -71.075659, 42.392783 ], [ -71.075642, 42.392735 ], [ -71.075618, 42.392686 ], [ -71.075602, 42.392651 ], [ -71.075581, 42.392608 ], [ -71.075561, 42.392572 ], [ -71.075537, 42.392532 ], [ -71.075521, 42.392493 ], [ -71.075518, 42.392462 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075518, 42.392458 ], [ -71.075514, 42.392333 ], [ -71.075481, 42.39221 ], [ -71.075394, 42.392138 ], [ -71.075283, 42.392159 ], [ -71.075263, 42.392242 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039151, 42.28419 ], [ -71.039446, 42.284377 ], [ -71.039748, 42.284554 ], [ -71.040145, 42.284777 ], [ -71.040491, 42.284955 ], [ -71.040926, 42.285184 ], [ -71.041414, 42.285452 ], [ -71.041686, 42.285617 ], [ -71.041884, 42.28575 ], [ -71.042042, 42.285895 ], [ -71.042139, 42.286027 ], [ -71.042193, 42.286137 ], [ -71.042241, 42.286359 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04251, 42.285732 ], [ -71.042346, 42.285693 ], [ -71.042191, 42.28565 ], [ -71.041984, 42.285574 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.041984, 42.285574 ], [ -71.041728, 42.285482 ], [ -71.041551, 42.285396 ], [ -71.041259, 42.285244 ], [ -71.040786, 42.284993 ], [ -71.040375, 42.28478 ], [ -71.040187, 42.28468 ], [ -71.040029, 42.284596 ], [ -71.039838, 42.284496 ], [ -71.039675, 42.284394 ], [ -71.039558, 42.284326 ], [ -71.039419, 42.284231 ], [ -71.039259, 42.28412 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068303, 42.366675 ], [ -71.068225, 42.366743 ], [ -71.068174, 42.366999 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099913, 42.340329 ], [ -71.099964, 42.340383 ], [ -71.100004, 42.340415 ], [ -71.100084, 42.340453 ], [ -71.100154, 42.340483 ], [ -71.100518, 42.340588 ], [ -71.100782, 42.340668 ], [ -71.101022, 42.340723 ], [ -71.1014, 42.34105 ], [ -71.102047, 42.341682 ], [ -71.102382, 42.342015 ], [ -71.102739, 42.342368 ], [ -71.102993, 42.342628 ], [ -71.102959, 42.342689 ], [ -71.102499, 42.343086 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069618, 42.325432 ], [ -71.06953, 42.325502 ], [ -71.069463, 42.325494 ], [ -71.069186, 42.325522 ], [ -71.068649, 42.32588 ], [ -71.068607, 42.325886 ], [ -71.068515, 42.325912 ], [ -71.0684, 42.325945 ], [ -71.068308, 42.325997 ], [ -71.068224, 42.326041 ], [ -71.068171, 42.326052 ], [ -71.068087, 42.326062 ], [ -71.067996, 42.326085 ], [ -71.067891, 42.326101 ], [ -71.067817, 42.326135 ], [ -71.067768, 42.326156 ], [ -71.067701, 42.326189 ], [ -71.067645, 42.326228 ], [ -71.067634, 42.326278 ], [ -71.067652, 42.326329 ], [ -71.067666, 42.326374 ], [ -71.067578, 42.326431 ], [ -71.067399, 42.326566 ], [ -71.067333, 42.326612 ], [ -71.067269, 42.32669 ], [ -71.067224, 42.326765 ], [ -71.06721, 42.326799 ], [ -71.067203, 42.326874 ], [ -71.067206, 42.326916 ], [ -71.067189, 42.326947 ], [ -71.067154, 42.326965 ], [ -71.067104, 42.326986 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073292, 42.305641 ], [ -71.073292, 42.30564 ], [ -71.073303, 42.305602 ], [ -71.073329, 42.305567 ], [ -71.073388, 42.305542 ], [ -71.073436, 42.305504 ], [ -71.073476, 42.305474 ], [ -71.073528, 42.305439 ], [ -71.073605, 42.305401 ], [ -71.073675, 42.305371 ], [ -71.07373, 42.305341 ], [ -71.073793, 42.3053 ], [ -71.073852, 42.305256 ], [ -71.073929, 42.305186 ], [ -71.073977, 42.305164 ], [ -71.074006, 42.305142 ], [ -71.074036, 42.305093 ], [ -71.073988, 42.305077 ], [ -71.073907, 42.305011 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073358, 42.305757 ], [ -71.073498, 42.305768 ], [ -71.073657, 42.305779 ], [ -71.073796, 42.305806 ], [ -71.073933, 42.30582 ], [ -71.074039, 42.30582 ], [ -71.074157, 42.305833 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072706, 42.305869 ], [ -71.072751, 42.305809 ], [ -71.072825, 42.30576 ], [ -71.072953, 42.305711 ], [ -71.073049, 42.305687 ], [ -71.07316, 42.305654 ], [ -71.073229, 42.305646 ], [ -71.073296, 42.305643 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072854, 42.306019 ], [ -71.072975, 42.306046 ], [ -71.073064, 42.30606 ], [ -71.07313, 42.306051 ], [ -71.0732, 42.306038 ], [ -71.073233, 42.305997 ], [ -71.073252, 42.305937 ], [ -71.07327, 42.30588 ], [ -71.073296, 42.305834 ], [ -71.073318, 42.305785 ], [ -71.073358, 42.305752 ], [ -71.073325, 42.305717 ], [ -71.073303, 42.305676 ], [ -71.073292, 42.305641 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135552, 42.258694 ], [ -71.135606, 42.258725 ], [ -71.13563, 42.25878 ], [ -71.135651, 42.258808 ], [ -71.135672, 42.258835 ], [ -71.13574, 42.258869 ], [ -71.135796, 42.258889 ], [ -71.135858, 42.258911 ], [ -71.135915, 42.25892 ], [ -71.135989, 42.258929 ], [ -71.136074, 42.258941 ], [ -71.136292, 42.25908 ], [ -71.136612, 42.259193 ], [ -71.136979, 42.259398 ], [ -71.137119, 42.259481 ], [ -71.137318, 42.259683 ], [ -71.137664, 42.260001 ], [ -71.137714, 42.26009 ], [ -71.137738, 42.260153 ], [ -71.137747, 42.2602 ], [ -71.137749, 42.260254 ], [ -71.137755, 42.260319 ], [ -71.137771, 42.260387 ], [ -71.137786, 42.260426 ], [ -71.137807, 42.260466 ], [ -71.137865, 42.260526 ], [ -71.137893, 42.260552 ], [ -71.138019, 42.260642 ], [ -71.138292, 42.26079 ], [ -71.138508, 42.260896 ], [ -71.138725, 42.260952 ], [ -71.138867, 42.260967 ], [ -71.138992, 42.260958 ], [ -71.1391, 42.260929 ], [ -71.139179, 42.260892 ], [ -71.13923, 42.260869 ], [ -71.139302, 42.260855 ], [ -71.139377, 42.260849 ], [ -71.139439, 42.26088 ], [ -71.139499, 42.260922 ], [ -71.139515, 42.260952 ], [ -71.139523, 42.260977 ], [ -71.139524, 42.261004 ], [ -71.139526, 42.261049 ], [ -71.139526, 42.2612 ], [ -71.139572, 42.26132 ], [ -71.139641, 42.261426 ], [ -71.139718, 42.261602 ], [ -71.139813, 42.261821 ], [ -71.139835, 42.261883 ], [ -71.139846, 42.261913 ], [ -71.139893, 42.261973 ], [ -71.139949, 42.262035 ], [ -71.139983, 42.262084 ], [ -71.140042, 42.26214 ], [ -71.140116, 42.262211 ], [ -71.140246, 42.262373 ], [ -71.140266, 42.262486 ], [ -71.140345, 42.262726 ], [ -71.140374, 42.262784 ], [ -71.140402, 42.26282 ], [ -71.140441, 42.262871 ], [ -71.1406, 42.263027 ], [ -71.140774, 42.263199 ], [ -71.140806, 42.263349 ], [ -71.140773, 42.263464 ], [ -71.140604, 42.263819 ], [ -71.140589, 42.263844 ], [ -71.140565, 42.263877 ], [ -71.140508, 42.263949 ], [ -71.140472, 42.263993 ], [ -71.140455, 42.264032 ], [ -71.140452, 42.264076 ], [ -71.140444, 42.264106 ], [ -71.140436, 42.26414 ], [ -71.140415, 42.264175 ], [ -71.140382, 42.264214 ], [ -71.140363, 42.264238 ], [ -71.140342, 42.264262 ], [ -71.140326, 42.264287 ], [ -71.140319, 42.264321 ], [ -71.140315, 42.264364 ], [ -71.140324, 42.264412 ], [ -71.140342, 42.264456 ], [ -71.140366, 42.264504 ], [ -71.140416, 42.264578 ], [ -71.140476, 42.264687 ], [ -71.140564, 42.264886 ], [ -71.140612, 42.264995 ], [ -71.140627, 42.265037 ], [ -71.140636, 42.265074 ], [ -71.14064, 42.26512 ], [ -71.140626, 42.265234 ], [ -71.140568, 42.265402 ], [ -71.140539, 42.265591 ], [ -71.140613, 42.265816 ], [ -71.140593, 42.266061 ], [ -71.140554, 42.266313 ], [ -71.140534, 42.266446 ], [ -71.140439, 42.26653 ], [ -71.140243, 42.266622 ], [ -71.140174, 42.266658 ], [ -71.140139, 42.266704 ], [ -71.140104, 42.266763 ], [ -71.140085, 42.266836 ], [ -71.140072, 42.267184 ], [ -71.140074, 42.267221 ], [ -71.140069, 42.267255 ], [ -71.140063, 42.267292 ], [ -71.140043, 42.267337 ], [ -71.140032, 42.267368 ], [ -71.140028, 42.267393 ], [ -71.140028, 42.267427 ], [ -71.140028, 42.267446 ], [ -71.140038, 42.267476 ], [ -71.140046, 42.267509 ], [ -71.140053, 42.267553 ], [ -71.140061, 42.267585 ], [ -71.140066, 42.267611 ], [ -71.140071, 42.267642 ], [ -71.14007, 42.267668 ], [ -71.140066, 42.267692 ], [ -71.14005, 42.267725 ], [ -71.140033, 42.26776 ], [ -71.140016, 42.267789 ], [ -71.140005, 42.267817 ], [ -71.140002, 42.267859 ], [ -71.140002, 42.267908 ], [ -71.140011, 42.267968 ], [ -71.140022, 42.268015 ], [ -71.140033, 42.268059 ], [ -71.140045, 42.268098 ], [ -71.140056, 42.268143 ], [ -71.140079, 42.268204 ], [ -71.140084, 42.26823 ], [ -71.140085, 42.268252 ], [ -71.140078, 42.26827 ], [ -71.140071, 42.268287 ], [ -71.140031, 42.268363 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14011, 42.274185 ], [ -71.140118, 42.27406 ], [ -71.140118, 42.273994 ], [ -71.140119, 42.273939 ], [ -71.140132, 42.273878 ], [ -71.140138, 42.273836 ], [ -71.140139, 42.273757 ], [ -71.140139, 42.273715 ], [ -71.140114, 42.273659 ], [ -71.140089, 42.273589 ], [ -71.140065, 42.273538 ], [ -71.140052, 42.273482 ], [ -71.140046, 42.273426 ], [ -71.140047, 42.273314 ], [ -71.140048, 42.273207 ], [ -71.140056, 42.272914 ], [ -71.140076, 42.272653 ], [ -71.140083, 42.27256 ], [ -71.140089, 42.272462 ], [ -71.140096, 42.272369 ], [ -71.140097, 42.272276 ], [ -71.14011, 42.272187 ], [ -71.140119, 42.272087 ], [ -71.140123, 42.272015 ], [ -71.140118, 42.27194 ], [ -71.140118, 42.271866 ], [ -71.140118, 42.271796 ], [ -71.140119, 42.271735 ], [ -71.140119, 42.271675 ], [ -71.140119, 42.2716 ], [ -71.14012, 42.27154 ], [ -71.140101, 42.271488 ], [ -71.140083, 42.271433 ], [ -71.140071, 42.271374 ], [ -71.140065, 42.271323 ], [ -71.140077, 42.271276 ], [ -71.140096, 42.271235 ], [ -71.140128, 42.271183 ], [ -71.140153, 42.271128 ], [ -71.140154, 42.271058 ], [ -71.140167, 42.270997 ], [ -71.140186, 42.270941 ], [ -71.140205, 42.270895 ], [ -71.14023, 42.270848 ], [ -71.140262, 42.270802 ], [ -71.140281, 42.270751 ], [ -71.140281, 42.2707 ], [ -71.140275, 42.270648 ], [ -71.140263, 42.270616 ], [ -71.140244, 42.270569 ], [ -71.140239, 42.270467 ], [ -71.140252, 42.270397 ], [ -71.140258, 42.270308 ], [ -71.140265, 42.270229 ], [ -71.140284, 42.270164 ], [ -71.140297, 42.270089 ], [ -71.140329, 42.269968 ], [ -71.140342, 42.269885 ], [ -71.140353, 42.269831 ], [ -71.14036, 42.269794 ], [ -71.140378, 42.269757 ], [ -71.140413, 42.269715 ], [ -71.140478, 42.269665 ], [ -71.140548, 42.269618 ], [ -71.140595, 42.269585 ], [ -71.140626, 42.269543 ], [ -71.140639, 42.269511 ], [ -71.14064, 42.269473 ], [ -71.140633, 42.269431 ], [ -71.140615, 42.26938 ], [ -71.140575, 42.26933 ], [ -71.140536, 42.269296 ], [ -71.140482, 42.269252 ], [ -71.140428, 42.269203 ], [ -71.140391, 42.269142 ], [ -71.140347, 42.269067 ], [ -71.140316, 42.268969 ], [ -71.140285, 42.268876 ], [ -71.140254, 42.268811 ], [ -71.140211, 42.268703 ], [ -71.140155, 42.268596 ], [ -71.140118, 42.268535 ], [ -71.140099, 42.268493 ], [ -71.140062, 42.268428 ], [ -71.140031, 42.268363 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140031, 42.268363 ], [ -71.139986, 42.268308 ], [ -71.139919, 42.268246 ], [ -71.139857, 42.268185 ], [ -71.139769, 42.268101 ], [ -71.139688, 42.268017 ], [ -71.139595, 42.267942 ], [ -71.13947, 42.267839 ], [ -71.139347, 42.267747 ], [ -71.13924, 42.267673 ], [ -71.139139, 42.267594 ], [ -71.139026, 42.267505 ], [ -71.13892, 42.267411 ], [ -71.138802, 42.267304 ], [ -71.138702, 42.267201 ], [ -71.138571, 42.26707 ], [ -71.13844, 42.26694 ], [ -71.138309, 42.266818 ], [ -71.138234, 42.266725 ], [ -71.138197, 42.266673 ], [ -71.138166, 42.266613 ], [ -71.138135, 42.266552 ], [ -71.138098, 42.266487 ], [ -71.138067, 42.266426 ], [ -71.138036, 42.26637 ], [ -71.137992, 42.266328 ], [ -71.137917, 42.266239 ], [ -71.137861, 42.266174 ], [ -71.137818, 42.266129 ], [ -71.137768, 42.266078 ], [ -71.137712, 42.266013 ], [ -71.137666, 42.265961 ], [ -71.137606, 42.265891 ], [ -71.137562, 42.265822 ], [ -71.137508, 42.265737 ], [ -71.137434, 42.265609 ], [ -71.137288, 42.265355 ], [ -71.137221, 42.265211 ], [ -71.137153, 42.265052 ], [ -71.137094, 42.264907 ], [ -71.137024, 42.264733 ], [ -71.136957, 42.26458 ], [ -71.136888, 42.264409 ], [ -71.136807, 42.264203 ], [ -71.13677, 42.264096 ], [ -71.136708, 42.263952 ], [ -71.13664, 42.263812 ], [ -71.136571, 42.263672 ], [ -71.136541, 42.26357 ], [ -71.13651, 42.263495 ], [ -71.136479, 42.263426 ], [ -71.136458, 42.26337 ], [ -71.136416, 42.263307 ], [ -71.136366, 42.263238 ], [ -71.136311, 42.263169 ], [ -71.136255, 42.263085 ], [ -71.136236, 42.26302 ], [ -71.136199, 42.262945 ], [ -71.136168, 42.262866 ], [ -71.13612, 42.262786 ], [ -71.136078, 42.262723 ], [ -71.136041, 42.262675 ], [ -71.136013, 42.262628 ], [ -71.135968, 42.262565 ], [ -71.135933, 42.262493 ], [ -71.135915, 42.262429 ], [ -71.135902, 42.262359 ], [ -71.135915, 42.262299 ], [ -71.135946, 42.262224 ], [ -71.135984, 42.26215 ], [ -71.136029, 42.26208 ], [ -71.136054, 42.262006 ], [ -71.136073, 42.261941 ], [ -71.13608, 42.261885 ], [ -71.136081, 42.26168 ], [ -71.136088, 42.26161 ], [ -71.136107, 42.261531 ], [ -71.136151, 42.261452 ], [ -71.13619, 42.261359 ], [ -71.136221, 42.261284 ], [ -71.136253, 42.261215 ], [ -71.13626, 42.261145 ], [ -71.136247, 42.261108 ], [ -71.13621, 42.261038 ], [ -71.136157, 42.260988 ], [ -71.13607, 42.260949 ], [ -71.135998, 42.26092 ], [ -71.135906, 42.260886 ], [ -71.135821, 42.260837 ], [ -71.135748, 42.260791 ], [ -71.135685, 42.260735 ], [ -71.135585, 42.260679 ], [ -71.13551, 42.260632 ], [ -71.135454, 42.260581 ], [ -71.135392, 42.260524 ], [ -71.135348, 42.260461 ], [ -71.135292, 42.260398 ], [ -71.13523, 42.260338 ], [ -71.135174, 42.260282 ], [ -71.135124, 42.260239 ], [ -71.13508, 42.260183 ], [ -71.135043, 42.260118 ], [ -71.135006, 42.260055 ], [ -71.134975, 42.259985 ], [ -71.134944, 42.25992 ], [ -71.134906, 42.259864 ], [ -71.134863, 42.259789 ], [ -71.134826, 42.259747 ], [ -71.134788, 42.259691 ], [ -71.134757, 42.259658 ], [ -71.134682, 42.259626 ], [ -71.134594, 42.259597 ], [ -71.134501, 42.259569 ], [ -71.134394, 42.259522 ], [ -71.134326, 42.259471 ], [ -71.134263, 42.259452 ], [ -71.134182, 42.259428 ], [ -71.134125, 42.259409 ], [ -71.134044, 42.259381 ], [ -71.133981, 42.259344 ], [ -71.133919, 42.259306 ], [ -71.133857, 42.259255 ], [ -71.1338, 42.259199 ], [ -71.133769, 42.259134 ], [ -71.133751, 42.259078 ], [ -71.133726, 42.259008 ], [ -71.133714, 42.258928 ], [ -71.133715, 42.258859 ], [ -71.133709, 42.25877 ], [ -71.133721, 42.258707 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133965, 42.254313 ], [ -71.134074, 42.254159 ], [ -71.134183, 42.254013 ], [ -71.134257, 42.253911 ], [ -71.134351, 42.253813 ], [ -71.134454, 42.253719 ], [ -71.134574, 42.253586 ], [ -71.134601, 42.253559 ], [ -71.134625, 42.253537 ], [ -71.134651, 42.253516 ], [ -71.134672, 42.253501 ], [ -71.134702, 42.253486 ], [ -71.134733, 42.253478 ], [ -71.134801, 42.253471 ], [ -71.134859, 42.253475 ], [ -71.13496, 42.253484 ], [ -71.135035, 42.253495 ], [ -71.135064, 42.253499 ], [ -71.135088, 42.2535 ], [ -71.135109, 42.2535 ], [ -71.135129, 42.253495 ], [ -71.135154, 42.253476 ], [ -71.135171, 42.253458 ], [ -71.135189, 42.253439 ], [ -71.135229, 42.253355 ], [ -71.135262, 42.253298 ], [ -71.135276, 42.253276 ], [ -71.135303, 42.253247 ], [ -71.135328, 42.253237 ], [ -71.135355, 42.253232 ], [ -71.135399, 42.25323 ], [ -71.135512, 42.253231 ], [ -71.135701, 42.253231 ], [ -71.13574, 42.25322 ], [ -71.135768, 42.253211 ], [ -71.135787, 42.253197 ], [ -71.135813, 42.253177 ], [ -71.135852, 42.253147 ], [ -71.135884, 42.253115 ], [ -71.135931, 42.253061 ], [ -71.135955, 42.253045 ], [ -71.136006, 42.253021 ], [ -71.136067, 42.253005 ], [ -71.136195, 42.252985 ], [ -71.136325, 42.252953 ], [ -71.136476, 42.252911 ], [ -71.136558, 42.252869 ], [ -71.136625, 42.25284 ], [ -71.136788, 42.252786 ], [ -71.137055, 42.252743 ], [ -71.137275, 42.252714 ], [ -71.137506, 42.252683 ], [ -71.137679, 42.252672 ], [ -71.137884, 42.252667 ], [ -71.137959, 42.252665 ], [ -71.138015, 42.252658 ], [ -71.138082, 42.25265 ], [ -71.138132, 42.252636 ], [ -71.138205, 42.252609 ], [ -71.13829, 42.252539 ], [ -71.138319, 42.252507 ], [ -71.138339, 42.252482 ], [ -71.138366, 42.252448 ], [ -71.138432, 42.252357 ], [ -71.138444, 42.252319 ], [ -71.138467, 42.25223 ], [ -71.138466, 42.252198 ], [ -71.138464, 42.252136 ], [ -71.138462, 42.252059 ], [ -71.138488, 42.251979 ], [ -71.138529, 42.251871 ], [ -71.138554, 42.25181 ], [ -71.138565, 42.251774 ], [ -71.138568, 42.251731 ], [ -71.138569, 42.251649 ], [ -71.13856, 42.25162 ], [ -71.138541, 42.251579 ], [ -71.138526, 42.251559 ], [ -71.138486, 42.25151 ], [ -71.138362, 42.251431 ], [ -71.138194, 42.251235 ], [ -71.138053, 42.25108 ], [ -71.137737, 42.250933 ], [ -71.137637, 42.250894 ], [ -71.137569, 42.250852 ], [ -71.1375, 42.25081 ], [ -71.13744, 42.250774 ], [ -71.137353, 42.250688 ], [ -71.137231, 42.250578 ], [ -71.137163, 42.250514 ], [ -71.137156, 42.250492 ], [ -71.137166, 42.250461 ], [ -71.137361, 42.250227 ], [ -71.137552, 42.249982 ], [ -71.137414, 42.249879 ], [ -71.137367, 42.249842 ], [ -71.137296, 42.249788 ], [ -71.137044, 42.249589 ], [ -71.136917, 42.249496 ], [ -71.136875, 42.249461 ], [ -71.136794, 42.2494 ], [ -71.136743, 42.249355 ], [ -71.136681, 42.249287 ], [ -71.136668, 42.249267 ], [ -71.136658, 42.249245 ], [ -71.136648, 42.249204 ], [ -71.13663, 42.249156 ], [ -71.136623, 42.24912 ], [ -71.136616, 42.249084 ], [ -71.136565, 42.249 ], [ -71.13651, 42.248945 ], [ -71.136443, 42.248888 ], [ -71.136392, 42.248848 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157568, 42.280411 ], [ -71.1574, 42.280568 ], [ -71.15742, 42.280611 ], [ -71.157245, 42.28106 ], [ -71.157136, 42.281389 ], [ -71.157052, 42.281575 ], [ -71.156955, 42.281752 ], [ -71.156897, 42.281862 ], [ -71.156768, 42.281986 ], [ -71.156278, 42.282344 ], [ -71.155974, 42.282573 ], [ -71.1558, 42.282697 ], [ -71.155626, 42.282449 ], [ -71.1554, 42.282153 ], [ -71.155303, 42.281943 ], [ -71.155232, 42.281718 ], [ -71.155194, 42.281551 ], [ -71.155187, 42.281408 ], [ -71.155181, 42.28127 ], [ -71.155194, 42.281155 ], [ -71.155258, 42.281093 ], [ -71.155349, 42.281069 ], [ -71.155413, 42.281021 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144386, 42.27555 ], [ -71.144244, 42.275963 ], [ -71.144231, 42.276 ], [ -71.144194, 42.276068 ], [ -71.144143, 42.276132 ], [ -71.144075, 42.276175 ], [ -71.143952, 42.276205 ], [ -71.143816, 42.276218 ], [ -71.143702, 42.276205 ], [ -71.143607, 42.276184 ], [ -71.143526, 42.27615 ], [ -71.143453, 42.276099 ], [ -71.143367, 42.276011 ], [ -71.143278, 42.275906 ], [ -71.143215, 42.275828 ], [ -71.143134, 42.275763 ], [ -71.143052, 42.275712 ], [ -71.142966, 42.275685 ], [ -71.14288, 42.275685 ], [ -71.142789, 42.275695 ], [ -71.142689, 42.275728 ], [ -71.142611, 42.275772 ], [ -71.142575, 42.275809 ], [ -71.142562, 42.275872 ], [ -71.142509, 42.27579 ], [ -71.142486, 42.275646 ], [ -71.142593, 42.275394 ], [ -71.142788, 42.275172 ], [ -71.143039, 42.274975 ], [ -71.143452, 42.27485 ], [ -71.143897, 42.274882 ], [ -71.144179, 42.275021 ], [ -71.144323, 42.275207 ], [ -71.144386, 42.27555 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140658, 42.275741 ], [ -71.141155, 42.275843 ], [ -71.141545, 42.275914 ], [ -71.141887, 42.276104 ], [ -71.142201, 42.276286 ], [ -71.142473, 42.276462 ], [ -71.14274, 42.27662 ], [ -71.143015, 42.276738 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142562, 42.275872 ], [ -71.14257, 42.275937 ], [ -71.142596, 42.276022 ], [ -71.142758, 42.276258 ], [ -71.14288, 42.276465 ], [ -71.143015, 42.276738 ], [ -71.143168, 42.276982 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140696, 42.276001 ], [ -71.141047, 42.276238 ], [ -71.14141, 42.276477 ], [ -71.141626, 42.276636 ], [ -71.141832, 42.276757 ], [ -71.142023, 42.276936 ], [ -71.142257, 42.277135 ], [ -71.142569, 42.277379 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145189, 42.276326 ], [ -71.144939, 42.276251 ], [ -71.144829, 42.276214 ], [ -71.144632, 42.276131 ], [ -71.144393, 42.276073 ], [ -71.144233, 42.276038 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094988, 42.366933 ], [ -71.094777, 42.366846 ], [ -71.094257, 42.366657 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097361, 42.36788 ], [ -71.097161, 42.367797 ], [ -71.096385, 42.367489 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100532, 42.373475 ], [ -71.1001, 42.373122 ], [ -71.099988, 42.373032 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110414, 42.371723 ], [ -71.110806, 42.371128 ], [ -71.110813, 42.371118 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113348, 42.370098 ], [ -71.112607, 42.369837 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112607, 42.369837 ], [ -71.112934, 42.370115 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117592, 42.375919 ], [ -71.117586, 42.375918 ], [ -71.116213, 42.375637 ], [ -71.115948, 42.375598 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114293, 42.375471 ], [ -71.114746, 42.37557 ], [ -71.114821, 42.375575 ], [ -71.115306, 42.375609 ], [ -71.115613, 42.375641 ], [ -71.115725, 42.375652 ], [ -71.115749, 42.375654 ], [ -71.116182, 42.375729 ], [ -71.117552, 42.376018 ], [ -71.117775, 42.376034 ], [ -71.118043, 42.376038 ], [ -71.118377, 42.376083 ], [ -71.118713, 42.376178 ], [ -71.118945, 42.376278 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115948, 42.375598 ], [ -71.11579, 42.375575 ], [ -71.115726, 42.375568 ], [ -71.115293, 42.37552 ], [ -71.114781, 42.375485 ], [ -71.114293, 42.375471 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127859, 42.250994 ], [ -71.127842, 42.250973 ], [ -71.127831, 42.250943 ], [ -71.127837, 42.250904 ], [ -71.128956, 42.248603 ], [ -71.12904, 42.248506 ], [ -71.129124, 42.248389 ], [ -71.12918, 42.248307 ], [ -71.129255, 42.24821 ], [ -71.129302, 42.248155 ], [ -71.129317, 42.248119 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115912, 42.357223 ], [ -71.115872, 42.357388 ], [ -71.11579, 42.357542 ], [ -71.115684, 42.357722 ], [ -71.115608, 42.357879 ], [ -71.115501, 42.357924 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110633, 42.363839 ], [ -71.111113, 42.363793 ], [ -71.111215, 42.363771 ], [ -71.111328, 42.36372 ], [ -71.111423, 42.363645 ], [ -71.111611, 42.363568 ], [ -71.111805, 42.363491 ], [ -71.111939, 42.363432 ], [ -71.112079, 42.363346 ], [ -71.112204, 42.363267 ], [ -71.112302, 42.363165 ], [ -71.112392, 42.363088 ], [ -71.11249, 42.36306 ], [ -71.112591, 42.363015 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111629, 42.363564 ], [ -71.111668, 42.363888 ], [ -71.111703, 42.364176 ], [ -71.11173, 42.364337 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112088, 42.363344 ], [ -71.112249, 42.363416 ], [ -71.112407, 42.363463 ], [ -71.112532, 42.363529 ], [ -71.112675, 42.363617 ], [ -71.11272, 42.363588 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145169, 42.381279 ], [ -71.145169, 42.381273 ], [ -71.145601, 42.380934 ], [ -71.14622, 42.380453 ], [ -71.146731, 42.380046 ], [ -71.146897, 42.379938 ], [ -71.146944, 42.379901 ], [ -71.147039, 42.379838 ], [ -71.147233, 42.379731 ], [ -71.147342, 42.379681 ], [ -71.14741, 42.379647 ], [ -71.147494, 42.379621 ], [ -71.14764, 42.379614 ], [ -71.147765, 42.379614 ], [ -71.148114, 42.379676 ], [ -71.14833, 42.379684 ], [ -71.14854, 42.379672 ], [ -71.148764, 42.379675 ], [ -71.148947, 42.379693 ], [ -71.149085, 42.379691 ], [ -71.149271, 42.379707 ], [ -71.149463, 42.379696 ], [ -71.149618, 42.379701 ], [ -71.149876, 42.379758 ], [ -71.15001, 42.379818 ], [ -71.15014, 42.379925 ], [ -71.150232, 42.380034 ], [ -71.150338, 42.380218 ], [ -71.150375, 42.380326 ], [ -71.150386, 42.380532 ], [ -71.150392, 42.380752 ], [ -71.15041, 42.380857 ], [ -71.150445, 42.380907 ], [ -71.150567, 42.381003 ], [ -71.15101, 42.38124 ], [ -71.151196, 42.381319 ], [ -71.151551, 42.381441 ], [ -71.151836, 42.381532 ], [ -71.151977, 42.381563 ], [ -71.15222, 42.38158 ], [ -71.152384, 42.381585 ], [ -71.152623, 42.381575 ], [ -71.153042, 42.381536 ], [ -71.153338, 42.381534 ], [ -71.153468, 42.381555 ], [ -71.15359, 42.381626 ], [ -71.15365, 42.381684 ], [ -71.153702, 42.381848 ], [ -71.153761, 42.382017 ], [ -71.153797, 42.382196 ], [ -71.153829, 42.382336 ], [ -71.153882, 42.382464 ], [ -71.153943, 42.382567 ], [ -71.15403, 42.382683 ], [ -71.154397, 42.383042 ], [ -71.154957, 42.383566 ], [ -71.155157, 42.383754 ], [ -71.155229, 42.383848 ], [ -71.155255, 42.383919 ], [ -71.155267, 42.383993 ], [ -71.15525, 42.38409 ], [ -71.1552, 42.384193 ], [ -71.155172, 42.384291 ], [ -71.155148, 42.384389 ], [ -71.155158, 42.384492 ], [ -71.155178, 42.384593 ], [ -71.155231, 42.384693 ], [ -71.155303, 42.384766 ], [ -71.155386, 42.384854 ], [ -71.155532, 42.384973 ], [ -71.155641, 42.385079 ], [ -71.155722, 42.385189 ], [ -71.155817, 42.385357 ], [ -71.15586, 42.385486 ], [ -71.155894, 42.385669 ], [ -71.155908, 42.385862 ], [ -71.155906, 42.38597 ], [ -71.155924, 42.386111 ], [ -71.155969, 42.386315 ], [ -71.156034, 42.38657 ], [ -71.156054, 42.386681 ], [ -71.156043, 42.38676 ], [ -71.15603, 42.386826 ], [ -71.155954, 42.38693 ], [ -71.155767, 42.387135 ], [ -71.155629, 42.387267 ], [ -71.155523, 42.38734 ], [ -71.155385, 42.387413 ], [ -71.15489, 42.3876 ], [ -71.154688, 42.387671 ], [ -71.154566, 42.387694 ], [ -71.154462, 42.387704 ], [ -71.154192, 42.387703 ], [ -71.153671, 42.3877 ], [ -71.153544, 42.387695 ], [ -71.153403, 42.387687 ], [ -71.153315, 42.387691 ], [ -71.15318, 42.387701 ], [ -71.153024, 42.387714 ], [ -71.152874, 42.387751 ], [ -71.152701, 42.387814 ], [ -71.152348, 42.388001 ], [ -71.151811, 42.388279 ], [ -71.151305, 42.388536 ], [ -71.151138, 42.388598 ], [ -71.150972, 42.388626 ], [ -71.150768, 42.388629 ], [ -71.15064, 42.388604 ], [ -71.150483, 42.388543 ], [ -71.150217, 42.388408 ], [ -71.149799, 42.388217 ], [ -71.149596, 42.388121 ], [ -71.149402, 42.388033 ], [ -71.149264, 42.387964 ], [ -71.14914, 42.387892 ], [ -71.148795, 42.387595 ], [ -71.14833, 42.38718 ], [ -71.148082, 42.386973 ], [ -71.147789, 42.386709 ], [ -71.147632, 42.386573 ], [ -71.147537, 42.386507 ], [ -71.147467, 42.386456 ], [ -71.147392, 42.38642 ], [ -71.147308, 42.386392 ], [ -71.147228, 42.386371 ], [ -71.147168, 42.386363 ], [ -71.147093, 42.386363 ], [ -71.146948, 42.386383 ], [ -71.14678, 42.38641 ], [ -71.146637, 42.386446 ], [ -71.146503, 42.386514 ], [ -71.146393, 42.386577 ], [ -71.146195, 42.386665 ], [ -71.145901, 42.38677 ], [ -71.145732, 42.38684 ], [ -71.14554, 42.38692 ], [ -71.145436, 42.386948 ], [ -71.145315, 42.386972 ], [ -71.145126, 42.38698 ], [ -71.144991, 42.387001 ], [ -71.144796, 42.387007 ], [ -71.144675, 42.38701 ], [ -71.144513, 42.387021 ], [ -71.14437, 42.387044 ], [ -71.144181, 42.387075 ], [ -71.143997, 42.387109 ], [ -71.143796, 42.387169 ], [ -71.143601, 42.387225 ], [ -71.143361, 42.387283 ], [ -71.143129, 42.387349 ], [ -71.143027, 42.387379 ], [ -71.14295, 42.387387 ], [ -71.142894, 42.387385 ], [ -71.142802, 42.38737 ], [ -71.142719, 42.387342 ], [ -71.142597, 42.387271 ], [ -71.142214, 42.387037 ], [ -71.142062, 42.386944 ], [ -71.141993, 42.386898 ], [ -71.141948, 42.386846 ], [ -71.141911, 42.386787 ], [ -71.141882, 42.386711 ], [ -71.141865, 42.386622 ], [ -71.141856, 42.386534 ], [ -71.141861, 42.386362 ], [ -71.141843, 42.386031 ], [ -71.141837, 42.385904 ], [ -71.141834, 42.385775 ], [ -71.141841, 42.385641 ], [ -71.141872, 42.385388 ], [ -71.141907, 42.385215 ], [ -71.141934, 42.38511 ], [ -71.141974, 42.384983 ], [ -71.142042, 42.384844 ], [ -71.142113, 42.38474 ], [ -71.142249, 42.384571 ], [ -71.142368, 42.384421 ], [ -71.142508, 42.384263 ], [ -71.14269, 42.384056 ], [ -71.142778, 42.383966 ], [ -71.142867, 42.383917 ], [ -71.142972, 42.383879 ], [ -71.143057, 42.383864 ], [ -71.143154, 42.383861 ], [ -71.14336, 42.383864 ], [ -71.143527, 42.383872 ], [ -71.143632, 42.383864 ], [ -71.143705, 42.383844 ], [ -71.143794, 42.383795 ], [ -71.143879, 42.383723 ], [ -71.143974, 42.383634 ], [ -71.144064, 42.383549 ], [ -71.144145, 42.38346 ], [ -71.144216, 42.383384 ], [ -71.144328, 42.383298 ], [ -71.144429, 42.383237 ], [ -71.144582, 42.383178 ], [ -71.144669, 42.383138 ], [ -71.144748, 42.383092 ], [ -71.144852, 42.38301 ], [ -71.14509, 42.382848 ], [ -71.14528, 42.382689 ], [ -71.145316, 42.382643 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085937, 42.280577 ], [ -71.085909, 42.280566 ], [ -71.086295, 42.280114 ], [ -71.086316, 42.280136 ], [ -71.08613, 42.280368 ], [ -71.086008, 42.280523 ], [ -71.085707, 42.2809 ], [ -71.085724, 42.281071 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103672, 42.273488 ], [ -71.103241, 42.273894 ], [ -71.103067, 42.274023 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset R" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05511, 42.27735 ], [ -71.054923, 42.277428 ], [ -71.054794, 42.277475 ], [ -71.054669, 42.277533 ], [ -71.05447, 42.277622 ], [ -71.054307, 42.277693 ], [ -71.054179, 42.277755 ], [ -71.053831, 42.277898 ], [ -71.053704, 42.277944 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset R" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053704, 42.277944 ], [ -71.053607, 42.27798 ], [ -71.053486, 42.278032 ], [ -71.053391, 42.27807 ], [ -71.05293, 42.27824 ], [ -71.052712, 42.278315 ], [ -71.052557, 42.278366 ], [ -71.052344, 42.278437 ], [ -71.052158, 42.278496 ], [ -71.051951, 42.278559 ], [ -71.051757, 42.278616 ], [ -71.051512, 42.278689 ], [ -71.051199, 42.27878 ], [ -71.050968, 42.278852 ], [ -71.050768, 42.278918 ], [ -71.050573, 42.278988 ], [ -71.050419, 42.279048 ], [ -71.05025, 42.279117 ], [ -71.05006, 42.2792 ], [ -71.049921, 42.279261 ], [ -71.049754, 42.27934 ], [ -71.049553, 42.279444 ], [ -71.049342, 42.279558 ], [ -71.048516, 42.280134 ], [ -71.048016, 42.280445 ], [ -71.047871, 42.280538 ], [ -71.047792, 42.280594 ], [ -71.04771, 42.280657 ], [ -71.047607, 42.280749 ], [ -71.047525, 42.280827 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset R" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059564, 42.274501 ], [ -71.059559, 42.274504 ], [ -71.059167, 42.274659 ], [ -71.059031, 42.274727 ], [ -71.058912, 42.274795 ], [ -71.058822, 42.274852 ], [ -71.058679, 42.274949 ], [ -71.057606, 42.275669 ], [ -71.056611, 42.276347 ], [ -71.056167, 42.276658 ], [ -71.05538, 42.277184 ], [ -71.055207, 42.277297 ], [ -71.055155, 42.277327 ], [ -71.05511, 42.27735 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset R" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065207, 42.270922 ], [ -71.065067, 42.27097 ], [ -71.064905, 42.271024 ], [ -71.064825, 42.271055 ], [ -71.064718, 42.271096 ], [ -71.064562, 42.271173 ], [ -71.064525, 42.271193 ], [ -71.064488, 42.271215 ], [ -71.064359, 42.271293 ], [ -71.06428, 42.27134 ], [ -71.064174, 42.271409 ], [ -71.064076, 42.271477 ], [ -71.064005, 42.271522 ], [ -71.063937, 42.271567 ], [ -71.063845, 42.271629 ], [ -71.063773, 42.271679 ], [ -71.063651, 42.271758 ], [ -71.063601, 42.271792 ], [ -71.063519, 42.271849 ], [ -71.063361, 42.271957 ], [ -71.06281, 42.27233 ], [ -71.062695, 42.272409 ], [ -71.062437, 42.272583 ], [ -71.062309, 42.272666 ], [ -71.062211, 42.272732 ], [ -71.062147, 42.272776 ], [ -71.062002, 42.272871 ], [ -71.061963, 42.2729 ], [ -71.061935, 42.272921 ], [ -71.061901, 42.272948 ], [ -71.061856, 42.272986 ], [ -71.061811, 42.273026 ], [ -71.061737, 42.273083 ], [ -71.061644, 42.273156 ], [ -71.061577, 42.273204 ], [ -71.061539, 42.27323 ], [ -71.061491, 42.273265 ], [ -71.061448, 42.273295 ], [ -71.061404, 42.273325 ], [ -71.061354, 42.27336 ], [ -71.061304, 42.273393 ], [ -71.061251, 42.273432 ], [ -71.061209, 42.273463 ], [ -71.061153, 42.2735 ], [ -71.061106, 42.273537 ], [ -71.061047, 42.27358 ], [ -71.060995, 42.27362 ], [ -71.060914, 42.27368 ], [ -71.06082, 42.27375 ], [ -71.06072, 42.273825 ], [ -71.06062, 42.273897 ], [ -71.060517, 42.273963 ], [ -71.060421, 42.274024 ], [ -71.06033, 42.274084 ], [ -71.06024, 42.27414 ], [ -71.060155, 42.274188 ], [ -71.060085, 42.274225 ], [ -71.060005, 42.274267 ], [ -71.059916, 42.274314 ], [ -71.059829, 42.274363 ], [ -71.059758, 42.274401 ], [ -71.059632, 42.27447 ], [ -71.059564, 42.274501 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042575, 42.289818 ], [ -71.042551, 42.289961 ], [ -71.042555, 42.290027 ], [ -71.042583, 42.29009 ], [ -71.042583, 42.290173 ], [ -71.042559, 42.290275 ], [ -71.042551, 42.290377 ], [ -71.042547, 42.290436 ], [ -71.042571, 42.290529 ], [ -71.042619, 42.290675 ], [ -71.04266, 42.290813 ], [ -71.042672, 42.290908 ], [ -71.042712, 42.291034 ], [ -71.042704, 42.291168 ], [ -71.042708, 42.291303 ], [ -71.042741, 42.291437 ], [ -71.042781, 42.291571 ], [ -71.042829, 42.291703 ], [ -71.04289, 42.291843 ], [ -71.042955, 42.291972 ], [ -71.043072, 42.2921 ], [ -71.043286, 42.292276 ], [ -71.043431, 42.292414 ], [ -71.043629, 42.292575 ], [ -71.04375, 42.292689 ], [ -71.043895, 42.292847 ], [ -71.044057, 42.29305 ], [ -71.044118, 42.293137 ], [ -71.044267, 42.293244 ], [ -71.044449, 42.293292 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.161674, 42.334011 ], [ -71.162048, 42.334016 ], [ -71.162302, 42.333965 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.161684, 42.334017 ], [ -71.161966, 42.334194 ], [ -71.162267, 42.33448 ], [ -71.16255, 42.334854 ], [ -71.162747, 42.335229 ], [ -71.162816, 42.335508 ], [ -71.162765, 42.335844 ], [ -71.162499, 42.336129 ], [ -71.162138, 42.336339 ], [ -71.16182, 42.336548 ], [ -71.161632, 42.336853 ], [ -71.16158, 42.337094 ], [ -71.161486, 42.337259 ], [ -71.161245, 42.337411 ], [ -71.160971, 42.337455 ], [ -71.160722, 42.337436 ], [ -71.160378, 42.337303 ], [ -71.159383, 42.336904 ], [ -71.159168, 42.336878 ], [ -71.158962, 42.336904 ], [ -71.158748, 42.336999 ], [ -71.158559, 42.337202 ], [ -71.158542, 42.33736 ], [ -71.158602, 42.337538 ], [ -71.158731, 42.337671 ], [ -71.158902, 42.337804 ], [ -71.158979, 42.338096 ], [ -71.158877, 42.338261 ], [ -71.158679, 42.338401 ], [ -71.158447, 42.338471 ], [ -71.158241, 42.338464 ], [ -71.156018, 42.337766 ], [ -71.155847, 42.337747 ], [ -71.155615, 42.337785 ], [ -71.155357, 42.337868 ], [ -71.15516, 42.337969 ], [ -71.154885, 42.338058 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154885, 42.338058 ], [ -71.154808, 42.338058 ], [ -71.154688, 42.338026 ], [ -71.154585, 42.337957 ], [ -71.154532, 42.337907 ], [ -71.15449, 42.337868 ], [ -71.154465, 42.337589 ], [ -71.154482, 42.336961 ], [ -71.154439, 42.336713 ], [ -71.154315, 42.336504 ], [ -71.154102, 42.336147 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13382, 42.4071 ], [ -71.133605, 42.407013 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136135, 42.40101 ], [ -71.135944, 42.40121 ], [ -71.13583, 42.401356 ], [ -71.135716, 42.401506 ], [ -71.13553, 42.401688 ], [ -71.135368, 42.401869 ], [ -71.135176, 42.402033 ], [ -71.13496, 42.402214 ], [ -71.134817, 42.402396 ], [ -71.134745, 42.402489 ], [ -71.134643, 42.402639 ], [ -71.134589, 42.40275 ], [ -71.134535, 42.402883 ], [ -71.134517, 42.402985 ], [ -71.134523, 42.403113 ], [ -71.134511, 42.403224 ], [ -71.134511, 42.403365 ], [ -71.134511, 42.403485 ], [ -71.134457, 42.403591 ], [ -71.134439, 42.403689 ], [ -71.134421, 42.403919 ], [ -71.134427, 42.404091 ], [ -71.134397, 42.404277 ], [ -71.134397, 42.404384 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134391, 42.404384 ], [ -71.134403, 42.404623 ], [ -71.134433, 42.404937 ], [ -71.134445, 42.405287 ], [ -71.134445, 42.405543 ], [ -71.134379, 42.40584 ], [ -71.134271, 42.406114 ], [ -71.134151, 42.406322 ], [ -71.133935, 42.406614 ], [ -71.133785, 42.406783 ], [ -71.133642, 42.406938 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1295, 42.416734 ], [ -71.129825, 42.416467 ], [ -71.130012, 42.416323 ], [ -71.130169, 42.416159 ], [ -71.130499, 42.4158 ], [ -71.130733, 42.415556 ], [ -71.130898, 42.415393 ], [ -71.131046, 42.41522 ], [ -71.131263, 42.415056 ], [ -71.131411, 42.414957 ], [ -71.13158, 42.414854 ], [ -71.13178, 42.41478 ], [ -71.131971, 42.41471 ], [ -71.132215, 42.414668 ], [ -71.132428, 42.414652 ], [ -71.132797, 42.414655 ], [ -71.133318, 42.414668 ], [ -71.1336, 42.414697 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173024, 42.270893 ], [ -71.172924, 42.270712 ], [ -71.172881, 42.270635 ], [ -71.172827, 42.270533 ], [ -71.172763, 42.270415 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107508, 42.341411 ], [ -71.107676, 42.341469 ], [ -71.107813, 42.341524 ], [ -71.107932, 42.341565 ], [ -71.108048, 42.341634 ], [ -71.108118, 42.341697 ], [ -71.108226, 42.341757 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111119, 42.33746 ], [ -71.111157, 42.337685 ], [ -71.111103, 42.337899 ], [ -71.11091, 42.338284 ], [ -71.110808, 42.338839 ], [ -71.110747, 42.339382 ], [ -71.110726, 42.33962 ], [ -71.110588, 42.340175 ], [ -71.110438, 42.340516 ], [ -71.110159, 42.340736 ], [ -71.10966, 42.341115 ], [ -71.109306, 42.341246 ], [ -71.108901, 42.341442 ], [ -71.108684, 42.341519 ], [ -71.108228, 42.341757 ], [ -71.107911, 42.341928 ], [ -71.107353, 42.342015 ], [ -71.10701, 42.342146 ], [ -71.106855, 42.342352 ], [ -71.106694, 42.34259 ], [ -71.106318, 42.342931 ], [ -71.105953, 42.34324 ], [ -71.105165, 42.343629 ], [ -71.104762, 42.343926 ], [ -71.104521, 42.344109 ], [ -71.104342, 42.344316 ], [ -71.104332, 42.344465 ], [ -71.104298, 42.344598 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105694, 42.344169 ], [ -71.105593, 42.344225 ], [ -71.105482, 42.344281 ], [ -71.105341, 42.344346 ], [ -71.105204, 42.344394 ], [ -71.105081, 42.344439 ], [ -71.104969, 42.344479 ], [ -71.104874, 42.344517 ], [ -71.104797, 42.344552 ], [ -71.104702, 42.344573 ], [ -71.10462, 42.34458 ], [ -71.104544, 42.34458 ], [ -71.104474, 42.34458 ], [ -71.104404, 42.344579 ], [ -71.104383, 42.34458 ], [ -71.104361, 42.344584 ], [ -71.104341, 42.344587 ], [ -71.104298, 42.344598 ], [ -71.104273, 42.344605 ], [ -71.104244, 42.344613 ], [ -71.104178, 42.34463 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077508, 42.308869 ], [ -71.077442, 42.308986 ], [ -71.077442, 42.309112 ], [ -71.077284, 42.309225 ], [ -71.076969, 42.30948 ], [ -71.076745, 42.309664 ], [ -71.076724, 42.309735 ], [ -71.076753, 42.309811 ], [ -71.076811, 42.3099 ], [ -71.077089, 42.31002 ], [ -71.077521, 42.310186 ], [ -71.077882, 42.310318 ], [ -71.078073, 42.310394 ], [ -71.078147, 42.310401 ], [ -71.078185, 42.310379 ], [ -71.078293, 42.310259 ], [ -71.078479, 42.309992 ], [ -71.078525, 42.309913 ], [ -71.078517, 42.30987 ], [ -71.078442, 42.309814 ], [ -71.078235, 42.309692 ], [ -71.078073, 42.309606 ], [ -71.077952, 42.309517 ], [ -71.077803, 42.309363 ], [ -71.077674, 42.309247 ], [ -71.077583, 42.30917 ], [ -71.077529, 42.309136 ], [ -71.07745, 42.309102 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076736, 42.309675 ], [ -71.076605, 42.309756 ], [ -71.076564, 42.309807 ], [ -71.076536, 42.309858 ], [ -71.076633, 42.309893 ], [ -71.076595, 42.309956 ], [ -71.076498, 42.309921 ], [ -71.076453, 42.30997 ], [ -71.07656, 42.310011 ], [ -71.07651, 42.310069 ], [ -71.076417, 42.310039 ], [ -71.076358, 42.310107 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072738, 42.310687 ], [ -71.07307, 42.310797 ], [ -71.073172, 42.310832 ], [ -71.073222, 42.310882 ], [ -71.07329, 42.310915 ], [ -71.073355, 42.310917 ], [ -71.073433, 42.310905 ], [ -71.073494, 42.311013 ], [ -71.073819, 42.311128 ], [ -71.073934, 42.311143 ], [ -71.074053, 42.311161 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.027727, 42.370049 ], [ -71.027831, 42.370046 ], [ -71.027919, 42.370058 ], [ -71.028018, 42.370093 ], [ -71.028106, 42.370128 ], [ -71.02822, 42.370186 ], [ -71.028324, 42.370256 ], [ -71.028443, 42.370311 ], [ -71.028558, 42.370354 ], [ -71.028672, 42.370397 ], [ -71.028843, 42.37044 ], [ -71.028979, 42.370475 ], [ -71.029072, 42.370503 ], [ -71.029171, 42.370534 ], [ -71.02929, 42.370577 ], [ -71.029373, 42.370616 ], [ -71.029498, 42.370678 ], [ -71.02969, 42.370795 ], [ -71.029762, 42.370845 ], [ -71.02985, 42.370892 ], [ -71.030001, 42.370943 ], [ -71.030121, 42.370967 ], [ -71.03022, 42.370967 ], [ -71.03036, 42.370964 ], [ -71.030522, 42.370922 ], [ -71.030637, 42.370903 ], [ -71.030725, 42.370903 ], [ -71.030866, 42.370923 ], [ -71.030949, 42.37092 ], [ -71.031079, 42.370916 ], [ -71.031163, 42.370905 ], [ -71.031236, 42.370855 ], [ -71.031503, 42.370629 ], [ -71.031666, 42.370486 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.030388, 42.373514 ], [ -71.030234, 42.373718 ], [ -71.030075, 42.373941 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054084, 42.292592 ], [ -71.054024, 42.292574 ], [ -71.053681, 42.292671 ], [ -71.053567, 42.292762 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056494, 42.362149 ], [ -71.055812, 42.362542 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072293, 42.38736 ], [ -71.072265, 42.38743 ], [ -71.07215, 42.387646 ], [ -71.072133, 42.387677 ], [ -71.072074, 42.387785 ], [ -71.072059, 42.387812 ], [ -71.070956, 42.389634 ], [ -71.07061, 42.390328 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07061, 42.390328 ], [ -71.071099, 42.389686 ], [ -71.072191, 42.38789 ], [ -71.072243, 42.387804 ], [ -71.072275, 42.387746 ], [ -71.072404, 42.387513 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056494, 42.362149 ], [ -71.055812, 42.362542 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072293, 42.38736 ], [ -71.072265, 42.38743 ], [ -71.07215, 42.387646 ], [ -71.072133, 42.387677 ], [ -71.072074, 42.387785 ], [ -71.072059, 42.387812 ], [ -71.070956, 42.389634 ], [ -71.07061, 42.390328 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07061, 42.390328 ], [ -71.071099, 42.389686 ], [ -71.072191, 42.38789 ], [ -71.072243, 42.387804 ], [ -71.072275, 42.387746 ], [ -71.072404, 42.387513 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056494, 42.362149 ], [ -71.055812, 42.362542 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072293, 42.38736 ], [ -71.072265, 42.38743 ], [ -71.07215, 42.387646 ], [ -71.072133, 42.387677 ], [ -71.072074, 42.387785 ], [ -71.072059, 42.387812 ], [ -71.070956, 42.389634 ], [ -71.07061, 42.390328 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07061, 42.390328 ], [ -71.071099, 42.389686 ], [ -71.072191, 42.38789 ], [ -71.072243, 42.387804 ], [ -71.072275, 42.387746 ], [ -71.072404, 42.387513 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Bosto" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.006976, 42.385107 ], [ -71.00699, 42.385071 ], [ -71.007016, 42.385038 ], [ -71.007044, 42.385006 ], [ -71.007079, 42.38498 ], [ -71.007116, 42.384953 ], [ -71.007158, 42.384936 ], [ -71.007211, 42.384926 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064767, 42.369675 ], [ -71.064809, 42.36979 ], [ -71.064991, 42.369921 ], [ -71.065062, 42.36999 ], [ -71.065118, 42.370062 ], [ -71.065155, 42.370128 ], [ -71.065176, 42.370204 ], [ -71.065194, 42.370279 ], [ -71.065224, 42.370341 ], [ -71.065488, 42.370598 ], [ -71.065812, 42.370951 ], [ -71.065869, 42.371097 ], [ -71.065871, 42.371235 ], [ -71.065863, 42.371303 ], [ -71.065836, 42.371395 ], [ -71.065794, 42.371502 ], [ -71.065752, 42.371603 ], [ -71.065712, 42.371688 ], [ -71.065641, 42.37181 ], [ -71.065566, 42.371922 ], [ -71.065468, 42.372048 ], [ -71.065383, 42.372149 ], [ -71.065346, 42.372184 ], [ -71.065327, 42.372224 ], [ -71.06532, 42.372255 ], [ -71.065323, 42.372284 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062414, 42.369947 ], [ -71.06234, 42.369868 ], [ -71.062232, 42.369718 ], [ -71.062094, 42.369601 ], [ -71.061968, 42.369554 ], [ -71.061847, 42.369543 ], [ -71.061653, 42.369576 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062044, 42.370836 ], [ -71.062054, 42.370837 ], [ -71.062073, 42.370835 ], [ -71.062088, 42.370829 ], [ -71.062099, 42.370817 ], [ -71.062106, 42.370804 ], [ -71.062108, 42.370791 ], [ -71.062108, 42.370777 ], [ -71.062104, 42.370763 ], [ -71.062096, 42.370752 ], [ -71.062086, 42.370738 ], [ -71.062077, 42.370725 ], [ -71.06207, 42.370712 ], [ -71.062065, 42.370696 ], [ -71.062064, 42.370686 ], [ -71.062065, 42.370675 ], [ -71.062067, 42.370663 ], [ -71.062072, 42.370654 ], [ -71.06208, 42.370641 ], [ -71.062087, 42.370631 ], [ -71.062098, 42.370619 ], [ -71.062112, 42.370608 ], [ -71.062128, 42.3706 ], [ -71.062147, 42.370594 ], [ -71.06217, 42.370591 ], [ -71.06219, 42.370588 ], [ -71.062213, 42.370582 ], [ -71.062237, 42.370575 ], [ -71.062259, 42.370568 ], [ -71.062277, 42.370559 ], [ -71.062293, 42.370548 ], [ -71.062307, 42.370535 ], [ -71.062322, 42.370517 ], [ -71.062332, 42.3705 ], [ -71.062342, 42.37048 ], [ -71.062356, 42.370461 ], [ -71.062373, 42.370443 ], [ -71.062398, 42.370425 ], [ -71.062429, 42.370409 ], [ -71.062465, 42.370396 ], [ -71.062502, 42.370383 ], [ -71.062533, 42.370367 ], [ -71.062557, 42.370348 ], [ -71.06258, 42.370323 ], [ -71.062603, 42.370291 ], [ -71.062614, 42.370254 ], [ -71.062617, 42.370207 ], [ -71.062616, 42.37017 ], [ -71.06261, 42.370124 ], [ -71.062592, 42.370082 ], [ -71.062573, 42.370055 ], [ -71.062551, 42.370029 ], [ -71.062532, 42.370011 ], [ -71.062494, 42.369985 ], [ -71.062455, 42.369964 ], [ -71.062413, 42.369953 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061902, 42.370905 ], [ -71.061948, 42.370849 ], [ -71.061968, 42.370834 ], [ -71.061983, 42.370831 ], [ -71.062002, 42.370832 ], [ -71.062029, 42.370835 ], [ -71.062044, 42.370836 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068737, 42.369327 ], [ -71.068613, 42.369413 ], [ -71.068539, 42.369449 ], [ -71.068465, 42.369481 ], [ -71.068391, 42.369508 ], [ -71.06828, 42.369549 ], [ -71.068168, 42.369571 ], [ -71.068107, 42.369585 ], [ -71.067983, 42.369603 ], [ -71.067897, 42.369616 ], [ -71.067755, 42.36962 ], [ -71.06765, 42.369624 ], [ -71.067447, 42.369614 ], [ -71.067348, 42.3696 ], [ -71.067139, 42.369577 ], [ -71.067022, 42.369576 ], [ -71.066905, 42.369567 ], [ -71.066744, 42.369571 ], [ -71.066633, 42.369579 ], [ -71.066491, 42.369583 ], [ -71.066337, 42.369596 ], [ -71.066189, 42.369614 ], [ -71.066041, 42.369641 ], [ -71.065831, 42.369659 ], [ -71.065646, 42.369672 ], [ -71.065492, 42.36968 ], [ -71.065319, 42.36968 ], [ -71.065165, 42.369683 ], [ -71.064943, 42.369669 ], [ -71.064838, 42.369669 ], [ -71.064771, 42.369673 ], [ -71.064592, 42.369663 ], [ -71.06437, 42.369671 ], [ -71.064185, 42.369693 ], [ -71.064012, 42.369707 ], [ -71.063765, 42.36971 ], [ -71.063648, 42.36971 ], [ -71.063562, 42.369705 ], [ -71.063445, 42.369668 ], [ -71.063322, 42.369635 ], [ -71.063217, 42.369608 ], [ -71.063137, 42.369575 ], [ -71.063051, 42.369561 ], [ -71.062891, 42.369551 ], [ -71.062768, 42.369574 ], [ -71.062675, 42.36961 ], [ -71.062563, 42.36966 ], [ -71.062464, 42.369742 ], [ -71.062408, 42.369819 ], [ -71.062383, 42.36986 ], [ -71.062352, 42.369888 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061656, 42.369573 ], [ -71.061589, 42.36963 ], [ -71.061515, 42.369692 ], [ -71.061479, 42.369739 ], [ -71.061416, 42.369807 ], [ -71.061383, 42.369879 ], [ -71.061365, 42.369973 ], [ -71.06135, 42.370072 ], [ -71.061347, 42.370111 ], [ -71.06136, 42.370198 ], [ -71.061374, 42.370273 ], [ -71.061408, 42.37032 ], [ -71.061447, 42.370367 ], [ -71.06152, 42.370422 ], [ -71.061601, 42.370488 ], [ -71.061657, 42.370553 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056207, 42.375891 ], [ -71.056156, 42.375863 ], [ -71.056122, 42.375824 ], [ -71.056106, 42.375788 ], [ -71.056091, 42.375722 ], [ -71.056091, 42.375679 ], [ -71.056128, 42.375631 ], [ -71.056165, 42.375593 ], [ -71.056203, 42.375547 ], [ -71.056252, 42.375491 ], [ -71.056274, 42.375457 ], [ -71.056276, 42.37543 ], [ -71.056271, 42.375394 ], [ -71.056244, 42.375311 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049751, 42.376624 ], [ -71.049724, 42.376678 ], [ -71.049695, 42.376736 ], [ -71.049664, 42.376796 ], [ -71.049585, 42.376875 ], [ -71.049532, 42.376922 ], [ -71.049463, 42.376977 ], [ -71.049406, 42.37704 ], [ -71.049365, 42.377093 ], [ -71.049353, 42.377121 ], [ -71.049355, 42.377158 ], [ -71.049381, 42.377174 ], [ -71.049335, 42.377223 ], [ -71.049292, 42.377282 ], [ -71.049256, 42.377321 ], [ -71.049197, 42.377347 ], [ -71.049156, 42.377363 ], [ -71.049094, 42.37741 ], [ -71.049065, 42.377461 ], [ -71.049096, 42.377509 ], [ -71.049148, 42.377574 ], [ -71.049211, 42.377639 ], [ -71.04928, 42.377696 ], [ -71.049353, 42.377765 ], [ -71.049405, 42.377825 ], [ -71.049454, 42.377871 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059733, 42.350113 ], [ -71.059774, 42.350001 ], [ -71.059712, 42.349998 ], [ -71.059912, 42.34955 ], [ -71.060122, 42.348956 ], [ -71.060253, 42.348776 ], [ -71.06041, 42.348393 ], [ -71.060502, 42.34805 ], [ -71.060662, 42.34741 ], [ -71.060738, 42.34712 ], [ -71.06083, 42.346829 ], [ -71.060909, 42.346603 ], [ -71.061149, 42.346022 ], [ -71.061171, 42.345957 ], [ -71.061191, 42.345794 ], [ -71.061223, 42.345532 ], [ -71.06138, 42.345107 ], [ -71.061919, 42.343899 ], [ -71.061088, 42.343636 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040967, 42.284957 ], [ -71.040968, 42.284884 ], [ -71.040896, 42.284851 ], [ -71.04085, 42.284837 ], [ -71.040803, 42.28483 ], [ -71.040755, 42.284828 ], [ -71.040712, 42.28483 ], [ -71.040672, 42.284805 ], [ -71.040633, 42.284776 ], [ -71.040584, 42.284745 ], [ -71.040527, 42.284721 ], [ -71.040448, 42.284691 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.164488, 42.358025 ], [ -71.164637, 42.358142 ], [ -71.164767, 42.358228 ], [ -71.164893, 42.358304 ], [ -71.164995, 42.358407 ], [ -71.165152, 42.358507 ], [ -71.165357, 42.358666 ], [ -71.16553, 42.358789 ], [ -71.165652, 42.358892 ], [ -71.165747, 42.358957 ], [ -71.165872, 42.359039 ], [ -71.165998, 42.359125 ], [ -71.166164, 42.359257 ], [ -71.166227, 42.359286 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039357, 42.367483 ], [ -71.039474, 42.367404 ], [ -71.039561, 42.367329 ], [ -71.039623, 42.367243 ], [ -71.039669, 42.367157 ], [ -71.039715, 42.36713 ], [ -71.039791, 42.367089 ], [ -71.039883, 42.367067 ], [ -71.039974, 42.367109 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03936, 42.367922 ], [ -71.039672, 42.368049 ], [ -71.039724, 42.368055 ], [ -71.039811, 42.368086 ], [ -71.039911, 42.368122 ], [ -71.040113, 42.368211 ], [ -71.040313, 42.368305 ], [ -71.040372, 42.368309 ], [ -71.040608, 42.368413 ], [ -71.040772, 42.36848 ], [ -71.040836, 42.368463 ], [ -71.040923, 42.36846 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.041806, 42.366412 ], [ -71.041268, 42.367084 ], [ -71.040892, 42.367563 ], [ -71.040536, 42.368024 ], [ -71.040309, 42.368304 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040222, 42.368261 ], [ -71.039817, 42.368774 ], [ -71.03987, 42.368934 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03982, 42.368776 ], [ -71.039589, 42.368811 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039327, 42.366772 ], [ -71.039484, 42.366828 ], [ -71.039571, 42.366867 ], [ -71.039631, 42.366885 ], [ -71.039712, 42.366932 ], [ -71.039754, 42.366975 ], [ -71.039784, 42.367011 ], [ -71.03979, 42.36706 ], [ -71.039811, 42.367087 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054218, 42.380034 ], [ -71.054264, 42.379893 ], [ -71.054256, 42.379858 ], [ -71.054232, 42.379842 ], [ -71.054203, 42.379834 ], [ -71.054166, 42.379834 ], [ -71.054124, 42.379844 ], [ -71.054071, 42.379855 ], [ -71.05402, 42.379863 ], [ -71.053949, 42.37987 ], [ -71.053891, 42.37987 ], [ -71.05383, 42.379872 ], [ -71.053782, 42.379862 ], [ -71.053727, 42.379852 ], [ -71.053674, 42.379842 ], [ -71.053605, 42.37984 ], [ -71.053539, 42.37983 ], [ -71.053452, 42.379827 ], [ -71.053397, 42.379835 ], [ -71.053269, 42.37985 ], [ -71.053158, 42.379856 ], [ -71.053071, 42.379859 ], [ -71.052989, 42.379851 ], [ -71.052883, 42.379841 ], [ -71.05277, 42.379827 ], [ -71.052677, 42.379812 ], [ -71.052601, 42.379798 ], [ -71.052548, 42.379781 ], [ -71.052543, 42.379741 ], [ -71.052559, 42.379659 ], [ -71.052693, 42.379501 ], [ -71.052826, 42.379341 ], [ -71.053021, 42.379112 ], [ -71.053194, 42.37892 ], [ -71.053309, 42.378774 ], [ -71.053328, 42.378746 ], [ -71.053262, 42.378717 ], [ -71.053061, 42.378614 ], [ -71.053014, 42.378608 ], [ -71.052953, 42.378635 ], [ -71.052902, 42.378676 ], [ -71.052814, 42.378742 ], [ -71.052756, 42.378801 ], [ -71.052711, 42.378838 ], [ -71.052592, 42.378779 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072214, 42.385687 ], [ -71.072017, 42.385655 ], [ -71.071827, 42.385614 ], [ -71.071658, 42.385578 ], [ -71.071521, 42.38555 ], [ -71.071433, 42.38554 ], [ -71.071306, 42.385546 ], [ -71.071199, 42.385576 ], [ -71.071103, 42.385625 ], [ -71.070982, 42.385728 ], [ -71.070872, 42.385812 ], [ -71.070808, 42.385885 ], [ -71.070722, 42.385974 ], [ -71.070601, 42.386063 ], [ -71.070492, 42.386129 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075263, 42.392242 ], [ -71.075301, 42.3923 ], [ -71.075383, 42.392404 ], [ -71.075518, 42.392462 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069451, 42.365782 ], [ -71.069674, 42.365921 ], [ -71.070028, 42.365576 ], [ -71.070336, 42.364948 ], [ -71.070427, 42.3648 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070427, 42.3648 ], [ -71.070031, 42.36467 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072821, 42.361578 ], [ -71.072892, 42.361154 ], [ -71.072962, 42.361076 ], [ -71.072978, 42.361046 ], [ -71.07299, 42.361013 ], [ -71.072994, 42.360985 ], [ -71.072995, 42.360889 ], [ -71.073008, 42.360822 ], [ -71.073031, 42.360768 ], [ -71.073045, 42.360711 ], [ -71.073059, 42.360573 ], [ -71.07301, 42.360351 ], [ -71.072999, 42.360175 ], [ -71.072988, 42.360096 ], [ -71.072977, 42.36008 ], [ -71.072959, 42.360065 ], [ -71.07294, 42.360051 ], [ -71.072827, 42.359996 ], [ -71.072676, 42.359902 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102364, 42.331479 ], [ -71.102525, 42.33156 ], [ -71.10259, 42.331627 ], [ -71.102638, 42.331653 ], [ -71.102668, 42.331676 ], [ -71.102745, 42.331698 ], [ -71.102817, 42.33169 ], [ -71.102883, 42.331681 ], [ -71.102967, 42.331708 ], [ -71.103056, 42.331744 ], [ -71.10314, 42.331779 ], [ -71.103217, 42.33182 ], [ -71.103277, 42.331855 ], [ -71.103318, 42.331918 ], [ -71.103348, 42.331989 ], [ -71.103401, 42.332051 ], [ -71.10349, 42.332084 ], [ -71.103571, 42.332109 ], [ -71.103642, 42.33213 ], [ -71.103724, 42.332163 ], [ -71.103789, 42.332194 ], [ -71.103789, 42.33223 ], [ -71.103777, 42.332252 ], [ -71.103723, 42.332274 ], [ -71.103651, 42.332269 ], [ -71.103579, 42.332291 ], [ -71.103531, 42.332322 ], [ -71.103501, 42.332362 ], [ -71.103507, 42.332411 ], [ -71.10353, 42.332451 ], [ -71.103554, 42.332495 ], [ -71.103548, 42.332531 ], [ -71.103512, 42.332566 ], [ -71.10344, 42.332597 ], [ -71.10335, 42.332632 ], [ -71.103326, 42.332672 ], [ -71.103307, 42.332721 ], [ -71.103325, 42.332761 ], [ -71.103367, 42.332788 ], [ -71.103426, 42.332797 ], [ -71.103486, 42.332801 ], [ -71.103534, 42.332775 ], [ -71.103606, 42.332704 ], [ -71.103667, 42.332624 ], [ -71.103745, 42.332536 ], [ -71.103787, 42.332492 ], [ -71.103841, 42.332434 ], [ -71.103895, 42.332417 ], [ -71.103949, 42.332399 ], [ -71.103991, 42.332399 ], [ -71.104063, 42.332417 ], [ -71.104111, 42.33244 ], [ -71.104152, 42.332466 ], [ -71.104212, 42.332511 ], [ -71.104212, 42.332542 ], [ -71.104205, 42.3326 ], [ -71.104175, 42.332631 ], [ -71.104133, 42.332657 ], [ -71.104067, 42.332666 ], [ -71.103966, 42.332665 ], [ -71.10387, 42.332661 ], [ -71.103834, 42.332674 ], [ -71.103792, 42.332714 ], [ -71.103725, 42.332833 ], [ -71.103695, 42.332904 ], [ -71.103695, 42.332926 ], [ -71.103713, 42.332944 ], [ -71.103742, 42.332962 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037452, 42.310356 ], [ -71.037169, 42.310379 ], [ -71.036924, 42.310503 ], [ -71.036584, 42.310725 ], [ -71.033313, 42.313192 ], [ -71.033282, 42.313205 ], [ -71.033241, 42.313205 ], [ -71.033157, 42.313192 ], [ -71.033004, 42.313178 ], [ -71.032906, 42.31319 ], [ -71.032801, 42.313238 ], [ -71.032722, 42.313328 ], [ -71.032735, 42.31344 ], [ -71.03285, 42.313615 ], [ -71.032936, 42.313837 ], [ -71.033141, 42.316404 ], [ -71.034774, 42.316864 ], [ -71.034799, 42.31687 ], [ -71.034823, 42.31687 ], [ -71.034852, 42.316859 ], [ -71.0349, 42.31682 ], [ -71.034942, 42.316809 ], [ -71.034986, 42.316819 ], [ -71.035038, 42.316841 ], [ -71.035232, 42.316922 ], [ -71.035376, 42.316987 ], [ -71.035485, 42.317039 ], [ -71.035609, 42.31707 ], [ -71.035786, 42.317094 ], [ -71.035966, 42.317138 ], [ -71.036099, 42.31717 ], [ -71.036283, 42.317222 ], [ -71.036374, 42.317237 ], [ -71.036473, 42.317218 ], [ -71.036706, 42.317113 ], [ -71.036761, 42.317103 ], [ -71.036849, 42.317133 ], [ -71.037748, 42.317493 ], [ -71.037934, 42.317589 ], [ -71.038273, 42.317904 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0431, 42.321202 ], [ -71.043135, 42.321303 ], [ -71.043183, 42.321373 ], [ -71.043234, 42.321412 ], [ -71.043286, 42.32143 ], [ -71.043321, 42.321448 ], [ -71.043377, 42.321466 ], [ -71.043432, 42.321466 ], [ -71.043492, 42.321469 ], [ -71.043559, 42.321472 ], [ -71.043639, 42.32149 ], [ -71.04367, 42.321523 ], [ -71.043694, 42.321552 ], [ -71.043709, 42.321594 ], [ -71.043709, 42.321638 ], [ -71.043701, 42.321694 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047123, 42.306709 ], [ -71.047022, 42.306783 ], [ -71.046966, 42.306891 ], [ -71.046945, 42.307006 ], [ -71.046929, 42.307132 ], [ -71.046928, 42.307266 ], [ -71.046953, 42.307385 ], [ -71.046982, 42.30752 ], [ -71.047021, 42.307616 ], [ -71.04706, 42.307739 ], [ -71.047094, 42.307877 ], [ -71.047144, 42.307963 ], [ -71.047188, 42.308045 ], [ -71.047228, 42.308097 ], [ -71.047293, 42.308172 ], [ -71.047358, 42.308224 ], [ -71.047417, 42.308273 ], [ -71.047472, 42.308306 ], [ -71.047517, 42.308348 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089804, 42.335449 ], [ -71.08985, 42.335494 ], [ -71.090091, 42.335683 ], [ -71.090449, 42.335935 ], [ -71.090545, 42.335992 ], [ -71.090606, 42.335921 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1115, 42.334715 ], [ -71.111719, 42.334869 ], [ -71.111471, 42.3351 ], [ -71.111264, 42.335307 ], [ -71.111263, 42.33548 ], [ -71.111255, 42.335653 ], [ -71.111267, 42.33582 ], [ -71.111273, 42.335949 ], [ -71.111272, 42.336058 ], [ -71.111311, 42.336201 ], [ -71.111344, 42.3363 ], [ -71.11135, 42.336408 ], [ -71.111389, 42.336517 ], [ -71.111436, 42.336591 ], [ -71.111462, 42.336676 ], [ -71.111508, 42.336735 ], [ -71.111561, 42.336809 ], [ -71.11168, 42.336899 ], [ -71.111759, 42.336998 ], [ -71.111769, 42.337052 ], [ -71.111795, 42.337126 ], [ -71.111813, 42.337207 ], [ -71.111813, 42.337281 ], [ -71.111813, 42.337343 ], [ -71.111805, 42.337399 ], [ -71.11177, 42.337495 ], [ -71.111731, 42.337573 ], [ -71.111674, 42.337676 ], [ -71.111597, 42.337802 ], [ -71.111528, 42.337937 ], [ -71.111443, 42.338109 ], [ -71.11137, 42.338267 ], [ -71.111305, 42.338416 ], [ -71.111262, 42.338545 ], [ -71.111224, 42.33866 ], [ -71.111196, 42.338752 ], [ -71.111177, 42.338859 ], [ -71.111165, 42.338955 ], [ -71.111137, 42.33909 ], [ -71.111118, 42.339205 ], [ -71.111098, 42.339287 ], [ -71.111063, 42.339402 ], [ -71.11104, 42.339509 ], [ -71.111001, 42.33963 ], [ -71.110974, 42.339717 ], [ -71.110951, 42.33983 ], [ -71.110916, 42.339942 ], [ -71.110881, 42.340041 ], [ -71.110843, 42.340111 ], [ -71.110797, 42.340198 ], [ -71.110739, 42.340339 ], [ -71.110692, 42.340485 ], [ -71.110639, 42.34057 ], [ -71.110531, 42.34071 ], [ -71.110428, 42.340862 ], [ -71.110286, 42.341025 ], [ -71.110179, 42.341148 ], [ -71.110095, 42.341244 ], [ -71.109988, 42.34135 ], [ -71.1099, 42.341452 ], [ -71.10982, 42.341524 ], [ -71.109736, 42.341597 ], [ -71.109648, 42.341662 ], [ -71.109538, 42.341746 ], [ -71.109458, 42.341808 ], [ -71.109343, 42.341875 ], [ -71.109229, 42.341945 ], [ -71.109103, 42.342001 ], [ -71.109008, 42.342046 ], [ -71.108943, 42.342074 ], [ -71.108871, 42.342141 ], [ -71.108764, 42.342225 ], [ -71.108676, 42.342304 ], [ -71.108634, 42.342343 ], [ -71.108581, 42.342405 ], [ -71.108516, 42.342467 ], [ -71.108428, 42.342528 ], [ -71.10834, 42.342595 ], [ -71.108203, 42.342671 ], [ -71.108062, 42.342764 ], [ -71.107944, 42.342817 ], [ -71.107834, 42.342867 ], [ -71.107704, 42.342929 ], [ -71.107586, 42.342982 ], [ -71.107487, 42.343026 ], [ -71.10738, 42.34308 ], [ -71.107243, 42.343147 ], [ -71.107121, 42.343225 ], [ -71.106965, 42.343303 ], [ -71.106836, 42.343373 ], [ -71.106748, 42.343435 ], [ -71.10663, 42.343528 ], [ -71.106462, 42.343662 ], [ -71.106344, 42.343749 ], [ -71.106237, 42.343825 ], [ -71.106122, 42.343912 ], [ -71.106019, 42.343976 ], [ -71.105897, 42.344049 ], [ -71.105699, 42.34417 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074115, 42.356163 ], [ -71.07416, 42.35613 ], [ -71.074225, 42.356107 ], [ -71.074322, 42.35609 ], [ -71.074392, 42.356082 ], [ -71.074481, 42.356081 ], [ -71.074555, 42.356085 ], [ -71.074631, 42.356101 ], [ -71.074715, 42.356126 ], [ -71.074796, 42.356152 ], [ -71.074935, 42.356214 ], [ -71.074981, 42.356172 ], [ -71.075119, 42.356066 ], [ -71.075236, 42.35599 ], [ -71.075385, 42.355908 ], [ -71.075633, 42.355785 ], [ -71.075961, 42.355681 ], [ -71.076345, 42.355577 ], [ -71.07676, 42.355459 ], [ -71.077392, 42.355287 ], [ -71.078395, 42.355025 ], [ -71.079231, 42.354799 ], [ -71.079589, 42.354703 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072681, 42.359901 ], [ -71.072603, 42.360179 ], [ -71.072582, 42.360284 ], [ -71.072571, 42.3604 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074935, 42.356214 ], [ -71.075103, 42.356329 ], [ -71.075229, 42.3564 ], [ -71.075429, 42.356537 ], [ -71.075579, 42.356631 ], [ -71.075639, 42.356676 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075367, 42.356304 ], [ -71.075609, 42.356331 ], [ -71.075747, 42.356345 ], [ -71.075877, 42.356356 ], [ -71.075972, 42.356369 ], [ -71.076035, 42.356393 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073461, 42.356603 ], [ -71.073443, 42.356723 ], [ -71.073446, 42.356809 ], [ -71.07347, 42.356895 ], [ -71.07348, 42.356971 ], [ -71.073497, 42.357033 ], [ -71.073542, 42.357107 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074111, 42.356167 ], [ -71.07417, 42.356365 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07391, 42.356294 ], [ -71.07398, 42.356304 ], [ -71.074058, 42.35632 ], [ -71.074107, 42.356331 ], [ -71.074145, 42.356349 ], [ -71.07417, 42.356365 ], [ -71.074223, 42.356399 ], [ -71.074261, 42.356449 ], [ -71.074299, 42.356499 ], [ -71.074324, 42.356548 ], [ -71.07433, 42.356619 ], [ -71.074323, 42.356676 ], [ -71.074312, 42.356741 ], [ -71.074273, 42.356809 ], [ -71.074241, 42.356864 ], [ -71.074198, 42.356929 ], [ -71.074134, 42.356997 ], [ -71.074053, 42.357075 ], [ -71.073999, 42.357121 ], [ -71.073943, 42.357168 ] ] } }, -{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.025122, 42.33757 ], [ -71.024808, 42.337568 ], [ -71.024612, 42.337539 ], [ -71.024408, 42.337514 ], [ -71.024235, 42.337467 ], [ -71.024024, 42.337379 ], [ -71.023859, 42.33732 ], [ -71.023625, 42.337196 ], [ -71.023406, 42.337073 ], [ -71.023148, 42.336932 ] ] } } -] -} From 3b4ccd7e3af9e1d8f5514512f009f1a57d593402 Mon Sep 17 00:00:00 2001 From: pio8909 <40757786+pio8909@users.noreply.github.com> Date: Sat, 28 Mar 2020 23:25:06 +0100 Subject: [PATCH 6/6] Add files via upload --- data/json_bikefacilities.js | 3694 +++++++++++++++++++++++++++++++++++ 1 file changed, 3694 insertions(+) create mode 100644 data/json_bikefacilities.js diff --git a/data/json_bikefacilities.js b/data/json_bikefacilities.js new file mode 100644 index 0000000..fa6a07c --- /dev/null +++ b/data/json_bikefacilities.js @@ -0,0 +1,3694 @@ +var json_bikefacilities={ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, + +"features": [ +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168282, 42.290672 ], [ -71.168397, 42.290592 ], [ -71.1688, 42.290324 ], [ -71.169263, 42.290002 ], [ -71.16982, 42.289585 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168108, 42.290489 ], [ -71.167768, 42.290694 ], [ -71.167317, 42.290944 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166558, 42.291311 ], [ -71.165736, 42.291715 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166118, 42.340679 ], [ -71.166109, 42.340823 ], [ -71.1661, 42.34113 ], [ -71.166053, 42.341479 ], [ -71.166, 42.341602 ], [ -71.165901, 42.34178 ], [ -71.16584, 42.341881 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039085, 42.374706 ], [ -71.039088, 42.374833 ], [ -71.039092, 42.374931 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166117, 42.339955 ], [ -71.165536, 42.340005 ], [ -71.164772, 42.340048 ], [ -71.16409, 42.340067 ], [ -71.163531, 42.340065 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039301, 42.382004 ], [ -71.039315, 42.382614 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.022354, 42.381101 ], [ -71.022178, 42.381154 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.163531, 42.340065 ], [ -71.162542, 42.340047 ], [ -71.161551, 42.340029 ], [ -71.160929, 42.340001 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.16584, 42.341881 ], [ -71.165689, 42.342115 ], [ -71.165326, 42.342679 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.020558, 42.381831 ], [ -71.020792, 42.381775 ], [ -71.021537, 42.381497 ], [ -71.022322, 42.38121 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.165326, 42.342679 ], [ -71.164827, 42.343304 ], [ -71.164427, 42.34369 ], [ -71.164208, 42.343935 ], [ -71.164033, 42.34418 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.022178, 42.381154 ], [ -71.022002, 42.38122 ], [ -71.020735, 42.381723 ], [ -71.020558, 42.381831 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Faneuil Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168629, 42.351067 ], [ -71.169085, 42.35108 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.016264, 42.383428 ], [ -71.015104, 42.383865 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.163093, 42.34905 ], [ -71.162763, 42.349032 ], [ -71.162425, 42.349003 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.010386, 42.385462 ], [ -71.006796, 42.386673 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15693, 42.295632 ], [ -71.156591, 42.295652 ], [ -71.156259, 42.295653 ], [ -71.155924, 42.295629 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.006796, 42.386673 ], [ -71.005837, 42.386342 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157882, 42.331652 ], [ -71.157708, 42.331623 ], [ -71.157491, 42.331599 ], [ -71.157315, 42.331595 ], [ -71.157193, 42.331598 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157789, 42.339717 ], [ -71.158401, 42.339847 ], [ -71.158964, 42.339962 ], [ -71.159758, 42.340067 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Truman Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122473, 42.250099 ], [ -71.124421, 42.24813 ], [ -71.125311, 42.247205 ], [ -71.125519, 42.246947 ], [ -71.125561, 42.246894 ], [ -71.125697, 42.246713 ], [ -71.125863, 42.246421 ], [ -71.125974, 42.246169 ], [ -71.126004, 42.246102 ], [ -71.1261, 42.24587 ], [ -71.126221, 42.245515 ], [ -71.126282, 42.245259 ], [ -71.126354, 42.244837 ], [ -71.126376, 42.244492 ], [ -71.126383, 42.2442 ], [ -71.126389, 42.243933 ], [ -71.126383, 42.243451 ], [ -71.12639, 42.243003 ], [ -71.126387, 42.242682 ], [ -71.126387, 42.242681 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.159157, 42.348924 ], [ -71.158996, 42.348938 ], [ -71.158831, 42.348959 ], [ -71.158654, 42.348986 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097209, 42.291345 ], [ -71.098112, 42.291057 ], [ -71.09914, 42.29072 ], [ -71.099854, 42.29051 ], [ -71.100143, 42.290407 ], [ -71.101418, 42.289996 ], [ -71.102491, 42.289661 ], [ -71.103093, 42.289466 ], [ -71.103735, 42.289243 ], [ -71.104446, 42.288957 ], [ -71.105309, 42.288564 ], [ -71.105881, 42.288259 ], [ -71.106756, 42.28775 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.177991, 42.294253 ], [ -71.177581, 42.294074 ], [ -71.177007, 42.293806 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172229, 42.271883 ], [ -71.172399, 42.271811 ], [ -71.172523, 42.271797 ], [ -71.172634, 42.271803 ], [ -71.172712, 42.271823 ], [ -71.17282, 42.271894 ], [ -71.173026, 42.272088 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172096, 42.276809 ], [ -71.171823, 42.277563 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.174022, 42.291291 ], [ -71.17417, 42.291464 ], [ -71.174272, 42.291556 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171555, 42.282876 ], [ -71.171766, 42.283216 ], [ -71.171975, 42.283617 ], [ -71.17206, 42.283836 ], [ -71.172138, 42.284072 ], [ -71.172206, 42.284378 ], [ -71.172232, 42.284627 ], [ -71.172231, 42.284948 ], [ -71.17218, 42.285384 ], [ -71.172082, 42.286193 ], [ -71.172005, 42.286524 ], [ -71.171913, 42.286821 ], [ -71.171728, 42.287219 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.163275, 42.292917 ], [ -71.162467, 42.293292 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171569, 42.287981 ], [ -71.171717, 42.287768 ], [ -71.171889, 42.28745 ], [ -71.172067, 42.287086 ], [ -71.172176, 42.286799 ], [ -71.172296, 42.286378 ], [ -71.172346, 42.286134 ], [ -71.172389, 42.285816 ], [ -71.172418, 42.285544 ], [ -71.172432, 42.285403 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166127, 42.340097 ], [ -71.166555, 42.340042 ], [ -71.166699, 42.340017 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173776, 42.290997 ], [ -71.173809, 42.291039 ], [ -71.174022, 42.291291 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166127, 42.340097 ], [ -71.166133, 42.340443 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155131, 42.338493 ], [ -71.155016, 42.338438 ], [ -71.1548, 42.338338 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166133, 42.340443 ], [ -71.166118, 42.340679 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15232, 42.337209 ], [ -71.152986, 42.337791 ], [ -71.153229, 42.338024 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.161534, 42.340171 ], [ -71.161587, 42.340169 ], [ -71.162885, 42.340209 ], [ -71.163522, 42.340224 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.164033, 42.34418 ], [ -71.163798, 42.344593 ], [ -71.163617, 42.344866 ], [ -71.163488, 42.345 ], [ -71.16336, 42.345117 ], [ -71.163149, 42.345262 ], [ -71.162893, 42.345429 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167603, 42.350795 ], [ -71.167745, 42.350949 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.163333, 42.349124 ], [ -71.163093, 42.34905 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153471, 42.343218 ], [ -71.153428, 42.343316 ], [ -71.153409, 42.343484 ], [ -71.153413, 42.343643 ], [ -71.153436, 42.343821 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155505, 42.295803 ], [ -71.156562, 42.295849 ], [ -71.156976, 42.295832 ], [ -71.157275, 42.295805 ], [ -71.157679, 42.295747 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Enneking Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142237, 42.272406 ], [ -71.141972, 42.272581 ], [ -71.141683, 42.272859 ], [ -71.141515, 42.273042 ], [ -71.141254, 42.27335 ], [ -71.141022, 42.273701 ], [ -71.140871, 42.273975 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157193, 42.331598 ], [ -71.156949, 42.331632 ], [ -71.1567, 42.331682 ], [ -71.15644, 42.331778 ], [ -71.156039, 42.331985 ], [ -71.155538, 42.332213 ], [ -71.15529, 42.332366 ], [ -71.15493, 42.332626 ], [ -71.154681, 42.332876 ], [ -71.154646, 42.332924 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Enneking Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140871, 42.273975 ], [ -71.140795, 42.274159 ], [ -71.140753, 42.274352 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.161305, 42.348973 ], [ -71.160438, 42.348925 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154438, 42.349146 ], [ -71.15418, 42.349146 ], [ -71.15402, 42.349146 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.160438, 42.348925 ], [ -71.159905, 42.348901 ], [ -71.159612, 42.3489 ], [ -71.159327, 42.34891 ], [ -71.159157, 42.348924 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153071, 42.349903 ], [ -71.152965, 42.350045 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153452, 42.349128 ], [ -71.152616, 42.349084 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157079, 42.349099 ], [ -71.156475, 42.349114 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152616, 42.349084 ], [ -71.152091, 42.349058 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146503, 42.286028 ], [ -71.145794, 42.286041 ], [ -71.145173, 42.286047 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.151107, 42.349018 ], [ -71.150879, 42.349018 ], [ -71.15061, 42.349023 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127814, 42.300115 ], [ -71.127495, 42.300434 ], [ -71.127176, 42.30074 ], [ -71.126511, 42.301396 ], [ -71.126162, 42.301737 ], [ -71.126139, 42.301762 ], [ -71.126037, 42.30187 ], [ -71.125939, 42.301991 ], [ -71.125703, 42.302286 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150088, 42.35462 ], [ -71.149965, 42.354809 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154646, 42.332924 ], [ -71.154494, 42.333126 ], [ -71.154286, 42.333489 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147776, 42.286004 ], [ -71.147055, 42.286026 ], [ -71.146939, 42.286026 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153979, 42.334194 ], [ -71.15377, 42.334663 ], [ -71.153541, 42.335149 ], [ -71.153464, 42.335282 ], [ -71.153332, 42.33544 ], [ -71.153132, 42.335603 ], [ -71.152877, 42.335746 ], [ -71.152829, 42.335766 ], [ -71.152711, 42.335817 ], [ -71.152511, 42.335878 ], [ -71.152133, 42.335943 ], [ -71.151637, 42.335988 ], [ -71.150907, 42.335992 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146734, 42.296458 ], [ -71.146395, 42.296453 ], [ -71.146162, 42.296429 ], [ -71.146007, 42.29637 ], [ -71.14589, 42.296288 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132499, 42.297045 ], [ -71.13275, 42.297022 ], [ -71.132923, 42.297027 ], [ -71.133188, 42.29706 ], [ -71.133497, 42.297077 ], [ -71.133784, 42.297086 ], [ -71.134332, 42.29708 ], [ -71.134695, 42.297045 ], [ -71.135059, 42.296973 ], [ -71.135508, 42.296845 ], [ -71.135867, 42.296714 ], [ -71.136177, 42.296574 ], [ -71.136432, 42.296429 ], [ -71.136775, 42.296248 ], [ -71.137014, 42.296141 ], [ -71.137166, 42.296088 ], [ -71.137459, 42.295996 ], [ -71.137776, 42.295917 ], [ -71.138085, 42.29586 ], [ -71.138422, 42.295838 ], [ -71.138795, 42.295829 ], [ -71.13916, 42.295837 ], [ -71.139511, 42.295865 ], [ -71.13992, 42.295908 ], [ -71.140019, 42.295924 ], [ -71.140798, 42.296011 ], [ -71.141783, 42.296123 ], [ -71.142736, 42.296243 ], [ -71.144203, 42.296417 ], [ -71.144905, 42.296517 ], [ -71.145063, 42.296564 ], [ -71.145212, 42.296613 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153366, 42.338194 ], [ -71.153648, 42.338432 ], [ -71.154454, 42.339171 ], [ -71.155089, 42.339754 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123956, 42.319318 ], [ -71.124187, 42.319232 ], [ -71.124714, 42.319012 ], [ -71.124791, 42.318984 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13851, 42.292341 ], [ -71.137896, 42.292849 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152268, 42.339482 ], [ -71.152414, 42.339262 ], [ -71.152498, 42.339094 ], [ -71.152588, 42.338904 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136705, 42.293839 ], [ -71.136339, 42.29413 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132107, 42.35307 ], [ -71.135736, 42.353507 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154554, 42.341566 ], [ -71.154357, 42.341853 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133173, 42.353086 ], [ -71.132082, 42.352949 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133162, 42.359397 ], [ -71.133112, 42.359608 ], [ -71.133069, 42.359732 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1548, 42.349137 ], [ -71.15465, 42.34914 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132399, 42.360476 ], [ -71.132366, 42.3605 ], [ -71.131984, 42.360815 ], [ -71.131574, 42.361169 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152091, 42.349058 ], [ -71.151994, 42.349051 ], [ -71.151107, 42.349018 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128591, 42.25456 ], [ -71.128702, 42.254383 ], [ -71.128802, 42.254246 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.149527, 42.349289 ], [ -71.149775, 42.349217 ], [ -71.150065, 42.34912 ], [ -71.150352, 42.349063 ], [ -71.15061, 42.349023 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122013, 42.281554 ], [ -71.121795, 42.281409 ], [ -71.121071, 42.280934 ], [ -71.120676, 42.280705 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123072, 42.291208 ], [ -71.122464, 42.291757 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150365, 42.348979 ], [ -71.150154, 42.348994 ], [ -71.149944, 42.349044 ], [ -71.149456, 42.349228 ], [ -71.149286, 42.349302 ], [ -71.148985, 42.349417 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124204, 42.306042 ], [ -71.124064, 42.306291 ], [ -71.123921, 42.306504 ], [ -71.123665, 42.306838 ], [ -71.123468, 42.307091 ], [ -71.12339, 42.307209 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122632, 42.308401 ], [ -71.122916, 42.307999 ], [ -71.123294, 42.307492 ], [ -71.123578, 42.307126 ], [ -71.123928, 42.306688 ], [ -71.124146, 42.306391 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145515, 42.288017 ], [ -71.145331, 42.288067 ], [ -71.145125, 42.288122 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112259, 42.323914 ], [ -71.112263, 42.323994 ], [ -71.112271, 42.324331 ], [ -71.11226, 42.324561 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148383, 42.296361 ], [ -71.148087, 42.296401 ], [ -71.147661, 42.296433 ], [ -71.147132, 42.296452 ], [ -71.146835, 42.296459 ], [ -71.146734, 42.296458 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113507, 42.33178 ], [ -71.112749, 42.331828 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111593, 42.330795 ], [ -71.111828, 42.331393 ], [ -71.112045, 42.331986 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145847, 42.296751 ], [ -71.145976, 42.296688 ], [ -71.146085, 42.296655 ], [ -71.146248, 42.296639 ], [ -71.146622, 42.296644 ], [ -71.147109, 42.296645 ], [ -71.147627, 42.296615 ], [ -71.147689, 42.296611 ], [ -71.147871, 42.296609 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115798, 42.351026 ], [ -71.114913, 42.350916 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114913, 42.350916 ], [ -71.113785, 42.350788 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145047, 42.341739 ], [ -71.144532, 42.341969 ], [ -71.144233, 42.342116 ], [ -71.144031, 42.342234 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128181, 42.25496 ], [ -71.128066, 42.255018 ], [ -71.128006, 42.255043 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126313, 42.288158 ], [ -71.125965, 42.288491 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145621, 42.350809 ], [ -71.145081, 42.351031 ], [ -71.144963, 42.351081 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130069, 42.298193 ], [ -71.130091, 42.298184 ], [ -71.130368, 42.298011 ], [ -71.130396, 42.297998 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130277, 42.297892 ], [ -71.130101, 42.297977 ], [ -71.129976, 42.298058 ], [ -71.129929, 42.298087 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12888, 42.360377 ], [ -71.129288, 42.360714 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1254, 42.302887 ], [ -71.125661, 42.302564 ], [ -71.125817, 42.302331 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12869, 42.360231 ], [ -71.12888, 42.360377 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127051, 42.358921 ], [ -71.127089, 42.358973 ], [ -71.127185, 42.359053 ], [ -71.127364, 42.359198 ], [ -71.127505, 42.359306 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126487, 42.357986 ], [ -71.12669, 42.358313 ], [ -71.126759, 42.358432 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129756, 42.363206 ], [ -71.12995, 42.363039 ], [ -71.13009, 42.362875 ], [ -71.130183, 42.362752 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126418, 42.357865 ], [ -71.126487, 42.357986 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129756, 42.363206 ], [ -71.129604, 42.363337 ], [ -71.129377, 42.3635 ], [ -71.128526, 42.364128 ], [ -71.12803, 42.36449 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125449, 42.363562 ], [ -71.125022, 42.363594 ], [ -71.124742, 42.36362 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12748, 42.36488 ], [ -71.126774, 42.365397 ], [ -71.126627, 42.365504 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119087, 42.272499 ], [ -71.118828, 42.272494 ], [ -71.118657, 42.272508 ], [ -71.118461, 42.272558 ], [ -71.118157, 42.272689 ], [ -71.117862, 42.272859 ], [ -71.117592, 42.273062 ], [ -71.117312, 42.273349 ], [ -71.117154, 42.273542 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126155, 42.363502 ], [ -71.125449, 42.363562 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140547, 42.286143 ], [ -71.13933, 42.286175 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124495, 42.283915 ], [ -71.124368, 42.283711 ], [ -71.124248, 42.283458 ], [ -71.124163, 42.283222 ], [ -71.124041, 42.283007 ], [ -71.123977, 42.282942 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Murray Circle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121293, 42.308855 ], [ -71.12126, 42.308933 ], [ -71.121249, 42.30901 ], [ -71.121268, 42.309092 ], [ -71.121297, 42.309157 ], [ -71.121373, 42.309242 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138202, 42.286232 ], [ -71.137623, 42.286256 ], [ -71.137425, 42.286259 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119619, 42.321464 ], [ -71.119194, 42.321394 ], [ -71.118507, 42.321265 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140845, 42.346412 ], [ -71.140704, 42.346709 ], [ -71.140587, 42.346925 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118507, 42.321265 ], [ -71.119034, 42.321422 ], [ -71.119258, 42.321486 ], [ -71.119364, 42.321546 ], [ -71.119439, 42.321614 ], [ -71.119476, 42.321722 ], [ -71.119516, 42.322063 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124097, 42.352019 ], [ -71.123403, 42.351938 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142152, 42.351883 ], [ -71.141925, 42.351956 ], [ -71.141604, 42.352075 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121261, 42.35188 ], [ -71.122807, 42.35207 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Truman Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112467, 42.258184 ], [ -71.112607, 42.258121 ], [ -71.112936, 42.257978 ], [ -71.113136, 42.257889 ], [ -71.113371, 42.257753 ], [ -71.113605, 42.257612 ], [ -71.11389, 42.257402 ], [ -71.114115, 42.257225 ], [ -71.114315, 42.25704 ], [ -71.114651, 42.2567 ], [ -71.115286, 42.256061 ], [ -71.11567, 42.255632 ], [ -71.116096, 42.255147 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134285, 42.295906 ], [ -71.134827, 42.295444 ], [ -71.135226, 42.295121 ], [ -71.135626, 42.294775 ], [ -71.13601, 42.294438 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11678, 42.2791 ], [ -71.116751, 42.278802 ], [ -71.116676, 42.278554 ], [ -71.116594, 42.278396 ], [ -71.116395, 42.27817 ], [ -71.116215, 42.277962 ], [ -71.116095, 42.277798 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132902, 42.296768 ], [ -71.132979, 42.296837 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133013, 42.357714 ], [ -71.133062, 42.358313 ], [ -71.133083, 42.358565 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130122, 42.252974 ], [ -71.130323, 42.252801 ], [ -71.130683, 42.252513 ], [ -71.130863, 42.252351 ], [ -71.130958, 42.252232 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129978, 42.253097 ], [ -71.130122, 42.252974 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127177, 42.255327 ], [ -71.126813, 42.255403 ], [ -71.12634, 42.255486 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125901, 42.255567 ], [ -71.125593, 42.255621 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125127, 42.284499 ], [ -71.124762, 42.284195 ], [ -71.124495, 42.283915 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Corinth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130401, 42.286584 ], [ -71.129756, 42.28618 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130538, 42.297776 ], [ -71.130394, 42.297837 ], [ -71.130277, 42.297892 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124781, 42.304409 ], [ -71.124826, 42.304038 ], [ -71.124876, 42.303812 ], [ -71.124948, 42.303623 ], [ -71.124992, 42.303497 ], [ -71.125063, 42.303377 ], [ -71.125162, 42.303204 ], [ -71.1254, 42.302887 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091919, 42.34886 ], [ -71.091735, 42.348864 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095493, 42.33763 ], [ -71.095237, 42.337539 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129744, 42.348856 ], [ -71.129784, 42.348911 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092842, 42.34001 ], [ -71.093199, 42.34049 ], [ -71.093254, 42.340618 ], [ -71.093279, 42.340701 ], [ -71.093279, 42.340765 ], [ -71.093243, 42.340855 ], [ -71.093228, 42.340868 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129303, 42.352629 ], [ -71.128407, 42.352523 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125202, 42.352254 ], [ -71.126917, 42.352443 ], [ -71.127048, 42.352458 ], [ -71.128344, 42.352613 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095493, 42.33763 ], [ -71.095431, 42.337651 ], [ -71.094581, 42.337994 ], [ -71.094504, 42.338028 ], [ -71.093632, 42.338419 ], [ -71.092479, 42.33885 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094981, 42.349373 ], [ -71.096235, 42.349032 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09498, 42.349125 ], [ -71.095516, 42.349111 ], [ -71.095854, 42.349077 ], [ -71.096235, 42.349032 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119072, 42.2726 ], [ -71.119639, 42.272624 ], [ -71.120079, 42.272602 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092853, 42.349166 ], [ -71.09498, 42.349125 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122464, 42.291757 ], [ -71.121914, 42.292273 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091951, 42.282412 ], [ -71.091697, 42.283277 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122144, 42.309104 ], [ -71.122366, 42.308786 ], [ -71.122596, 42.308452 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090934, 42.286104 ], [ -71.091107, 42.285572 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090335, 42.287895 ], [ -71.090549, 42.287243 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089495, 42.290447 ], [ -71.08971, 42.289791 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088912, 42.292173 ], [ -71.089234, 42.291231 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088726, 42.292188 ], [ -71.088517, 42.292824 ], [ -71.088423, 42.293106 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092208, 42.295888 ], [ -71.091891, 42.296331 ], [ -71.091716, 42.296568 ], [ -71.091569, 42.296757 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09048, 42.297268 ], [ -71.090433, 42.297284 ], [ -71.090059, 42.2974 ], [ -71.089636, 42.297507 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088091, 42.294666 ], [ -71.088157, 42.294467 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088599, 42.297753 ], [ -71.087421, 42.298052 ], [ -71.087025, 42.298157 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089099, 42.350072 ], [ -71.088925, 42.349713 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088698, 42.349273 ], [ -71.090676, 42.349239 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088698, 42.349273 ], [ -71.088533, 42.348907 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08565, 42.348775 ], [ -71.085839, 42.349158 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083074, 42.293482 ], [ -71.082486, 42.293296 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085226, 42.302921 ], [ -71.085115, 42.303303 ], [ -71.085033, 42.303493 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084923, 42.304437 ], [ -71.085001, 42.304187 ], [ -71.085122, 42.303831 ], [ -71.085247, 42.303455 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083431, 42.303463 ], [ -71.08317, 42.303545 ], [ -71.082992, 42.303635 ], [ -71.082844, 42.303707 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082844, 42.303707 ], [ -71.082609, 42.303893 ], [ -71.08231, 42.30413 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081185, 42.305051 ], [ -71.081402, 42.304934 ], [ -71.081851, 42.304655 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083543, 42.314766 ], [ -71.083305, 42.315358 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085417, 42.321696 ], [ -71.085271, 42.321914 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081789, 42.318279 ], [ -71.08165, 42.318569 ], [ -71.081556, 42.318812 ], [ -71.081479, 42.319066 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081386, 42.319811 ], [ -71.081407, 42.319923 ], [ -71.081433, 42.320066 ], [ -71.081513, 42.320335 ], [ -71.081621, 42.320741 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083498, 42.32586 ], [ -71.083444, 42.325622 ], [ -71.083328, 42.325327 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083328, 42.325327 ], [ -71.083309, 42.325277 ], [ -71.083085, 42.324679 ], [ -71.083064, 42.324622 ], [ -71.082955, 42.324328 ], [ -71.082855, 42.324055 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082244, 42.322681 ], [ -71.082454, 42.323269 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083358, 42.32942 ], [ -71.083268, 42.32981 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083062, 42.328001 ], [ -71.083111, 42.328128 ], [ -71.083223, 42.328329 ], [ -71.083371, 42.328531 ], [ -71.083448, 42.328658 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083044, 42.327659 ], [ -71.083035, 42.327747 ], [ -71.083041, 42.327906 ], [ -71.083062, 42.328001 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081716, 42.331962 ], [ -71.081413, 42.332296 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081746, 42.34066 ], [ -71.080948, 42.339819 ], [ -71.080752, 42.339629 ], [ -71.080408, 42.339298 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076937, 42.336539 ], [ -71.076317, 42.336978 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08453, 42.349986 ], [ -71.08257, 42.350511 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080313, 42.346387 ], [ -71.079581, 42.346941 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07775, 42.350907 ], [ -71.07794, 42.351284 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07616, 42.383305 ], [ -71.076524, 42.383184 ], [ -71.076556, 42.383173 ], [ -71.076945, 42.38303 ], [ -71.077109, 42.38297 ], [ -71.077225, 42.382932 ], [ -71.077399, 42.382874 ], [ -71.077899, 42.382696 ], [ -71.078253, 42.382568 ], [ -71.078654, 42.382465 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074023, 42.384388 ], [ -71.074062, 42.384337 ], [ -71.074127, 42.384238 ], [ -71.074189, 42.384154 ], [ -71.074289, 42.38405 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Alford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073125, 42.386272 ], [ -71.073617, 42.385307 ], [ -71.073695, 42.385075 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076077, 42.307577 ], [ -71.076277, 42.307395 ], [ -71.076637, 42.307085 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075096, 42.308206 ], [ -71.074818, 42.308418 ], [ -71.074587, 42.308576 ], [ -71.074491, 42.308641 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078073, 42.337341 ], [ -71.077653, 42.336989 ], [ -71.077021, 42.33648 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077021, 42.33648 ], [ -71.076544, 42.336069 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079191, 42.342696 ], [ -71.078532, 42.3432 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074109, 42.343566 ], [ -71.074405, 42.34415 ], [ -71.074489, 42.344306 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068018, 42.272225 ], [ -71.068024, 42.272291 ], [ -71.067999, 42.272468 ], [ -71.067885, 42.272932 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "West Dedham Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072075, 42.341294 ], [ -71.071972, 42.341202 ], [ -71.071849, 42.341108 ], [ -71.071805, 42.34109 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Monsignor Reynolds Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070708, 42.340799 ], [ -71.070028, 42.340552 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Monsignor Reynolds Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069366, 42.340345 ], [ -71.068646, 42.340149 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069023, 42.336699 ], [ -71.068351, 42.337181 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "West Dedham Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07256, 42.341717 ], [ -71.072075, 42.341294 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068292, 42.341889 ], [ -71.068085, 42.342022 ], [ -71.067928, 42.342134 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067068, 42.342819 ], [ -71.066816, 42.34303 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07078, 42.290157 ], [ -71.070271, 42.290082 ], [ -71.069852, 42.290018 ], [ -71.069648, 42.28996 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072293, 42.310054 ], [ -71.071911, 42.310297 ], [ -71.071588, 42.310495 ], [ -71.071324, 42.310644 ], [ -71.070763, 42.310917 ], [ -71.070419, 42.311087 ], [ -71.070147, 42.311214 ], [ -71.070019, 42.311284 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067219, 42.314622 ], [ -71.067008, 42.314903 ], [ -71.06682, 42.315148 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070783, 42.335452 ], [ -71.070282, 42.335805 ], [ -71.070093, 42.33593 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065941, 42.352473 ], [ -71.064568, 42.352368 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067333, 42.377795 ], [ -71.067527, 42.377967 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069107, 42.379419 ], [ -71.069306, 42.37962 ], [ -71.069519, 42.379843 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066503, 42.277913 ], [ -71.066376, 42.27834 ], [ -71.066231, 42.278841 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115746, 42.275979 ], [ -71.115708, 42.276671 ], [ -71.115696, 42.27693 ], [ -71.115719, 42.277231 ], [ -71.115776, 42.277483 ], [ -71.115848, 42.277651 ], [ -71.115974, 42.277863 ], [ -71.116173, 42.278105 ], [ -71.116382, 42.278349 ], [ -71.116477, 42.27848 ], [ -71.116503, 42.278517 ], [ -71.116542, 42.278616 ], [ -71.116595, 42.278744 ], [ -71.116632, 42.279009 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114448, 42.302176 ], [ -71.114451, 42.302341 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11467, 42.3055 ], [ -71.114743, 42.305614 ], [ -71.114772, 42.305675 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117314, 42.308963 ], [ -71.117165, 42.308994 ], [ -71.116723, 42.309106 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115473, 42.309684 ], [ -71.11536, 42.309869 ], [ -71.115133, 42.31012 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114573, 42.310991 ], [ -71.114496, 42.311239 ], [ -71.114397, 42.311629 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115195, 42.321141 ], [ -71.114946, 42.321181 ], [ -71.114502, 42.321244 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111935, 42.319114 ], [ -71.11167, 42.319549 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100347, 42.264466 ], [ -71.100289, 42.264498 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093877, 42.305238 ], [ -71.093757, 42.305224 ], [ -71.093416, 42.305149 ], [ -71.093055, 42.305037 ], [ -71.092729, 42.304914 ], [ -71.09241, 42.304749 ], [ -71.092, 42.304483 ], [ -71.09183, 42.30435 ], [ -71.091647, 42.304148 ], [ -71.091513, 42.30397 ], [ -71.09114, 42.303403 ], [ -71.090972, 42.303122 ], [ -71.090866, 42.302959 ], [ -71.090711, 42.302784 ], [ -71.090386, 42.302508 ], [ -71.090075, 42.302316 ], [ -71.089749, 42.302162 ], [ -71.089466, 42.302055 ], [ -71.089218, 42.301975 ], [ -71.088909, 42.301899 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109199, 42.286151 ], [ -71.108593, 42.286506 ], [ -71.108531, 42.286549 ], [ -71.108179, 42.286763 ], [ -71.108114, 42.286802 ], [ -71.10779, 42.287001 ], [ -71.107353, 42.287261 ], [ -71.107056, 42.28743 ], [ -71.106652, 42.287672 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forest Hills Entrance Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106067, 42.300945 ], [ -71.105682, 42.301057 ], [ -71.105194, 42.301143 ], [ -71.104893, 42.301165 ], [ -71.104576, 42.301192 ], [ -71.104197, 42.301167 ], [ -71.10397, 42.301135 ], [ -71.103531, 42.301032 ], [ -71.103104, 42.300922 ], [ -71.102953, 42.300881 ], [ -71.102758, 42.300848 ], [ -71.102617, 42.300836 ], [ -71.102427, 42.300843 ], [ -71.102248, 42.300866 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110694, 42.320761 ], [ -71.110532, 42.321007 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105157, 42.322711 ], [ -71.104868, 42.32273 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10614, 42.333496 ], [ -71.105617, 42.333785 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096406, 42.266709 ], [ -71.095977, 42.266756 ], [ -71.095644, 42.266816 ], [ -71.095367, 42.266898 ], [ -71.095075, 42.267037 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093696, 42.273149 ], [ -71.093694, 42.273093 ], [ -71.093694, 42.273077 ], [ -71.093695, 42.27294 ], [ -71.093696, 42.272834 ], [ -71.093699, 42.272754 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093683, 42.27436 ], [ -71.093703, 42.27339 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093636, 42.27525 ], [ -71.093683, 42.27436 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093384, 42.277013 ], [ -71.093375, 42.277204 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09211, 42.28261 ], [ -71.092415, 42.281671 ], [ -71.09265, 42.280947 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Glen Lane" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099743, 42.307998 ], [ -71.099555, 42.307842 ], [ -71.099448, 42.307731 ], [ -71.099314, 42.307588 ], [ -71.099208, 42.307498 ], [ -71.099038, 42.307396 ], [ -71.09879, 42.307285 ], [ -71.098069, 42.306978 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104663, 42.334115 ], [ -71.103695, 42.334522 ], [ -71.103, 42.334793 ], [ -71.102534, 42.334961 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100093, 42.335837 ], [ -71.099566, 42.336076 ], [ -71.099511, 42.336096 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099252, 42.336372 ], [ -71.099565, 42.336263 ], [ -71.099721, 42.336197 ], [ -71.100326, 42.335943 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100593, 42.349193 ], [ -71.099976, 42.349121 ], [ -71.099484, 42.349056 ], [ -71.098116, 42.348903 ], [ -71.098064, 42.348895 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0962, 42.292937 ], [ -71.09633, 42.293164 ], [ -71.096403, 42.293243 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09479, 42.313583 ], [ -71.094396, 42.313885 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089527, 42.334551 ], [ -71.089722, 42.334767 ], [ -71.090192, 42.335344 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087635, 42.33647 ], [ -71.087157, 42.336768 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090568, 42.339577 ], [ -71.089693, 42.339938 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087068, 42.345932 ], [ -71.087345, 42.346494 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09802, 42.349077 ], [ -71.100555, 42.349366 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09426, 42.267477 ], [ -71.094447, 42.26735 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093611, 42.269516 ], [ -71.093608, 42.269979 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093736, 42.271703 ], [ -71.093753, 42.271206 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093511, 42.273285 ], [ -71.093509, 42.273316 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093509, 42.273316 ], [ -71.093452, 42.274852 ], [ -71.093402, 42.276129 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092727, 42.280114 ], [ -71.092464, 42.280898 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093877, 42.305238 ], [ -71.094199, 42.305356 ], [ -71.094438, 42.305444 ], [ -71.09463, 42.305549 ], [ -71.094828, 42.305697 ], [ -71.095032, 42.305871 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097849, 42.311076 ], [ -71.097833, 42.311269 ], [ -71.097797, 42.311428 ], [ -71.097746, 42.311554 ], [ -71.097639, 42.311693 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097018, 42.312186 ], [ -71.096798, 42.312255 ], [ -71.096576, 42.312322 ], [ -71.096391, 42.312401 ], [ -71.096225, 42.312511 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088423, 42.293106 ], [ -71.088238, 42.29366 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088157, 42.294467 ], [ -71.088912, 42.292173 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Murray Circle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121537, 42.308685 ], [ -71.121436, 42.308735 ], [ -71.121381, 42.308769 ], [ -71.121332, 42.308815 ], [ -71.121293, 42.308855 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087866, 42.295381 ], [ -71.087997, 42.294948 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121293, 42.308855 ], [ -71.121129, 42.308928 ], [ -71.121044, 42.308959 ], [ -71.120889, 42.308994 ], [ -71.120727, 42.309017 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086826, 42.298807 ], [ -71.086933, 42.298458 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095145, 42.31329 ], [ -71.095038, 42.313391 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118507, 42.321265 ], [ -71.117824, 42.321143 ], [ -71.117491, 42.321097 ], [ -71.117117, 42.321064 ], [ -71.11676, 42.321042 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094396, 42.313885 ], [ -71.094174, 42.31407 ], [ -71.094088, 42.31415 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122371, 42.351817 ], [ -71.121312, 42.351684 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093184, 42.316552 ], [ -71.093091, 42.316684 ], [ -71.092964, 42.31676 ], [ -71.092723, 42.316852 ], [ -71.092471, 42.316904 ], [ -71.092293, 42.316924 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118521, 42.351553 ], [ -71.119285, 42.351647 ], [ -71.119972, 42.351719 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ritchie Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095783, 42.32198 ], [ -71.095484, 42.322037 ], [ -71.095399, 42.322063 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109901, 42.285724 ], [ -71.109587, 42.285916 ], [ -71.109199, 42.286151 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097107, 42.337039 ], [ -71.096417, 42.337306 ], [ -71.095493, 42.33763 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117154, 42.273542 ], [ -71.11714, 42.27356 ], [ -71.116849, 42.27397 ], [ -71.11638, 42.274599 ], [ -71.116094, 42.274985 ], [ -71.115985, 42.275137 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092234, 42.339146 ], [ -71.092462, 42.339041 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116095, 42.277798 ], [ -71.115976, 42.277624 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096235, 42.349032 ], [ -71.096965, 42.348882 ], [ -71.097343, 42.34881 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115031, 42.299677 ], [ -71.115006, 42.299726 ], [ -71.114897, 42.299949 ], [ -71.114805, 42.300148 ], [ -71.114734, 42.300313 ], [ -71.114697, 42.300452 ], [ -71.114671, 42.300568 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093261, 42.278522 ], [ -71.09319, 42.278768 ], [ -71.093092, 42.279061 ], [ -71.09302, 42.279302 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091931, 42.349193 ], [ -71.092853, 42.349166 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091382, 42.284245 ], [ -71.091165, 42.284821 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115245, 42.306641 ], [ -71.11534, 42.306848 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117999, 42.308813 ], [ -71.117699, 42.308881 ], [ -71.117314, 42.308963 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090579, 42.286561 ], [ -71.090367, 42.287214 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114017, 42.316031 ], [ -71.113946, 42.316215 ], [ -71.113839, 42.316387 ], [ -71.113762, 42.316489 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090367, 42.287214 ], [ -71.090222, 42.287655 ], [ -71.090155, 42.287853 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112091, 42.321611 ], [ -71.112124, 42.321953 ], [ -71.112139, 42.322145 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090155, 42.287853 ], [ -71.089614, 42.289487 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112203, 42.323133 ], [ -71.11224, 42.323595 ], [ -71.112259, 42.323914 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111298, 42.330075 ], [ -71.11133, 42.330146 ], [ -71.111579, 42.330759 ], [ -71.111593, 42.330795 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081924, 42.321736 ], [ -71.082004, 42.321995 ], [ -71.082154, 42.322406 ], [ -71.082244, 42.322681 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113785, 42.350788 ], [ -71.110953, 42.350459 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081621, 42.320741 ], [ -71.0819, 42.321673 ], [ -71.081924, 42.321736 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084603, 42.322837 ], [ -71.084582, 42.322865 ], [ -71.084437, 42.323073 ], [ -71.084223, 42.323389 ], [ -71.084097, 42.323537 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117238, 42.351214 ], [ -71.115798, 42.351026 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088606, 42.319982 ], [ -71.088101, 42.319778 ], [ -71.087686, 42.319596 ], [ -71.087421, 42.319492 ], [ -71.086773, 42.31926 ], [ -71.086043, 42.319035 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113739, 42.350985 ], [ -71.115754, 42.351222 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099128, 42.265142 ], [ -71.098822, 42.265332 ], [ -71.098328, 42.265598 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088316, 42.348487 ], [ -71.088521, 42.348873 ], [ -71.088533, 42.348907 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066231, 42.278841 ], [ -71.066048, 42.279527 ], [ -71.065921, 42.279936 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088142, 42.348127 ], [ -71.088316, 42.348487 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098535, 42.322613 ], [ -71.098393, 42.322569 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092516, 42.336528 ], [ -71.092025, 42.336334 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087549, 42.346922 ], [ -71.087758, 42.347308 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105713, 42.300173 ], [ -71.10567, 42.300171 ], [ -71.105382, 42.300182 ], [ -71.105088, 42.30019 ], [ -71.104842, 42.300184 ], [ -71.104688, 42.30018 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08471, 42.350343 ], [ -71.086216, 42.349932 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109796, 42.321865 ], [ -71.109255, 42.322173 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064872, 42.283707 ], [ -71.064787, 42.284007 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080319, 42.339343 ], [ -71.080416, 42.339435 ], [ -71.080938, 42.339945 ], [ -71.0813, 42.34031 ], [ -71.081479, 42.340458 ], [ -71.081746, 42.34066 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109591, 42.333208 ], [ -71.109363, 42.333232 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078592, 42.337882 ], [ -71.079237, 42.338417 ], [ -71.079716, 42.338817 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105888, 42.340234 ], [ -71.105731, 42.340375 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085192, 42.342426 ], [ -71.084853, 42.342711 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064563, 42.284789 ], [ -71.064518, 42.284946 ], [ -71.064422, 42.285292 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106536, 42.350106 ], [ -71.107756, 42.350247 ], [ -71.108663, 42.350368 ], [ -71.109666, 42.35051 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079581, 42.346941 ], [ -71.078681, 42.347722 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063797, 42.2875 ], [ -71.063726, 42.287786 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103624, 42.349742 ], [ -71.104963, 42.349915 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079239, 42.382343 ], [ -71.07964, 42.382289 ], [ -71.079669, 42.382287 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063726, 42.287786 ], [ -71.063669, 42.288018 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Old Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085567, 42.301885 ], [ -71.085369, 42.301871 ], [ -71.085286, 42.301907 ], [ -71.085135, 42.301984 ], [ -71.085075, 42.30206 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101788, 42.263719 ], [ -71.101349, 42.263898 ], [ -71.101048, 42.264054 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104688, 42.30018 ], [ -71.104387, 42.300167 ], [ -71.104203, 42.300134 ], [ -71.104024, 42.300085 ], [ -71.103808, 42.300007 ], [ -71.103603, 42.299902 ], [ -71.103328, 42.299703 ], [ -71.102875, 42.299286 ], [ -71.102288, 42.298756 ], [ -71.101738, 42.298244 ], [ -71.101146, 42.297689 ], [ -71.100455, 42.297047 ], [ -71.099983, 42.296572 ], [ -71.099817, 42.296405 ], [ -71.099797, 42.296387 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084592, 42.30525 ], [ -71.08453, 42.305508 ], [ -71.084519, 42.30558 ], [ -71.084479, 42.305832 ], [ -71.084439, 42.306062 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062026, 42.286465 ], [ -71.06188, 42.286522 ], [ -71.061696, 42.286555 ], [ -71.061416, 42.286608 ], [ -71.061007, 42.286677 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102466, 42.322927 ], [ -71.102108, 42.322922 ], [ -71.101745, 42.322901 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084389, 42.303533 ], [ -71.084564, 42.303529 ], [ -71.085033, 42.303493 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102514, 42.347293 ], [ -71.102432, 42.347313 ], [ -71.101765, 42.347505 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084439, 42.306062 ], [ -71.084411, 42.306212 ], [ -71.084344, 42.306447 ], [ -71.084249, 42.306753 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062934, 42.290632 ], [ -71.062806, 42.29113 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08403, 42.307426 ], [ -71.08419, 42.3072 ], [ -71.084299, 42.307023 ], [ -71.084404, 42.306806 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083254, 42.308478 ], [ -71.083687, 42.3079 ], [ -71.083898, 42.307599 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062489, 42.292219 ], [ -71.062344, 42.292737 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082927, 42.324718 ], [ -71.083039, 42.324999 ], [ -71.083165, 42.325343 ], [ -71.083276, 42.325614 ], [ -71.083306, 42.325753 ], [ -71.083309, 42.325916 ], [ -71.083308, 42.325968 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060307, 42.299765 ], [ -71.060258, 42.299956 ], [ -71.060205, 42.300141 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057102, 42.340577 ], [ -71.057103, 42.340461 ], [ -71.057115, 42.340237 ], [ -71.057122, 42.3395 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075067, 42.335031 ], [ -71.076517, 42.336191 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060857, 42.303871 ], [ -71.061158, 42.304568 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076503, 42.344835 ], [ -71.075843, 42.345369 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074872, 42.345114 ], [ -71.075097, 42.345571 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060577, 42.303153 ], [ -71.060776, 42.303668 ], [ -71.060856, 42.30387 ], [ -71.060857, 42.303871 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06682, 42.315148 ], [ -71.066644, 42.315378 ], [ -71.066471, 42.315603 ], [ -71.066467, 42.315608 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079534, 42.292448 ], [ -71.078706, 42.292203 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076106, 42.291433 ], [ -71.07584, 42.291352 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065201, 42.31708 ], [ -71.065467, 42.316919 ], [ -71.065578, 42.316827 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075194, 42.291169 ], [ -71.074653, 42.291013 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065477, 42.316746 ], [ -71.06501, 42.316999 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077631, 42.306446 ], [ -71.077703, 42.306416 ], [ -71.077918, 42.306315 ], [ -71.078151, 42.306236 ], [ -71.078408, 42.306161 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063572, 42.318626 ], [ -71.063979, 42.318049 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062393, 42.319823 ], [ -71.062278, 42.319911 ], [ -71.062171, 42.319989 ], [ -71.06207, 42.320069 ], [ -71.061704, 42.320293 ], [ -71.061481, 42.320508 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073084, 42.309535 ], [ -71.072293, 42.310054 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074737, 42.344836 ], [ -71.074872, 42.345114 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064874, 42.345748 ], [ -71.064799, 42.345903 ], [ -71.064716, 42.34615 ], [ -71.064636, 42.346431 ], [ -71.064594, 42.34662 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074489, 42.344306 ], [ -71.074633, 42.344613 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063269, 42.352324 ], [ -71.063038, 42.352345 ], [ -71.062596, 42.352409 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078723, 42.352849 ], [ -71.07885, 42.353108 ], [ -71.078907, 42.353226 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Martha Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066119, 42.365994 ], [ -71.065745, 42.365915 ], [ -71.065466, 42.365846 ], [ -71.065206, 42.365767 ], [ -71.064951, 42.365671 ], [ -71.064755, 42.365586 ], [ -71.064609, 42.365466 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Nashua Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064082, 42.366329 ], [ -71.064123, 42.36641 ], [ -71.064173, 42.366489 ], [ -71.06458, 42.36686 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063199, 42.37395 ], [ -71.062629, 42.373656 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078136, 42.351702 ], [ -71.07832, 42.352065 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06228, 42.373392 ], [ -71.061984, 42.372963 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "City Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061628, 42.372048 ], [ -71.061329, 42.371915 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064738, 42.375754 ], [ -71.064769, 42.375776 ], [ -71.065085, 42.376015 ], [ -71.065096, 42.376024 ], [ -71.065342, 42.376208 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064738, 42.375754 ], [ -71.064461, 42.375555 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057692, 42.287484 ], [ -71.057337, 42.287593 ], [ -71.057034, 42.287704 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075982, 42.352269 ], [ -71.073843, 42.352864 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056724, 42.318672 ], [ -71.056732, 42.319091 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059797, 42.301547 ], [ -71.059909, 42.301744 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075395, 42.383567 ], [ -71.07616, 42.383305 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056811, 42.322514 ], [ -71.056822, 42.323408 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057415, 42.305521 ], [ -71.05754, 42.305697 ], [ -71.057583, 42.305834 ], [ -71.057604, 42.305952 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054034, 42.367764 ], [ -71.053775, 42.367665 ], [ -71.053401, 42.367534 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072738, 42.384984 ], [ -71.072804, 42.385052 ], [ -71.072892, 42.385138 ], [ -71.072981, 42.385192 ], [ -71.07309, 42.385238 ], [ -71.073194, 42.385249 ], [ -71.07333, 42.385247 ], [ -71.073462, 42.385219 ], [ -71.073596, 42.385159 ], [ -71.073695, 42.385075 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053401, 42.367534 ], [ -71.052999, 42.36738 ], [ -71.052961, 42.367366 ], [ -71.052508, 42.367196 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058312, 42.30812 ], [ -71.058232, 42.308498 ], [ -71.058137, 42.308873 ], [ -71.058105, 42.309006 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067885, 42.272932 ], [ -71.067877, 42.272967 ], [ -71.067798, 42.273262 ], [ -71.067796, 42.273266 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058105, 42.309006 ], [ -71.057992, 42.30956 ], [ -71.057897, 42.309967 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040718, 42.347522 ], [ -71.041364, 42.346959 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071996, 42.290225 ], [ -71.071603, 42.290227 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056687, 42.31693 ], [ -71.056697, 42.317131 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.025329, 42.379975 ], [ -71.024367, 42.380362 ], [ -71.024015, 42.380466 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069299, 42.311993 ], [ -71.069583, 42.311762 ], [ -71.069721, 42.311647 ], [ -71.069936, 42.311502 ], [ -71.070217, 42.311343 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056916, 42.328044 ], [ -71.056931, 42.32856 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05678, 42.321641 ], [ -71.056787, 42.322134 ], [ -71.056811, 42.322514 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067898, 42.313774 ], [ -71.068238, 42.313198 ], [ -71.068352, 42.312989 ], [ -71.068485, 42.312759 ], [ -71.0685, 42.312735 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057054, 42.335037 ], [ -71.057083, 42.336282 ], [ -71.057102, 42.337296 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055581, 42.334821 ], [ -71.056207, 42.334299 ], [ -71.056724, 42.333872 ], [ -71.056922, 42.333726 ], [ -71.057021, 42.333641 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056764, 42.319861 ], [ -71.056767, 42.320325 ], [ -71.05677, 42.32073 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053501, 42.336556 ], [ -71.05389, 42.336248 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072463, 42.334251 ], [ -71.071998, 42.334578 ], [ -71.071435, 42.334998 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057119, 42.337912 ], [ -71.057122, 42.337507 ], [ -71.057102, 42.337296 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054592, 42.342594 ], [ -71.05429, 42.342868 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Surface Artery" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058009, 42.352359 ], [ -71.058171, 42.352297 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058045, 42.353715 ], [ -71.057804, 42.354116 ], [ -71.05764, 42.354387 ], [ -71.057578, 42.354518 ], [ -71.057537, 42.354623 ], [ -71.057511, 42.354736 ], [ -71.057513, 42.354943 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055858, 42.351837 ], [ -71.055623, 42.352293 ], [ -71.055561, 42.352404 ], [ -71.055476, 42.352515 ], [ -71.055393, 42.35263 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055226, 42.354123 ], [ -71.054629, 42.354644 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Purchase Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054083, 42.354117 ], [ -71.054249, 42.354049 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054007, 42.355242 ], [ -71.053547, 42.35566 ], [ -71.053138, 42.356065 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056344, 42.356831 ], [ -71.056016, 42.356872 ], [ -71.05576, 42.356921 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Congress Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056344, 42.356831 ], [ -71.056235, 42.356539 ], [ -71.056188, 42.356401 ], [ -71.056128, 42.356264 ], [ -71.05605, 42.356097 ], [ -71.055892, 42.355867 ], [ -71.055686, 42.355672 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Kilby Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055477, 42.358041 ], [ -71.055575, 42.358255 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05576, 42.356921 ], [ -71.05554, 42.35698 ], [ -71.055411, 42.357044 ], [ -71.05519, 42.357151 ], [ -71.055072, 42.357221 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058394, 42.363822 ], [ -71.058395, 42.363703 ], [ -71.058383, 42.363635 ], [ -71.058356, 42.363582 ], [ -71.058303, 42.363516 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058303, 42.363516 ], [ -71.058249, 42.363448 ], [ -71.058039, 42.363234 ], [ -71.057793, 42.363011 ], [ -71.057639, 42.362886 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057192, 42.363343 ], [ -71.057719, 42.363816 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056973, 42.363217 ], [ -71.056975, 42.363218 ], [ -71.057192, 42.363343 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054901, 42.366176 ], [ -71.05474, 42.366432 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051473, 42.289323 ], [ -71.051359, 42.289336 ], [ -71.050324, 42.289615 ], [ -71.048419, 42.290067 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051907, 42.294111 ], [ -71.051742, 42.293987 ], [ -71.051606, 42.293872 ], [ -71.051465, 42.293752 ], [ -71.051329, 42.29361 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051303, 42.301989 ], [ -71.051591, 42.302222 ], [ -71.051999, 42.302513 ], [ -71.052451, 42.302857 ], [ -71.052564, 42.302946 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049314, 42.349262 ], [ -71.049198, 42.349412 ], [ -71.049107, 42.349531 ], [ -71.049018, 42.349647 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Pearl Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053333, 42.354511 ], [ -71.052846, 42.354035 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Purchase Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052061, 42.355225 ], [ -71.052244, 42.355074 ], [ -71.052445, 42.354938 ], [ -71.05265, 42.35483 ], [ -71.052997, 42.354672 ], [ -71.053333, 42.354511 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Purchase Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051492, 42.356688 ], [ -71.05148, 42.356555 ], [ -71.051477, 42.356423 ], [ -71.051487, 42.356275 ], [ -71.051513, 42.356124 ], [ -71.051553, 42.355973 ], [ -71.051604, 42.355847 ], [ -71.051673, 42.355699 ], [ -71.051746, 42.355596 ], [ -71.051841, 42.355461 ], [ -71.051948, 42.355338 ], [ -71.052061, 42.355225 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052245, 42.358972 ], [ -71.052157, 42.35868 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172415, 42.276096 ], [ -71.172299, 42.276327 ], [ -71.172163, 42.276647 ], [ -71.172096, 42.276809 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172432, 42.285403 ], [ -71.172469, 42.284969 ], [ -71.172474, 42.2847 ], [ -71.172451, 42.284376 ], [ -71.172404, 42.284109 ], [ -71.172336, 42.28387 ], [ -71.172275, 42.28369 ], [ -71.172214, 42.283541 ], [ -71.172063, 42.283243 ], [ -71.171783, 42.282796 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039604, 42.349128 ], [ -71.040409, 42.348053 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Northern Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038974, 42.348861 ], [ -71.039604, 42.349128 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Northern Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038216, 42.348553 ], [ -71.037661, 42.348326 ], [ -71.037515, 42.348269 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039212, 42.378643 ], [ -71.039216, 42.379426 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039253, 42.380554 ], [ -71.03927, 42.381013 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.022322, 42.38121 ], [ -71.022911, 42.380995 ], [ -71.023956, 42.380617 ], [ -71.025235, 42.380148 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157679, 42.295747 ], [ -71.157759, 42.29573 ], [ -71.158141, 42.295622 ], [ -71.158409, 42.295523 ], [ -71.158677, 42.295409 ], [ -71.158939, 42.29529 ], [ -71.159867, 42.294832 ], [ -71.160491, 42.294534 ], [ -71.161289, 42.294133 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147639, 42.358546 ], [ -71.147446, 42.358862 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.178632, 42.294601 ], [ -71.178497, 42.294506 ], [ -71.178057, 42.294282 ], [ -71.177991, 42.294253 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173948, 42.274003 ], [ -71.173983, 42.273789 ], [ -71.173985, 42.273445 ], [ -71.17392, 42.273096 ], [ -71.173788, 42.272767 ], [ -71.173649, 42.272498 ], [ -71.173459, 42.272248 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172369, 42.276874 ], [ -71.172518, 42.276508 ], [ -71.172781, 42.276035 ], [ -71.173051, 42.275617 ], [ -71.173313, 42.27523 ], [ -71.173513, 42.274926 ], [ -71.173607, 42.27479 ], [ -71.173726, 42.274588 ], [ -71.17388, 42.274242 ], [ -71.173948, 42.274003 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171569, 42.287981 ], [ -71.171729, 42.288403 ], [ -71.171746, 42.288445 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171467, 42.287748 ], [ -71.171254, 42.287985 ], [ -71.171059, 42.288223 ], [ -71.170822, 42.288469 ], [ -71.170482, 42.288773 ], [ -71.170103, 42.289078 ], [ -71.169899, 42.289234 ], [ -71.169614, 42.289449 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172714, 42.289671 ], [ -71.173538, 42.290696 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.164159, 42.292488 ], [ -71.163275, 42.292917 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162637, 42.29348 ], [ -71.162875, 42.293356 ], [ -71.163452, 42.293072 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.164777, 42.333755 ], [ -71.164109, 42.333831 ], [ -71.16351, 42.333895 ], [ -71.162973, 42.333956 ], [ -71.162732, 42.33397 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168111, 42.350672 ], [ -71.167913, 42.35066 ], [ -71.167885, 42.350658 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15395, 42.347555 ], [ -71.15389, 42.347449 ], [ -71.153786, 42.347264 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152385, 42.350912 ], [ -71.152097, 42.351345 ], [ -71.151916, 42.351649 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Enneking Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142748, 42.272205 ], [ -71.142492, 42.272278 ], [ -71.142237, 42.272406 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.16225, 42.346232 ], [ -71.162118, 42.346381 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162017, 42.346518 ], [ -71.16168, 42.347014 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162138, 42.348998 ], [ -71.161622, 42.348973 ], [ -71.161305, 42.348973 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.16168, 42.347014 ], [ -71.161312, 42.347585 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153321, 42.295591 ], [ -71.152805, 42.295627 ], [ -71.152135, 42.295728 ], [ -71.150501, 42.296029 ], [ -71.149801, 42.29615 ], [ -71.148786, 42.296316 ], [ -71.148383, 42.296361 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154286, 42.333489 ], [ -71.154077, 42.333985 ], [ -71.153979, 42.334194 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150907, 42.335992 ], [ -71.151035, 42.336161 ], [ -71.151257, 42.336347 ], [ -71.15178, 42.336758 ], [ -71.15232, 42.337209 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.151382, 42.340432 ], [ -71.151624, 42.340218 ], [ -71.151825, 42.340034 ], [ -71.151943, 42.339911 ], [ -71.152116, 42.339702 ], [ -71.152268, 42.339482 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150488, 42.341063 ], [ -71.150923, 42.340773 ], [ -71.151151, 42.340609 ], [ -71.151382, 42.340432 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154357, 42.341853 ], [ -71.153849, 42.342614 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153849, 42.342614 ], [ -71.153632, 42.342937 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153632, 42.342937 ], [ -71.153471, 42.343218 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Winship Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15291, 42.345654 ], [ -71.15279, 42.345715 ], [ -71.1527, 42.345781 ], [ -71.152609, 42.345865 ], [ -71.152447, 42.346105 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Murray Circle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122144, 42.309104 ], [ -71.12214, 42.308991 ], [ -71.122118, 42.308906 ], [ -71.122063, 42.308827 ], [ -71.121989, 42.308754 ], [ -71.121895, 42.308703 ], [ -71.12178, 42.30867 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beech Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148971, 42.285912 ], [ -71.14847, 42.285611 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147322, 42.287421 ], [ -71.146838, 42.287557 ], [ -71.146498, 42.287671 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Murray Circle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12178, 42.30867 ], [ -71.121672, 42.308664 ], [ -71.121564, 42.308675 ], [ -71.121537, 42.308685 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12013, 42.308964 ], [ -71.119661, 42.308899 ], [ -71.119541, 42.308882 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146312, 42.341428 ], [ -71.145961, 42.341488 ], [ -71.145687, 42.341544 ], [ -71.145435, 42.341611 ], [ -71.145193, 42.34169 ], [ -71.145047, 42.341739 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141912, 42.286118 ], [ -71.140547, 42.286143 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141008, 42.290243 ], [ -71.140644, 42.29055 ], [ -71.140383, 42.290774 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12396, 42.31924 ], [ -71.123844, 42.319309 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123271, 42.319643 ], [ -71.123835, 42.319383 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139653, 42.295741 ], [ -71.139464, 42.295727 ], [ -71.139064, 42.295696 ], [ -71.138743, 42.295702 ], [ -71.138374, 42.295714 ], [ -71.138058, 42.295736 ], [ -71.13775, 42.295777 ], [ -71.137367, 42.295864 ], [ -71.137228, 42.295916 ], [ -71.13684, 42.296055 ], [ -71.136582, 42.296181 ], [ -71.136291, 42.296332 ], [ -71.135976, 42.296496 ], [ -71.135732, 42.296604 ], [ -71.135526, 42.296692 ], [ -71.135151, 42.296808 ], [ -71.134994, 42.296848 ], [ -71.134728, 42.296896 ], [ -71.134457, 42.296939 ], [ -71.134164, 42.296963 ], [ -71.133915, 42.296974 ], [ -71.133514, 42.296948 ], [ -71.133287, 42.296915 ], [ -71.132979, 42.296837 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141604, 42.352075 ], [ -71.141021, 42.352289 ], [ -71.140267, 42.352551 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123571, 42.319435 ], [ -71.123271, 42.319643 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Antwerp St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139243, 42.36081 ], [ -71.13897, 42.361335 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119516, 42.322063 ], [ -71.119526, 42.32227 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133059, 42.286382 ], [ -71.132611, 42.28643 ], [ -71.132256, 42.286472 ], [ -71.131831, 42.286537 ], [ -71.131665, 42.286581 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116486, 42.280009 ], [ -71.116531, 42.279889 ], [ -71.116705, 42.279471 ], [ -71.116744, 42.279333 ], [ -71.116769, 42.279208 ], [ -71.11678, 42.2791 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131915, 42.297297 ], [ -71.132043, 42.297246 ], [ -71.132499, 42.297045 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115854, 42.277205 ], [ -71.115844, 42.277035 ], [ -71.115831, 42.276874 ], [ -71.115848, 42.276459 ], [ -71.115898, 42.275989 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132082, 42.352949 ], [ -71.131136, 42.352842 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124791, 42.318984 ], [ -71.124985, 42.318912 ], [ -71.125311, 42.318804 ], [ -71.125762, 42.318713 ], [ -71.125848, 42.318701 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12803, 42.36449 ], [ -71.12748, 42.36488 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114609, 42.301006 ], [ -71.114565, 42.301324 ], [ -71.114519, 42.301578 ], [ -71.114527, 42.301604 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111396, 42.326544 ], [ -71.111313, 42.326701 ], [ -71.1112, 42.326934 ], [ -71.111137, 42.327064 ], [ -71.110999, 42.32741 ], [ -71.110902, 42.327665 ], [ -71.1109, 42.32767 ], [ -71.110809, 42.327992 ], [ -71.110748, 42.328261 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116428, 42.279772 ], [ -71.116358, 42.279963 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114853, 42.282365 ], [ -71.114625, 42.282549 ], [ -71.114287, 42.282801 ], [ -71.11385, 42.283102 ], [ -71.113353, 42.283444 ], [ -71.112587, 42.283977 ], [ -71.111958, 42.284408 ], [ -71.11132, 42.284836 ], [ -71.11105, 42.285021 ], [ -71.110608, 42.285293 ], [ -71.110318, 42.285474 ], [ -71.109901, 42.285724 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083641, 42.313553 ], [ -71.083664, 42.313746 ], [ -71.083711, 42.314068 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11534, 42.306848 ], [ -71.115409, 42.307085 ], [ -71.115443, 42.307231 ], [ -71.11545, 42.307263 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083009, 42.316113 ], [ -71.082851, 42.316371 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085271, 42.321914 ], [ -71.084854, 42.32249 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115096, 42.306306 ], [ -71.115245, 42.306641 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115582, 42.309306 ], [ -71.115546, 42.309471 ], [ -71.11551, 42.309606 ], [ -71.115473, 42.309684 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127707, 42.352435 ], [ -71.126942, 42.352335 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069284, 42.336518 ], [ -71.069023, 42.336699 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124698, 42.352076 ], [ -71.124416, 42.352054 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114114, 42.314145 ], [ -71.114117, 42.314647 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114094, 42.313452 ], [ -71.114102, 42.313648 ], [ -71.114095, 42.313678 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12441, 42.35224 ], [ -71.124575, 42.35225 ], [ -71.124863, 42.352237 ], [ -71.125022, 42.35224 ], [ -71.125202, 42.352254 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067928, 42.342134 ], [ -71.067579, 42.342407 ], [ -71.067061, 42.342828 ], [ -71.067068, 42.342819 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114091, 42.315507 ], [ -71.11409, 42.315716 ], [ -71.114059, 42.315888 ], [ -71.114017, 42.316031 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124416, 42.352054 ], [ -71.124097, 42.352019 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123199, 42.352119 ], [ -71.123793, 42.352183 ], [ -71.124216, 42.352237 ], [ -71.12441, 42.35224 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11268, 42.331969 ], [ -71.113528, 42.331894 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128006, 42.359692 ], [ -71.128037, 42.359715 ], [ -71.128315, 42.359944 ], [ -71.12869, 42.360231 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064422, 42.285292 ], [ -71.064352, 42.285535 ], [ -71.064303, 42.285707 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11092, 42.350654 ], [ -71.113739, 42.350985 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130519, 42.363135 ], [ -71.130019, 42.363171 ], [ -71.129756, 42.363206 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132814, 42.360118 ], [ -71.132647, 42.360261 ], [ -71.132399, 42.360476 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063965, 42.286943 ], [ -71.063797, 42.2875 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106652, 42.287672 ], [ -71.10624, 42.287926 ], [ -71.105816, 42.288161 ], [ -71.105114, 42.288526 ], [ -71.104623, 42.288758 ], [ -71.104261, 42.288913 ], [ -71.103781, 42.289101 ], [ -71.103266, 42.289281 ], [ -71.102624, 42.28949 ], [ -71.102163, 42.289638 ], [ -71.101724, 42.289774 ], [ -71.101131, 42.289969 ], [ -71.100553, 42.290156 ], [ -71.100115, 42.2903 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128181, 42.25496 ], [ -71.128331, 42.254853 ], [ -71.128491, 42.25469 ], [ -71.128591, 42.25456 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12634, 42.255486 ], [ -71.125996, 42.255548 ], [ -71.125901, 42.255567 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061007, 42.286677 ], [ -71.060772, 42.286722 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129556, 42.287219 ], [ -71.129703, 42.287189 ], [ -71.130057, 42.287082 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110807, 42.332765 ], [ -71.110734, 42.332804 ], [ -71.110417, 42.332967 ], [ -71.11024, 42.333053 ], [ -71.1101, 42.333106 ], [ -71.10987, 42.333168 ], [ -71.109591, 42.333208 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062611, 42.291818 ], [ -71.062489, 42.292219 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109832, 42.336536 ], [ -71.109334, 42.337008 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106521, 42.339628 ], [ -71.107283, 42.338926 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060653, 42.298656 ], [ -71.060481, 42.299162 ], [ -71.060307, 42.299765 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056822, 42.323408 ], [ -71.056843, 42.324104 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108884, 42.350205 ], [ -71.108148, 42.350114 ], [ -71.107489, 42.350033 ], [ -71.10657, 42.34992 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055221, 42.335142 ], [ -71.055308, 42.335056 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057018, 42.32952 ], [ -71.056955, 42.329795 ], [ -71.056957, 42.329923 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104963, 42.349915 ], [ -71.106536, 42.350106 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103942, 42.263601 ], [ -71.103661, 42.263607 ], [ -71.102655, 42.263606 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Surface Artery" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059342, 42.351105 ], [ -71.059514, 42.350678 ], [ -71.059734, 42.350122 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102251, 42.263618 ], [ -71.102135, 42.263627 ], [ -71.101961, 42.263673 ], [ -71.101788, 42.263719 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057231, 42.341639 ], [ -71.057184, 42.340736 ], [ -71.057102, 42.340577 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056176, 42.353634 ], [ -71.055832, 42.353798 ], [ -71.055504, 42.353942 ], [ -71.055361, 42.35401 ], [ -71.055255, 42.354097 ], [ -71.055226, 42.354123 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101048, 42.264054 ], [ -71.10087, 42.26416 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054629, 42.354644 ], [ -71.054315, 42.354945 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05706, 42.342189 ], [ -71.057078, 42.342661 ], [ -71.057164, 42.342796 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099797, 42.296387 ], [ -71.099455, 42.296066 ], [ -71.09919, 42.295789 ], [ -71.098692, 42.295328 ], [ -71.097598, 42.294271 ], [ -71.096926, 42.293627 ], [ -71.096692, 42.293399 ], [ -71.096547, 42.29323 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Purchase Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053665, 42.354338 ], [ -71.054083, 42.354117 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090142, 42.338698 ], [ -71.090301, 42.339035 ], [ -71.090518, 42.339476 ], [ -71.090568, 42.339577 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "William T Morrissey Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050916, 42.320269 ], [ -71.050897, 42.320232 ], [ -71.050607, 42.31973 ], [ -71.050308, 42.319295 ], [ -71.050134, 42.318971 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Purchase Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053333, 42.354511 ], [ -71.053665, 42.354338 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090037, 42.33846 ], [ -71.090142, 42.338698 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085797, 42.34334 ], [ -71.085852, 42.343396 ], [ -71.085907, 42.343495 ], [ -71.086548, 42.344869 ], [ -71.086597, 42.34496 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Mount Vernon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048941, 42.320095 ], [ -71.048934, 42.320093 ], [ -71.04778, 42.319711 ], [ -71.046646, 42.319307 ], [ -71.045934, 42.319076 ], [ -71.044903, 42.318742 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101745, 42.322901 ], [ -71.101341, 42.322867 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05892, 42.355748 ], [ -71.059057, 42.355936 ], [ -71.05949, 42.356391 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101341, 42.322867 ], [ -71.100621, 42.322828 ], [ -71.100586, 42.322822 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06603, 42.316157 ], [ -71.065862, 42.316363 ], [ -71.065724, 42.316516 ], [ -71.065598, 42.31664 ], [ -71.065477, 42.316746 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100362, 42.322816 ], [ -71.100089, 42.322789 ], [ -71.100012, 42.322781 ], [ -71.09994, 42.322772 ], [ -71.099811, 42.322767 ], [ -71.099686, 42.322758 ], [ -71.09965, 42.322756 ], [ -71.098763, 42.32265 ], [ -71.098535, 42.322613 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057828, 42.356793 ], [ -71.05736, 42.356775 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Palace Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100899, 42.336158 ], [ -71.100367, 42.336966 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054205, 42.358371 ], [ -71.054357, 42.358676 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100326, 42.335943 ], [ -71.100683, 42.335781 ], [ -71.100995, 42.33565 ], [ -71.101358, 42.335533 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060666, 42.352557 ], [ -71.060135, 42.352567 ], [ -71.060119, 42.352567 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104056, 42.346882 ], [ -71.103302, 42.347081 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Oliver Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053929, 42.356617 ], [ -71.054848, 42.357359 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103302, 42.347081 ], [ -71.102514, 42.347293 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Lomasney Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064247, 42.365221 ], [ -71.064382, 42.365256 ], [ -71.0645, 42.365361 ], [ -71.064609, 42.365466 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094887, 42.267133 ], [ -71.094787, 42.267185 ], [ -71.094447, 42.26735 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062275, 42.374133 ], [ -71.062764, 42.374487 ], [ -71.062787, 42.374502 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084693, 42.305617 ], [ -71.084722, 42.305456 ], [ -71.084741, 42.305286 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082917, 42.31188 ], [ -71.082922, 42.311992 ], [ -71.082972, 42.312182 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0619, 42.373853 ], [ -71.062275, 42.374133 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09371, 42.267674 ], [ -71.093683, 42.268335 ], [ -71.093652, 42.268681 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065828, 42.37656 ], [ -71.065793, 42.376534 ], [ -71.065405, 42.376255 ], [ -71.065342, 42.376208 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093577, 42.277257 ], [ -71.093623, 42.276422 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Oliver Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052418, 42.355444 ], [ -71.053138, 42.356065 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09302, 42.279302 ], [ -71.092954, 42.279465 ], [ -71.092864, 42.279716 ], [ -71.092727, 42.280114 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096547, 42.29323 ], [ -71.096415, 42.29304 ], [ -71.09636, 42.292933 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05189, 42.355145 ], [ -71.051928, 42.355162 ], [ -71.051976, 42.355184 ], [ -71.052061, 42.355225 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09455, 42.293214 ], [ -71.094754, 42.293011 ], [ -71.095092, 42.292641 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.00295, 42.385306 ], [ -71.002105, 42.385005 ], [ -71.001032, 42.384623 ], [ -71.000761, 42.384521 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Oliver Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053138, 42.356065 ], [ -71.053577, 42.356372 ], [ -71.053929, 42.356617 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Corinth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129756, 42.28618 ], [ -71.129354, 42.285926 ], [ -71.128967, 42.285683 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097639, 42.311693 ], [ -71.09749, 42.311883 ], [ -71.097329, 42.312033 ], [ -71.097181, 42.312116 ], [ -71.097018, 42.312186 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056361, 42.362864 ], [ -71.056973, 42.363217 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055348, 42.288251 ], [ -71.054889, 42.288411 ], [ -71.054332, 42.288561 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127374, 42.287108 ], [ -71.127046, 42.287469 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096225, 42.312511 ], [ -71.09598, 42.31268 ], [ -71.095359, 42.313138 ], [ -71.095145, 42.31329 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058528, 42.366889 ], [ -71.058431, 42.36595 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Thornton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093098, 42.321858 ], [ -71.093239, 42.321755 ], [ -71.093519, 42.321557 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127046, 42.287469 ], [ -71.126837, 42.287653 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054332, 42.288561 ], [ -71.053584, 42.288765 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094754, 42.338127 ], [ -71.094822, 42.338096 ], [ -71.095746, 42.337736 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127437, 42.286011 ], [ -71.127265, 42.285901 ], [ -71.126657, 42.285523 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05509, 42.365895 ], [ -71.055032, 42.365986 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Museum Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096853, 42.339071 ], [ -71.094728, 42.338137 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126251, 42.301807 ], [ -71.126448, 42.301611 ], [ -71.126672, 42.301402 ], [ -71.126928, 42.301153 ], [ -71.127124, 42.300968 ], [ -71.127256, 42.300833 ], [ -71.127517, 42.300575 ], [ -71.127926, 42.300165 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056431, 42.29734 ], [ -71.056605, 42.297553 ], [ -71.056819, 42.297926 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093666, 42.336966 ], [ -71.093063, 42.336742 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048419, 42.290067 ], [ -71.048454, 42.29011 ], [ -71.048712, 42.290428 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093707, 42.340764 ], [ -71.093619, 42.340751 ], [ -71.093477, 42.340675 ], [ -71.093361, 42.340562 ], [ -71.092622, 42.339543 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125817, 42.302331 ], [ -71.12582, 42.302326 ], [ -71.125984, 42.302129 ], [ -71.126158, 42.301908 ], [ -71.126251, 42.301807 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047551, 42.296656 ], [ -71.047576, 42.296828 ], [ -71.047675, 42.297036 ], [ -71.048188, 42.298015 ], [ -71.048293, 42.298324 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096235, 42.349032 ], [ -71.09653, 42.348998 ], [ -71.09673, 42.348981 ], [ -71.096896, 42.34898 ], [ -71.097135, 42.348992 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124742, 42.36362 ], [ -71.124394, 42.363652 ], [ -71.123321, 42.363752 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055827, 42.296906 ], [ -71.055261, 42.296508 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092464, 42.280898 ], [ -71.092205, 42.28166 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "William T Morrissey Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05121, 42.320775 ], [ -71.050916, 42.320269 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125574, 42.366408 ], [ -71.125214, 42.366788 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07314, 42.38395 ], [ -71.07304, 42.384037 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042583, 42.345897 ], [ -71.042204, 42.346242 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091548, 42.284281 ], [ -71.091681, 42.283915 ], [ -71.091808, 42.283532 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058639, 42.306739 ], [ -71.05856, 42.307034 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124593, 42.367416 ], [ -71.124434, 42.367582 ], [ -71.124137, 42.367897 ], [ -71.123798, 42.368257 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07304, 42.384037 ], [ -71.072894, 42.384098 ], [ -71.072805, 42.384115 ], [ -71.07272, 42.384111 ], [ -71.072646, 42.384069 ], [ -71.072559, 42.383974 ], [ -71.072369, 42.383818 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090756, 42.286623 ], [ -71.090934, 42.286104 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053143, 42.336877 ], [ -71.053501, 42.336556 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118432, 42.295574 ], [ -71.118218, 42.295775 ], [ -71.118135, 42.295854 ], [ -71.117788, 42.296189 ], [ -71.117662, 42.296308 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056921, 42.305124 ], [ -71.056556, 42.304866 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067796, 42.273266 ], [ -71.067713, 42.273557 ], [ -71.067622, 42.273906 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090122, 42.288549 ], [ -71.090309, 42.287983 ], [ -71.090335, 42.287895 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052043, 42.337796 ], [ -71.052406, 42.337496 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12339, 42.307209 ], [ -71.122984, 42.307739 ], [ -71.122728, 42.308076 ], [ -71.122502, 42.308348 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05742, 42.31202 ], [ -71.057207, 42.312968 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Monsignor Reynolds Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069618, 42.340421 ], [ -71.069453, 42.340369 ], [ -71.069366, 42.340345 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051409, 42.354764 ], [ -71.051537, 42.354866 ], [ -71.051724, 42.355014 ], [ -71.05189, 42.355145 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089801, 42.289509 ], [ -71.089916, 42.289169 ], [ -71.089976, 42.288989 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068782, 42.34167 ], [ -71.068633, 42.341736 ], [ -71.068415, 42.341821 ], [ -71.068292, 42.341889 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Murray Circle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121991, 42.309264 ], [ -71.122045, 42.30923 ], [ -71.122094, 42.309181 ], [ -71.122144, 42.309104 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052684, 42.357449 ], [ -71.052338, 42.357306 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056989, 42.313958 ], [ -71.056874, 42.314447 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Arlington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071478, 42.353482 ], [ -71.071275, 42.35309 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08971, 42.289791 ], [ -71.089801, 42.289509 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123271, 42.319643 ], [ -71.123141, 42.319702 ], [ -71.122899, 42.319817 ], [ -71.12287, 42.319831 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056675, 42.316329 ], [ -71.056687, 42.31693 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052185, 42.360322 ], [ -71.052231, 42.360385 ], [ -71.05237, 42.360546 ], [ -71.052537, 42.360714 ], [ -71.052809, 42.360924 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Arlington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07108, 42.352682 ], [ -71.070896, 42.352322 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089614, 42.289487 ], [ -71.089356, 42.290298 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12287, 42.319831 ], [ -71.122565, 42.320015 ], [ -71.122364, 42.320149 ], [ -71.1222, 42.320302 ], [ -71.122042, 42.320459 ], [ -71.121949, 42.320584 ], [ -71.12184, 42.320684 ], [ -71.121688, 42.320789 ], [ -71.121552, 42.320865 ], [ -71.121405, 42.320981 ], [ -71.121258, 42.32113 ], [ -71.121132, 42.321243 ], [ -71.120974, 42.321335 ], [ -71.120741, 42.321423 ], [ -71.120518, 42.321475 ], [ -71.120215, 42.321485 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056665, 42.315429 ], [ -71.056663, 42.31571 ], [ -71.056675, 42.316329 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052177, 42.35658 ], [ -71.051917, 42.356636 ], [ -71.051628, 42.356688 ], [ -71.051492, 42.356688 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Arlington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070896, 42.352322 ], [ -71.070705, 42.351949 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089114, 42.291007 ], [ -71.089049, 42.291193 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056732, 42.319091 ], [ -71.056746, 42.319385 ], [ -71.056764, 42.319861 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120287, 42.351566 ], [ -71.119723, 42.351497 ], [ -71.11855, 42.351369 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067172, 42.377649 ], [ -71.067311, 42.377776 ], [ -71.067333, 42.377795 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087839, 42.29492 ], [ -71.087718, 42.295312 ], [ -71.087279, 42.296657 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052508, 42.367196 ], [ -71.052318, 42.367119 ], [ -71.05209, 42.367021 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065828, 42.37656 ], [ -71.066246, 42.376879 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087181, 42.294691 ], [ -71.086955, 42.294616 ], [ -71.085976, 42.294333 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04415, 42.286464 ], [ -71.04386, 42.286341 ], [ -71.04367, 42.286253 ], [ -71.043315, 42.286086 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115754, 42.351222 ], [ -71.117743, 42.351464 ], [ -71.118521, 42.351553 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072088, 42.383622 ], [ -71.071735, 42.383459 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086555, 42.299565 ], [ -71.086826, 42.298807 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Drydock Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.036931, 42.344638 ], [ -71.034341, 42.344682 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123321, 42.363752 ], [ -71.123039, 42.363759 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063096, 42.286095 ], [ -71.062962, 42.286139 ], [ -71.062614, 42.286259 ], [ -71.062312, 42.286362 ], [ -71.062026, 42.286465 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091004, 42.318277 ], [ -71.090906, 42.318515 ], [ -71.090844, 42.318682 ], [ -71.090802, 42.318758 ], [ -71.090674, 42.318883 ], [ -71.090407, 42.319087 ], [ -71.090238, 42.319221 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119452, 42.364059 ], [ -71.119126, 42.364102 ], [ -71.118812, 42.364129 ], [ -71.118528, 42.364156 ], [ -71.118157, 42.364175 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062806, 42.29113 ], [ -71.062611, 42.291818 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Northern Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037515, 42.348269 ], [ -71.036335, 42.347791 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086945, 42.32044 ], [ -71.086746, 42.320497 ], [ -71.086527, 42.320545 ], [ -71.086322, 42.320571 ], [ -71.086014, 42.320627 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11642, 42.30922 ], [ -71.116529, 42.309168 ], [ -71.116723, 42.309106 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062259, 42.293019 ], [ -71.06214, 42.293514 ], [ -71.062092, 42.293664 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.035896, 42.372379 ], [ -71.036146, 42.372166 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115532, 42.308066 ], [ -71.115534, 42.3081 ], [ -71.115556, 42.308483 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061819, 42.29459 ], [ -71.061694, 42.294987 ], [ -71.061669, 42.295078 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.035338, 42.372863 ], [ -71.035037, 42.373121 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061036, 42.297214 ], [ -71.060766, 42.298202 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115473, 42.309684 ], [ -71.115657, 42.309675 ], [ -71.115827, 42.309611 ], [ -71.116063, 42.309445 ], [ -71.116213, 42.309322 ], [ -71.11642, 42.30922 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061504, 42.305379 ], [ -71.061772, 42.306017 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039163, 42.377144 ], [ -71.039192, 42.377868 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061481, 42.320508 ], [ -71.061773, 42.320442 ], [ -71.061943, 42.320344 ], [ -71.062136, 42.320208 ], [ -71.062341, 42.320074 ], [ -71.06254, 42.319909 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114854, 42.310402 ], [ -71.114762, 42.310556 ], [ -71.114655, 42.310758 ], [ -71.114573, 42.310991 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065967, 42.343962 ], [ -71.065474, 42.344707 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039103, 42.375153 ], [ -71.039101, 42.375595 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039092, 42.374931 ], [ -71.039103, 42.375153 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057604, 42.305952 ], [ -71.057584, 42.306189 ], [ -71.057574, 42.306289 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114092, 42.315328 ], [ -71.114091, 42.315507 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.169614, 42.289449 ], [ -71.168871, 42.289998 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055973, 42.304526 ], [ -71.055869, 42.304481 ], [ -71.055564, 42.304374 ], [ -71.055507, 42.304358 ], [ -71.055318, 42.304293 ], [ -71.055253, 42.304263 ], [ -71.054795, 42.30407 ], [ -71.054282, 42.303851 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113762, 42.316489 ], [ -71.113625, 42.316706 ], [ -71.113355, 42.317096 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057585, 42.311364 ], [ -71.057462, 42.311828 ], [ -71.05742, 42.31202 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.015104, 42.383865 ], [ -71.01258, 42.38473 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113355, 42.317096 ], [ -71.113243, 42.317261 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057207, 42.312968 ], [ -71.057087, 42.313488 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113085, 42.317493 ], [ -71.112764, 42.317926 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.006796, 42.386673 ], [ -71.007355, 42.386852 ], [ -71.007842, 42.38704 ], [ -71.007913, 42.387081 ], [ -71.008046, 42.387129 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042965, 42.345549 ], [ -71.042583, 42.345897 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1156, 42.321075 ], [ -71.115195, 42.321141 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173026, 42.272088 ], [ -71.173365, 42.272507 ], [ -71.173511, 42.272742 ], [ -71.173616, 42.272998 ], [ -71.173688, 42.273235 ], [ -71.173718, 42.273463 ], [ -71.173713, 42.273766 ], [ -71.17367, 42.273989 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056727, 42.318499 ], [ -71.056724, 42.318672 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112146, 42.318813 ], [ -71.111935, 42.319114 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051409, 42.354764 ], [ -71.051348, 42.354605 ], [ -71.051265, 42.354543 ], [ -71.051162, 42.354461 ], [ -71.050898, 42.354295 ], [ -71.050837, 42.354265 ], [ -71.048442, 42.35306 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173459, 42.272248 ], [ -71.173087, 42.271861 ], [ -71.172728, 42.271453 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112045, 42.331986 ], [ -71.111944, 42.332033 ], [ -71.111835, 42.332092 ], [ -71.111515, 42.332312 ], [ -71.111212, 42.332517 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048442, 42.35306 ], [ -71.04557, 42.351713 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172106, 42.277569 ], [ -71.172369, 42.276874 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09636, 42.292933 ], [ -71.096321, 42.292857 ], [ -71.096288, 42.292782 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063993, 42.374976 ], [ -71.063735, 42.374581 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09586, 42.292008 ], [ -71.095911, 42.291982 ], [ -71.096326, 42.291722 ], [ -71.096634, 42.291569 ], [ -71.09712, 42.291373 ], [ -71.097209, 42.291345 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.170896, 42.281024 ], [ -71.1709, 42.280813 ], [ -71.170911, 42.280672 ], [ -71.17095, 42.28048 ], [ -71.170993, 42.280333 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "City Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061963, 42.372179 ], [ -71.061628, 42.372048 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097143, 42.29126 ], [ -71.097006, 42.291314 ], [ -71.096505, 42.291539 ], [ -71.096266, 42.291671 ], [ -71.095866, 42.291912 ], [ -71.095808, 42.291952 ], [ -71.09576, 42.291982 ], [ -71.095646, 42.292063 ], [ -71.095378, 42.292247 ], [ -71.094839, 42.292734 ], [ -71.094441, 42.29313 ], [ -71.094352, 42.293227 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "City Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061329, 42.371915 ], [ -71.061259, 42.371883 ], [ -71.061102, 42.371789 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.165438, 42.333681 ], [ -71.165191, 42.333699 ], [ -71.164777, 42.333755 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Pierpoint Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095032, 42.305871 ], [ -71.095016, 42.305619 ], [ -71.095046, 42.305442 ], [ -71.095088, 42.305298 ], [ -71.095158, 42.305138 ], [ -71.09529, 42.304934 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064461, 42.375555 ], [ -71.064227, 42.375323 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167885, 42.350658 ], [ -71.167754, 42.35076 ], [ -71.167729, 42.350825 ], [ -71.167737, 42.350895 ], [ -71.167745, 42.350949 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dexter Row" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063703, 42.375116 ], [ -71.063967, 42.375284 ], [ -71.063973, 42.375287 ], [ -71.064321, 42.375472 ], [ -71.064461, 42.375555 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093822, 42.31455 ], [ -71.093756, 42.314794 ], [ -71.093682, 42.315025 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167885, 42.350658 ], [ -71.167756, 42.350625 ], [ -71.167606, 42.350612 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058146, 42.287358 ], [ -71.057692, 42.287484 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.164269, 42.349668 ], [ -71.163745, 42.349336 ], [ -71.163543, 42.349224 ], [ -71.163386, 42.34914 ], [ -71.163333, 42.349124 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110319, 42.321919 ], [ -71.110185, 42.321889 ], [ -71.110036, 42.321856 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056659, 42.297285 ], [ -71.056723, 42.297564 ], [ -71.056819, 42.297926 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.161289, 42.294133 ], [ -71.162033, 42.293777 ], [ -71.162637, 42.29348 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109255, 42.322173 ], [ -71.109454, 42.322125 ], [ -71.109939, 42.322034 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054438, 42.295931 ], [ -71.054346, 42.295865 ], [ -71.054024, 42.295623 ], [ -71.053644, 42.295337 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.151916, 42.351649 ], [ -71.151718, 42.351953 ], [ -71.151367, 42.352556 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109255, 42.322173 ], [ -71.108453, 42.322398 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060205, 42.300141 ], [ -71.060168, 42.300293 ], [ -71.060161, 42.300324 ], [ -71.060126, 42.300465 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162299, 42.333974 ], [ -71.162099, 42.333953 ], [ -71.161721, 42.333895 ], [ -71.161482, 42.333833 ], [ -71.161214, 42.333748 ], [ -71.160917, 42.333647 ], [ -71.160348, 42.333374 ], [ -71.159724, 42.333045 ], [ -71.159326, 42.332777 ], [ -71.158956, 42.332433 ], [ -71.158717, 42.332171 ], [ -71.158546, 42.331993 ], [ -71.158451, 42.331915 ], [ -71.15822, 42.33179 ], [ -71.158086, 42.331735 ], [ -71.157882, 42.331652 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057049, 42.298247 ], [ -71.057157, 42.29838 ], [ -71.057282, 42.29856 ], [ -71.057466, 42.298768 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106852, 42.322535 ], [ -71.106566, 42.322573 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056985, 42.331885 ], [ -71.057005, 42.332417 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155041, 42.338632 ], [ -71.155193, 42.338701 ], [ -71.155852, 42.339026 ], [ -71.156237, 42.339196 ], [ -71.156656, 42.339356 ], [ -71.157034, 42.33948 ], [ -71.157624, 42.339666 ], [ -71.157789, 42.339717 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110832, 42.329081 ], [ -71.110907, 42.329253 ], [ -71.111101, 42.329648 ], [ -71.111298, 42.330075 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054667, 42.335592 ], [ -71.054317, 42.335897 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105617, 42.333785 ], [ -71.105181, 42.333941 ], [ -71.104864, 42.334063 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057112, 42.338342 ], [ -71.057119, 42.337912 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162118, 42.346381 ], [ -71.162017, 42.346518 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108101, 42.338155 ], [ -71.108311, 42.337964 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057112, 42.338342 ], [ -71.057112, 42.338683 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135642, 42.353379 ], [ -71.134435, 42.353231 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105888, 42.340234 ], [ -71.106521, 42.339628 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057352, 42.355481 ], [ -71.057626, 42.355469 ], [ -71.058022, 42.355498 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13404, 42.353196 ], [ -71.133173, 42.353086 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Congress Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05483, 42.354864 ], [ -71.054629, 42.354644 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109666, 42.35051 ], [ -71.11092, 42.350654 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132082, 42.352949 ], [ -71.132107, 42.35307 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Purchase Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054249, 42.354049 ], [ -71.054476, 42.35397 ], [ -71.05499, 42.3537 ], [ -71.055697, 42.353332 ], [ -71.055786, 42.353255 ], [ -71.055891, 42.353122 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105067, 42.346564 ], [ -71.104056, 42.346882 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131447, 42.351163 ], [ -71.131601, 42.351452 ], [ -71.131734, 42.351799 ], [ -71.131814, 42.352017 ], [ -71.131927, 42.352392 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Congress Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054083, 42.354117 ], [ -71.053612, 42.353664 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103352, 42.347164 ], [ -71.104101, 42.346962 ], [ -71.104442, 42.346869 ], [ -71.105137, 42.346687 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131136, 42.352842 ], [ -71.130193, 42.352733 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102655, 42.263606 ], [ -71.102322, 42.263613 ], [ -71.102251, 42.263618 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057334, 42.357476 ], [ -71.057325, 42.356954 ], [ -71.057335, 42.356878 ], [ -71.05736, 42.356775 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133069, 42.359732 ], [ -71.132982, 42.359887 ], [ -71.132911, 42.35999 ], [ -71.132814, 42.360118 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057274, 42.358451 ], [ -71.057294, 42.358265 ], [ -71.057333, 42.357589 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099165, 42.29595 ], [ -71.099468, 42.296247 ], [ -71.099815, 42.296575 ], [ -71.100222, 42.296971 ], [ -71.100873, 42.297587 ], [ -71.101864, 42.298519 ], [ -71.102592, 42.299183 ], [ -71.102952, 42.299503 ], [ -71.103292, 42.299814 ], [ -71.103486, 42.299941 ], [ -71.103622, 42.300021 ], [ -71.103763, 42.300087 ], [ -71.10393, 42.300143 ], [ -71.104054, 42.30018 ], [ -71.104271, 42.300237 ], [ -71.104449, 42.300254 ], [ -71.104662, 42.300279 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148045, 42.296595 ], [ -71.14867, 42.296527 ], [ -71.149769, 42.296354 ], [ -71.150571, 42.296214 ], [ -71.151481, 42.296059 ], [ -71.152341, 42.295889 ], [ -71.152731, 42.295829 ], [ -71.153226, 42.29578 ], [ -71.153501, 42.295759 ], [ -71.153573, 42.295757 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Kilby Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055575, 42.358255 ], [ -71.055925, 42.358988 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102248, 42.300866 ], [ -71.102113, 42.30091 ], [ -71.102004, 42.300994 ], [ -71.101933, 42.301079 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155089, 42.339754 ], [ -71.155268, 42.339944 ], [ -71.155306, 42.339999 ], [ -71.15533, 42.340076 ], [ -71.155342, 42.340155 ], [ -71.155342, 42.340244 ], [ -71.15532, 42.340328 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055072, 42.357221 ], [ -71.054882, 42.357338 ], [ -71.054848, 42.357359 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102428, 42.335158 ], [ -71.103076, 42.334935 ], [ -71.103776, 42.334665 ], [ -71.104454, 42.334394 ], [ -71.104911, 42.334199 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15476, 42.341215 ], [ -71.154554, 42.341566 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054848, 42.357359 ], [ -71.055262, 42.357619 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102534, 42.334961 ], [ -71.101522, 42.335306 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152454, 42.338566 ], [ -71.152216, 42.339045 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054371, 42.357671 ], [ -71.054266, 42.357746 ], [ -71.053996, 42.357987 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101358, 42.335533 ], [ -71.102428, 42.335158 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.151149, 42.340279 ], [ -71.150295, 42.340812 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099511, 42.336096 ], [ -71.099227, 42.336204 ], [ -71.099158, 42.336217 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053996, 42.357987 ], [ -71.053765, 42.358191 ], [ -71.053519, 42.358364 ], [ -71.053322, 42.358464 ], [ -71.053248, 42.358487 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150295, 42.340812 ], [ -71.150009, 42.341003 ], [ -71.149782, 42.341112 ], [ -71.149548, 42.341196 ], [ -71.149276, 42.341276 ], [ -71.149034, 42.341332 ], [ -71.148815, 42.341368 ], [ -71.148554, 42.341406 ], [ -71.146861, 42.34138 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Palace Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100367, 42.336966 ], [ -71.099988, 42.337529 ], [ -71.099868, 42.337732 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058409, 42.36524 ], [ -71.058413, 42.364219 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15373, 42.348472 ], [ -71.15385, 42.348295 ], [ -71.153955, 42.348107 ], [ -71.153993, 42.347941 ], [ -71.154001, 42.347796 ], [ -71.153989, 42.347655 ], [ -71.15395, 42.347555 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090989, 42.285333 ], [ -71.09088, 42.285653 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05589, 42.363592 ], [ -71.055791, 42.363733 ], [ -71.055706, 42.363876 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153421, 42.349467 ], [ -71.153452, 42.349128 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09088, 42.285653 ], [ -71.090579, 42.286561 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055706, 42.363876 ], [ -71.055642, 42.36401 ], [ -71.055583, 42.364125 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144785, 42.288202 ], [ -71.144641, 42.28824 ], [ -71.144156, 42.288346 ], [ -71.143635, 42.288473 ], [ -71.143053, 42.288612 ], [ -71.142935, 42.288667 ], [ -71.142779, 42.288752 ], [ -71.142727, 42.288786 ], [ -71.142443, 42.289043 ], [ -71.142027, 42.28941 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056452, 42.368307 ], [ -71.056355, 42.36832 ], [ -71.056254, 42.368324 ], [ -71.05615, 42.368317 ], [ -71.056038, 42.3683 ], [ -71.055911, 42.368269 ], [ -71.055739, 42.368226 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103663, 42.349566 ], [ -71.102864, 42.349471 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145362, 42.296245 ], [ -71.145124, 42.296314 ], [ -71.144911, 42.296322 ], [ -71.144112, 42.29626 ], [ -71.142802, 42.296114 ], [ -71.141654, 42.295986 ], [ -71.141235, 42.295928 ], [ -71.14072, 42.295872 ], [ -71.140087, 42.295798 ], [ -71.139653, 42.295741 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04946, 42.30083 ], [ -71.050317, 42.301299 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100555, 42.349366 ], [ -71.103624, 42.349742 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146861, 42.34138 ], [ -71.146312, 42.341428 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048293, 42.298324 ], [ -71.048408, 42.298619 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097086, 42.266569 ], [ -71.096823, 42.266645 ], [ -71.096517, 42.266696 ], [ -71.096406, 42.266709 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145924, 42.341906 ], [ -71.146116, 42.341869 ], [ -71.14646, 42.34182 ], [ -71.146743, 42.3418 ], [ -71.147008, 42.34179 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Mount Vernon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.044903, 42.318742 ], [ -71.045855, 42.319137 ], [ -71.045881, 42.319147 ], [ -71.046685, 42.319444 ], [ -71.0477, 42.319787 ], [ -71.048623, 42.320109 ], [ -71.048861, 42.320189 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093652, 42.268681 ], [ -71.093611, 42.269516 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093753, 42.271206 ], [ -71.093783, 42.269926 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051285, 42.338435 ], [ -71.051672, 42.338092 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093703, 42.27339 ], [ -71.093701, 42.273271 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049288, 42.340129 ], [ -71.048604, 42.340693 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093699, 42.272754 ], [ -71.093736, 42.271703 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048604, 42.340693 ], [ -71.047823, 42.341379 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093165, 42.27945 ], [ -71.093382, 42.278785 ], [ -71.093455, 42.278584 ], [ -71.093491, 42.27843 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052595, 42.345056 ], [ -71.051505, 42.346478 ], [ -71.051498, 42.346487 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ritchie Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097865, 42.322376 ], [ -71.096976, 42.322036 ], [ -71.096714, 42.321951 ], [ -71.096565, 42.321914 ], [ -71.096394, 42.321897 ], [ -71.096195, 42.321912 ], [ -71.095783, 42.32198 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.045466, 42.351815 ], [ -71.047472, 42.352754 ], [ -71.048403, 42.353189 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Marcella Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095399, 42.322063 ], [ -71.095109, 42.321932 ], [ -71.0943, 42.32148 ], [ -71.09391, 42.321254 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052684, 42.357449 ], [ -71.052783, 42.357266 ], [ -71.052846, 42.357195 ], [ -71.052977, 42.357099 ], [ -71.053277, 42.356926 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052338, 42.357306 ], [ -71.052257, 42.357277 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052846, 42.356432 ], [ -71.052177, 42.35658 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Faneuil Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168073, 42.351099 ], [ -71.168343, 42.351078 ], [ -71.168629, 42.351067 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Thornton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092629, 42.322207 ], [ -71.093098, 42.321858 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092992, 42.336715 ], [ -71.092516, 42.336528 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096948, 42.337268 ], [ -71.097253, 42.337143 ], [ -71.098134, 42.336791 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086014, 42.320627 ], [ -71.086013, 42.320738 ], [ -71.086004, 42.320822 ], [ -71.085973, 42.320895 ], [ -71.085951, 42.320937 ], [ -71.085914, 42.321006 ], [ -71.085831, 42.321107 ], [ -71.085665, 42.321326 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08647, 42.341384 ], [ -71.086041, 42.341723 ], [ -71.085192, 42.342426 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091712, 42.348864 ], [ -71.09159, 42.348866 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085839, 42.349158 ], [ -71.085926, 42.349336 ], [ -71.086049, 42.349578 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064152, 42.352349 ], [ -71.063976, 42.352335 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063976, 42.352335 ], [ -71.063556, 42.35232 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08994, 42.351788 ], [ -71.089498, 42.350857 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083711, 42.314068 ], [ -71.083715, 42.314221 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085665, 42.321326 ], [ -71.085439, 42.321664 ], [ -71.085417, 42.321696 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082855, 42.324055 ], [ -71.082736, 42.323684 ], [ -71.082595, 42.323241 ], [ -71.082551, 42.323105 ], [ -71.082391, 42.322649 ], [ -71.082338, 42.322496 ], [ -71.082148, 42.321929 ], [ -71.082072, 42.32171 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082135, 42.317936 ], [ -71.081988, 42.317891 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081392, 42.319459 ], [ -71.08138, 42.319679 ], [ -71.081386, 42.319811 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083308, 42.325968 ], [ -71.083281, 42.326077 ], [ -71.083271, 42.326129 ], [ -71.083185, 42.326616 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083448, 42.328658 ], [ -71.083469, 42.328716 ], [ -71.083462, 42.328796 ], [ -71.083358, 42.32942 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083207, 42.327651 ], [ -71.083243, 42.327454 ], [ -71.083275, 42.327277 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083094, 42.327274 ], [ -71.083066, 42.327458 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082715, 42.331077 ], [ -71.082372, 42.331393 ], [ -71.081971, 42.33174 ], [ -71.081933, 42.331774 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080679, 42.333539 ], [ -71.081076, 42.332987 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083256, 42.341633 ], [ -71.083205, 42.341599 ], [ -71.083171, 42.341582 ], [ -71.08312, 42.341547 ], [ -71.083024, 42.34148 ], [ -71.082025, 42.340823 ], [ -71.081746, 42.34066 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084853, 42.342711 ], [ -71.084525, 42.342487 ], [ -71.084097, 42.342201 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belvidere Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084407, 42.346048 ], [ -71.084025, 42.345985 ], [ -71.083833, 42.345954 ], [ -71.083414, 42.345902 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075528, 42.308046 ], [ -71.07569, 42.307908 ], [ -71.076077, 42.307577 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074491, 42.308641 ], [ -71.074032, 42.30894 ], [ -71.073812, 42.30909 ], [ -71.073615, 42.309223 ], [ -71.073226, 42.309452 ], [ -71.073084, 42.309535 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065441, 42.281652 ], [ -71.065322, 42.282063 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065056, 42.283036 ], [ -71.064872, 42.283707 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074978, 42.337928 ], [ -71.074288, 42.33843 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075843, 42.345369 ], [ -71.075239, 42.345864 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074633, 42.344613 ], [ -71.074737, 42.344836 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "West Dedham Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073756, 42.34284 ], [ -71.07373, 42.342732 ], [ -71.073614, 42.342606 ], [ -71.073436, 42.342453 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076453, 42.348296 ], [ -71.076662, 42.348751 ], [ -71.076934, 42.349288 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078907, 42.353226 ], [ -71.079118, 42.353667 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073716, 42.38391 ], [ -71.073566, 42.383879 ], [ -71.073412, 42.383873 ], [ -71.07328, 42.383893 ], [ -71.073192, 42.383927 ], [ -71.07314, 42.38395 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Bigelow Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167606, 42.350612 ], [ -71.167603, 42.350795 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.164733, 42.349966 ], [ -71.164501, 42.34982 ], [ -71.164269, 42.349668 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052157, 42.35868 ], [ -71.051583, 42.358771 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050771, 42.356682 ], [ -71.050773, 42.356912 ], [ -71.050785, 42.357041 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Mercantile Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053182, 42.360559 ], [ -71.052809, 42.360924 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051069, 42.363713 ], [ -71.051084, 42.364003 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.046873, 42.288138 ], [ -71.047349, 42.288716 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038098, 42.370518 ], [ -71.03866, 42.370017 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.035481, 42.372736 ], [ -71.035338, 42.372863 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039101, 42.375595 ], [ -71.03912, 42.37639 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039285, 42.381376 ], [ -71.039301, 42.382004 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.033424, 42.374527 ], [ -71.031992, 42.37578 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.025235, 42.380148 ], [ -71.025442, 42.380072 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.023585, 42.380622 ], [ -71.022654, 42.380995 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.020558, 42.381831 ], [ -71.020395, 42.38189 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.008084, 42.386884 ], [ -71.007148, 42.386686 ], [ -71.007046, 42.38667 ], [ -71.006796, 42.386673 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.000761, 42.384521 ], [ -70.999304, 42.383972 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.177007, 42.293806 ], [ -71.176954, 42.293782 ], [ -71.176685, 42.293611 ], [ -71.176408, 42.293408 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.17367, 42.273989 ], [ -71.173638, 42.274125 ], [ -71.173572, 42.274289 ], [ -71.173467, 42.274497 ], [ -71.173115, 42.275043 ], [ -71.172697, 42.275666 ], [ -71.172415, 42.276096 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171205, 42.279371 ], [ -71.171026, 42.279848 ], [ -71.17089, 42.280187 ], [ -71.17076, 42.280577 ], [ -71.170728, 42.280702 ], [ -71.170713, 42.280828 ], [ -71.170699, 42.280992 ], [ -71.170705, 42.281151 ], [ -71.170721, 42.281316 ], [ -71.170755, 42.281491 ], [ -71.170819, 42.281717 ], [ -71.170908, 42.281948 ], [ -71.171031, 42.282121 ], [ -71.171217, 42.282382 ], [ -71.171555, 42.282876 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171467, 42.287748 ], [ -71.171569, 42.287981 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.170307, 42.289191 ], [ -71.170828, 42.288774 ], [ -71.171047, 42.28857 ], [ -71.17106, 42.288555 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.169789, 42.351346 ], [ -71.169249, 42.351149 ], [ -71.169085, 42.35108 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Corinth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130949, 42.28679 ], [ -71.130703, 42.286751 ], [ -71.130559, 42.286665 ], [ -71.130401, 42.286584 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130057, 42.287082 ], [ -71.130564, 42.286907 ], [ -71.130949, 42.28679 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157612, 42.295544 ], [ -71.157363, 42.295598 ], [ -71.157148, 42.295617 ], [ -71.15693, 42.295632 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.160929, 42.340001 ], [ -71.160836, 42.339996 ], [ -71.160388, 42.339984 ], [ -71.160003, 42.339953 ], [ -71.159598, 42.3399 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.159598, 42.3399 ], [ -71.158986, 42.339811 ], [ -71.15834, 42.339687 ], [ -71.157864, 42.339569 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157864, 42.339569 ], [ -71.157824, 42.339557 ], [ -71.157371, 42.339422 ], [ -71.156753, 42.339221 ], [ -71.156217, 42.339009 ], [ -71.155792, 42.338825 ], [ -71.155215, 42.338536 ], [ -71.155131, 42.338493 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157809, 42.349074 ], [ -71.157388, 42.3491 ], [ -71.157079, 42.349099 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148621, 42.349588 ], [ -71.148161, 42.349766 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148161, 42.349766 ], [ -71.148027, 42.349813 ], [ -71.147393, 42.350063 ], [ -71.14708, 42.350173 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146418, 42.350462 ], [ -71.145621, 42.350809 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143981, 42.351442 ], [ -71.143609, 42.351516 ], [ -71.143151, 42.351607 ], [ -71.142997, 42.351643 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Enneking Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140753, 42.274352 ], [ -71.140735, 42.274451 ], [ -71.140694, 42.274704 ], [ -71.140653, 42.275188 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14172, 42.289649 ], [ -71.141153, 42.290132 ], [ -71.141008, 42.290243 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140383, 42.290774 ], [ -71.139746, 42.291308 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139162, 42.2918 ], [ -71.138705, 42.292188 ], [ -71.13851, 42.292341 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095746, 42.337736 ], [ -71.096831, 42.337316 ], [ -71.096948, 42.337268 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142676, 42.343638 ], [ -71.14193, 42.344749 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092156, 42.338975 ], [ -71.091387, 42.339267 ], [ -71.090777, 42.339498 ], [ -71.090568, 42.339577 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140587, 42.346925 ], [ -71.140549, 42.347021 ], [ -71.140478, 42.347208 ], [ -71.140384, 42.34746 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089356, 42.290298 ], [ -71.089114, 42.291007 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140267, 42.352551 ], [ -71.139848, 42.352705 ], [ -71.139555, 42.352816 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089049, 42.291193 ], [ -71.088997, 42.291356 ], [ -71.088856, 42.291794 ], [ -71.088743, 42.292137 ], [ -71.088726, 42.292188 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139555, 42.352816 ], [ -71.139278, 42.352914 ], [ -71.138997, 42.353001 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091569, 42.296757 ], [ -71.091438, 42.296874 ], [ -71.091351, 42.29693 ], [ -71.091182, 42.297009 ], [ -71.090921, 42.297117 ], [ -71.09048, 42.297268 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138346, 42.353227 ], [ -71.13747, 42.35355 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087997, 42.294948 ], [ -71.088091, 42.294666 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13747, 42.35355 ], [ -71.136804, 42.35345 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087839, 42.29492 ], [ -71.087462, 42.294784 ], [ -71.087181, 42.294691 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135736, 42.353507 ], [ -71.136002, 42.353519 ], [ -71.136254, 42.353536 ], [ -71.136498, 42.353547 ], [ -71.136827, 42.353575 ], [ -71.137077, 42.353602 ], [ -71.137295, 42.353623 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086933, 42.298458 ], [ -71.087025, 42.298157 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131665, 42.286581 ], [ -71.131174, 42.286707 ], [ -71.130949, 42.28679 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086949, 42.297719 ], [ -71.086833, 42.29814 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13601, 42.294438 ], [ -71.136339, 42.29413 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081214, 42.292929 ], [ -71.079534, 42.292448 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132979, 42.296837 ], [ -71.133108, 42.296749 ], [ -71.133298, 42.296617 ], [ -71.13363, 42.296404 ], [ -71.133661, 42.296375 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085728, 42.301962 ], [ -71.085567, 42.301885 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129468, 42.253566 ], [ -71.129648, 42.253385 ], [ -71.129978, 42.253097 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087025, 42.298157 ], [ -71.086833, 42.29814 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127046, 42.287469 ], [ -71.127659, 42.287066 ], [ -71.127909, 42.286976 ], [ -71.128175, 42.286923 ], [ -71.1283, 42.286918 ], [ -71.128638, 42.286943 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09162, 42.317006 ], [ -71.091361, 42.317491 ], [ -71.091295, 42.317613 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125815, 42.288624 ], [ -71.125097, 42.289299 ], [ -71.12465, 42.289721 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087725, 42.320221 ], [ -71.087426, 42.320303 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123596, 42.290721 ], [ -71.123072, 42.291208 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090568, 42.339577 ], [ -71.090646, 42.339792 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120392, 42.293709 ], [ -71.120253, 42.293859 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088966, 42.340463 ], [ -71.089797, 42.340128 ], [ -71.090646, 42.339792 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124146, 42.306391 ], [ -71.124272, 42.306177 ], [ -71.124349, 42.306012 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087157, 42.336768 ], [ -71.086694, 42.337057 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114502, 42.321244 ], [ -71.114154, 42.321292 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086615, 42.341483 ], [ -71.086789, 42.341367 ], [ -71.086981, 42.341241 ], [ -71.087149, 42.341164 ], [ -71.087421, 42.341056 ], [ -71.088278, 42.340723 ], [ -71.088966, 42.340463 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112749, 42.331828 ], [ -71.112519, 42.331856 ], [ -71.112256, 42.331904 ], [ -71.112144, 42.331931 ], [ -71.112045, 42.331986 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086694, 42.337057 ], [ -71.086312, 42.337297 ], [ -71.086173, 42.337385 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128407, 42.352523 ], [ -71.127707, 42.352435 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086597, 42.34496 ], [ -71.086842, 42.345461 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126942, 42.352335 ], [ -71.125081, 42.352107 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087758, 42.347308 ], [ -71.088142, 42.348127 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125081, 42.352107 ], [ -71.124698, 42.352076 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087345, 42.346494 ], [ -71.087428, 42.346654 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130234, 42.36267 ], [ -71.130302, 42.362521 ], [ -71.130362, 42.362361 ], [ -71.130412, 42.36213 ], [ -71.130418, 42.361966 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086934, 42.349731 ], [ -71.08748, 42.349588 ], [ -71.088121, 42.349409 ], [ -71.088394, 42.349334 ], [ -71.08853, 42.349309 ], [ -71.088698, 42.349273 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130183, 42.362752 ], [ -71.130234, 42.36267 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086816, 42.349377 ], [ -71.086049, 42.349578 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129756, 42.363206 ], [ -71.129197, 42.363252 ], [ -71.128767, 42.363291 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Old Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084783, 42.302603 ], [ -71.084514, 42.303021 ], [ -71.084349, 42.303272 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128767, 42.363291 ], [ -71.128327, 42.363325 ], [ -71.128018, 42.363348 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080503, 42.341642 ], [ -71.080163, 42.341905 ], [ -71.079824, 42.342159 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116358, 42.279963 ], [ -71.116198, 42.280395 ], [ -71.116111, 42.280627 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082753, 42.350865 ], [ -71.08471, 42.350343 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08257, 42.350511 ], [ -71.080279, 42.351129 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078654, 42.382465 ], [ -71.079155, 42.382354 ], [ -71.079239, 42.382343 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085247, 42.303455 ], [ -71.085033, 42.303493 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082475, 42.304233 ], [ -71.082695, 42.30402 ], [ -71.082959, 42.303817 ], [ -71.082987, 42.303801 ], [ -71.083192, 42.303684 ], [ -71.083407, 42.303601 ], [ -71.083544, 42.303576 ], [ -71.083676, 42.303553 ], [ -71.084055, 42.303526 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082669, 42.309544 ], [ -71.082774, 42.309761 ], [ -71.082893, 42.309945 ], [ -71.083055, 42.310205 ], [ -71.083223, 42.310486 ], [ -71.083251, 42.310613 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081918, 42.31803 ], [ -71.082072, 42.318073 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082072, 42.32171 ], [ -71.08191, 42.321129 ], [ -71.081791, 42.320738 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083275, 42.327277 ], [ -71.083333, 42.32679 ], [ -71.08336, 42.326634 ], [ -71.083451, 42.326103 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084625, 42.329605 ], [ -71.084702, 42.329465 ], [ -71.084897, 42.329116 ], [ -71.084967, 42.32903 ], [ -71.08503, 42.328961 ], [ -71.0851, 42.328907 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069648, 42.28996 ], [ -71.069015, 42.289831 ], [ -71.068608, 42.289694 ], [ -71.06844, 42.28965 ], [ -71.068354, 42.289621 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084445, 42.329927 ], [ -71.084625, 42.329605 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084404, 42.328772 ], [ -71.083824, 42.328599 ], [ -71.083678, 42.328544 ], [ -71.08352, 42.328457 ], [ -71.0834, 42.32836 ], [ -71.083302, 42.328245 ], [ -71.083246, 42.328148 ], [ -71.083221, 42.328033 ], [ -71.083216, 42.327979 ], [ -71.083209, 42.327898 ], [ -71.083207, 42.327651 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08316, 42.330319 ], [ -71.083112, 42.330515 ], [ -71.083065, 42.330666 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079846, 42.334128 ], [ -71.079362, 42.334607 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079319, 42.334647 ], [ -71.078805, 42.335062 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085192, 42.338017 ], [ -71.084688, 42.338344 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08331, 42.339318 ], [ -71.083023, 42.339557 ], [ -71.082759, 42.339783 ], [ -71.082497, 42.340012 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08213, 42.340328 ], [ -71.081746, 42.34066 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07981, 42.338756 ], [ -71.079645, 42.338611 ], [ -71.078821, 42.337922 ], [ -71.07869, 42.33782 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084097, 42.342201 ], [ -71.083256, 42.341633 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077182, 42.291747 ], [ -71.076538, 42.291561 ], [ -71.076106, 42.291433 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072335, 42.310222 ], [ -71.072991, 42.309803 ], [ -71.07319, 42.309669 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073501, 42.333508 ], [ -71.073374, 42.333613 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072475, 42.332957 ], [ -71.072872, 42.333247 ], [ -71.07302, 42.333312 ], [ -71.073387, 42.333624 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076317, 42.336978 ], [ -71.075647, 42.337467 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075097, 42.345571 ], [ -71.075239, 42.345864 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Stuart Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078681, 42.347722 ], [ -71.078597, 42.347777 ], [ -71.078488, 42.347828 ], [ -71.078348, 42.347871 ], [ -71.07796, 42.347956 ], [ -71.077254, 42.348106 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074017, 42.353223 ], [ -71.076158, 42.352648 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074289, 42.38405 ], [ -71.07435, 42.383988 ], [ -71.074443, 42.383935 ], [ -71.074561, 42.383882 ], [ -71.074874, 42.383757 ], [ -71.075395, 42.383567 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073814, 42.384818 ], [ -71.074023, 42.384388 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071603, 42.290227 ], [ -71.071092, 42.290172 ], [ -71.07078, 42.290157 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0685, 42.312735 ], [ -71.068635, 42.312582 ], [ -71.068845, 42.312397 ], [ -71.069299, 42.311993 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071435, 42.334998 ], [ -71.070929, 42.33535 ], [ -71.070783, 42.335452 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072659, 42.347967 ], [ -71.072613, 42.348005 ], [ -71.071817, 42.34866 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071817, 42.34866 ], [ -71.069898, 42.350156 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Arlington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071637, 42.353839 ], [ -71.071478, 42.353482 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Nashua Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067472, 42.367041 ], [ -71.067483, 42.367027 ], [ -71.067534, 42.366945 ], [ -71.067576, 42.366868 ], [ -71.067613, 42.366766 ], [ -71.067632, 42.366668 ], [ -71.067623, 42.366593 ], [ -71.067624, 42.366539 ], [ -71.067615, 42.366491 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Martha Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067604, 42.366434 ], [ -71.067552, 42.366362 ], [ -71.067493, 42.366318 ], [ -71.067411, 42.366277 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Nashua Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067106, 42.367344 ], [ -71.067262, 42.367246 ], [ -71.067336, 42.367199 ], [ -71.06741, 42.367125 ], [ -71.067472, 42.367041 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062041, 42.352445 ], [ -71.061911, 42.352455 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064303, 42.285707 ], [ -71.064476, 42.286207 ], [ -71.064746, 42.286803 ], [ -71.06495, 42.287177 ], [ -71.065105, 42.28746 ], [ -71.065326, 42.287732 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063515, 42.288556 ], [ -71.06345, 42.288775 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063262, 42.289468 ], [ -71.063146, 42.289895 ], [ -71.063116, 42.289975 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062344, 42.292737 ], [ -71.062259, 42.293019 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060149, 42.302159 ], [ -71.060322, 42.302514 ], [ -71.060437, 42.302811 ], [ -71.060577, 42.303153 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06218, 42.30682 ], [ -71.062375, 42.307082 ], [ -71.062581, 42.30735 ], [ -71.0627, 42.307501 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066467, 42.315608 ], [ -71.066301, 42.315823 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065578, 42.316827 ], [ -71.065952, 42.316398 ], [ -71.066124, 42.316204 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063441, 42.318571 ], [ -71.063285, 42.318796 ], [ -71.063019, 42.319155 ], [ -71.062869, 42.31935 ], [ -71.06273, 42.319515 ], [ -71.062559, 42.319674 ], [ -71.062461, 42.319762 ], [ -71.062393, 42.319823 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Water Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063996, 42.369728 ], [ -71.063935, 42.369723 ], [ -71.063883, 42.36972 ], [ -71.063811, 42.369718 ], [ -71.063734, 42.369717 ], [ -71.063671, 42.369715 ], [ -71.063634, 42.369713 ], [ -71.063597, 42.369709 ], [ -71.063547, 42.369701 ], [ -71.063498, 42.369689 ], [ -71.06343, 42.369673 ], [ -71.063378, 42.369658 ], [ -71.063333, 42.369642 ], [ -71.06327, 42.369619 ], [ -71.063205, 42.369596 ], [ -71.063135, 42.369578 ], [ -71.063058, 42.369563 ], [ -71.062965, 42.36956 ], [ -71.06287, 42.369565 ], [ -71.062779, 42.369583 ], [ -71.062695, 42.369608 ], [ -71.062631, 42.369639 ], [ -71.062562, 42.369681 ], [ -71.062524, 42.369711 ], [ -71.062477, 42.369755 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063735, 42.374581 ], [ -71.063529, 42.374314 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06164, 42.373666 ], [ -71.0619, 42.373853 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06051, 42.372214 ], [ -71.060759, 42.372652 ], [ -71.060968, 42.373005 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064227, 42.375323 ], [ -71.063993, 42.374976 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056819, 42.297926 ], [ -71.057049, 42.298247 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059797, 42.301547 ], [ -71.05969, 42.301963 ], [ -71.059623, 42.302261 ], [ -71.059588, 42.302419 ], [ -71.059526, 42.302773 ], [ -71.05943, 42.303136 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057466, 42.298768 ], [ -71.057716, 42.299001 ], [ -71.058106, 42.299313 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054282, 42.303851 ], [ -71.053836, 42.30363 ], [ -71.053333, 42.30337 ], [ -71.052914, 42.303139 ], [ -71.052564, 42.302946 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0593, 42.30375 ], [ -71.05917, 42.304259 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05917, 42.304259 ], [ -71.058981, 42.305199 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056921, 42.305124 ], [ -71.057231, 42.305346 ], [ -71.057388, 42.305489 ], [ -71.057415, 42.305521 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056556, 42.304866 ], [ -71.056229, 42.304665 ], [ -71.055973, 42.304526 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05671, 42.317561 ], [ -71.056716, 42.317733 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056868, 42.325372 ], [ -71.056881, 42.325973 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049724, 42.348732 ], [ -71.049569, 42.348931 ], [ -71.049468, 42.34907 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053357, 42.357722 ], [ -71.053222, 42.357668 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053222, 42.357668 ], [ -71.052684, 42.357449 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053182, 42.360559 ], [ -71.053049, 42.360454 ], [ -71.052886, 42.360312 ], [ -71.05279, 42.36022 ], [ -71.052672, 42.360067 ], [ -71.052577, 42.359924 ], [ -71.052492, 42.359769 ], [ -71.052408, 42.35953 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051896, 42.357801 ], [ -71.051854, 42.357706 ], [ -71.051808, 42.357615 ], [ -71.051758, 42.357504 ], [ -71.051691, 42.357362 ], [ -71.051604, 42.357167 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054317, 42.335897 ], [ -71.05389, 42.336248 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057102, 42.340577 ], [ -71.056756, 42.340781 ], [ -71.056743, 42.340792 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057074, 42.34158 ], [ -71.05706, 42.342189 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059829, 42.352557 ], [ -71.059397, 42.352521 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058636, 42.352433 ], [ -71.058009, 42.352359 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Surface Artery" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056246, 42.352912 ], [ -71.056339, 42.352858 ], [ -71.056536, 42.352796 ], [ -71.057195, 42.352616 ], [ -71.057589, 42.352511 ], [ -71.057847, 42.352433 ], [ -71.058009, 42.352359 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053612, 42.353664 ], [ -71.052846, 42.354035 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058754, 42.357031 ], [ -71.058456, 42.356909 ], [ -71.058236, 42.35684 ], [ -71.058052, 42.356807 ], [ -71.057994, 42.356798 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05736, 42.356775 ], [ -71.05681, 42.356814 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05681, 42.356814 ], [ -71.056344, 42.356831 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Post Office Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05576, 42.356921 ], [ -71.05592, 42.357064 ], [ -71.056261, 42.357417 ], [ -71.056411, 42.357588 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053277, 42.356926 ], [ -71.053454, 42.356845 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057507, 42.362779 ], [ -71.05727, 42.362617 ], [ -71.056992, 42.362437 ], [ -71.056713, 42.362273 ], [ -71.056495, 42.362158 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055813, 42.362551 ], [ -71.056361, 42.362864 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055527, 42.364749 ], [ -71.055502, 42.365033 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05474, 42.366432 ], [ -71.054312, 42.367077 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054816, 42.367994 ], [ -71.054442, 42.367894 ], [ -71.05434, 42.367864 ], [ -71.054186, 42.367818 ], [ -71.054034, 42.367764 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047867, 42.289358 ], [ -71.048162, 42.289751 ], [ -71.048419, 42.290067 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053644, 42.295337 ], [ -71.053417, 42.295177 ], [ -71.053054, 42.294924 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053054, 42.294924 ], [ -71.052715, 42.294671 ], [ -71.052432, 42.294485 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051053, 42.301756 ], [ -71.05127, 42.301959 ], [ -71.051303, 42.301989 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051053, 42.301756 ], [ -71.050782, 42.301551 ], [ -71.050317, 42.301299 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04946, 42.30083 ], [ -71.049147, 42.300634 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052787, 42.337185 ], [ -71.053143, 42.336877 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051672, 42.338092 ], [ -71.052043, 42.337796 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050595, 42.347599 ], [ -71.051127, 42.346935 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052809, 42.360924 ], [ -71.052925, 42.361013 ], [ -71.053106, 42.36112 ], [ -71.053297, 42.361225 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052809, 42.360924 ], [ -71.05265, 42.361101 ], [ -71.052485, 42.361298 ], [ -71.052357, 42.361425 ], [ -71.052254, 42.361501 ], [ -71.051957, 42.361676 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051076, 42.364277 ], [ -71.05107, 42.364836 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05107, 42.364836 ], [ -71.051109, 42.365398 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051071, 42.362251 ], [ -71.051023, 42.362337 ], [ -71.051006, 42.362503 ], [ -71.051005, 42.362531 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051402, 42.366374 ], [ -71.051519, 42.366526 ], [ -71.051604, 42.366612 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04557, 42.351713 ], [ -71.04489, 42.3514 ], [ -71.04413, 42.351059 ], [ -71.043945, 42.351046 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.043945, 42.351046 ], [ -71.044055, 42.351182 ], [ -71.04546, 42.351812 ], [ -71.045466, 42.351815 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.036146, 42.372166 ], [ -71.037192, 42.371309 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.035037, 42.373121 ], [ -71.034363, 42.373706 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fiedler Shared-Use Bridge to Beacon St Connector" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072907, 42.355753 ], [ -71.072762, 42.355463 ], [ -71.072582, 42.355508 ], [ -71.072511, 42.355462 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fairfield Street Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084301, 42.353168 ], [ -71.084503, 42.353127 ], [ -71.084825, 42.353039 ], [ -71.084812, 42.353015 ], [ -71.084561, 42.353084 ], [ -71.084446, 42.352853 ], [ -71.08388, 42.353003 ], [ -71.083854, 42.352944 ], [ -71.083789, 42.352964 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108228, 42.341766 ], [ -71.1084, 42.341897 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098995, 42.340539 ], [ -71.099129, 42.34053 ], [ -71.099342, 42.34052 ], [ -71.099496, 42.340511 ], [ -71.099629, 42.340497 ], [ -71.099703, 42.340486 ], [ -71.09977, 42.340473 ], [ -71.09984, 42.34045 ], [ -71.100016, 42.340354 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09636, 42.341787 ], [ -71.095833, 42.34165 ], [ -71.095026, 42.341466 ], [ -71.094754, 42.341352 ], [ -71.094545, 42.341294 ], [ -71.094086, 42.341181 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094919, 42.342781 ], [ -71.094742, 42.3427 ], [ -71.094663, 42.342668 ], [ -71.09465, 42.342657 ], [ -71.094588, 42.342605 ], [ -71.09454, 42.342528 ], [ -71.094419, 42.342325 ], [ -71.094355, 42.34222 ], [ -71.094253, 42.341976 ], [ -71.09421, 42.341782 ], [ -71.094226, 42.341495 ], [ -71.094151, 42.34132 ], [ -71.094086, 42.341181 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099779, 42.340716 ], [ -71.099774, 42.340685 ], [ -71.099777, 42.34064 ], [ -71.099788, 42.340604 ], [ -71.099835, 42.340537 ], [ -71.099872, 42.340495 ], [ -71.099934, 42.340428 ], [ -71.100016, 42.340354 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094086, 42.341181 ], [ -71.093847, 42.341014 ], [ -71.093842, 42.341011 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Truman Highway Sidepath" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122622, 42.250082 ], [ -71.123151, 42.249527 ], [ -71.123967, 42.248699 ], [ -71.124824, 42.24782 ], [ -71.125332, 42.247294 ], [ -71.125645, 42.246931 ], [ -71.125976, 42.246381 ], [ -71.126197, 42.245829 ], [ -71.126401, 42.24514 ], [ -71.126497, 42.242944 ], [ -71.126446, 42.241718 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058281, 42.380832 ], [ -71.058276, 42.380829 ], [ -71.058026, 42.380743 ], [ -71.057642, 42.380614 ], [ -71.057275, 42.380514 ], [ -71.056894, 42.380388 ], [ -71.056798, 42.380359 ], [ -71.054995, 42.380023 ], [ -71.054793, 42.380097 ], [ -71.054206, 42.380048 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057868, 42.38158 ], [ -71.057627, 42.381544 ], [ -71.057532, 42.381831 ], [ -71.05745, 42.381838 ], [ -71.057334, 42.38183 ], [ -71.057219, 42.381817 ], [ -71.057096, 42.381782 ], [ -71.056913, 42.381731 ], [ -71.056697, 42.381663 ], [ -71.056731, 42.381539 ], [ -71.057243, 42.381549 ], [ -71.057252, 42.381486 ], [ -71.055151, 42.381191 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.070398, 42.386016 ], [ -71.07041, 42.386026 ], [ -71.06986, 42.386414 ], [ -71.071622, 42.387378 ] ], [ [ -71.071622, 42.387378 ], [ -71.071816, 42.387364 ], [ -71.072042, 42.387317 ], [ -71.07218, 42.387271 ] ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Barry Playground Path" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.054206, 42.380048 ], [ -71.054256, 42.379925 ], [ -71.053878, 42.379929 ], [ -71.053592, 42.379927 ], [ -71.053587, 42.379877 ], [ -71.053347, 42.379896 ], [ -71.053308, 42.379942 ], [ -71.052988, 42.379896 ], [ -71.052275, 42.379802 ] ], [ [ -71.052387, 42.379681 ], [ -71.052554, 42.379499 ], [ -71.052832, 42.379218 ], [ -71.053303, 42.378698 ] ], [ [ -71.052275, 42.379802 ], [ -71.052387, 42.379681 ] ], [ [ -71.053303, 42.378698 ], [ -71.052899, 42.378482 ] ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charlestown HS Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058957, 42.379677 ], [ -71.058942, 42.379756 ], [ -71.058849, 42.379861 ], [ -71.058793, 42.379931 ], [ -71.058637, 42.380212 ], [ -71.05844, 42.38056 ], [ -71.058281, 42.380832 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119764, 42.307721 ], [ -71.119978, 42.307439 ], [ -71.120057, 42.307344 ], [ -71.12014, 42.307247 ], [ -71.120198, 42.307198 ], [ -71.120309, 42.3071 ], [ -71.120411, 42.307029 ], [ -71.120607, 42.306886 ], [ -71.120794, 42.306765 ], [ -71.121027, 42.306611 ], [ -71.121146, 42.306505 ], [ -71.121238, 42.306418 ], [ -71.121308, 42.306341 ], [ -71.12137, 42.306263 ], [ -71.121418, 42.306199 ], [ -71.121485, 42.30612 ], [ -71.12159, 42.30593 ], [ -71.121654, 42.305787 ], [ -71.121697, 42.305663 ], [ -71.12172, 42.30558 ], [ -71.121738, 42.305505 ], [ -71.121752, 42.305441 ], [ -71.121766, 42.30536 ], [ -71.121784, 42.305232 ], [ -71.121784, 42.305145 ], [ -71.121781, 42.305 ], [ -71.121772, 42.30488 ], [ -71.121762, 42.304806 ], [ -71.121739, 42.304688 ], [ -71.121703, 42.30456 ], [ -71.121668, 42.304435 ], [ -71.121605, 42.304287 ], [ -71.121549, 42.304176 ], [ -71.121453, 42.304036 ], [ -71.121276, 42.303814 ], [ -71.120899, 42.303417 ], [ -71.120833, 42.303341 ], [ -71.120791, 42.303285 ], [ -71.120768, 42.303253 ], [ -71.12074, 42.30321 ], [ -71.120717, 42.303167 ], [ -71.120698, 42.303126 ], [ -71.120671, 42.303068 ], [ -71.120657, 42.303023 ], [ -71.120641, 42.30297 ], [ -71.12059, 42.302776 ], [ -71.120555, 42.302569 ], [ -71.120524, 42.302438 ], [ -71.120504, 42.302363 ], [ -71.120483, 42.302316 ], [ -71.120465, 42.302284 ], [ -71.120443, 42.30225 ], [ -71.120422, 42.302218 ], [ -71.120397, 42.302191 ], [ -71.120363, 42.302154 ], [ -71.120321, 42.302122 ], [ -71.120269, 42.302086 ], [ -71.120206, 42.302049 ], [ -71.120103, 42.302002 ], [ -71.120035, 42.301976 ], [ -71.119914, 42.301932 ], [ -71.1198, 42.301898 ], [ -71.119693, 42.301868 ], [ -71.119567, 42.30183 ], [ -71.119435, 42.30178 ], [ -71.11939, 42.301753 ], [ -71.119332, 42.301717 ], [ -71.119295, 42.301685 ], [ -71.119219, 42.301602 ], [ -71.119165, 42.301531 ], [ -71.119104, 42.301456 ], [ -71.119079, 42.301415 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "MassPike Bike-Ped Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131959, 42.356 ], [ -71.132039, 42.356121 ], [ -71.131887, 42.356767 ], [ -71.132532, 42.356852 ], [ -71.132916, 42.356929 ], [ -71.132948, 42.356977 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122754, 42.297898 ], [ -71.122461, 42.297794 ], [ -71.122235, 42.297726 ], [ -71.122028, 42.297674 ], [ -71.121855, 42.297657 ], [ -71.12164, 42.297631 ], [ -71.121151, 42.29764 ], [ -71.120506, 42.297725 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122754, 42.297898 ], [ -71.122822, 42.298028 ], [ -71.122902, 42.29812 ], [ -71.122993, 42.298198 ], [ -71.123088, 42.298269 ], [ -71.123174, 42.298339 ], [ -71.12322, 42.298376 ], [ -71.123265, 42.298425 ], [ -71.123312, 42.298482 ], [ -71.123347, 42.298543 ], [ -71.123375, 42.298594 ], [ -71.123429, 42.298694 ], [ -71.123514, 42.298812 ], [ -71.123575, 42.298875 ], [ -71.123647, 42.298926 ], [ -71.123771, 42.298993 ], [ -71.123956, 42.299054 ], [ -71.124208, 42.299122 ], [ -71.124307, 42.299156 ], [ -71.124458, 42.299209 ], [ -71.124613, 42.299277 ], [ -71.124723, 42.299335 ], [ -71.124823, 42.299398 ], [ -71.124926, 42.299478 ], [ -71.125019, 42.299555 ], [ -71.125101, 42.299629 ], [ -71.125192, 42.299715 ], [ -71.125295, 42.299848 ], [ -71.12536, 42.299942 ], [ -71.125485, 42.300135 ], [ -71.125508, 42.300194 ], [ -71.12559, 42.300411 ], [ -71.125628, 42.300601 ], [ -71.12564, 42.300743 ], [ -71.125644, 42.300829 ], [ -71.125638, 42.300956 ], [ -71.125621, 42.30106 ], [ -71.125604, 42.301147 ], [ -71.125579, 42.301232 ], [ -71.125548, 42.301318 ], [ -71.125523, 42.301386 ], [ -71.125485, 42.301491 ], [ -71.125462, 42.30157 ], [ -71.125452, 42.301646 ], [ -71.125452, 42.301721 ], [ -71.125462, 42.301813 ], [ -71.12548, 42.301915 ], [ -71.12549, 42.302018 ], [ -71.125508, 42.302112 ], [ -71.125525, 42.302188 ], [ -71.125536, 42.302245 ], [ -71.125567, 42.302305 ], [ -71.125656, 42.302359 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119079, 42.301415 ], [ -71.118862, 42.301479 ], [ -71.118741, 42.301501 ], [ -71.118608, 42.30152 ], [ -71.11849, 42.301527 ], [ -71.118175, 42.301546 ], [ -71.117963, 42.301566 ], [ -71.117844, 42.301575 ], [ -71.117758, 42.301586 ], [ -71.117673, 42.301602 ], [ -71.117622, 42.301612 ], [ -71.11757, 42.301638 ], [ -71.117518, 42.301662 ], [ -71.117447, 42.301702 ], [ -71.117384, 42.301751 ], [ -71.117325, 42.301815 ], [ -71.117242, 42.301894 ], [ -71.117127, 42.30203 ], [ -71.11696, 42.302195 ], [ -71.116812, 42.302343 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Bike Pike" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131959, 42.356 ], [ -71.132683, 42.355714 ], [ -71.132786, 42.355659 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.961725, 42.354294 ], [ -70.961803, 42.354284 ], [ -70.96186, 42.354277 ], [ -70.961917, 42.354271 ], [ -70.961974, 42.354265 ], [ -70.962015, 42.354262 ], [ -70.962056, 42.354259 ], [ -70.962097, 42.354257 ], [ -70.962138, 42.354255 ], [ -70.962179, 42.354254 ], [ -70.96222, 42.354253 ], [ -70.962248, 42.354253 ], [ -70.962276, 42.354253 ], [ -70.962303, 42.354254 ], [ -70.962331, 42.354256 ], [ -70.962358, 42.354258 ], [ -70.962386, 42.354261 ], [ -70.962412, 42.354264 ], [ -70.962444, 42.354267 ], [ -70.962477, 42.354271 ], [ -70.962509, 42.354275 ], [ -70.962541, 42.35428 ], [ -70.962573, 42.354286 ], [ -70.962605, 42.354292 ], [ -70.962635, 42.354299 ], [ -70.962665, 42.354304 ], [ -70.962694, 42.35431 ], [ -70.962724, 42.354314 ], [ -70.96274, 42.354316 ], [ -70.962756, 42.354317 ], [ -70.962773, 42.354317 ], [ -70.962789, 42.354317 ], [ -70.962806, 42.354317 ], [ -70.962823, 42.354316 ], [ -70.962835, 42.354315 ], [ -70.962844, 42.354314 ], [ -70.962853, 42.354312 ], [ -70.962862, 42.35431 ], [ -70.96287, 42.354308 ], [ -70.962879, 42.354305 ], [ -70.962886, 42.354301 ], [ -70.962894, 42.354297 ], [ -70.962901, 42.354292 ], [ -70.962907, 42.354288 ], [ -70.962913, 42.354282 ], [ -70.962918, 42.354277 ], [ -70.962923, 42.354271 ], [ -70.962926, 42.354264 ], [ -70.962927, 42.354262 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.961725, 42.354294 ], [ -70.961796, 42.354244 ], [ -70.961835, 42.354216 ], [ -70.961874, 42.354188 ], [ -70.961897, 42.354173 ], [ -70.961921, 42.354158 ], [ -70.961945, 42.354144 ], [ -70.96197, 42.35413 ], [ -70.961996, 42.354116 ], [ -70.962022, 42.354103 ], [ -70.962044, 42.354092 ], [ -70.962065, 42.35408 ], [ -70.962086, 42.354067 ], [ -70.962107, 42.354055 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Albany Street Connector" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059734, 42.350122 ], [ -71.059775, 42.350009 ], [ -71.059713, 42.350007 ], [ -71.059912, 42.349558 ], [ -71.060122, 42.348965 ], [ -71.060253, 42.348784 ], [ -71.06041, 42.348401 ], [ -71.060503, 42.348059 ], [ -71.060663, 42.347419 ], [ -71.060739, 42.347128 ], [ -71.06083, 42.346838 ], [ -71.060909, 42.346612 ], [ -71.06115, 42.346031 ], [ -71.061171, 42.345966 ], [ -71.061192, 42.345802 ], [ -71.061224, 42.34554 ], [ -71.061381, 42.345116 ], [ -71.06192, 42.343907 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southwest Corridor" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083265, 42.341639 ], [ -71.083348, 42.341568 ], [ -71.083362, 42.341555 ], [ -71.083162, 42.341418 ], [ -71.083431, 42.34119 ], [ -71.083465, 42.341156 ], [ -71.083484, 42.34112 ], [ -71.083489, 42.341083 ], [ -71.083484, 42.341047 ], [ -71.083462, 42.34102 ], [ -71.083414, 42.341004 ], [ -71.083356, 42.340999 ], [ -71.083315, 42.340985 ], [ -71.083264, 42.340945 ], [ -71.083209, 42.340889 ], [ -71.083155, 42.340827 ], [ -71.083146, 42.340786 ], [ -71.083146, 42.340746 ], [ -71.083153, 42.3407 ], [ -71.083167, 42.340649 ], [ -71.083171, 42.340628 ], [ -71.08319, 42.340424 ], [ -71.083223, 42.340307 ], [ -71.083274, 42.340237 ], [ -71.08334, 42.340178 ], [ -71.083467, 42.340108 ], [ -71.083577, 42.340058 ], [ -71.083651, 42.340002 ], [ -71.083907, 42.339802 ], [ -71.084013, 42.339697 ], [ -71.084225, 42.339834 ], [ -71.084661, 42.339485 ], [ -71.084737, 42.339423 ], [ -71.084725, 42.339354 ], [ -71.084041, 42.338919 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.961725, 42.354294 ], [ -70.961683, 42.3543 ], [ -70.961621, 42.354311 ], [ -70.96156, 42.354323 ], [ -70.961499, 42.354336 ], [ -70.96146, 42.354344 ], [ -70.961422, 42.354354 ], [ -70.961384, 42.354363 ], [ -70.961346, 42.354374 ], [ -70.961309, 42.354385 ], [ -70.961271, 42.354396 ], [ -70.961236, 42.354408 ], [ -70.961201, 42.35442 ], [ -70.961167, 42.354433 ], [ -70.961133, 42.354447 ], [ -70.961099, 42.354461 ], [ -70.961066, 42.354476 ], [ -70.961033, 42.354491 ], [ -70.960954, 42.354529 ], [ -70.960875, 42.354567 ], [ -70.960796, 42.354604 ], [ -70.960569, 42.354705 ], [ -70.960528, 42.354721 ], [ -70.960487, 42.354737 ], [ -70.960445, 42.354754 ], [ -70.960405, 42.354771 ], [ -70.960365, 42.354789 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127851, 42.372844 ], [ -71.127969, 42.372901 ], [ -71.128044, 42.372938 ], [ -71.128176, 42.372993 ], [ -71.128357, 42.373062 ], [ -71.128437, 42.373087 ], [ -71.128561, 42.373122 ], [ -71.128664, 42.373148 ], [ -71.128871, 42.37319 ], [ -71.128937, 42.373201 ], [ -71.129017, 42.373214 ], [ -71.129098, 42.373223 ], [ -71.129168, 42.373232 ], [ -71.129256, 42.373239 ], [ -71.129344, 42.373244 ], [ -71.129432, 42.373247 ], [ -71.129524, 42.373248 ], [ -71.129644, 42.373244 ], [ -71.129729, 42.37324 ], [ -71.129795, 42.373234 ], [ -71.129883, 42.373226 ], [ -71.130032, 42.373203 ], [ -71.130149, 42.373181 ], [ -71.130267, 42.373154 ], [ -71.130361, 42.373126 ], [ -71.130473, 42.373094 ], [ -71.130547, 42.373067 ], [ -71.130625, 42.373039 ], [ -71.130714, 42.373002 ], [ -71.130849, 42.372936 ], [ -71.13092, 42.372902 ], [ -71.131076, 42.372814 ], [ -71.131225, 42.37273 ], [ -71.131329, 42.37267 ], [ -71.131458, 42.3726 ], [ -71.131606, 42.372514 ], [ -71.13175, 42.372435 ], [ -71.131849, 42.372378 ], [ -71.131922, 42.372338 ], [ -71.131952, 42.372345 ], [ -71.13199, 42.372353 ], [ -71.132028, 42.372358 ], [ -71.132066, 42.37236 ], [ -71.132114, 42.372361 ], [ -71.132201, 42.372361 ], [ -71.132273, 42.372354 ], [ -71.132365, 42.372342 ], [ -71.132423, 42.372336 ], [ -71.132472, 42.37233 ], [ -71.132494, 42.372327 ], [ -71.132513, 42.372318 ], [ -71.132526, 42.372307 ], [ -71.132539, 42.372281 ], [ -71.132542, 42.372261 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039907, 42.338065 ], [ -71.039911, 42.338151 ], [ -71.039885, 42.338308 ], [ -71.039834, 42.338407 ], [ -71.03985, 42.339133 ], [ -71.039819, 42.339399 ], [ -71.039808, 42.339518 ], [ -71.039831, 42.339639 ], [ -71.039833, 42.339688 ], [ -71.039788, 42.339758 ], [ -71.039701, 42.339831 ], [ -71.03957, 42.339857 ], [ -71.039481, 42.339896 ], [ -71.039429, 42.339952 ], [ -71.039412, 42.34003 ], [ -71.039336, 42.340089 ], [ -71.039268, 42.340156 ], [ -71.039258, 42.340203 ], [ -71.03929, 42.340243 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.962941, 42.354221 ], [ -70.962923, 42.354217 ], [ -70.962854, 42.354201 ], [ -70.962805, 42.354192 ], [ -70.962756, 42.354183 ], [ -70.962706, 42.354174 ], [ -70.962657, 42.354165 ], [ -70.962107, 42.354055 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083371, 42.339272 ], [ -71.08331, 42.339318 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03773, 42.341421 ], [ -71.037664, 42.341425 ], [ -71.037551, 42.341399 ], [ -71.037329, 42.3414 ], [ -71.037103, 42.341389 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113827, 42.330899 ], [ -71.113808, 42.330905 ], [ -71.113772, 42.330923 ], [ -71.11374, 42.330961 ], [ -71.113715, 42.330991 ], [ -71.113695, 42.331021 ], [ -71.113687, 42.331068 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037107, 42.341386 ], [ -71.036866, 42.3415 ], [ -71.03659, 42.341522 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.965681, 42.355658 ], [ -70.965683, 42.355659 ], [ -70.965712, 42.355675 ], [ -70.96574, 42.35569 ], [ -70.965768, 42.355706 ], [ -70.965797, 42.355721 ], [ -70.965826, 42.355736 ], [ -70.965856, 42.355751 ], [ -70.965887, 42.355765 ], [ -70.965913, 42.355774 ], [ -70.965939, 42.355783 ], [ -70.965965, 42.355791 ], [ -70.965992, 42.355799 ], [ -70.966018, 42.355806 ], [ -70.966045, 42.355813 ], [ -70.966073, 42.355819 ], [ -70.966103, 42.355825 ], [ -70.966133, 42.35583 ], [ -70.966164, 42.355834 ], [ -70.966195, 42.355838 ], [ -70.966225, 42.355842 ], [ -70.966256, 42.355844 ], [ -70.966288, 42.355846 ], [ -70.96631, 42.355847 ], [ -70.966332, 42.355847 ], [ -70.966354, 42.355847 ], [ -70.966376, 42.355846 ], [ -70.966397, 42.355845 ], [ -70.966419, 42.355842 ], [ -70.966441, 42.35584 ], [ -70.966462, 42.355836 ], [ -70.966498, 42.35583 ], [ -70.966535, 42.355824 ], [ -70.96656, 42.355819 ], [ -70.966588, 42.355811 ], [ -70.966597, 42.35581 ], [ -70.966606, 42.355808 ], [ -70.966616, 42.355808 ], [ -70.966625, 42.355808 ], [ -70.966634, 42.355808 ], [ -70.966644, 42.355809 ], [ -70.966653, 42.355811 ], [ -70.966662, 42.355813 ], [ -70.966702, 42.355827 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119502, 42.322751 ], [ -71.119439, 42.322912 ], [ -71.119388, 42.322975 ], [ -71.119287, 42.323055 ], [ -71.119176, 42.323122 ], [ -71.118737, 42.323394 ], [ -71.118653, 42.323424 ], [ -71.118604, 42.323452 ], [ -71.118511, 42.323522 ], [ -71.118439, 42.323589 ], [ -71.118382, 42.323632 ], [ -71.118297, 42.323671 ], [ -71.118196, 42.323708 ], [ -71.118112, 42.323731 ], [ -71.118031, 42.323743 ], [ -71.117939, 42.323748 ], [ -71.117846, 42.323743 ], [ -71.117768, 42.323729 ], [ -71.117696, 42.32372 ], [ -71.117622, 42.323721 ], [ -71.117489, 42.323734 ], [ -71.117364, 42.323755 ], [ -71.117262, 42.323771 ], [ -71.117132, 42.323799 ], [ -71.117028, 42.323832 ], [ -71.11691, 42.323882 ], [ -71.116819, 42.323952 ], [ -71.116746, 42.324027 ], [ -71.116684, 42.324089 ], [ -71.116622, 42.324176 ], [ -71.11659, 42.32425 ], [ -71.11657, 42.324334 ], [ -71.116559, 42.324413 ], [ -71.116553, 42.32448 ], [ -71.116552, 42.324542 ], [ -71.116558, 42.324576 ], [ -71.116565, 42.324613 ], [ -71.116596, 42.32468 ], [ -71.116635, 42.324746 ], [ -71.116668, 42.324825 ], [ -71.116679, 42.324888 ], [ -71.116679, 42.324959 ], [ -71.116678, 42.325046 ], [ -71.116674, 42.325119 ], [ -71.11666, 42.325212 ], [ -71.116641, 42.325292 ], [ -71.11662, 42.325337 ], [ -71.116581, 42.325395 ], [ -71.11653, 42.325445 ], [ -71.116479, 42.325507 ], [ -71.116448, 42.325564 ], [ -71.116411, 42.325632 ], [ -71.116388, 42.32569 ], [ -71.116377, 42.325756 ], [ -71.116359, 42.325873 ], [ -71.116342, 42.325944 ], [ -71.116317, 42.326004 ], [ -71.116297, 42.326039 ], [ -71.116263, 42.326084 ], [ -71.116218, 42.326135 ], [ -71.116185, 42.326156 ], [ -71.11615, 42.326168 ], [ -71.116105, 42.326177 ], [ -71.116055, 42.326191 ], [ -71.115987, 42.326221 ], [ -71.11588, 42.326283 ], [ -71.115745, 42.326378 ], [ -71.115677, 42.326432 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03659, 42.341519 ], [ -71.036558, 42.341497 ], [ -71.0364, 42.341526 ], [ -71.036183, 42.341558 ], [ -71.036043, 42.341544 ], [ -71.035835, 42.341501 ], [ -71.035639, 42.341514 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.962927, 42.354262 ], [ -70.96293, 42.354258 ], [ -70.962932, 42.354251 ], [ -70.962941, 42.354221 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115985, 42.275137 ], [ -71.115937, 42.275204 ], [ -71.115872, 42.275323 ], [ -71.115817, 42.275466 ], [ -71.115787, 42.275618 ], [ -71.115746, 42.275979 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.165392, 42.350281 ], [ -71.16513, 42.35018 ], [ -71.16486, 42.35005 ], [ -71.164733, 42.349966 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.960365, 42.354789 ], [ -70.960251, 42.354821 ], [ -70.960238, 42.354825 ], [ -70.960225, 42.35483 ], [ -70.960213, 42.354835 ], [ -70.9602, 42.35484 ], [ -70.960188, 42.354846 ], [ -70.960113, 42.354878 ], [ -70.960038, 42.354911 ], [ -70.959964, 42.354944 ], [ -70.959728, 42.355044 ], [ -70.959695, 42.355058 ], [ -70.959662, 42.35507 ], [ -70.959629, 42.355083 ], [ -70.959596, 42.355094 ], [ -70.959584, 42.355098 ], [ -70.95957, 42.3551 ], [ -70.959557, 42.355102 ], [ -70.959543, 42.355104 ], [ -70.959529, 42.355105 ], [ -70.959515, 42.355105 ], [ -70.959501, 42.355105 ], [ -70.959487, 42.355104 ], [ -70.959474, 42.355102 ], [ -70.95946, 42.3551 ], [ -70.959446, 42.355098 ], [ -70.959433, 42.355095 ], [ -70.95941, 42.355088 ], [ -70.959387, 42.355081 ], [ -70.959363, 42.355073 ], [ -70.95934, 42.355066 ], [ -70.959317, 42.355058 ], [ -70.959294, 42.35505 ], [ -70.959271, 42.355042 ], [ -70.959251, 42.355035 ], [ -70.95923, 42.355027 ], [ -70.959211, 42.355019 ], [ -70.959192, 42.35501 ], [ -70.959173, 42.355001 ], [ -70.959154, 42.354991 ], [ -70.959137, 42.354981 ], [ -70.959119, 42.354971 ], [ -70.959102, 42.354959 ], [ -70.959086, 42.354948 ], [ -70.95907, 42.354936 ], [ -70.958997, 42.354884 ], [ -70.958993, 42.35488 ], [ -70.958991, 42.354877 ], [ -70.95899, 42.354873 ], [ -70.958989, 42.354869 ], [ -70.958989, 42.354865 ], [ -70.95899, 42.354861 ], [ -70.958995, 42.354846 ], [ -70.958998, 42.354839 ], [ -70.959002, 42.354826 ], [ -70.959004, 42.354814 ], [ -70.959006, 42.354802 ], [ -70.959007, 42.354789 ], [ -70.959006, 42.354776 ], [ -70.959005, 42.354764 ], [ -70.959005, 42.354756 ], [ -70.959004, 42.354747 ], [ -70.959002, 42.354738 ], [ -70.958999, 42.354729 ], [ -70.958995, 42.35472 ], [ -70.958991, 42.354712 ], [ -70.958986, 42.354704 ], [ -70.95898, 42.354696 ], [ -70.958973, 42.354688 ], [ -70.958966, 42.354681 ], [ -70.958958, 42.354673 ], [ -70.958949, 42.354665 ], [ -70.958939, 42.354658 ], [ -70.958929, 42.354652 ], [ -70.958919, 42.354645 ], [ -70.958908, 42.354639 ], [ -70.958896, 42.354634 ], [ -70.958884, 42.354629 ], [ -70.958871, 42.354625 ], [ -70.958859, 42.354621 ], [ -70.958837, 42.354615 ], [ -70.958815, 42.35461 ], [ -70.958792, 42.354605 ], [ -70.95877, 42.354599 ], [ -70.958762, 42.354598 ], [ -70.958724, 42.35459 ], [ -70.95871, 42.354587 ], [ -70.958687, 42.354584 ], [ -70.958673, 42.354582 ], [ -70.95866, 42.354581 ], [ -70.958646, 42.354581 ], [ -70.958632, 42.354582 ], [ -70.958619, 42.354583 ], [ -70.958606, 42.354585 ], [ -70.958581, 42.35459 ], [ -70.95857, 42.354593 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124795, 42.303665 ], [ -71.124747, 42.303784 ], [ -71.124702, 42.304014 ], [ -71.124657, 42.304397 ], [ -71.124622, 42.304679 ], [ -71.124588, 42.304969 ], [ -71.124554, 42.305207 ], [ -71.124526, 42.30534 ], [ -71.124488, 42.305449 ], [ -71.124384, 42.305683 ], [ -71.124301, 42.305844 ], [ -71.124204, 42.306042 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162467, 42.293292 ], [ -71.160615, 42.294213 ], [ -71.160147, 42.294445 ], [ -71.159635, 42.294698 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.045513, 42.3551 ], [ -71.044977, 42.355033 ], [ -71.044772, 42.354963 ], [ -71.044521, 42.354932 ], [ -71.044224, 42.354819 ], [ -71.043951, 42.35476 ], [ -71.043741, 42.354671 ], [ -71.044037, 42.354221 ], [ -71.044217, 42.354068 ], [ -71.044601, 42.353534 ], [ -71.044637, 42.35345 ], [ -71.044617, 42.35337 ], [ -71.044525, 42.353317 ], [ -71.043768, 42.352986 ], [ -71.043563, 42.352897 ], [ -71.043449, 42.352844 ], [ -71.04314, 42.353166 ], [ -71.042416, 42.352898 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125845, 42.318613 ], [ -71.125839, 42.318615 ], [ -71.125647, 42.318634 ], [ -71.125406, 42.318693 ], [ -71.125136, 42.318792 ], [ -71.12465, 42.318981 ], [ -71.124357, 42.319084 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095092, 42.292641 ], [ -71.095131, 42.292599 ], [ -71.0955, 42.292265 ], [ -71.095636, 42.292156 ], [ -71.095787, 42.292053 ], [ -71.09586, 42.292008 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.158654, 42.348986 ], [ -71.158237, 42.349041 ], [ -71.158025, 42.349057 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042583, 42.350478 ], [ -71.042169, 42.350325 ], [ -71.04102, 42.351858 ], [ -71.040028, 42.35318 ], [ -71.038775, 42.352681 ], [ -71.040168, 42.350824 ], [ -71.040911, 42.34982 ], [ -71.039967, 42.349421 ], [ -71.038958, 42.348998 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.158025, 42.349057 ], [ -71.157809, 42.349074 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.156475, 42.349114 ], [ -71.155747, 42.349123 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.958254, 42.355157 ], [ -70.958257, 42.355156 ], [ -70.95827, 42.35515 ], [ -70.958282, 42.355144 ], [ -70.958293, 42.355137 ], [ -70.958304, 42.35513 ], [ -70.958315, 42.355122 ], [ -70.958325, 42.355114 ], [ -70.958334, 42.355105 ], [ -70.958343, 42.355096 ], [ -70.958351, 42.355087 ], [ -70.958354, 42.355084 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155924, 42.295629 ], [ -71.155502, 42.295622 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.964445, 42.355544 ], [ -70.964396, 42.355527 ], [ -70.964255, 42.355471 ], [ -70.963986, 42.355372 ], [ -70.963905, 42.355343 ], [ -70.963771, 42.355296 ], [ -70.963672, 42.35526 ], [ -70.963464, 42.355184 ], [ -70.963399, 42.35516 ], [ -70.963335, 42.355136 ], [ -70.96327, 42.355113 ], [ -70.963205, 42.355091 ], [ -70.963094, 42.355051 ], [ -70.962951, 42.354997 ], [ -70.962927, 42.354989 ], [ -70.962904, 42.354981 ], [ -70.96288, 42.354974 ], [ -70.962855, 42.354968 ], [ -70.962831, 42.354962 ], [ -70.962806, 42.354956 ], [ -70.96278, 42.354951 ], [ -70.962755, 42.354946 ], [ -70.962728, 42.354941 ], [ -70.962702, 42.354937 ], [ -70.962676, 42.354934 ], [ -70.962649, 42.354931 ], [ -70.962622, 42.354929 ], [ -70.962563, 42.354926 ], [ -70.962505, 42.354924 ], [ -70.962446, 42.354923 ], [ -70.962388, 42.354922 ], [ -70.962348, 42.354922 ], [ -70.962308, 42.354923 ], [ -70.962269, 42.354924 ], [ -70.962229, 42.354925 ], [ -70.962189, 42.354926 ], [ -70.962159, 42.35493 ], [ -70.962129, 42.354934 ], [ -70.9621, 42.354939 ], [ -70.962071, 42.354944 ], [ -70.962054, 42.354947 ], [ -70.962037, 42.35495 ], [ -70.962019, 42.354954 ], [ -70.962002, 42.354959 ], [ -70.961986, 42.354964 ], [ -70.961969, 42.35497 ], [ -70.961954, 42.354976 ], [ -70.961913, 42.354993 ], [ -70.961871, 42.355009 ], [ -70.961847, 42.355019 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130193, 42.352733 ], [ -71.129303, 42.352629 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14708, 42.350173 ], [ -71.146418, 42.350462 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093227, 42.29455 ], [ -71.092865, 42.295046 ], [ -71.092577, 42.29544 ], [ -71.092329, 42.295765 ], [ -71.092208, 42.295888 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152588, 42.338904 ], [ -71.152689, 42.338724 ], [ -71.152821, 42.338551 ], [ -71.152962, 42.338426 ], [ -71.153083, 42.338342 ], [ -71.153366, 42.338194 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.013047, 42.338276 ], [ -71.01336, 42.338329 ], [ -71.013654, 42.338289 ], [ -71.014401, 42.33831 ], [ -71.01505, 42.338668 ], [ -71.01639, 42.338725 ], [ -71.018208, 42.338682 ], [ -71.019511, 42.338543 ], [ -71.021206, 42.338075 ], [ -71.021787, 42.337715 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.149082, 42.35616 ], [ -71.148567, 42.357003 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.965681, 42.355658 ], [ -70.965677, 42.355659 ], [ -70.965661, 42.355661 ], [ -70.965645, 42.355664 ], [ -70.965628, 42.355665 ], [ -70.965612, 42.355666 ], [ -70.965596, 42.355666 ], [ -70.965446, 42.355642 ], [ -70.965295, 42.35561 ], [ -70.965051, 42.355573 ], [ -70.964579, 42.355504 ], [ -70.964571, 42.355502 ], [ -70.964562, 42.3555 ], [ -70.964553, 42.355499 ], [ -70.964544, 42.355499 ], [ -70.964534, 42.355499 ], [ -70.964525, 42.3555 ], [ -70.964516, 42.355501 ], [ -70.964508, 42.355503 ], [ -70.964499, 42.355506 ], [ -70.964491, 42.355509 ], [ -70.964483, 42.355512 ], [ -70.964476, 42.355516 ], [ -70.964469, 42.355521 ], [ -70.964462, 42.355525 ], [ -70.964456, 42.355531 ], [ -70.964451, 42.355536 ], [ -70.964446, 42.355542 ], [ -70.964445, 42.355544 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128018, 42.363348 ], [ -71.12711, 42.363421 ], [ -71.126563, 42.363463 ], [ -71.126155, 42.363502 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.048758, 42.32546 ], [ -71.048714, 42.325769 ] ], [ [ -71.048714, 42.325769 ], [ -71.048665, 42.32607 ], [ -71.048579, 42.326375 ], [ -71.048362, 42.326902 ] ], [ [ -71.048362, 42.326902 ], [ -71.048255, 42.327092 ] ], [ [ -71.048255, 42.327092 ], [ -71.04789, 42.327663 ] ], [ [ -71.04789, 42.327663 ], [ -71.047804, 42.327766 ] ], [ [ -71.047804, 42.327766 ], [ -71.047207, 42.328381 ], [ -71.047075, 42.328517 ] ], [ [ -71.047075, 42.328517 ], [ -71.046644, 42.328848 ], [ -71.045965, 42.329288 ], [ -71.045624, 42.329479 ], [ -71.045146, 42.329722 ], [ -71.044715, 42.329888 ], [ -71.04419, 42.330037 ], [ -71.043751, 42.330147 ] ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126627, 42.365504 ], [ -71.126454, 42.365631 ], [ -71.126311, 42.365759 ], [ -71.126268, 42.365783 ], [ -71.12616, 42.365875 ], [ -71.125946, 42.366049 ], [ -71.125574, 42.366408 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061646, 42.342769 ], [ -71.061569, 42.342916 ], [ -71.061318, 42.342855 ], [ -71.060964, 42.343553 ], [ -71.061108, 42.343614 ], [ -71.061089, 42.343645 ], [ -71.060986, 42.343806 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155679, 42.340249 ], [ -71.155471, 42.340075 ], [ -71.155089, 42.339754 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153436, 42.343821 ], [ -71.153465, 42.343957 ], [ -71.153483, 42.344045 ], [ -71.153474, 42.344176 ], [ -71.153436, 42.344345 ], [ -71.153369, 42.344513 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.961847, 42.355019 ], [ -70.961844, 42.355014 ], [ -70.961841, 42.355007 ], [ -70.961838, 42.355001 ], [ -70.961837, 42.354993 ], [ -70.961836, 42.354986 ], [ -70.961836, 42.354979 ], [ -70.961837, 42.354972 ], [ -70.961839, 42.354965 ], [ -70.961841, 42.354958 ], [ -70.961844, 42.354951 ], [ -70.961848, 42.354945 ], [ -70.961853, 42.354939 ], [ -70.961858, 42.354933 ], [ -70.961943, 42.354881 ], [ -70.962146, 42.354785 ], [ -70.9623, 42.354719 ], [ -70.962325, 42.354708 ], [ -70.962351, 42.354698 ], [ -70.962377, 42.354688 ], [ -70.962404, 42.354678 ], [ -70.962431, 42.354669 ], [ -70.962458, 42.354661 ], [ -70.962485, 42.354653 ], [ -70.962513, 42.354645 ], [ -70.96254, 42.354639 ], [ -70.962569, 42.354632 ], [ -70.962597, 42.354627 ], [ -70.962625, 42.354621 ], [ -70.962654, 42.354617 ], [ -70.962683, 42.354612 ], [ -70.962712, 42.354609 ], [ -70.962741, 42.354606 ], [ -70.96277, 42.354603 ], [ -70.962799, 42.354602 ], [ -70.962829, 42.3546 ], [ -70.962858, 42.354599 ], [ -70.962887, 42.354599 ], [ -70.962917, 42.3546 ], [ -70.963153, 42.354603 ], [ -70.96321, 42.354601 ], [ -70.963213, 42.354601 ], [ -70.963216, 42.354601 ], [ -70.963219, 42.3546 ], [ -70.963221, 42.354599 ], [ -70.963224, 42.354598 ], [ -70.963227, 42.354597 ], [ -70.963229, 42.354595 ], [ -70.963231, 42.354594 ], [ -70.963233, 42.354592 ], [ -70.963234, 42.35459 ], [ -70.963236, 42.354588 ], [ -70.963237, 42.354586 ], [ -70.963238, 42.354584 ], [ -70.963238, 42.354582 ], [ -70.963238, 42.35458 ], [ -70.963238, 42.354578 ], [ -70.963238, 42.354576 ], [ -70.963237, 42.354573 ], [ -70.963236, 42.354571 ], [ -70.963235, 42.354569 ], [ -70.963234, 42.354567 ], [ -70.963232, 42.354566 ], [ -70.96296, 42.354301 ], [ -70.962927, 42.354262 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15532, 42.340328 ], [ -71.155283, 42.340401 ], [ -71.155245, 42.340472 ], [ -71.15476, 42.341215 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125214, 42.366788 ], [ -71.124985, 42.367013 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07274, 42.36067 ], [ -71.072678, 42.360584 ], [ -71.072628, 42.360512 ], [ -71.072569, 42.360402 ], [ -71.07252, 42.360328 ], [ -71.072478, 42.360275 ], [ -71.072428, 42.360208 ], [ -71.072402, 42.36017 ], [ -71.072377, 42.360126 ], [ -71.07236, 42.360088 ], [ -71.072343, 42.36003 ], [ -71.072335, 42.359977 ], [ -71.072334, 42.359921 ], [ -71.072345, 42.359876 ], [ -71.072353, 42.359836 ], [ -71.072355, 42.35978 ], [ -71.072355, 42.359752 ], [ -71.072365, 42.359685 ], [ -71.072379, 42.359618 ], [ -71.0724, 42.35955 ], [ -71.072439, 42.359414 ], [ -71.072472, 42.359288 ], [ -71.072566, 42.358944 ], [ -71.072657, 42.358618 ], [ -71.072731, 42.358355 ], [ -71.072823, 42.358032 ], [ -71.072903, 42.357758 ], [ -71.072975, 42.357559 ], [ -71.073077, 42.357296 ], [ -71.07319, 42.357034 ], [ -71.073299, 42.356781 ], [ -71.073359, 42.356682 ], [ -71.073463, 42.356612 ], [ -71.073482, 42.356545 ], [ -71.073585, 42.356429 ], [ -71.073617, 42.356399 ], [ -71.073666, 42.356366 ], [ -71.073712, 42.356344 ], [ -71.073759, 42.356327 ], [ -71.073809, 42.356319 ], [ -71.073877, 42.35631 ], [ -71.073922, 42.356295 ], [ -71.073977, 42.35625 ], [ -71.074054, 42.356211 ], [ -71.074116, 42.356171 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15465, 42.34914 ], [ -71.154438, 42.349146 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120079, 42.272602 ], [ -71.119689, 42.272526 ], [ -71.119087, 42.272499 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Ellis Memorial Childrens Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069598, 42.347343 ], [ -71.06955, 42.347292 ], [ -71.068824, 42.347489 ], [ -71.068615, 42.347484 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153229, 42.338024 ], [ -71.153051, 42.338051 ], [ -71.152942, 42.338097 ], [ -71.152822, 42.338186 ], [ -71.152638, 42.338363 ], [ -71.152531, 42.33847 ], [ -71.152454, 42.338566 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092415, 42.346651 ], [ -71.092525, 42.346651 ], [ -71.092688, 42.346645 ], [ -71.092842, 42.346612 ], [ -71.092997, 42.346559 ], [ -71.093087, 42.346499 ], [ -71.093206, 42.346432 ], [ -71.093342, 42.346318 ], [ -71.09346, 42.346198 ], [ -71.093606, 42.346051 ], [ -71.093788, 42.345897 ], [ -71.093961, 42.345736 ], [ -71.094107, 42.345609 ], [ -71.094189, 42.345495 ], [ -71.094262, 42.345375 ], [ -71.094317, 42.345268 ], [ -71.094381, 42.345107 ], [ -71.094428, 42.344979 ], [ -71.094492, 42.344819 ], [ -71.094529, 42.344678 ], [ -71.094566, 42.34453 ], [ -71.094585, 42.344376 ], [ -71.094605, 42.344195 ], [ -71.094605, 42.34404 ], [ -71.094597, 42.343919 ], [ -71.094562, 42.343724 ], [ -71.094527, 42.343597 ], [ -71.094483, 42.343436 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122596, 42.308452 ], [ -71.122632, 42.308401 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148841, 42.34179 ], [ -71.149295, 42.341696 ], [ -71.149656, 42.341591 ], [ -71.149972, 42.341475 ], [ -71.150266, 42.34133 ], [ -71.150404, 42.341226 ], [ -71.150488, 42.341063 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.960961, 42.350061 ], [ -70.960969, 42.350066 ], [ -70.960978, 42.350072 ], [ -70.960988, 42.350077 ], [ -70.961385, 42.350257 ], [ -70.961406, 42.350267 ], [ -70.961426, 42.350278 ], [ -70.961445, 42.350289 ], [ -70.961464, 42.350301 ], [ -70.961483, 42.350313 ], [ -70.961501, 42.350326 ], [ -70.961643, 42.350427 ], [ -70.961655, 42.350436 ], [ -70.961667, 42.350444 ], [ -70.96168, 42.350452 ], [ -70.961693, 42.350459 ], [ -70.961707, 42.350466 ], [ -70.961722, 42.350472 ], [ -70.961736, 42.350477 ], [ -70.961752, 42.350482 ], [ -70.961786, 42.350493 ], [ -70.961819, 42.350504 ], [ -70.961853, 42.350516 ], [ -70.961886, 42.350528 ], [ -70.961919, 42.350541 ], [ -70.961951, 42.350554 ], [ -70.961983, 42.350568 ], [ -70.962014, 42.350582 ], [ -70.962045, 42.350597 ], [ -70.962076, 42.350613 ], [ -70.962106, 42.350629 ], [ -70.962135, 42.350645 ], [ -70.962164, 42.350662 ], [ -70.962186, 42.350677 ], [ -70.962206, 42.350693 ], [ -70.962227, 42.350709 ], [ -70.962246, 42.350725 ], [ -70.962266, 42.350742 ], [ -70.962284, 42.350759 ], [ -70.962302, 42.350777 ], [ -70.962319, 42.350795 ], [ -70.962336, 42.350813 ], [ -70.962352, 42.350831 ], [ -70.962368, 42.35085 ], [ -70.962556, 42.351063 ], [ -70.962568, 42.351075 ], [ -70.962582, 42.351088 ], [ -70.962595, 42.3511 ], [ -70.96261, 42.351112 ], [ -70.962625, 42.351123 ], [ -70.96264, 42.351134 ], [ -70.962656, 42.351144 ], [ -70.962672, 42.351154 ], [ -70.962689, 42.351164 ], [ -70.962831, 42.351231 ], [ -70.962845, 42.351237 ], [ -70.96286, 42.351243 ], [ -70.962875, 42.351247 ], [ -70.96289, 42.351252 ], [ -70.962906, 42.351256 ], [ -70.962922, 42.351259 ], [ -70.962938, 42.351261 ], [ -70.962954, 42.351263 ], [ -70.96297, 42.351264 ], [ -70.962986, 42.351265 ], [ -70.963003, 42.351265 ], [ -70.963042, 42.35126 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120727, 42.309017 ], [ -71.120504, 42.309017 ], [ -71.12013, 42.308964 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11545, 42.307263 ], [ -71.115478, 42.307397 ], [ -71.115506, 42.307664 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153296, 42.344662 ], [ -71.153068, 42.345116 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Stony Brook Reservation Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135892, 42.258444 ], [ -71.135852, 42.258489 ], [ -71.135818, 42.258522 ], [ -71.135785, 42.258551 ], [ -71.13575, 42.258575 ], [ -71.135711, 42.258599 ], [ -71.135665, 42.258621 ], [ -71.135611, 42.258644 ], [ -71.135544, 42.25867 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115556, 42.308483 ], [ -71.115579, 42.308945 ], [ -71.115578, 42.309201 ], [ -71.115582, 42.309306 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056641, 42.368236 ], [ -71.056574, 42.368268 ], [ -71.056479, 42.368304 ], [ -71.056452, 42.368307 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155747, 42.349123 ], [ -71.155225, 42.349134 ], [ -71.1548, 42.349137 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1084, 42.341897 ], [ -71.108617, 42.342045 ], [ -71.108677, 42.342312 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114101, 42.313035 ], [ -71.1141, 42.313238 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.963237, 42.351189 ], [ -70.963242, 42.35119 ], [ -70.963253, 42.351193 ], [ -70.963299, 42.351211 ], [ -70.963345, 42.351228 ], [ -70.963391, 42.351245 ], [ -70.963422, 42.351258 ], [ -70.963454, 42.35127 ], [ -70.963486, 42.351283 ], [ -70.963517, 42.351297 ], [ -70.963547, 42.351311 ], [ -70.963578, 42.351325 ], [ -70.963639, 42.351355 ], [ -70.9637, 42.351385 ], [ -70.96376, 42.351415 ], [ -70.963791, 42.351432 ], [ -70.963821, 42.351449 ], [ -70.96385, 42.351466 ], [ -70.96388, 42.351484 ], [ -70.963908, 42.351502 ], [ -70.963937, 42.351521 ], [ -70.963961, 42.351539 ], [ -70.963989, 42.351562 ], [ -70.964012, 42.351587 ], [ -70.964034, 42.351612 ], [ -70.964054, 42.351637 ], [ -70.964097, 42.351701 ], [ -70.964154, 42.35177 ], [ -70.964416, 42.35202 ], [ -70.964423, 42.352029 ], [ -70.96443, 42.352039 ], [ -70.964437, 42.352048 ], [ -70.964442, 42.352058 ], [ -70.964447, 42.352069 ], [ -70.96445, 42.352079 ], [ -70.964453, 42.35209 ], [ -70.964455, 42.3521 ], [ -70.964456, 42.352111 ], [ -70.964457, 42.352122 ], [ -70.964456, 42.352133 ], [ -70.964445, 42.352306 ], [ -70.964446, 42.352334 ], [ -70.964448, 42.352361 ], [ -70.964451, 42.352389 ], [ -70.964455, 42.352417 ], [ -70.96446, 42.352444 ], [ -70.964466, 42.352471 ], [ -70.964514, 42.352629 ], [ -70.964521, 42.352648 ], [ -70.964529, 42.352666 ], [ -70.964538, 42.352685 ], [ -70.964547, 42.352703 ], [ -70.964558, 42.352721 ], [ -70.964569, 42.352739 ], [ -70.964629, 42.352814 ], [ -70.96469, 42.35287 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15402, 42.349146 ], [ -71.153452, 42.349128 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11657, 42.32103 ], [ -71.116321, 42.321021 ], [ -71.115991, 42.32104 ], [ -71.115815, 42.321057 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038273, 42.317913 ], [ -71.038175, 42.31794 ], [ -71.038072, 42.317984 ], [ -71.038005, 42.318004 ], [ -71.037915, 42.318036 ], [ -71.037776, 42.318083 ], [ -71.037667, 42.318142 ], [ -71.037616, 42.318195 ], [ -71.037513, 42.318141 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153786, 42.347264 ], [ -71.153448, 42.346791 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108617, 42.342045 ], [ -71.109009, 42.342054 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113882, 42.321329 ], [ -71.113213, 42.321434 ], [ -71.112816, 42.321505 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.96469, 42.35287 ], [ -70.964692, 42.352877 ], [ -70.964698, 42.352894 ], [ -70.964705, 42.352911 ], [ -70.964713, 42.352928 ], [ -70.964721, 42.352944 ], [ -70.96473, 42.35296 ], [ -70.96474, 42.352976 ], [ -70.964753, 42.352995 ], [ -70.964767, 42.353014 ], [ -70.964781, 42.353033 ], [ -70.964796, 42.353051 ], [ -70.964811, 42.353068 ], [ -70.964828, 42.353086 ], [ -70.964845, 42.353103 ], [ -70.964872, 42.35313 ], [ -70.9649, 42.353157 ], [ -70.964928, 42.353184 ], [ -70.964957, 42.35321 ], [ -70.964986, 42.353236 ], [ -70.965017, 42.353262 ], [ -70.965045, 42.353283 ], [ -70.965074, 42.353304 ], [ -70.965103, 42.353324 ], [ -70.965133, 42.353344 ], [ -70.965163, 42.353364 ], [ -70.965194, 42.353383 ], [ -70.9652, 42.353387 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152965, 42.350045 ], [ -71.152816, 42.350248 ], [ -71.15268, 42.35046 ], [ -71.152385, 42.350912 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119549, 42.321829 ], [ -71.119516, 42.322063 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057143, 42.34545 ], [ -71.056985, 42.345464 ], [ -71.056882, 42.345592 ], [ -71.056865, 42.345608 ], [ -71.056852, 42.345617 ], [ -71.056838, 42.345624 ], [ -71.056822, 42.345629 ], [ -71.056801, 42.345632 ], [ -71.056776, 42.345634 ], [ -71.056714, 42.345632 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Riverdale Parkway Rotary" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119956, 42.322798 ], [ -71.119805, 42.322709 ], [ -71.119765, 42.322687 ], [ -71.119725, 42.32267 ], [ -71.119683, 42.322663 ], [ -71.119638, 42.322662 ], [ -71.119604, 42.322667 ], [ -71.119572, 42.322681 ], [ -71.119548, 42.322694 ], [ -71.119527, 42.322714 ], [ -71.119502, 42.322751 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116229, 42.255108 ], [ -71.114603, 42.256851 ], [ -71.114244, 42.257208 ], [ -71.113935, 42.257473 ], [ -71.113516, 42.257762 ], [ -71.113029, 42.25802 ], [ -71.111829, 42.258552 ], [ -71.111291, 42.258815 ], [ -71.110932, 42.259021 ], [ -71.110291, 42.259423 ], [ -71.109792, 42.259716 ], [ -71.109406, 42.259905 ], [ -71.108905, 42.260076 ], [ -71.108421, 42.260179 ], [ -71.107913, 42.26025 ], [ -71.107769, 42.260301 ], [ -71.107274, 42.260301 ], [ -71.107076, 42.260227 ], [ -71.106584, 42.260155 ], [ -71.106058, 42.260022 ], [ -71.105693, 42.259904 ], [ -71.104911, 42.259646 ], [ -71.104489, 42.259548 ], [ -71.104133, 42.259508 ], [ -71.103662, 42.259493 ], [ -71.103258, 42.259516 ], [ -71.102686, 42.259633 ], [ -71.102329, 42.259737 ], [ -71.101106, 42.260351 ], [ -71.100642, 42.260595 ], [ -71.100581, 42.260689 ], [ -71.099742, 42.26115 ], [ -71.099619, 42.261139 ], [ -71.099038, 42.261421 ], [ -71.098668, 42.261603 ], [ -71.098245, 42.261866 ], [ -71.097596, 42.262442 ], [ -71.097362, 42.262667 ], [ -71.097323, 42.26279 ], [ -71.09657, 42.263453 ], [ -71.096455, 42.263511 ], [ -71.096194, 42.263742 ], [ -71.09553, 42.26435 ], [ -71.094953, 42.264873 ], [ -71.094805, 42.265008 ], [ -71.094692, 42.265107 ], [ -71.094592, 42.265221 ], [ -71.09457, 42.265296 ], [ -71.094571, 42.265359 ], [ -71.094526, 42.265613 ], [ -71.094393, 42.265957 ], [ -71.094154, 42.266429 ], [ -71.094088, 42.266718 ], [ -71.094047, 42.266899 ], [ -71.09403, 42.267028 ], [ -71.094014, 42.267241 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153452, 42.349128 ], [ -71.153477, 42.348869 ], [ -71.153515, 42.348786 ], [ -71.153606, 42.348646 ], [ -71.15373, 42.348472 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148971, 42.285912 ], [ -71.148781, 42.285916 ], [ -71.14857, 42.285946 ], [ -71.148321, 42.285971 ], [ -71.148062, 42.285988 ], [ -71.147776, 42.286004 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09194, 42.350213 ], [ -71.092162, 42.35016 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092205, 42.28166 ], [ -71.091951, 42.282412 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.964443, 42.351492 ], [ -70.964518, 42.351541 ], [ -70.964528, 42.351548 ], [ -70.96454, 42.351556 ], [ -70.964552, 42.351562 ], [ -70.964565, 42.351568 ], [ -70.964578, 42.351574 ], [ -70.96459, 42.351578 ], [ -70.964611, 42.351588 ], [ -70.964632, 42.351598 ], [ -70.964653, 42.351609 ], [ -70.964673, 42.35162 ], [ -70.964693, 42.351631 ], [ -70.964712, 42.351643 ], [ -70.964736, 42.351661 ], [ -70.964761, 42.35168 ], [ -70.964784, 42.351699 ], [ -70.964807, 42.351718 ], [ -70.96483, 42.351738 ], [ -70.96485, 42.351756 ], [ -70.964869, 42.351774 ], [ -70.964888, 42.351793 ], [ -70.964906, 42.351812 ], [ -70.964923, 42.351832 ], [ -70.96494, 42.351852 ], [ -70.964955, 42.351871 ], [ -70.964962, 42.351882 ], [ -70.964968, 42.351894 ], [ -70.964974, 42.351905 ], [ -70.964979, 42.351917 ], [ -70.964983, 42.351928 ], [ -70.964986, 42.35194 ], [ -70.964989, 42.351952 ], [ -70.964991, 42.351964 ], [ -70.964993, 42.351977 ], [ -70.964993, 42.351988 ], [ -70.964992, 42.351997 ], [ -70.964992, 42.352002 ], [ -70.964994, 42.352049 ], [ -70.964995, 42.352097 ], [ -70.964988, 42.352156 ], [ -70.964976, 42.352192 ], [ -70.96497, 42.352204 ], [ -70.964963, 42.352216 ], [ -70.964956, 42.352228 ], [ -70.964948, 42.35224 ], [ -70.964939, 42.352251 ], [ -70.96493, 42.352262 ], [ -70.96492, 42.352272 ], [ -70.964909, 42.352282 ], [ -70.964887, 42.352302 ], [ -70.964864, 42.352321 ], [ -70.96484, 42.352339 ], [ -70.964816, 42.352357 ], [ -70.964791, 42.352375 ], [ -70.964765, 42.352393 ], [ -70.964754, 42.352403 ], [ -70.964745, 42.352412 ], [ -70.964737, 42.352423 ], [ -70.964729, 42.352433 ], [ -70.964722, 42.352444 ], [ -70.964717, 42.352455 ], [ -70.964712, 42.352467 ], [ -70.964702, 42.352509 ], [ -70.964693, 42.352551 ], [ -70.964684, 42.352593 ], [ -70.964675, 42.352635 ], [ -70.964672, 42.352654 ], [ -70.964669, 42.352673 ], [ -70.964668, 42.352693 ], [ -70.964667, 42.352712 ], [ -70.964667, 42.352731 ], [ -70.964668, 42.352751 ], [ -70.964669, 42.35277 ], [ -70.964672, 42.352789 ], [ -70.964675, 42.352809 ], [ -70.964678, 42.352826 ], [ -70.964682, 42.352843 ], [ -70.964687, 42.35286 ], [ -70.96469, 42.35287 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119972, 42.351719 ], [ -71.121261, 42.35188 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beech Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14847, 42.285611 ], [ -71.148384, 42.285555 ], [ -71.147912, 42.285239 ], [ -71.147714, 42.285086 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113986, 42.301331 ], [ -71.113863, 42.301311 ], [ -71.113688, 42.301283 ], [ -71.113503, 42.301232 ], [ -71.113319, 42.301195 ], [ -71.112679, 42.301151 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11855, 42.351369 ], [ -71.118277, 42.351334 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153421, 42.349467 ], [ -71.15333, 42.349591 ], [ -71.153071, 42.349903 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967497, 42.355285 ], [ -70.967497, 42.355285 ], [ -70.967499, 42.355285 ], [ -70.967502, 42.355284 ], [ -70.967503, 42.355283 ], [ -70.967505, 42.355282 ], [ -70.967516, 42.355273 ], [ -70.967531, 42.355261 ], [ -70.967546, 42.355248 ], [ -70.967561, 42.355235 ], [ -70.967583, 42.35521 ], [ -70.967606, 42.355184 ], [ -70.967629, 42.355157 ], [ -70.967645, 42.355143 ], [ -70.967661, 42.355129 ], [ -70.967677, 42.355117 ], [ -70.967695, 42.355104 ], [ -70.967713, 42.355092 ], [ -70.967731, 42.355081 ], [ -70.96775, 42.35507 ], [ -70.967769, 42.35506 ], [ -70.967802, 42.355039 ], [ -70.967836, 42.355018 ], [ -70.967871, 42.354997 ], [ -70.967906, 42.354977 ], [ -70.967941, 42.354957 ], [ -70.967977, 42.354938 ], [ -70.967988, 42.354931 ], [ -70.968, 42.354924 ], [ -70.968013, 42.354918 ], [ -70.968026, 42.354912 ], [ -70.96804, 42.354908 ], [ -70.968054, 42.354903 ], [ -70.968069, 42.3549 ], [ -70.968084, 42.354897 ], [ -70.968099, 42.354894 ], [ -70.968113, 42.354893 ], [ -70.968137, 42.354891 ], [ -70.968159, 42.354888 ], [ -70.968182, 42.354885 ], [ -70.968204, 42.354881 ], [ -70.968216, 42.354879 ], [ -70.968228, 42.354876 ], [ -70.96824, 42.354873 ], [ -70.968251, 42.35487 ], [ -70.968262, 42.354865 ], [ -70.968273, 42.354861 ], [ -70.968283, 42.354856 ], [ -70.968293, 42.35485 ], [ -70.968303, 42.354845 ], [ -70.968312, 42.354838 ], [ -70.96832, 42.354832 ], [ -70.968326, 42.354827 ], [ -70.968331, 42.354821 ], [ -70.968335, 42.354815 ], [ -70.968339, 42.354809 ], [ -70.968342, 42.354803 ], [ -70.968344, 42.354798 ], [ -70.968347, 42.35479 ], [ -70.968348, 42.354784 ], [ -70.968349, 42.354777 ], [ -70.968349, 42.354771 ], [ -70.968348, 42.354764 ], [ -70.968347, 42.354757 ], [ -70.968345, 42.354751 ], [ -70.968342, 42.354745 ], [ -70.968338, 42.354737 ], [ -70.968332, 42.35473 ], [ -70.968326, 42.354722 ], [ -70.96832, 42.354716 ], [ -70.968313, 42.354709 ], [ -70.968305, 42.354703 ], [ -70.968296, 42.354697 ], [ -70.968287, 42.354692 ], [ -70.968278, 42.354687 ], [ -70.968268, 42.354683 ], [ -70.968246, 42.354673 ], [ -70.96805, 42.354582 ], [ -70.968021, 42.354569 ], [ -70.967992, 42.354556 ], [ -70.967964, 42.354542 ], [ -70.967936, 42.354527 ], [ -70.967909, 42.354512 ], [ -70.967883, 42.354496 ], [ -70.967855, 42.35448 ], [ -70.967827, 42.354464 ], [ -70.967798, 42.354449 ], [ -70.967769, 42.354435 ], [ -70.96774, 42.354421 ], [ -70.96771, 42.354407 ], [ -70.967689, 42.354397 ], [ -70.967668, 42.354387 ], [ -70.967646, 42.354379 ], [ -70.967624, 42.35437 ], [ -70.967602, 42.354362 ], [ -70.96758, 42.354355 ], [ -70.96755, 42.354349 ], [ -70.967521, 42.354343 ], [ -70.96749, 42.354338 ], [ -70.967452, 42.354332 ], [ -70.967414, 42.354326 ], [ -70.967376, 42.354319 ], [ -70.967338, 42.354312 ], [ -70.9673, 42.354303 ], [ -70.967263, 42.354295 ], [ -70.967226, 42.354285 ], [ -70.967188, 42.354276 ], [ -70.967151, 42.354266 ], [ -70.967113, 42.354256 ], [ -70.967076, 42.354245 ], [ -70.96704, 42.354233 ], [ -70.967004, 42.35422 ], [ -70.966922, 42.354188 ], [ -70.966842, 42.354155 ], [ -70.966761, 42.354121 ], [ -70.966681, 42.354088 ], [ -70.966594, 42.354051 ], [ -70.966506, 42.354014 ], [ -70.966417, 42.353978 ], [ -70.966312, 42.353933 ], [ -70.966207, 42.353889 ], [ -70.966101, 42.353844 ], [ -70.966033, 42.353814 ], [ -70.965966, 42.353784 ], [ -70.965908, 42.353757 ], [ -70.965885, 42.353746 ], [ -70.965724, 42.353669 ], [ -70.965614, 42.353613 ], [ -70.965571, 42.353591 ], [ -70.965521, 42.353563 ], [ -70.965461, 42.353532 ], [ -70.965401, 42.3535 ], [ -70.965342, 42.353468 ], [ -70.965284, 42.353435 ], [ -70.965225, 42.353402 ], [ -70.9652, 42.353387 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091165, 42.284821 ], [ -71.090989, 42.285333 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115976, 42.277624 ], [ -71.115925, 42.277465 ], [ -71.115872, 42.277283 ], [ -71.115854, 42.277205 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144897, 42.286058 ], [ -71.14436, 42.286064 ], [ -71.143203, 42.286091 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109961, 42.285827 ], [ -71.110451, 42.285521 ], [ -71.110883, 42.285253 ], [ -71.111722, 42.284717 ], [ -71.112496, 42.284181 ], [ -71.113331, 42.283593 ], [ -71.114264, 42.28296 ], [ -71.114671, 42.282677 ], [ -71.114985, 42.282432 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099779, 42.340716 ], [ -71.099811, 42.340707 ], [ -71.09989, 42.340697 ], [ -71.099915, 42.340693 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147871, 42.296609 ], [ -71.148045, 42.296595 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.099915, 42.340693 ], [ -71.099925, 42.34072 ], [ -71.09994, 42.340741 ], [ -71.099959, 42.340757 ], [ -71.09998, 42.340773 ], [ -71.100025, 42.340806 ], [ -71.10007, 42.340836 ], [ -71.100137, 42.340871 ], [ -71.100389, 42.341019 ], [ -71.100533, 42.341141 ], [ -71.100659, 42.341248 ], [ -71.100785, 42.341373 ], [ -71.100888, 42.341475 ] ], [ [ -71.100888, 42.341475 ], [ -71.101157, 42.341738 ], [ -71.101471, 42.342059 ], [ -71.102081, 42.342673 ], [ -71.102196, 42.342775 ], [ -71.102322, 42.342891 ], [ -71.102438, 42.342998 ], [ -71.10252, 42.343072 ] ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.151367, 42.352556 ], [ -71.151135, 42.352907 ], [ -71.150882, 42.353358 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090549, 42.287243 ], [ -71.090756, 42.286623 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Mass Ave Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089783, 42.352116 ], [ -71.089909, 42.352374 ], [ -71.089997, 42.352352 ], [ -71.089865, 42.352082 ], [ -71.089952, 42.352056 ], [ -71.089816, 42.351785 ], [ -71.089926, 42.351758 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11676, 42.321042 ], [ -71.11657, 42.32103 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143203, 42.286091 ], [ -71.141912, 42.286118 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.955169, 42.345529 ], [ -70.955119, 42.345548 ], [ -70.954809, 42.345727 ], [ -70.954667, 42.345803 ], [ -70.954291, 42.345985 ], [ -70.954111, 42.346065 ], [ -70.954088, 42.346078 ], [ -70.954066, 42.346091 ], [ -70.954044, 42.346105 ], [ -70.954023, 42.346119 ], [ -70.954002, 42.346133 ], [ -70.953982, 42.346148 ], [ -70.953922, 42.346196 ], [ -70.953913, 42.346204 ], [ -70.953903, 42.346211 ], [ -70.953892, 42.346218 ], [ -70.953881, 42.346224 ], [ -70.953869, 42.34623 ], [ -70.953857, 42.346236 ], [ -70.953844, 42.346241 ], [ -70.953831, 42.346245 ], [ -70.953818, 42.346249 ], [ -70.953805, 42.346252 ], [ -70.953791, 42.346255 ], [ -70.953777, 42.346257 ], [ -70.953644, 42.346276 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115835, 42.298299 ], [ -71.115542, 42.298751 ], [ -71.115253, 42.299256 ], [ -71.115031, 42.299677 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089234, 42.291231 ], [ -71.089495, 42.290447 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "MBTA Redline Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066042, 42.29397 ], [ -71.066033, 42.293931 ], [ -71.065854, 42.293212 ], [ -71.065694, 42.29323 ], [ -71.06564, 42.293025 ], [ -71.06576, 42.292951 ], [ -71.065606, 42.292222 ], [ -71.065628, 42.292176 ], [ -71.06561, 42.292104 ], [ -71.065579, 42.292094 ], [ -71.065568, 42.292043 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150882, 42.353358 ], [ -71.150708, 42.35361 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100016, 42.340354 ], [ -71.100032, 42.340363 ], [ -71.100051, 42.340372 ], [ -71.100094, 42.340396 ], [ -71.10013, 42.340419 ], [ -71.100177, 42.34048 ], [ -71.100151, 42.340488 ], [ -71.100125, 42.340496 ], [ -71.100089, 42.340509 ], [ -71.100052, 42.340526 ], [ -71.100016, 42.340543 ], [ -71.099979, 42.340568 ], [ -71.09995, 42.340592 ], [ -71.099924, 42.340615 ], [ -71.099907, 42.340643 ], [ -71.099907, 42.340668 ], [ -71.099915, 42.340693 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137896, 42.292849 ], [ -71.137306, 42.293365 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953644, 42.346276 ], [ -70.953651, 42.346289 ], [ -70.953682, 42.346358 ], [ -70.953731, 42.346464 ], [ -70.953786, 42.34658 ], [ -70.9538, 42.346609 ], [ -70.953824, 42.346695 ], [ -70.953866, 42.346839 ], [ -70.953903, 42.346968 ], [ -70.953933, 42.34707 ], [ -70.953962, 42.347169 ], [ -70.953984, 42.347245 ], [ -70.954041, 42.347448 ], [ -70.954066, 42.347575 ], [ -70.95411, 42.347774 ], [ -70.954148, 42.347951 ], [ -70.954174, 42.348114 ], [ -70.95421, 42.348361 ], [ -70.954234, 42.34851 ], [ -70.954228, 42.348649 ], [ -70.954224, 42.348782 ], [ -70.954217, 42.348819 ], [ -70.9542, 42.348911 ], [ -70.95417, 42.34906 ], [ -70.95408, 42.349136 ], [ -70.953981, 42.34922 ], [ -70.95392, 42.349271 ], [ -70.953849, 42.349314 ], [ -70.953754, 42.349373 ], [ -70.953677, 42.349421 ], [ -70.953675, 42.349422 ], [ -70.953673, 42.349424 ], [ -70.953671, 42.349426 ], [ -70.953669, 42.349428 ], [ -70.953667, 42.34943 ], [ -70.953666, 42.349432 ], [ -70.953665, 42.349434 ], [ -70.953664, 42.349437 ], [ -70.953664, 42.349439 ], [ -70.953663, 42.349442 ], [ -70.953664, 42.349444 ], [ -70.953664, 42.349446 ], [ -70.953665, 42.349449 ], [ -70.953666, 42.349451 ], [ -70.953667, 42.349453 ], [ -70.953668, 42.349456 ], [ -70.95367, 42.349458 ], [ -70.953672, 42.34946 ], [ -70.953697, 42.349481 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114671, 42.300568 ], [ -71.114609, 42.301006 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087025, 42.298157 ], [ -71.087155, 42.297674 ], [ -71.087529, 42.296463 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05153, 42.329311 ], [ -71.051338, 42.329456 ], [ -71.051172, 42.329567 ], [ -71.051086, 42.32962 ], [ -71.050974, 42.329676 ], [ -71.050765, 42.329771 ], [ -71.050485, 42.329864 ], [ -71.050269, 42.329919 ], [ -71.050064, 42.329954 ], [ -71.049923, 42.329971 ], [ -71.049716, 42.329987 ], [ -71.049537, 42.329995 ], [ -71.049199, 42.330011 ], [ -71.048914, 42.330019 ], [ -71.048657, 42.330028 ], [ -71.048435, 42.330034 ], [ -71.048287, 42.330027 ], [ -71.048123, 42.329999 ], [ -71.047958, 42.329953 ], [ -71.047848, 42.329913 ], [ -71.047756, 42.329873 ], [ -71.047667, 42.329828 ], [ -71.047575, 42.329774 ], [ -71.047457, 42.329685 ], [ -71.047364, 42.329596 ], [ -71.047277, 42.329484 ], [ -71.047204, 42.329356 ], [ -71.047174, 42.329279 ], [ -71.047153, 42.329202 ], [ -71.047143, 42.329092 ], [ -71.047149, 42.328978 ], [ -71.047161, 42.328882 ], [ -71.04719, 42.328777 ], [ -71.047228, 42.32869 ], [ -71.04728, 42.328613 ], [ -71.047364, 42.328511 ], [ -71.047564, 42.328311 ], [ -71.047694, 42.328181 ], [ -71.04787, 42.327997 ], [ -71.048093, 42.327742 ], [ -71.04824, 42.327529 ], [ -71.048307, 42.32742 ], [ -71.048444, 42.32719 ], [ -71.048563, 42.326973 ], [ -71.048606, 42.326871 ], [ -71.048711, 42.326631 ], [ -71.048785, 42.326437 ], [ -71.048835, 42.326268 ], [ -71.048888, 42.326082 ], [ -71.048955, 42.32572 ], [ -71.048981, 42.325464 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114451, 42.302341 ], [ -71.114473, 42.302525 ], [ -71.114541, 42.302871 ], [ -71.114585, 42.303039 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142306, 42.345082 ], [ -71.142439, 42.344883 ], [ -71.1427, 42.344519 ], [ -71.142792, 42.344377 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150708, 42.35361 ], [ -71.150534, 42.353895 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.958354, 42.355084 ], [ -70.958371, 42.355092 ], [ -70.958406, 42.355095 ], [ -70.958435, 42.355101 ], [ -70.95845, 42.355104 ], [ -70.958464, 42.355109 ], [ -70.958477, 42.355114 ], [ -70.958494, 42.355121 ], [ -70.958619, 42.355205 ], [ -70.958652, 42.355229 ], [ -70.958686, 42.355252 ], [ -70.958719, 42.355275 ], [ -70.958754, 42.355297 ], [ -70.958789, 42.355319 ], [ -70.958824, 42.355341 ], [ -70.95888, 42.355378 ], [ -70.958937, 42.355414 ], [ -70.958995, 42.355451 ], [ -70.959052, 42.355487 ], [ -70.959103, 42.355519 ], [ -70.959154, 42.355552 ], [ -70.959205, 42.355584 ], [ -70.959258, 42.355615 ], [ -70.959285, 42.355628 ], [ -70.959312, 42.35564 ], [ -70.959339, 42.355651 ], [ -70.959367, 42.355662 ], [ -70.959394, 42.355672 ], [ -70.959423, 42.355683 ], [ -70.959452, 42.355693 ], [ -70.959482, 42.355703 ], [ -70.959512, 42.355713 ], [ -70.959538, 42.35572 ], [ -70.959565, 42.355727 ], [ -70.959592, 42.355734 ], [ -70.959619, 42.35574 ], [ -70.959647, 42.355746 ], [ -70.959674, 42.355751 ], [ -70.959702, 42.355755 ], [ -70.959864, 42.355782 ], [ -70.960006, 42.355807 ], [ -70.96004, 42.355813 ], [ -70.960074, 42.355818 ], [ -70.960107, 42.355823 ], [ -70.960141, 42.355828 ], [ -70.960175, 42.355831 ], [ -70.960209, 42.355835 ], [ -70.960237, 42.355838 ], [ -70.960262, 42.355841 ], [ -70.960286, 42.355843 ], [ -70.9603, 42.355842 ], [ -70.960315, 42.35584 ], [ -70.960329, 42.355838 ], [ -70.960343, 42.355834 ], [ -70.960358, 42.355831 ], [ -70.96038, 42.355825 ], [ -70.960402, 42.355818 ], [ -70.960423, 42.355811 ], [ -70.960444, 42.355803 ], [ -70.960465, 42.355795 ], [ -70.960491, 42.355783 ], [ -70.960516, 42.355771 ], [ -70.960541, 42.355758 ], [ -70.960566, 42.355744 ], [ -70.960612, 42.35572 ], [ -70.960657, 42.355696 ], [ -70.960702, 42.35567 ], [ -70.960746, 42.355644 ], [ -70.960789, 42.355621 ], [ -70.96083, 42.355598 ], [ -70.960872, 42.355574 ], [ -70.960912, 42.355549 ], [ -70.960958, 42.355523 ], [ -70.961003, 42.355497 ], [ -70.961049, 42.355472 ], [ -70.961099, 42.355441 ], [ -70.961149, 42.35541 ], [ -70.9612, 42.35538 ], [ -70.961252, 42.35535 ], [ -70.961303, 42.35532 ], [ -70.961385, 42.355275 ], [ -70.961466, 42.355228 ], [ -70.961546, 42.355182 ], [ -70.96174, 42.355072 ], [ -70.961769, 42.355056 ], [ -70.961799, 42.355041 ], [ -70.961829, 42.355025 ], [ -70.961847, 42.355019 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100115, 42.2903 ], [ -71.099855, 42.290373 ], [ -71.099643, 42.290452 ], [ -71.098255, 42.290885 ], [ -71.097471, 42.29113 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087279, 42.296657 ], [ -71.086949, 42.297719 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.033958, 42.37222 ], [ -71.033753, 42.372389 ], [ -71.033378, 42.372784 ], [ -71.033114, 42.372975 ], [ -71.032642, 42.373224 ], [ -71.032249, 42.373575 ], [ -71.031885, 42.373844 ], [ -71.031543, 42.374195 ], [ -71.031189, 42.374459 ], [ -71.030885, 42.37482 ], [ -71.030491, 42.375141 ], [ -71.030054, 42.375434 ], [ -71.029449, 42.37599 ], [ -71.029095, 42.376268 ], [ -71.028807, 42.376567 ], [ -71.028509, 42.376844 ], [ -71.028031, 42.377311 ], [ -71.027591, 42.377636 ], [ -71.027068, 42.378 ], [ -71.026933, 42.378119 ], [ -71.026863, 42.378192 ], [ -71.026831, 42.37825 ], [ -71.026772, 42.378328 ], [ -71.026734, 42.378362 ], [ -71.026696, 42.378391 ], [ -71.026648, 42.378422 ], [ -71.026612, 42.378438 ], [ -71.026592, 42.378442 ], [ -71.026571, 42.378445 ], [ -71.026543, 42.378444 ], [ -71.02652, 42.378443 ], [ -71.026498, 42.378443 ], [ -71.026453, 42.378435 ], [ -71.026069, 42.378248 ], [ -71.026046, 42.378237 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136339, 42.29413 ], [ -71.136081, 42.294318 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.149909, 42.28679 ], [ -71.150001, 42.287054 ], [ -71.15005, 42.287203 ], [ -71.150072, 42.287299 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092875, 42.349985 ], [ -71.093181, 42.349894 ], [ -71.093633, 42.349767 ], [ -71.094892, 42.349398 ], [ -71.094981, 42.349373 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057876, 42.381582 ], [ -71.058074, 42.381595 ], [ -71.058208, 42.381577 ], [ -71.058321, 42.381543 ], [ -71.058489, 42.381436 ], [ -71.058566, 42.381318 ], [ -71.058586, 42.381221 ], [ -71.05857, 42.381121 ], [ -71.058525, 42.380995 ], [ -71.058418, 42.380903 ], [ -71.058281, 42.380832 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088909, 42.301899 ], [ -71.088657, 42.301877 ], [ -71.088473, 42.301882 ], [ -71.088259, 42.301908 ], [ -71.088011, 42.301949 ], [ -71.087726, 42.302059 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.043751, 42.330147 ], [ -71.043341, 42.330155 ], [ -71.041785, 42.330188 ], [ -71.041079, 42.330161 ], [ -71.040434, 42.330111 ], [ -71.03974, 42.330024 ], [ -71.038875, 42.329852 ], [ -71.038066, 42.329652 ], [ -71.037259, 42.329469 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148971, 42.285912 ], [ -71.149197, 42.286056 ], [ -71.149368, 42.286167 ], [ -71.149571, 42.286319 ], [ -71.149677, 42.286422 ], [ -71.149794, 42.286576 ], [ -71.149902, 42.28677 ], [ -71.149909, 42.28679 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953394, 42.345207 ], [ -70.953436, 42.345175 ], [ -70.953483, 42.345128 ], [ -70.953488, 42.345122 ], [ -70.953492, 42.345116 ], [ -70.953496, 42.34511 ], [ -70.953498, 42.345103 ], [ -70.9535, 42.345097 ], [ -70.953501, 42.34509 ], [ -70.953502, 42.345083 ], [ -70.953502, 42.345076 ], [ -70.9535, 42.34507 ], [ -70.953499, 42.345063 ], [ -70.953496, 42.345057 ], [ -70.953493, 42.34505 ], [ -70.953479, 42.345023 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133661, 42.296375 ], [ -71.133886, 42.296207 ], [ -71.134285, 42.295906 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953479, 42.345023 ], [ -70.953392, 42.34485 ], [ -70.953386, 42.344836 ], [ -70.95338, 42.344821 ], [ -70.953375, 42.344807 ], [ -70.953371, 42.344792 ], [ -70.953368, 42.344777 ], [ -70.953366, 42.344762 ], [ -70.953364, 42.344746 ], [ -70.953364, 42.344731 ], [ -70.953364, 42.344716 ], [ -70.953353, 42.344548 ], [ -70.953356, 42.344523 ], [ -70.953359, 42.344498 ], [ -70.953363, 42.344473 ], [ -70.953369, 42.344448 ], [ -70.953395, 42.344343 ], [ -70.953397, 42.344336 ], [ -70.953401, 42.344329 ], [ -70.953405, 42.344322 ], [ -70.95341, 42.344316 ], [ -70.953415, 42.34431 ], [ -70.953422, 42.344304 ], [ -70.953428, 42.344299 ], [ -70.953435, 42.344294 ], [ -70.953443, 42.34429 ], [ -70.953451, 42.344286 ], [ -70.95346, 42.344282 ], [ -70.953469, 42.344279 ], [ -70.953478, 42.344276 ], [ -70.953487, 42.344274 ], [ -70.953497, 42.344273 ], [ -70.953506, 42.344272 ], [ -70.953516, 42.344271 ], [ -70.953526, 42.344271 ], [ -70.953536, 42.344272 ], [ -70.953545, 42.344273 ], [ -70.953555, 42.344275 ], [ -70.953564, 42.344277 ], [ -70.953573, 42.34428 ], [ -70.953582, 42.344283 ], [ -70.95359, 42.344287 ], [ -70.953598, 42.344292 ], [ -70.953606, 42.344296 ], [ -70.953652, 42.344325 ], [ -70.953699, 42.344353 ], [ -70.953747, 42.34438 ], [ -70.953795, 42.344407 ], [ -70.953844, 42.344434 ], [ -70.953893, 42.344459 ], [ -70.953943, 42.344485 ], [ -70.953993, 42.344509 ], [ -70.954108, 42.344568 ], [ -70.954131, 42.344577 ], [ -70.954155, 42.344585 ], [ -70.954179, 42.344593 ], [ -70.954203, 42.3446 ], [ -70.954228, 42.344607 ], [ -70.954528, 42.344676 ], [ -70.954604, 42.344693 ], [ -70.954815, 42.344774 ], [ -70.954824, 42.344779 ], [ -70.954834, 42.344785 ], [ -70.954842, 42.344792 ], [ -70.95485, 42.344798 ], [ -70.954857, 42.344806 ], [ -70.954864, 42.344813 ], [ -70.955044, 42.345076 ], [ -70.955083, 42.345137 ], [ -70.955092, 42.345152 ], [ -70.9551, 42.345168 ], [ -70.955106, 42.345183 ], [ -70.955113, 42.345199 ], [ -70.955118, 42.345215 ], [ -70.955123, 42.345231 ], [ -70.955125, 42.34524 ], [ -70.955129, 42.345248 ], [ -70.955133, 42.345256 ], [ -70.955138, 42.345264 ], [ -70.955143, 42.345272 ], [ -70.95515, 42.345279 ], [ -70.955157, 42.345286 ], [ -70.955165, 42.345293 ], [ -70.955173, 42.345299 ], [ -70.955227, 42.345336 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091649, 42.350284 ], [ -71.09194, 42.350213 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092477, 42.321316 ], [ -71.092227, 42.32149 ], [ -71.09209, 42.321584 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09209, 42.321584 ], [ -71.092024, 42.32154 ], [ -71.091719, 42.321396 ], [ -71.091304, 42.321209 ], [ -71.090823, 42.320996 ], [ -71.090527, 42.320867 ], [ -71.090239, 42.32073 ], [ -71.090007, 42.320623 ], [ -71.089425, 42.320368 ], [ -71.088965, 42.32016 ], [ -71.088606, 42.319982 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.028885, 42.382627 ], [ -71.028912, 42.382559 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132499, 42.297045 ], [ -71.132684, 42.296966 ], [ -71.132979, 42.296837 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048789, 42.326425 ], [ -71.048579, 42.326375 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142792, 42.344377 ], [ -71.14311, 42.343887 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.955227, 42.345336 ], [ -70.955343, 42.345418 ], [ -70.955353, 42.345425 ], [ -70.955364, 42.345432 ], [ -70.955375, 42.345438 ], [ -70.955387, 42.345443 ], [ -70.955398, 42.345448 ], [ -70.955411, 42.345452 ], [ -70.955423, 42.345456 ], [ -70.955436, 42.34546 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110036, 42.321856 ], [ -71.110092, 42.321533 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048981, 42.325464 ], [ -71.048991, 42.324901 ], [ -71.048986, 42.324593 ], [ -71.048979, 42.324268 ], [ -71.048987, 42.324068 ], [ -71.049028, 42.323652 ], [ -71.049074, 42.323414 ], [ -71.049097, 42.323306 ], [ -71.049149, 42.32315 ], [ -71.04923, 42.323003 ], [ -71.049326, 42.32285 ], [ -71.049452, 42.322685 ], [ -71.049574, 42.322548 ], [ -71.049745, 42.322415 ], [ -71.049897, 42.322309 ], [ -71.050146, 42.322153 ], [ -71.050297, 42.322081 ], [ -71.050427, 42.322038 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132902, 42.296768 ], [ -71.132617, 42.296914 ], [ -71.132454, 42.296982 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121186, 42.270693 ], [ -71.121447, 42.27084 ], [ -71.121521, 42.270784 ], [ -71.121576, 42.270562 ], [ -71.121606, 42.270566 ], [ -71.121575, 42.270776 ], [ -71.121607, 42.270778 ], [ -71.12163, 42.270675 ], [ -71.121919, 42.270711 ], [ -71.121934, 42.270605 ], [ -71.121963, 42.270607 ], [ -71.121855, 42.271055 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088396, 42.320042 ], [ -71.088727, 42.320188 ], [ -71.089517, 42.320549 ], [ -71.090413, 42.320953 ], [ -71.091642, 42.321508 ], [ -71.091779, 42.321581 ], [ -71.091941, 42.3217 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146939, 42.286026 ], [ -71.146503, 42.286028 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953644, 42.346276 ], [ -70.953638, 42.346264 ], [ -70.9536, 42.346183 ], [ -70.953558, 42.346091 ], [ -70.953541, 42.346007 ], [ -70.953516, 42.345881 ], [ -70.953485, 42.345726 ], [ -70.95345, 42.34555 ], [ -70.953419, 42.34538 ], [ -70.953399, 42.345269 ], [ -70.953395, 42.345219 ], [ -70.953394, 42.345207 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109939, 42.322034 ], [ -71.110319, 42.321919 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096607, 42.342057 ], [ -71.096492, 42.342092 ], [ -71.09636, 42.341787 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130938, 42.350275 ], [ -71.130984, 42.350345 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145933, 42.287874 ], [ -71.145875, 42.287901 ], [ -71.145515, 42.288017 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090972, 42.340459 ], [ -71.091208, 42.340923 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "South Bay Harbor Trail" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.061912, 42.34184 ], [ -71.06149, 42.342629 ], [ -71.061691, 42.342681 ], [ -71.061646, 42.342769 ] ], [ [ -71.062974, 42.339919 ], [ -71.062891, 42.340062 ], [ -71.06276, 42.340261 ], [ -71.062501, 42.340694 ], [ -71.062224, 42.341232 ], [ -71.061912, 42.34184 ] ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105835, 42.322642 ], [ -71.105157, 42.322711 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093842, 42.341011 ], [ -71.093784, 42.340902 ], [ -71.093707, 42.340764 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130869, 42.350145 ], [ -71.130938, 42.350275 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093271, 42.341034 ], [ -71.093206, 42.341052 ], [ -71.092972, 42.341116 ], [ -71.092791, 42.341173 ], [ -71.092721, 42.341197 ], [ -71.092657, 42.341224 ], [ -71.092462, 42.341313 ], [ -71.092439, 42.341327 ], [ -71.092395, 42.341358 ], [ -71.092303, 42.341423 ], [ -71.09225, 42.341462 ], [ -71.092212, 42.341495 ], [ -71.092184, 42.341524 ], [ -71.092143, 42.341565 ], [ -71.092111, 42.341604 ], [ -71.092084, 42.34163 ], [ -71.092056, 42.341667 ], [ -71.092, 42.341743 ], [ -71.091884, 42.341909 ], [ -71.091781, 42.342062 ], [ -71.091761, 42.342097 ], [ -71.091722, 42.342188 ], [ -71.091681, 42.342305 ], [ -71.091659, 42.342388 ], [ -71.091644, 42.342465 ], [ -71.091635, 42.342598 ], [ -71.091634, 42.342735 ], [ -71.091627, 42.342853 ], [ -71.091617, 42.342909 ], [ -71.091601, 42.342965 ], [ -71.091583, 42.343015 ], [ -71.09154, 42.343108 ], [ -71.091511, 42.343169 ], [ -71.09149, 42.343218 ], [ -71.091475, 42.343251 ], [ -71.091467, 42.343273 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136804, 42.35345 ], [ -71.136481, 42.353425 ], [ -71.135934, 42.353406 ], [ -71.135642, 42.353379 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109992, 42.336372 ], [ -71.109832, 42.336536 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.95857, 42.354593 ], [ -70.958557, 42.354595 ], [ -70.958534, 42.354602 ], [ -70.95851, 42.354608 ], [ -70.958487, 42.354616 ], [ -70.958465, 42.354624 ], [ -70.958436, 42.354633 ], [ -70.958407, 42.354643 ], [ -70.958378, 42.354654 ], [ -70.95835, 42.354665 ], [ -70.958322, 42.354677 ], [ -70.958295, 42.35469 ], [ -70.958268, 42.354702 ], [ -70.958249, 42.354711 ], [ -70.95823, 42.354721 ], [ -70.958211, 42.354731 ], [ -70.958192, 42.354741 ], [ -70.958174, 42.354752 ], [ -70.958156, 42.354764 ], [ -70.95815, 42.354771 ], [ -70.958145, 42.354777 ], [ -70.958141, 42.354784 ], [ -70.958139, 42.354791 ], [ -70.958138, 42.354797 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145173, 42.286047 ], [ -71.145091, 42.28605 ], [ -71.144897, 42.286058 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.036553, 42.370923 ], [ -71.036458, 42.370922 ], [ -71.036372, 42.370884 ], [ -71.036229, 42.370821 ], [ -71.036071, 42.370781 ], [ -71.035921, 42.370713 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090646, 42.339792 ], [ -71.091026, 42.339617 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.958138, 42.354797 ], [ -70.958138, 42.354799 ], [ -70.958141, 42.354813 ], [ -70.958144, 42.354826 ], [ -70.958148, 42.354839 ], [ -70.958153, 42.354852 ], [ -70.958159, 42.354864 ], [ -70.958165, 42.354877 ], [ -70.958172, 42.354888 ], [ -70.958179, 42.354904 ], [ -70.958188, 42.354919 ], [ -70.958197, 42.354935 ], [ -70.958208, 42.35495 ], [ -70.958219, 42.354965 ], [ -70.958231, 42.35498 ], [ -70.958243, 42.354994 ], [ -70.958282, 42.355034 ], [ -70.958296, 42.355048 ], [ -70.958315, 42.355065 ], [ -70.958354, 42.355084 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107883, 42.333265 ], [ -71.107055, 42.333273 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090192, 42.335344 ], [ -71.090265, 42.335433 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132766, 42.355546 ], [ -71.132658, 42.355055 ], [ -71.132406, 42.354226 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147008, 42.34179 ], [ -71.147128, 42.341792 ], [ -71.147306, 42.341792 ], [ -71.147628, 42.34181 ], [ -71.148072, 42.34184 ], [ -71.148634, 42.341823 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03624, 42.370825 ], [ -71.036284, 42.370743 ], [ -71.036233, 42.370674 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090646, 42.339792 ], [ -71.090972, 42.340459 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.963299, 42.351065 ], [ -70.963291, 42.351065 ], [ -70.963274, 42.351065 ], [ -70.963258, 42.351065 ], [ -70.963242, 42.351067 ], [ -70.963228, 42.351068 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108311, 42.337964 ], [ -71.109334, 42.337008 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southwest Corridor" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083371, 42.339272 ], [ -71.083488, 42.339366 ], [ -71.084041, 42.338919 ], [ -71.084321, 42.338736 ], [ -71.084856, 42.338397 ], [ -71.085662, 42.337887 ], [ -71.086145, 42.337577 ], [ -71.086744, 42.337199 ], [ -71.086984, 42.337048 ], [ -71.087756, 42.336577 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132367, 42.354075 ], [ -71.132187, 42.353454 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.963237, 42.351189 ], [ -70.963232, 42.351188 ], [ -70.963221, 42.351186 ], [ -70.96321, 42.351185 ], [ -70.963199, 42.351186 ], [ -70.963189, 42.351186 ], [ -70.963179, 42.351188 ], [ -70.963169, 42.351189 ], [ -70.963158, 42.351192 ], [ -70.963148, 42.351195 ], [ -70.963127, 42.351201 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144031, 42.342234 ], [ -71.14364, 42.342515 ], [ -71.143402, 42.342734 ], [ -71.143237, 42.342894 ], [ -71.143105, 42.343057 ], [ -71.142979, 42.343232 ], [ -71.142883, 42.343368 ], [ -71.142676, 42.343638 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.036361, 42.369855 ], [ -71.036677, 42.370055 ], [ -71.036647, 42.370104 ], [ -71.036855, 42.370307 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131574, 42.361169 ], [ -71.131374, 42.361324 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086173, 42.337385 ], [ -71.085753, 42.337652 ], [ -71.085682, 42.337698 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.046642, 42.323199 ], [ -71.046745, 42.323174 ], [ -71.046861, 42.323148 ], [ -71.046982, 42.323128 ], [ -71.047157, 42.323124 ], [ -71.047291, 42.323139 ], [ -71.047439, 42.323175 ], [ -71.047566, 42.32322 ], [ -71.0477, 42.323296 ], [ -71.047841, 42.323386 ], [ -71.047981, 42.323506 ], [ -71.048128, 42.323656 ], [ -71.048241, 42.323787 ], [ -71.048348, 42.323917 ], [ -71.048471, 42.32407 ], [ -71.048565, 42.324187 ], [ -71.048647, 42.324287 ], [ -71.048737, 42.324414 ], [ -71.048756, 42.324435 ], [ -71.048761, 42.324484 ], [ -71.048764, 42.324649 ], [ -71.048771, 42.324811 ], [ -71.048773, 42.324873 ], [ -71.048775, 42.325039 ], [ -71.048772, 42.325165 ], [ -71.04877, 42.325317 ], [ -71.048758, 42.32546 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107576, 42.338642 ], [ -71.108101, 42.338155 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.961016, 42.34966 ], [ -70.960995, 42.349685 ], [ -70.960856, 42.349861 ], [ -70.960854, 42.349866 ], [ -70.960852, 42.349871 ], [ -70.96085, 42.349876 ], [ -70.96085, 42.349881 ], [ -70.96085, 42.349886 ], [ -70.960851, 42.349891 ], [ -70.960853, 42.349897 ], [ -70.960855, 42.349901 ], [ -70.960915, 42.350009 ], [ -70.96092, 42.350017 ], [ -70.960925, 42.350025 ], [ -70.960931, 42.350033 ], [ -70.960937, 42.35004 ], [ -70.960944, 42.350047 ], [ -70.960952, 42.350054 ], [ -70.96096, 42.35006 ], [ -70.960961, 42.350061 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148621, 42.349588 ], [ -71.149017, 42.349462 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.034627, 42.372569 ], [ -71.034535, 42.372526 ], [ -71.03444, 42.372487 ], [ -71.034342, 42.372453 ], [ -71.034241, 42.372424 ], [ -71.034164, 42.372404 ], [ -71.034091, 42.372378 ], [ -71.034022, 42.372346 ], [ -71.033959, 42.372309 ], [ -71.033901, 42.372266 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131522, 42.363097 ], [ -71.131045, 42.363094 ], [ -71.130519, 42.363135 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967341, 42.355293 ], [ -70.967271, 42.355299 ], [ -70.967227, 42.355305 ], [ -70.967219, 42.355306 ], [ -70.967212, 42.355309 ], [ -70.967209, 42.35531 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085797, 42.34334 ], [ -71.085259, 42.342977 ], [ -71.085046, 42.342834 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117743, 42.36419 ], [ -71.11772, 42.364294 ], [ -71.117724, 42.36462 ], [ -71.117716, 42.364936 ], [ -71.1177, 42.365507 ], [ -71.117717, 42.365796 ], [ -71.117716, 42.365947 ], [ -71.117739, 42.366227 ], [ -71.117757, 42.366387 ], [ -71.117792, 42.366612 ], [ -71.117816, 42.366732 ], [ -71.117859, 42.366828 ], [ -71.117932, 42.366975 ], [ -71.11803, 42.367113 ], [ -71.118135, 42.367246 ], [ -71.118239, 42.367384 ], [ -71.118374, 42.367527 ], [ -71.118473, 42.367619 ], [ -71.118577, 42.367697 ], [ -71.118676, 42.367766 ], [ -71.118787, 42.367835 ], [ -71.118813, 42.367847 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148985, 42.349417 ], [ -71.148621, 42.349588 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.033023, 42.372212 ], [ -71.033091, 42.372256 ], [ -71.033209, 42.372342 ], [ -71.033242, 42.372363 ], [ -71.033279, 42.372381 ], [ -71.033318, 42.372396 ], [ -71.03336, 42.372407 ], [ -71.033422, 42.372412 ], [ -71.033484, 42.37241 ], [ -71.033545, 42.372402 ], [ -71.033605, 42.372387 ], [ -71.03366, 42.372366 ], [ -71.033711, 42.372339 ], [ -71.033756, 42.372307 ], [ -71.033858, 42.372239 ], [ -71.033901, 42.372266 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105041, 42.341027 ], [ -71.104555, 42.34151 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121914, 42.292273 ], [ -71.121393, 42.292782 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967204, 42.355601 ], [ -70.967232, 42.355654 ], [ -70.96725, 42.35568 ], [ -70.967251, 42.355681 ], [ -70.967325, 42.355773 ], [ -70.967332, 42.355786 ], [ -70.96734, 42.355799 ], [ -70.967346, 42.355812 ], [ -70.967352, 42.355826 ], [ -70.967356, 42.35584 ], [ -70.96736, 42.355854 ], [ -70.967363, 42.355868 ], [ -70.967365, 42.355881 ], [ -70.967365, 42.355894 ], [ -70.967363, 42.355908 ], [ -70.967361, 42.355921 ], [ -70.967358, 42.355934 ], [ -70.967354, 42.355947 ], [ -70.967349, 42.35596 ], [ -70.967344, 42.355973 ], [ -70.96734, 42.355985 ], [ -70.967335, 42.355995 ], [ -70.96733, 42.356006 ], [ -70.967324, 42.356016 ], [ -70.967319, 42.356023 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.149536, 42.355466 ], [ -71.149643, 42.355302 ], [ -71.149809, 42.355035 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Rutherford Trail Project" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061775, 42.371063 ], [ -71.061848, 42.37098 ], [ -71.061903, 42.370913 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109393, 42.350258 ], [ -71.108884, 42.350205 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091011, 42.346308 ], [ -71.090893, 42.346402 ], [ -71.090842, 42.346528 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106, 42.346264 ], [ -71.105386, 42.346435 ], [ -71.105067, 42.346564 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.033031, 42.37217 ], [ -71.033027, 42.372216 ], [ -71.033031, 42.372263 ], [ -71.033043, 42.372309 ], [ -71.033062, 42.372353 ], [ -71.033089, 42.372396 ], [ -71.033141, 42.372515 ], [ -71.033184, 42.372635 ], [ -71.033218, 42.372758 ], [ -71.033244, 42.372881 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120253, 42.293859 ], [ -71.119917, 42.294176 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.991507, 42.389812 ], [ -70.991507, 42.389812 ], [ -70.991519, 42.389815 ], [ -70.991555, 42.389825 ], [ -70.991592, 42.389836 ], [ -70.991628, 42.389847 ], [ -70.991663, 42.389859 ], [ -70.991698, 42.389872 ], [ -70.991726, 42.389883 ], [ -70.991754, 42.389894 ], [ -70.991781, 42.389906 ], [ -70.991807, 42.389918 ], [ -70.991833, 42.389931 ], [ -70.991859, 42.389944 ], [ -70.991884, 42.389959 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148567, 42.357003 ], [ -71.14831, 42.357438 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967319, 42.356023 ], [ -70.967317, 42.356026 ], [ -70.96731, 42.356036 ], [ -70.967302, 42.356046 ], [ -70.967293, 42.356055 ], [ -70.967284, 42.356064 ], [ -70.967269, 42.356077 ], [ -70.967254, 42.35609 ], [ -70.967238, 42.356102 ], [ -70.967221, 42.356114 ], [ -70.967203, 42.356126 ], [ -70.967185, 42.356137 ], [ -70.967167, 42.356147 ], [ -70.967153, 42.356154 ], [ -70.967138, 42.35616 ], [ -70.967124, 42.356166 ], [ -70.967108, 42.356171 ], [ -70.967093, 42.356176 ], [ -70.967077, 42.356181 ], [ -70.967061, 42.356185 ], [ -70.967045, 42.356188 ], [ -70.967029, 42.356191 ], [ -70.967012, 42.356194 ], [ -70.966985, 42.356198 ], [ -70.966958, 42.356202 ], [ -70.96693, 42.356205 ], [ -70.966903, 42.356207 ], [ -70.966876, 42.356209 ], [ -70.966847, 42.35621 ], [ -70.966826, 42.356212 ], [ -70.966805, 42.356213 ], [ -70.966784, 42.356214 ], [ -70.966763, 42.356214 ], [ -70.966742, 42.356213 ], [ -70.966721, 42.356212 ], [ -70.9667, 42.35621 ], [ -70.966679, 42.356208 ], [ -70.966658, 42.356205 ], [ -70.966623, 42.3562 ], [ -70.966587, 42.356193 ], [ -70.966552, 42.356187 ], [ -70.966518, 42.356179 ], [ -70.966483, 42.356171 ], [ -70.966449, 42.356162 ], [ -70.96626, 42.356115 ], [ -70.965969, 42.35604 ], [ -70.965749, 42.355985 ], [ -70.965521, 42.355929 ], [ -70.96549, 42.355921 ], [ -70.965458, 42.355913 ], [ -70.965427, 42.355904 ], [ -70.965397, 42.355894 ], [ -70.965325, 42.355869 ], [ -70.965253, 42.355844 ], [ -70.965181, 42.355817 ], [ -70.965129, 42.355799 ], [ -70.965077, 42.355779 ], [ -70.965025, 42.35576 ], [ -70.964973, 42.35574 ], [ -70.964921, 42.35572 ], [ -70.964814, 42.355681 ], [ -70.964604, 42.355602 ], [ -70.964445, 42.355544 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091737, 42.349199 ], [ -71.091931, 42.349193 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119787, 42.294296 ], [ -71.119772, 42.294312 ], [ -71.119436, 42.294616 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100289, 42.264498 ], [ -71.100017, 42.264648 ], [ -71.099676, 42.26485 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.028583, 42.377765 ], [ -71.027956, 42.377366 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119436, 42.294616 ], [ -71.118874, 42.295176 ], [ -71.118768, 42.295253 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.965681, 42.355658 ], [ -70.965656, 42.355643 ], [ -70.965623, 42.355622 ], [ -70.96559, 42.355603 ], [ -70.965556, 42.355584 ], [ -70.965522, 42.355565 ], [ -70.965479, 42.355542 ], [ -70.965437, 42.355519 ], [ -70.965394, 42.355495 ], [ -70.965317, 42.355447 ], [ -70.965239, 42.3554 ], [ -70.965161, 42.355353 ], [ -70.965118, 42.355328 ], [ -70.965076, 42.355304 ], [ -70.965033, 42.35528 ], [ -70.96499, 42.355257 ], [ -70.964929, 42.355224 ], [ -70.964868, 42.355191 ], [ -70.964806, 42.355158 ], [ -70.964772, 42.35514 ], [ -70.964738, 42.355121 ], [ -70.964705, 42.355102 ], [ -70.964672, 42.355083 ], [ -70.96464, 42.355063 ], [ -70.964606, 42.355044 ], [ -70.96458, 42.355027 ], [ -70.964555, 42.35501 ], [ -70.96453, 42.354993 ], [ -70.964506, 42.354975 ], [ -70.964483, 42.354957 ], [ -70.96446, 42.354938 ], [ -70.964435, 42.354919 ], [ -70.964411, 42.354898 ], [ -70.964387, 42.354877 ], [ -70.964364, 42.354856 ], [ -70.964341, 42.354835 ], [ -70.964318, 42.354813 ], [ -70.964297, 42.354791 ], [ -70.964275, 42.354768 ], [ -70.964256, 42.354747 ], [ -70.964236, 42.354726 ], [ -70.964217, 42.354706 ], [ -70.964196, 42.354685 ], [ -70.964176, 42.354665 ], [ -70.964155, 42.354644 ], [ -70.964133, 42.354624 ], [ -70.964096, 42.354589 ], [ -70.96406, 42.354553 ], [ -70.964025, 42.354516 ], [ -70.964012, 42.354503 ], [ -70.963998, 42.35449 ], [ -70.963984, 42.354477 ], [ -70.963969, 42.354465 ], [ -70.963954, 42.354453 ], [ -70.963941, 42.354443 ], [ -70.963927, 42.354433 ], [ -70.963913, 42.354425 ], [ -70.963898, 42.354416 ], [ -70.963883, 42.354408 ], [ -70.963867, 42.354401 ], [ -70.963851, 42.354394 ], [ -70.963834, 42.354388 ], [ -70.963818, 42.354382 ], [ -70.963801, 42.354376 ], [ -70.963783, 42.354372 ], [ -70.963765, 42.354367 ], [ -70.963724, 42.354358 ], [ -70.963683, 42.354349 ], [ -70.963642, 42.354341 ], [ -70.9636, 42.354333 ], [ -70.963558, 42.354326 ], [ -70.963283, 42.354281 ], [ -70.963239, 42.354276 ], [ -70.963195, 42.35427 ], [ -70.963152, 42.354263 ], [ -70.963108, 42.354256 ], [ -70.963065, 42.354248 ], [ -70.962994, 42.354233 ], [ -70.962941, 42.354221 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09159, 42.348866 ], [ -71.090629, 42.348871 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147604, 42.358876 ], [ -71.147639, 42.358546 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993618, 42.392196 ], [ -70.993723, 42.392195 ], [ -70.993744, 42.392197 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11167, 42.319549 ], [ -71.111059, 42.320334 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099676, 42.26485 ], [ -71.099128, 42.265142 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.021787, 42.337715 ], [ -71.022549, 42.337244 ], [ -71.023156, 42.336794 ], [ -71.02366, 42.336012 ], [ -71.023716, 42.335342 ], [ -71.023622, 42.334836 ], [ -71.023338, 42.334218 ], [ -71.022595, 42.333354 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089498, 42.350857 ], [ -71.09111, 42.350419 ], [ -71.091649, 42.350284 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.027705, 42.365197 ], [ -71.0279, 42.365266 ], [ -71.027887, 42.365343 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101875, 42.347572 ], [ -71.102558, 42.347387 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037451, 42.348392 ], [ -71.037224, 42.3483 ], [ -71.036535, 42.349252 ], [ -71.035874, 42.34897 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142027, 42.28941 ], [ -71.14172, 42.289649 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.95344, 42.349918 ], [ -70.953437, 42.349903 ], [ -70.953431, 42.349839 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081076, 42.332987 ], [ -71.081127, 42.332921 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072153, 42.332736 ], [ -71.072241, 42.332796 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097343, 42.34881 ], [ -71.099489, 42.348239 ], [ -71.101875, 42.347572 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127983, 42.291011 ], [ -71.12747, 42.291436 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112091, 42.321611 ], [ -71.111659, 42.321687 ], [ -71.111019, 42.321786 ], [ -71.110645, 42.321843 ], [ -71.110319, 42.321919 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072375, 42.332684 ], [ -71.072291, 42.332623 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140911, 42.347727 ], [ -71.140928, 42.34766 ], [ -71.14098, 42.347492 ], [ -71.141083, 42.34719 ], [ -71.141169, 42.346972 ], [ -71.141243, 42.346813 ], [ -71.1413, 42.346695 ], [ -71.141522, 42.346299 ], [ -71.141727, 42.345985 ], [ -71.142086, 42.345453 ], [ -71.142306, 42.345082 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953431, 42.349839 ], [ -70.953443, 42.349802 ], [ -70.953447, 42.349791 ], [ -70.953453, 42.34978 ], [ -70.953459, 42.34977 ], [ -70.953466, 42.349759 ], [ -70.953474, 42.349749 ], [ -70.953483, 42.349739 ], [ -70.953495, 42.349729 ], [ -70.953507, 42.34972 ], [ -70.95352, 42.349711 ], [ -70.953533, 42.349702 ], [ -70.953547, 42.349694 ], [ -70.953561, 42.349687 ], [ -70.953575, 42.34968 ], [ -70.953594, 42.34967 ], [ -70.953609, 42.349662 ], [ -70.953622, 42.349654 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128006, 42.255043 ], [ -71.127792, 42.255136 ], [ -71.12757, 42.255216 ], [ -71.127177, 42.255327 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Beechmont Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128006, 42.255043 ], [ -71.127792, 42.255136 ], [ -71.12757, 42.255216 ], [ -71.127177, 42.255327 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091684, 42.3492 ], [ -71.091737, 42.349199 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081001, 42.332844 ], [ -71.080957, 42.33292 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093783, 42.269926 ], [ -71.093844, 42.268688 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.96443, 42.351468 ], [ -70.964405, 42.351422 ], [ -70.964393, 42.351406 ], [ -70.96438, 42.35139 ], [ -70.964366, 42.351374 ], [ -70.964352, 42.351359 ], [ -70.964336, 42.351344 ], [ -70.96432, 42.35133 ], [ -70.964314, 42.351325 ], [ -70.964298, 42.351312 ], [ -70.964282, 42.351299 ], [ -70.964265, 42.351288 ], [ -70.964248, 42.351276 ], [ -70.96423, 42.351266 ], [ -70.96421, 42.351256 ], [ -70.964189, 42.351246 ], [ -70.964168, 42.351236 ], [ -70.964146, 42.351227 ], [ -70.964124, 42.351219 ], [ -70.964102, 42.351211 ], [ -70.964079, 42.351203 ], [ -70.964056, 42.351197 ], [ -70.964012, 42.351184 ], [ -70.963968, 42.351173 ], [ -70.963923, 42.351162 ], [ -70.963878, 42.351152 ], [ -70.963821, 42.351139 ], [ -70.963764, 42.351128 ], [ -70.963708, 42.351117 ], [ -70.963644, 42.35111 ], [ -70.963578, 42.351102 ], [ -70.963512, 42.351094 ], [ -70.963478, 42.351089 ], [ -70.963307, 42.351065 ], [ -70.963299, 42.351065 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128638, 42.286943 ], [ -71.128776, 42.286948 ], [ -71.12912, 42.287027 ], [ -71.129141, 42.287036 ], [ -71.129281, 42.287093 ], [ -71.129556, 42.287219 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.032105, 42.373682 ], [ -71.03271, 42.374061 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140384, 42.34746 ], [ -71.140345, 42.347599 ], [ -71.140246, 42.34805 ], [ -71.140186, 42.348194 ], [ -71.140148, 42.348266 ], [ -71.140073, 42.348351 ], [ -71.139932, 42.348472 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091735, 42.348864 ], [ -71.091712, 42.348864 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093569, 42.271208 ], [ -71.093548, 42.271832 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.030831, 42.374864 ], [ -71.030342, 42.374561 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Longfellow Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071397, 42.361105 ], [ -71.071227, 42.361053 ], [ -71.071081, 42.36101 ], [ -71.070782, 42.360916 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082497, 42.340012 ], [ -71.08213, 42.340328 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126837, 42.287653 ], [ -71.126553, 42.28793 ], [ -71.126313, 42.288158 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.962107, 42.354055 ], [ -70.962128, 42.354042 ], [ -70.962147, 42.354029 ], [ -70.962153, 42.354025 ], [ -70.962161, 42.354022 ], [ -70.962169, 42.35402 ], [ -70.962178, 42.354018 ], [ -70.962187, 42.354016 ], [ -70.962195, 42.354015 ], [ -70.962204, 42.354015 ], [ -70.962354, 42.354027 ], [ -70.962385, 42.354028 ], [ -70.962416, 42.354029 ], [ -70.962446, 42.354029 ], [ -70.962477, 42.354029 ], [ -70.962507, 42.354028 ], [ -70.962537, 42.354026 ], [ -70.962613, 42.354023 ], [ -70.962689, 42.35402 ], [ -70.962766, 42.354015 ], [ -70.962811, 42.354012 ], [ -70.962857, 42.354009 ], [ -70.962902, 42.354006 ], [ -70.962948, 42.354004 ], [ -70.962993, 42.354002 ], [ -70.96307, 42.354002 ], [ -70.963146, 42.354 ], [ -70.963223, 42.353998 ], [ -70.963255, 42.353996 ], [ -70.963287, 42.353994 ], [ -70.963319, 42.353991 ], [ -70.96335, 42.353988 ], [ -70.963382, 42.353984 ], [ -70.963413, 42.353979 ], [ -70.963444, 42.353974 ], [ -70.96352, 42.353961 ], [ -70.963595, 42.353948 ], [ -70.963671, 42.353937 ], [ -70.963714, 42.353929 ], [ -70.963757, 42.353922 ], [ -70.9638, 42.353916 ], [ -70.963843, 42.35391 ], [ -70.963887, 42.353905 ], [ -70.96393, 42.353901 ], [ -70.96396, 42.3539 ], [ -70.96399, 42.353899 ], [ -70.96402, 42.353899 ], [ -70.96405, 42.3539 ], [ -70.964084, 42.353903 ], [ -70.964118, 42.353907 ], [ -70.964152, 42.353911 ], [ -70.964186, 42.353916 ], [ -70.96422, 42.353921 ], [ -70.964253, 42.353927 ], [ -70.964286, 42.353933 ], [ -70.964319, 42.35394 ], [ -70.964346, 42.353946 ], [ -70.964373, 42.353953 ], [ -70.964399, 42.35396 ], [ -70.964425, 42.353968 ], [ -70.964451, 42.353976 ], [ -70.964476, 42.353985 ], [ -70.964501, 42.353994 ], [ -70.964526, 42.354004 ], [ -70.96455, 42.354015 ], [ -70.964574, 42.354025 ], [ -70.964595, 42.354036 ], [ -70.964616, 42.354047 ], [ -70.964636, 42.354059 ], [ -70.964656, 42.354071 ], [ -70.964675, 42.354084 ], [ -70.964695, 42.354096 ], [ -70.964713, 42.354109 ], [ -70.964731, 42.354123 ], [ -70.964749, 42.354136 ], [ -70.964765, 42.35415 ], [ -70.964781, 42.354165 ], [ -70.964793, 42.354177 ], [ -70.964805, 42.35419 ], [ -70.964815, 42.354203 ], [ -70.964825, 42.354216 ], [ -70.964835, 42.354229 ], [ -70.964843, 42.354244 ], [ -70.964856, 42.354261 ], [ -70.964867, 42.354279 ], [ -70.964878, 42.354296 ], [ -70.964887, 42.354314 ], [ -70.964896, 42.354332 ], [ -70.964904, 42.354351 ], [ -70.964911, 42.35437 ], [ -70.964924, 42.354401 ], [ -70.964937, 42.354431 ], [ -70.964951, 42.354462 ], [ -70.964966, 42.354493 ], [ -70.964981, 42.354523 ], [ -70.964987, 42.354534 ], [ -70.964994, 42.354544 ], [ -70.965002, 42.354553 ], [ -70.965011, 42.354563 ], [ -70.96502, 42.354572 ], [ -70.965029, 42.35458 ], [ -70.96504, 42.354589 ], [ -70.965051, 42.354596 ], [ -70.965063, 42.354604 ], [ -70.965083, 42.354613 ], [ -70.965103, 42.354621 ], [ -70.965123, 42.354629 ], [ -70.965143, 42.354635 ], [ -70.965192, 42.354652 ], [ -70.965241, 42.354669 ], [ -70.96529, 42.354687 ], [ -70.965336, 42.354706 ], [ -70.965375, 42.354723 ], [ -70.965511, 42.354784 ], [ -70.965554, 42.354807 ], [ -70.965598, 42.354829 ], [ -70.965642, 42.354852 ], [ -70.965687, 42.354873 ], [ -70.965747, 42.354902 ], [ -70.965806, 42.35493 ], [ -70.965865, 42.35496 ], [ -70.965892, 42.354973 ], [ -70.965919, 42.354986 ], [ -70.965947, 42.354998 ], [ -70.965976, 42.35501 ], [ -70.966005, 42.355021 ], [ -70.966023, 42.355027 ], [ -70.966042, 42.355034 ], [ -70.966062, 42.355039 ], [ -70.966082, 42.355045 ], [ -70.966102, 42.355049 ], [ -70.966122, 42.355053 ], [ -70.966142, 42.355056 ], [ -70.966162, 42.355058 ], [ -70.966174, 42.35506 ], [ -70.966187, 42.355061 ], [ -70.9662, 42.355062 ], [ -70.966213, 42.355061 ], [ -70.966226, 42.355061 ], [ -70.966239, 42.355059 ], [ -70.966252, 42.355057 ], [ -70.966264, 42.355054 ], [ -70.966277, 42.355051 ], [ -70.966289, 42.355046 ], [ -70.9663, 42.355041 ], [ -70.96631, 42.355035 ], [ -70.96632, 42.355029 ], [ -70.966329, 42.355022 ], [ -70.966338, 42.355015 ], [ -70.966345, 42.355007 ], [ -70.966352, 42.354999 ], [ -70.966382, 42.354957 ], [ -70.966443, 42.354871 ], [ -70.966491, 42.354803 ], [ -70.966508, 42.354782 ], [ -70.966526, 42.354762 ], [ -70.966545, 42.354743 ], [ -70.966566, 42.354723 ], [ -70.966589, 42.354702 ], [ -70.966613, 42.354681 ], [ -70.966637, 42.354661 ], [ -70.966662, 42.354641 ], [ -70.966671, 42.354634 ], [ -70.966681, 42.354628 ], [ -70.966691, 42.354622 ], [ -70.966701, 42.354616 ], [ -70.966712, 42.354611 ], [ -70.966723, 42.354607 ], [ -70.966734, 42.354603 ], [ -70.966746, 42.354599 ], [ -70.966758, 42.354596 ], [ -70.966769, 42.354593 ], [ -70.966782, 42.354592 ], [ -70.966795, 42.354591 ], [ -70.966808, 42.35459 ], [ -70.966822, 42.35459 ], [ -70.966835, 42.354591 ], [ -70.966849, 42.354593 ], [ -70.966862, 42.354594 ], [ -70.966873, 42.354597 ], [ -70.966886, 42.354601 ], [ -70.966899, 42.354607 ], [ -70.966912, 42.354613 ], [ -70.966924, 42.35462 ], [ -70.966936, 42.354627 ], [ -70.966947, 42.354635 ], [ -70.966958, 42.354644 ], [ -70.967006, 42.35468 ], [ -70.967057, 42.354725 ], [ -70.967069, 42.354736 ], [ -70.967081, 42.354748 ], [ -70.967092, 42.35476 ], [ -70.967102, 42.354773 ], [ -70.967112, 42.354785 ], [ -70.967121, 42.354798 ], [ -70.967129, 42.354811 ], [ -70.967136, 42.354825 ], [ -70.967143, 42.354839 ], [ -70.967149, 42.354853 ], [ -70.967157, 42.354873 ], [ -70.967164, 42.354894 ], [ -70.96717, 42.354915 ], [ -70.967175, 42.354937 ], [ -70.96718, 42.354958 ], [ -70.967184, 42.354979 ], [ -70.967199, 42.35509 ], [ -70.967203, 42.35517 ], [ -70.967203, 42.355264 ], [ -70.967209, 42.35531 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142997, 42.351643 ], [ -71.14279, 42.351682 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093402, 42.276129 ], [ -71.093395, 42.276367 ], [ -71.093384, 42.277013 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126098, 42.285183 ], [ -71.125687, 42.284919 ], [ -71.125127, 42.284499 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086216, 42.349932 ], [ -71.086934, 42.349731 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130984, 42.350345 ], [ -71.131001, 42.350377 ], [ -71.131021, 42.350414 ], [ -71.131041, 42.350442 ], [ -71.13105, 42.350468 ], [ -71.131072, 42.350508 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097926, 42.310044 ], [ -71.097904, 42.310222 ], [ -71.097867, 42.310446 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail Connection" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087956, 42.337334 ], [ -71.087954, 42.337382 ], [ -71.087963, 42.337428 ], [ -71.087981, 42.337473 ], [ -71.088007, 42.337516 ], [ -71.088042, 42.337555 ], [ -71.088085, 42.33759 ], [ -71.088134, 42.33762 ], [ -71.088188, 42.337644 ], [ -71.088247, 42.337662 ], [ -71.088309, 42.337673 ], [ -71.088372, 42.337677 ], [ -71.088435, 42.337674 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086216, 42.349932 ], [ -71.08644, 42.350358 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.030831, 42.374864 ], [ -71.03099, 42.374971 ], [ -71.031017, 42.37497 ], [ -71.031043, 42.374973 ], [ -71.031069, 42.374979 ], [ -71.031093, 42.374988 ], [ -71.031115, 42.375 ], [ -71.031134, 42.375014 ], [ -71.031149, 42.375031 ], [ -71.03116, 42.375049 ], [ -71.031167, 42.375069 ], [ -71.031169, 42.375089 ], [ -71.031167, 42.375109 ], [ -71.031161, 42.375128 ], [ -71.03115, 42.375146 ], [ -71.031123, 42.375185 ], [ -71.03109, 42.375222 ], [ -71.031256, 42.375317 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12465, 42.289721 ], [ -71.124137, 42.290206 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07676, 42.331324 ], [ -71.07696, 42.331382 ], [ -71.077027, 42.331423 ], [ -71.077099, 42.33146 ], [ -71.077176, 42.331491 ], [ -71.077256, 42.331516 ], [ -71.077339, 42.331536 ], [ -71.077425, 42.331549 ], [ -71.077515, 42.331569 ], [ -71.077603, 42.331593 ], [ -71.077688, 42.331622 ], [ -71.07777, 42.331655 ], [ -71.077849, 42.331692 ], [ -71.077944, 42.33173 ], [ -71.078041, 42.331764 ], [ -71.07814, 42.331794 ], [ -71.078242, 42.331819 ], [ -71.078345, 42.33184 ], [ -71.079049, 42.332097 ], [ -71.079221, 42.332169 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097867, 42.310446 ], [ -71.097864, 42.310941 ], [ -71.097849, 42.311076 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132187, 42.353454 ], [ -71.132107, 42.35307 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967209, 42.35531 ], [ -70.967205, 42.355312 ], [ -70.967199, 42.355316 ], [ -70.967194, 42.35532 ], [ -70.967125, 42.355381 ], [ -70.967121, 42.355385 ], [ -70.967118, 42.35539 ], [ -70.967116, 42.355396 ], [ -70.967117, 42.355401 ], [ -70.967119, 42.355414 ], [ -70.967122, 42.355426 ], [ -70.967126, 42.355439 ], [ -70.967131, 42.355451 ], [ -70.967154, 42.355505 ], [ -70.967199, 42.355592 ], [ -70.967204, 42.355601 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07832, 42.352065 ], [ -71.080463, 42.35148 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.031256, 42.375317 ], [ -71.031348, 42.375376 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129929, 42.298087 ], [ -71.129725, 42.298247 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.963052, 42.35127 ], [ -70.963042, 42.35126 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138997, 42.353001 ], [ -71.138346, 42.353227 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03271, 42.374061 ], [ -71.032819, 42.374115 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090629, 42.348871 ], [ -71.088533, 42.348907 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074939, 42.331355 ], [ -71.075138, 42.331296 ], [ -71.075273, 42.331264 ], [ -71.075411, 42.331237 ], [ -71.07555, 42.331217 ], [ -71.075691, 42.331204 ], [ -71.075833, 42.331197 ], [ -71.075975, 42.331197 ], [ -71.076117, 42.331204 ], [ -71.076258, 42.331218 ], [ -71.076397, 42.331238 ], [ -71.076535, 42.331265 ], [ -71.076669, 42.331298 ], [ -71.07676, 42.331324 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080932, 42.382143 ], [ -71.08086, 42.382153 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105864, 42.344078 ], [ -71.105803, 42.344114 ], [ -71.105719, 42.344164 ], [ -71.105593, 42.344234 ], [ -71.105483, 42.34429 ], [ -71.105342, 42.344354 ], [ -71.105209, 42.34441 ], [ -71.105091, 42.344452 ], [ -71.104973, 42.344497 ], [ -71.104877, 42.344536 ], [ -71.104805, 42.344578 ], [ -71.104706, 42.344586 ], [ -71.104629, 42.344588 ], [ -71.104548, 42.344589 ], [ -71.104481, 42.34459 ], [ -71.10441, 42.34459 ], [ -71.104311, 42.344591 ], [ -71.104311, 42.34459 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125703, 42.302286 ], [ -71.125687, 42.302317 ], [ -71.125485, 42.302586 ], [ -71.125296, 42.30284 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.961091, 42.349568 ], [ -70.961103, 42.349574 ], [ -70.961265, 42.349644 ], [ -70.961419, 42.349714 ], [ -70.96151, 42.349761 ], [ -70.961617, 42.349818 ], [ -70.961743, 42.349888 ], [ -70.96188, 42.349967 ], [ -70.961912, 42.349986 ], [ -70.961942, 42.350006 ], [ -70.961973, 42.350026 ], [ -70.962003, 42.350046 ], [ -70.962032, 42.350067 ], [ -70.962061, 42.350089 ], [ -70.962138, 42.350146 ], [ -70.962214, 42.350203 ], [ -70.96229, 42.35026 ], [ -70.962323, 42.350285 ], [ -70.962355, 42.35031 ], [ -70.962387, 42.350336 ], [ -70.962417, 42.350362 ], [ -70.962448, 42.350388 ], [ -70.962483, 42.350422 ], [ -70.962518, 42.350457 ], [ -70.962553, 42.350491 ], [ -70.96276, 42.350689 ], [ -70.962808, 42.350735 ], [ -70.962858, 42.350781 ], [ -70.962908, 42.350826 ], [ -70.96293, 42.350843 ], [ -70.962951, 42.350858 ], [ -70.962973, 42.350873 ], [ -70.962996, 42.350888 ], [ -70.963019, 42.350903 ], [ -70.963043, 42.350916 ], [ -70.96309, 42.35094 ], [ -70.963136, 42.350964 ], [ -70.963183, 42.350986 ], [ -70.963201, 42.350994 ], [ -70.96323, 42.35101 ], [ -70.96324, 42.351016 ], [ -70.963251, 42.351022 ], [ -70.96326, 42.351029 ], [ -70.96327, 42.351035 ], [ -70.963278, 42.351043 ], [ -70.963287, 42.35105 ], [ -70.963294, 42.351058 ], [ -70.963299, 42.351065 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090629, 42.348871 ], [ -71.090129, 42.348924 ], [ -71.089881, 42.348974 ], [ -71.089689, 42.349003 ], [ -71.089506, 42.349021 ], [ -71.089276, 42.349029 ], [ -71.089006, 42.349044 ], [ -71.088762, 42.349068 ], [ -71.088624, 42.349086 ], [ -71.088152, 42.349182 ], [ -71.087886, 42.349249 ], [ -71.087653, 42.349294 ], [ -71.087427, 42.349324 ], [ -71.087194, 42.34933 ], [ -71.086816, 42.349377 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Knight Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133348, 42.245886 ], [ -71.133378, 42.246028 ], [ -71.13347, 42.246456 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110685, 42.335516 ], [ -71.11051, 42.335663 ], [ -71.11035, 42.335807 ], [ -71.110262, 42.335902 ], [ -71.110124, 42.336074 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085761, 42.301305 ], [ -71.085567, 42.301885 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.957852, 42.347809 ], [ -70.957832, 42.347797 ], [ -70.957612, 42.346473 ], [ -70.9576, 42.346432 ], [ -70.957569, 42.346385 ], [ -70.956606, 42.345354 ], [ -70.95646, 42.345329 ], [ -70.956033, 42.345464 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127505, 42.359306 ], [ -71.127663, 42.359427 ], [ -71.128006, 42.359692 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050149, 42.379521 ], [ -71.050126, 42.379553 ], [ -71.050755, 42.379647 ], [ -71.050892, 42.37945 ], [ -71.05091, 42.37942 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088533, 42.348907 ], [ -71.088365, 42.348938 ], [ -71.088074, 42.349013 ], [ -71.086816, 42.349377 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.957962, 42.347875 ], [ -70.957852, 42.347809 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Knight Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13347, 42.246456 ], [ -71.133491, 42.24657 ], [ -71.133544, 42.246816 ], [ -71.133562, 42.246886 ], [ -71.133569, 42.24693 ], [ -71.13359, 42.247002 ], [ -71.133667, 42.247189 ], [ -71.133828, 42.247509 ], [ -71.133879, 42.247613 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072304, 42.332748 ], [ -71.072375, 42.332684 ], [ -71.072436, 42.33263 ], [ -71.072493, 42.332627 ], [ -71.072541, 42.332622 ], [ -71.072575, 42.33261 ], [ -71.072612, 42.332585 ], [ -71.072628, 42.332558 ], [ -71.072655, 42.332521 ], [ -71.072678, 42.332494 ], [ -71.072705, 42.332466 ], [ -71.072732, 42.332443 ], [ -71.072759, 42.33242 ], [ -71.072785, 42.332399 ], [ -71.072812, 42.332381 ], [ -71.07285, 42.332357 ], [ -71.072888, 42.332335 ], [ -71.072934, 42.332313 ], [ -71.072985, 42.33229 ], [ -71.073048, 42.332265 ], [ -71.073086, 42.332247 ], [ -71.073133, 42.332224 ], [ -71.073165, 42.332207 ], [ -71.073211, 42.332181 ], [ -71.073261, 42.332151 ], [ -71.073282, 42.332138 ], [ -71.073328, 42.332108 ], [ -71.073382, 42.33207 ], [ -71.073414, 42.332045 ], [ -71.073449, 42.332018 ], [ -71.07348, 42.331994 ], [ -71.073515, 42.33197 ], [ -71.073546, 42.331949 ], [ -71.073576, 42.33193 ], [ -71.073623, 42.331902 ], [ -71.073668, 42.331876 ], [ -71.07371, 42.331852 ], [ -71.073755, 42.331829 ], [ -71.073814, 42.331802 ], [ -71.073856, 42.331783 ], [ -71.073898, 42.331766 ], [ -71.073944, 42.331748 ], [ -71.073989, 42.33173 ], [ -71.074037, 42.331714 ], [ -71.074092, 42.331696 ], [ -71.074141, 42.331684 ], [ -71.074185, 42.331672 ], [ -71.074237, 42.331659 ], [ -71.074276, 42.331649 ], [ -71.07432, 42.331635 ], [ -71.074353, 42.331624 ], [ -71.074389, 42.33161 ], [ -71.074425, 42.331596 ], [ -71.074458, 42.331582 ], [ -71.074517, 42.331554 ], [ -71.074566, 42.331532 ], [ -71.074604, 42.331514 ], [ -71.074642, 42.331499 ], [ -71.074677, 42.331487 ], [ -71.074708, 42.331479 ], [ -71.074734, 42.331473 ], [ -71.074762, 42.331464 ], [ -71.074786, 42.331452 ], [ -71.074805, 42.33144 ], [ -71.074826, 42.33142 ], [ -71.074849, 42.331398 ], [ -71.074868, 42.331376 ], [ -71.074939, 42.331355 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123977, 42.282942 ], [ -71.123762, 42.282711 ], [ -71.123542, 42.282547 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085033, 42.303493 ], [ -71.084955, 42.303756 ], [ -71.084822, 42.304181 ], [ -71.084694, 42.304674 ], [ -71.084654, 42.304872 ], [ -71.084614, 42.305132 ], [ -71.084592, 42.30525 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Forsyth Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092525, 42.339576 ], [ -71.092842, 42.34001 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.960826, 42.350138 ], [ -70.960961, 42.350061 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128802, 42.254246 ], [ -71.128842, 42.254194 ], [ -71.128988, 42.254035 ], [ -71.129183, 42.253839 ], [ -71.129273, 42.253747 ], [ -71.129468, 42.253566 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Constitution Road to Navy Yard Connection" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057412, 42.372974 ], [ -71.057624, 42.372886 ], [ -71.057939, 42.372934 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122502, 42.308348 ], [ -71.122394, 42.308458 ], [ -71.122325, 42.308518 ], [ -71.122201, 42.30859 ], [ -71.122078, 42.308636 ], [ -71.121934, 42.30866 ], [ -71.12178, 42.30867 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.96443, 42.351468 ], [ -70.964443, 42.351492 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092462, 42.339041 ], [ -71.093271, 42.33873 ], [ -71.093823, 42.338505 ], [ -71.094754, 42.338127 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119827, 42.313935 ], [ -71.119617, 42.313793 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Old Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084349, 42.303272 ], [ -71.084223, 42.303348 ], [ -71.084152, 42.303413 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171728, 42.287219 ], [ -71.171682, 42.287316 ], [ -71.171543, 42.287585 ], [ -71.171467, 42.287748 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121373, 42.309242 ], [ -71.121149, 42.309138 ], [ -71.120727, 42.309017 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.963237, 42.351189 ], [ -70.963228, 42.351068 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135228, 42.286311 ], [ -71.134233, 42.286323 ], [ -71.133851, 42.286334 ], [ -71.133382, 42.286359 ], [ -71.133059, 42.286382 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079221, 42.332169 ], [ -71.07936, 42.332227 ], [ -71.079445, 42.332289 ], [ -71.079537, 42.332346 ], [ -71.079634, 42.332397 ], [ -71.079735, 42.332444 ], [ -71.079842, 42.332484 ], [ -71.079921, 42.332512 ], [ -71.079997, 42.332545 ], [ -71.080069, 42.332583 ], [ -71.080136, 42.332625 ], [ -71.080199, 42.332671 ], [ -71.080258, 42.332719 ], [ -71.080323, 42.332762 ], [ -71.080393, 42.332801 ], [ -71.080467, 42.332835 ], [ -71.080545, 42.332865 ], [ -71.080626, 42.332889 ], [ -71.08071, 42.332908 ], [ -71.08088, 42.33299 ], [ -71.081045, 42.333078 ], [ -71.081205, 42.333171 ], [ -71.081252, 42.333226 ], [ -71.081306, 42.333278 ], [ -71.081367, 42.333325 ], [ -71.081433, 42.333368 ], [ -71.081505, 42.333406 ], [ -71.081581, 42.333439 ], [ -71.081661, 42.333466 ], [ -71.081726, 42.333494 ], [ -71.081786, 42.333528 ], [ -71.08184, 42.333566 ], [ -71.081888, 42.333609 ], [ -71.081958, 42.333658 ], [ -71.082034, 42.333701 ], [ -71.082114, 42.333739 ], [ -71.082199, 42.333771 ], [ -71.082288, 42.333798 ], [ -71.082379, 42.333818 ], [ -71.082433, 42.333838 ], [ -71.082482, 42.333863 ], [ -71.082527, 42.333892 ], [ -71.082567, 42.333925 ], [ -71.082602, 42.333961 ], [ -71.082648, 42.334018 ], [ -71.0827, 42.334072 ], [ -71.082759, 42.334123 ], [ -71.082823, 42.334169 ], [ -71.082893, 42.334211 ], [ -71.082968, 42.334248 ], [ -71.083047, 42.33428 ], [ -71.083129, 42.334307 ], [ -71.083204, 42.33433 ], [ -71.083276, 42.334358 ], [ -71.083344, 42.334391 ], [ -71.083408, 42.334428 ], [ -71.083466, 42.33447 ], [ -71.083519, 42.334516 ], [ -71.083586, 42.334572 ], [ -71.083659, 42.334624 ], [ -71.083738, 42.33467 ], [ -71.083822, 42.334711 ], [ -71.083911, 42.334746 ], [ -71.084004, 42.334775 ], [ -71.0841, 42.334798 ], [ -71.084199, 42.334814 ], [ -71.084265, 42.334822 ], [ -71.08433, 42.334836 ], [ -71.084393, 42.334854 ], [ -71.084452, 42.334878 ], [ -71.084508, 42.334905 ], [ -71.085162, 42.335127 ], [ -71.085817, 42.335347 ], [ -71.085964, 42.335418 ], [ -71.086115, 42.335484 ], [ -71.086269, 42.335545 ], [ -71.086426, 42.335601 ], [ -71.086586, 42.335653 ], [ -71.086749, 42.335699 ], [ -71.086829, 42.335745 ], [ -71.086902, 42.335795 ], [ -71.086969, 42.335851 ], [ -71.087029, 42.33591 ], [ -71.087067, 42.335983 ], [ -71.087113, 42.336054 ], [ -71.087167, 42.336121 ], [ -71.087228, 42.336184 ], [ -71.087297, 42.336244 ], [ -71.087372, 42.336298 ], [ -71.087454, 42.336348 ], [ -71.08754, 42.336393 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084055, 42.303526 ], [ -71.084389, 42.303533 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hemenway Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092622, 42.339543 ], [ -71.092545, 42.339461 ], [ -71.092466, 42.339346 ], [ -71.092431, 42.339237 ], [ -71.092426, 42.33915 ], [ -71.092462, 42.339041 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123844, 42.319309 ], [ -71.123571, 42.319435 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.17106, 42.288555 ], [ -71.171346, 42.28825 ], [ -71.171569, 42.287981 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137306, 42.293365 ], [ -71.136705, 42.293839 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.955436, 42.34546 ], [ -70.955169, 42.345529 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074653, 42.291013 ], [ -71.074145, 42.290849 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08754, 42.336393 ], [ -71.087651, 42.336483 ], [ -71.087756, 42.336577 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084152, 42.303413 ], [ -71.083879, 42.303416 ], [ -71.08368, 42.303432 ], [ -71.083431, 42.303463 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.955227, 42.345336 ], [ -70.955169, 42.345529 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119619, 42.321464 ], [ -71.119549, 42.321829 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123403, 42.351938 ], [ -71.122371, 42.351817 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171346, 42.28825 ], [ -71.171391, 42.288239 ], [ -71.171433, 42.288234 ], [ -71.171468, 42.288233 ], [ -71.171503, 42.288235 ], [ -71.171567, 42.288247 ], [ -71.171637, 42.288271 ], [ -71.17169, 42.2883 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136081, 42.294318 ], [ -71.136076, 42.294321 ], [ -71.135878, 42.294468 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail Connection" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087756, 42.336577 ], [ -71.087787, 42.336603 ], [ -71.087823, 42.336627 ], [ -71.087798, 42.336732 ], [ -71.088078, 42.336997 ], [ -71.087896, 42.337274 ], [ -71.087956, 42.337334 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080563, 42.305448 ], [ -71.080707, 42.305362 ], [ -71.081185, 42.305051 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.159635, 42.294698 ], [ -71.158842, 42.295088 ], [ -71.158509, 42.295244 ], [ -71.15818, 42.295369 ], [ -71.157865, 42.295468 ], [ -71.157612, 42.295544 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074145, 42.290849 ], [ -71.073305, 42.290609 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967311, 42.355594 ], [ -70.967204, 42.355601 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118277, 42.351334 ], [ -71.117238, 42.351214 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.9652, 42.353387 ], [ -70.965151, 42.353463 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132454, 42.296982 ], [ -71.131976, 42.297174 ], [ -71.131853, 42.297225 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155502, 42.295622 ], [ -71.154828, 42.295582 ], [ -71.154237, 42.295562 ], [ -71.153742, 42.295561 ], [ -71.153321, 42.295591 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081211, 42.304886 ], [ -71.080666, 42.305231 ], [ -71.080455, 42.305363 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southwest Corridor" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079244, 42.344776 ], [ -71.079168, 42.344765 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073305, 42.290609 ], [ -71.072552, 42.29039 ], [ -71.072234, 42.290289 ], [ -71.072106, 42.290252 ], [ -71.071996, 42.290225 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.960473, 42.349302 ], [ -70.960557, 42.34934 ], [ -70.960644, 42.349378 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123039, 42.363759 ], [ -71.122199, 42.363833 ], [ -71.121606, 42.363877 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southwest Corridor" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079244, 42.344776 ], [ -71.079362, 42.344756 ], [ -71.079455, 42.344808 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119917, 42.294176 ], [ -71.119787, 42.294296 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153573, 42.295757 ], [ -71.153922, 42.295748 ], [ -71.15435, 42.295755 ], [ -71.155284, 42.295793 ], [ -71.155505, 42.295803 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086833, 42.29814 ], [ -71.086664, 42.298689 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.960644, 42.349378 ], [ -70.96088, 42.34948 ], [ -70.960951, 42.34951 ], [ -70.961091, 42.349568 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078408, 42.306161 ], [ -71.078658, 42.306122 ], [ -71.079285, 42.305987 ], [ -71.079709, 42.305882 ], [ -71.079918, 42.305794 ], [ -71.080151, 42.305675 ], [ -71.080563, 42.305448 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070077, 42.364735 ], [ -71.070426, 42.364824 ], [ -71.070098, 42.365501 ], [ -71.070029, 42.365607 ], [ -71.070299, 42.365735 ], [ -71.069921, 42.36612 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121606, 42.363877 ], [ -71.120662, 42.363947 ], [ -71.120162, 42.363994 ], [ -71.119996, 42.364009 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southwest Corridor" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079362, 42.344756 ], [ -71.079353, 42.344592 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118768, 42.295253 ], [ -71.118432, 42.295574 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Franklin Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103761, 42.303298 ], [ -71.103571, 42.303218 ], [ -71.10317, 42.303025 ], [ -71.102978, 42.302945 ], [ -71.102859, 42.302891 ], [ -71.102736, 42.302842 ], [ -71.102609, 42.302799 ], [ -71.102479, 42.302761 ], [ -71.102347, 42.302729 ], [ -71.102211, 42.302703 ], [ -71.102074, 42.302683 ], [ -71.101936, 42.302669 ], [ -71.101893, 42.30267 ], [ -71.10185, 42.302666 ], [ -71.101808, 42.302657 ], [ -71.101769, 42.302643 ], [ -71.101733, 42.302625 ], [ -71.101701, 42.302603 ], [ -71.101675, 42.302577 ], [ -71.101654, 42.302549 ], [ -71.101611, 42.302512 ], [ -71.101562, 42.302479 ], [ -71.101507, 42.302452 ], [ -71.101448, 42.302431 ], [ -71.101307, 42.302356 ], [ -71.10117, 42.302278 ], [ -71.101035, 42.302198 ], [ -71.10102, 42.30215 ], [ -71.101015, 42.302101 ], [ -71.101018, 42.302053 ], [ -71.101031, 42.302004 ], [ -71.101034, 42.30192 ], [ -71.101029, 42.301836 ], [ -71.101015, 42.301752 ], [ -71.100993, 42.30167 ], [ -71.100962, 42.301589 ], [ -71.100945, 42.301529 ], [ -71.100935, 42.301468 ], [ -71.100932, 42.301407 ], [ -71.100935, 42.301346 ], [ -71.100945, 42.301286 ], [ -71.10095, 42.301173 ], [ -71.100946, 42.301061 ], [ -71.100932, 42.300949 ], [ -71.100908, 42.300838 ], [ -71.100876, 42.300729 ], [ -71.100834, 42.300621 ], [ -71.100793, 42.300516 ], [ -71.100745, 42.300414 ], [ -71.10069, 42.300313 ], [ -71.100628, 42.300214 ], [ -71.100572, 42.300127 ], [ -71.100509, 42.300042 ], [ -71.10044, 42.29996 ], [ -71.100365, 42.299881 ], [ -71.100284, 42.299805 ], [ -71.100236, 42.299768 ], [ -71.100182, 42.299734 ], [ -71.10018, 42.299677 ], [ -71.100171, 42.29962 ], [ -71.100155, 42.299565 ], [ -71.100152, 42.299513 ], [ -71.100142, 42.299461 ], [ -71.100125, 42.299411 ], [ -71.100101, 42.299362 ], [ -71.100071, 42.299315 ], [ -71.100034, 42.299271 ], [ -71.099994, 42.299227 ], [ -71.099951, 42.299186 ], [ -71.099903, 42.299148 ], [ -71.09988, 42.29912 ], [ -71.099865, 42.299089 ], [ -71.099856, 42.299057 ], [ -71.099855, 42.299042 ], [ -71.099852, 42.299027 ], [ -71.099847, 42.299013 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116111, 42.280627 ], [ -71.116064, 42.280751 ], [ -71.115926, 42.281039 ], [ -71.115817, 42.281231 ], [ -71.115723, 42.281402 ], [ -71.11555, 42.281635 ], [ -71.115437, 42.281791 ], [ -71.11522, 42.282019 ], [ -71.114999, 42.28224 ], [ -71.114853, 42.282365 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082942, 42.308696 ], [ -71.082853, 42.308859 ], [ -71.082757, 42.309064 ], [ -71.082667, 42.309285 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070241, 42.366281 ], [ -71.07078, 42.366557 ], [ -71.070784, 42.366561 ], [ -71.070785, 42.366567 ], [ -71.070782, 42.366572 ], [ -71.070623, 42.366738 ], [ -71.070586, 42.36672 ], [ -71.070546, 42.366744 ], [ -71.070541, 42.366763 ], [ -71.070529, 42.3668 ], [ -71.070511, 42.366835 ], [ -71.07048, 42.366881 ], [ -71.07144, 42.367376 ], [ -71.071543, 42.367259 ], [ -71.071673, 42.367323 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12965, 42.285055 ], [ -71.128967, 42.285683 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.955436, 42.34546 ], [ -70.95545, 42.345462 ], [ -70.955531, 42.345477 ], [ -70.955538, 42.345479 ], [ -70.955547, 42.345481 ], [ -70.955556, 42.345482 ], [ -70.955566, 42.345482 ], [ -70.955575, 42.345482 ], [ -70.955585, 42.345481 ], [ -70.955588, 42.345481 ], [ -70.955594, 42.34548 ], [ -70.955603, 42.345478 ], [ -70.955614, 42.345474 ], [ -70.955679, 42.345453 ], [ -70.955744, 42.345433 ], [ -70.95581, 42.345413 ], [ -70.955876, 42.345394 ], [ -70.955947, 42.345372 ], [ -70.955984, 42.34536 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086374, 42.299521 ], [ -71.086061, 42.300436 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086061, 42.300436 ], [ -71.085761, 42.301305 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967341, 42.355293 ], [ -70.967339, 42.355286 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128967, 42.285683 ], [ -71.128371, 42.286243 ], [ -71.128128, 42.286457 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Kilby Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055451, 42.357986 ], [ -71.055477, 42.358041 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083715, 42.314221 ], [ -71.083703, 42.314264 ], [ -71.083674, 42.314402 ], [ -71.083543, 42.314766 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059492, 42.367656 ], [ -71.059468, 42.36788 ], [ -71.059075, 42.368026 ], [ -71.058877, 42.367972 ], [ -71.058678, 42.36789 ], [ -71.058376, 42.367882 ], [ -71.058221, 42.367892 ], [ -71.058096, 42.367962 ], [ -71.058153, 42.368029 ], [ -71.057825, 42.368228 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085247, 42.303455 ], [ -71.085282, 42.303439 ], [ -71.085553, 42.303313 ], [ -71.085879, 42.303131 ], [ -71.086403, 42.302832 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051818, 42.359624 ], [ -71.051875, 42.359774 ], [ -71.051932, 42.359914 ], [ -71.052024, 42.360085 ], [ -71.052109, 42.360214 ], [ -71.052185, 42.360322 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082953, 42.316393 ], [ -71.083009, 42.316113 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.960473, 42.349302 ], [ -70.960425, 42.349272 ], [ -70.960381, 42.349249 ], [ -70.960331, 42.349241 ], [ -70.960241, 42.349229 ], [ -70.960092, 42.349212 ], [ -70.959964, 42.349181 ], [ -70.959804, 42.349118 ], [ -70.959679, 42.349048 ], [ -70.959577, 42.348983 ], [ -70.959475, 42.3489 ], [ -70.959285, 42.348727 ], [ -70.958909, 42.348378 ], [ -70.95879, 42.348255 ], [ -70.958677, 42.348127 ], [ -70.95858, 42.347962 ], [ -70.958527, 42.34787 ], [ -70.958481, 42.347798 ], [ -70.95842, 42.347815 ], [ -70.958381, 42.347808 ], [ -70.957994, 42.347877 ], [ -70.957962, 42.347875 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114585, 42.303039 ], [ -71.11465, 42.303322 ], [ -71.114674, 42.30345 ], [ -71.114699, 42.303551 ], [ -71.114703, 42.303645 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123492, 42.368612 ], [ -71.123573, 42.368649 ], [ -71.123666, 42.368608 ], [ -71.123784, 42.368594 ], [ -71.123883, 42.368604 ], [ -71.124043, 42.368645 ], [ -71.12421, 42.36871 ], [ -71.124438, 42.368784 ], [ -71.124722, 42.368882 ], [ -71.125049, 42.368997 ], [ -71.125308, 42.369099 ], [ -71.125518, 42.369168 ], [ -71.125659, 42.369233 ], [ -71.125758, 42.369284 ], [ -71.125863, 42.369344 ], [ -71.125943, 42.369399 ], [ -71.126029, 42.369459 ], [ -71.126078, 42.369509 ], [ -71.126146, 42.369588 ], [ -71.126201, 42.369661 ], [ -71.12625, 42.369739 ], [ -71.126305, 42.369781 ], [ -71.126373, 42.369836 ], [ -71.126422, 42.369909 ], [ -71.126465, 42.370006 ], [ -71.12652, 42.370116 ], [ -71.12652, 42.370254 ], [ -71.126535, 42.370427 ], [ -71.126548, 42.370574 ], [ -71.126557, 42.370732 ], [ -71.126569, 42.370851 ], [ -71.126595, 42.371059 ], [ -71.126646, 42.371334 ], [ -71.126686, 42.371532 ], [ -71.126753, 42.371709 ], [ -71.126814, 42.371833 ], [ -71.126902, 42.371965 ], [ -71.126972, 42.372073 ], [ -71.127015, 42.372132 ], [ -71.127079, 42.372219 ], [ -71.12712, 42.372273 ], [ -71.12719, 42.372357 ], [ -71.127232, 42.372405 ], [ -71.127289, 42.372455 ], [ -71.127398, 42.372554 ], [ -71.127515, 42.372644 ], [ -71.127639, 42.372725 ], [ -71.127797, 42.372814 ], [ -71.127851, 42.372844 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091295, 42.317613 ], [ -71.091134, 42.317962 ], [ -71.091004, 42.318277 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128128, 42.286457 ], [ -71.127538, 42.286969 ], [ -71.127374, 42.287108 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.01149, 42.383908 ], [ -71.011385, 42.384002 ], [ -71.011267, 42.383972 ], [ -71.01125, 42.384017 ], [ -71.011242, 42.384071 ], [ -71.011062, 42.38423 ], [ -71.011013, 42.384201 ], [ -71.010832, 42.384348 ], [ -71.01079, 42.384376 ], [ -71.010684, 42.384447 ], [ -71.010493, 42.38458 ], [ -71.010377, 42.384644 ], [ -71.010174, 42.38475 ], [ -71.009874, 42.384887 ], [ -71.007342, 42.385724 ], [ -71.007286, 42.385709 ], [ -71.007209, 42.385663 ], [ -71.007146, 42.38562 ], [ -71.00707, 42.38559 ], [ -71.006985, 42.385563 ], [ -71.006953, 42.385545 ], [ -71.006934, 42.385513 ], [ -71.006936, 42.38547 ], [ -71.006956, 42.385277 ], [ -71.006977, 42.385114 ] ], [ [ -71.011995, 42.383732 ], [ -71.011849, 42.383781 ], [ -71.01163, 42.383919 ], [ -71.01149, 42.383908 ] ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082851, 42.316371 ], [ -71.082779, 42.316529 ], [ -71.082664, 42.31673 ], [ -71.082563, 42.316913 ], [ -71.082346, 42.317278 ], [ -71.082173, 42.31757 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115506, 42.307664 ], [ -71.115532, 42.308066 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "John W. Weeks Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117711, 42.368883 ], [ -71.118568, 42.368074 ], [ -71.118813, 42.367847 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088606, 42.319982 ], [ -71.088396, 42.320042 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.991884, 42.389959 ], [ -70.991907, 42.389972 ], [ -70.991955, 42.39 ], [ -70.992003, 42.390029 ], [ -70.99204, 42.390052 ], [ -70.992077, 42.390076 ], [ -70.992113, 42.3901 ], [ -70.992149, 42.390124 ], [ -70.992279, 42.39022 ], [ -70.992363, 42.39028 ], [ -70.992396, 42.390303 ], [ -70.99243, 42.390326 ], [ -70.992465, 42.390349 ], [ -70.992528, 42.390387 ], [ -70.992591, 42.390426 ], [ -70.992655, 42.390464 ], [ -70.992819, 42.390555 ], [ -70.992936, 42.390619 ], [ -70.993036, 42.390673 ], [ -70.993198, 42.390759 ], [ -70.993244, 42.390782 ], [ -70.993289, 42.390805 ], [ -70.993334, 42.390829 ], [ -70.993378, 42.390853 ], [ -70.993452, 42.390896 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125965, 42.288491 ], [ -71.125815, 42.288624 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146689, 42.3617 ], [ -71.146759, 42.361627 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083451, 42.326103 ], [ -71.083456, 42.326057 ], [ -71.083498, 42.32586 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146759, 42.361627 ], [ -71.1468, 42.361583 ], [ -71.146799, 42.361572 ], [ -71.146822, 42.361554 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091052, 42.335943 ], [ -71.090809, 42.335845 ], [ -71.090654, 42.335753 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114703, 42.303645 ], [ -71.114702, 42.303912 ], [ -71.11471, 42.304235 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993756, 42.391088 ], [ -70.993745, 42.391077 ], [ -70.993732, 42.391067 ], [ -70.993719, 42.391057 ], [ -70.993708, 42.39105 ], [ -70.993693, 42.391039 ], [ -70.993677, 42.391028 ], [ -70.993659, 42.391018 ], [ -70.993576, 42.390968 ], [ -70.993494, 42.390921 ], [ -70.993452, 42.390896 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127926, 42.300165 ], [ -71.128073, 42.300037 ], [ -71.128292, 42.299819 ], [ -71.128804, 42.299305 ], [ -71.129388, 42.298742 ], [ -71.129623, 42.298537 ], [ -71.129889, 42.29832 ], [ -71.130069, 42.298193 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.16104, 42.358714 ], [ -71.161099, 42.358655 ], [ -71.16113, 42.358617 ], [ -71.161174, 42.358576 ], [ -71.161236, 42.358508 ], [ -71.161341, 42.358448 ], [ -71.161515, 42.358357 ], [ -71.161763, 42.358243 ], [ -71.161985, 42.358158 ], [ -71.162086, 42.358126 ], [ -71.162151, 42.358111 ], [ -71.162345, 42.35808 ], [ -71.162505, 42.358057 ], [ -71.162796, 42.35804 ], [ -71.163167, 42.358027 ], [ -71.163971, 42.358025 ], [ -71.164836, 42.358037 ], [ -71.165757, 42.358049 ], [ -71.165992, 42.358045 ], [ -71.166066, 42.358045 ], [ -71.166336, 42.358053 ], [ -71.166764, 42.358056 ], [ -71.167685, 42.358086 ], [ -71.169249, 42.358127 ], [ -71.169659, 42.358162 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084052, 42.330323 ], [ -71.084216, 42.330196 ], [ -71.084324, 42.330085 ], [ -71.084445, 42.329927 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993808, 42.391378 ], [ -70.993764, 42.391529 ], [ -70.993695, 42.391711 ], [ -70.993661, 42.391811 ], [ -70.993658, 42.391821 ], [ -70.993656, 42.391831 ], [ -70.993652, 42.391853 ], [ -70.993648, 42.391884 ], [ -70.993645, 42.391916 ], [ -70.993633, 42.392036 ], [ -70.993618, 42.392196 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harrison Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082747, 42.328615 ], [ -71.082862, 42.328308 ], [ -71.08296, 42.328119 ], [ -71.083011, 42.328043 ], [ -71.083062, 42.328001 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124349, 42.306012 ], [ -71.124409, 42.305871 ], [ -71.124552, 42.305598 ], [ -71.124634, 42.305376 ], [ -71.124673, 42.305202 ], [ -71.124701, 42.305009 ], [ -71.124741, 42.304751 ], [ -71.124781, 42.304409 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.160955, 42.358823 ], [ -71.160992, 42.358773 ], [ -71.161011, 42.358742 ], [ -71.16104, 42.358714 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114671, 42.304862 ], [ -71.114649, 42.305133 ], [ -71.114648, 42.305326 ], [ -71.11467, 42.3055 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.991507, 42.389812 ], [ -70.991455, 42.389802 ], [ -70.991423, 42.389796 ], [ -70.991391, 42.389791 ], [ -70.991358, 42.389787 ], [ -70.991335, 42.389784 ], [ -70.991312, 42.389781 ], [ -70.991288, 42.38978 ], [ -70.991265, 42.389778 ], [ -70.991241, 42.389778 ], [ -70.991218, 42.389778 ], [ -70.991195, 42.389778 ], [ -70.991171, 42.38978 ], [ -70.991148, 42.389781 ], [ -70.991124, 42.389784 ], [ -70.991102, 42.389787 ], [ -70.991072, 42.389792 ], [ -70.991043, 42.389798 ], [ -70.991014, 42.389805 ], [ -70.990985, 42.389812 ], [ -70.990957, 42.38982 ], [ -70.990929, 42.389829 ], [ -70.990885, 42.389846 ], [ -70.99084, 42.389865 ], [ -70.990796, 42.389883 ], [ -70.990752, 42.389903 ], [ -70.990729, 42.389916 ], [ -70.990705, 42.389931 ], [ -70.990681, 42.389946 ], [ -70.990658, 42.389962 ], [ -70.990636, 42.389978 ], [ -70.990614, 42.389994 ], [ -70.990589, 42.390014 ], [ -70.990565, 42.390034 ], [ -70.990541, 42.390055 ], [ -70.990519, 42.390076 ], [ -70.990497, 42.390097 ], [ -70.990476, 42.390119 ], [ -70.990455, 42.390142 ], [ -70.990414, 42.39019 ], [ -70.990326, 42.390303 ], [ -70.990238, 42.390427 ], [ -70.990171, 42.390538 ], [ -70.990116, 42.390634 ], [ -70.99006, 42.390743 ], [ -70.990006, 42.390856 ], [ -70.989939, 42.391004 ], [ -70.989889, 42.391123 ], [ -70.989886, 42.391134 ], [ -70.989884, 42.391145 ], [ -70.989883, 42.391157 ], [ -70.989883, 42.391168 ], [ -70.989883, 42.39118 ], [ -70.989885, 42.391191 ], [ -70.989886, 42.391198 ], [ -70.989889, 42.391205 ], [ -70.989892, 42.391212 ], [ -70.989896, 42.391219 ], [ -70.989901, 42.391225 ], [ -70.989906, 42.391231 ], [ -70.989913, 42.391237 ], [ -70.98992, 42.391242 ], [ -70.989927, 42.391247 ], [ -70.989935, 42.391251 ], [ -70.989944, 42.391254 ], [ -70.989953, 42.391257 ], [ -70.989963, 42.391259 ], [ -70.98998, 42.391262 ], [ -70.989997, 42.391264 ], [ -70.990014, 42.391266 ], [ -70.990031, 42.391267 ], [ -70.990048, 42.391267 ], [ -70.990066, 42.391266 ], [ -70.990083, 42.391265 ], [ -70.9901, 42.391263 ], [ -70.990117, 42.391261 ], [ -70.990133, 42.391258 ], [ -70.99015, 42.391254 ], [ -70.990166, 42.39125 ], [ -70.990262, 42.391225 ], [ -70.990422, 42.391176 ], [ -70.990578, 42.391128 ], [ -70.990605, 42.39112 ], [ -70.990633, 42.391112 ], [ -70.990661, 42.391105 ], [ -70.990689, 42.391099 ], [ -70.990718, 42.391093 ], [ -70.990746, 42.391088 ], [ -70.990775, 42.391084 ], [ -70.990803, 42.39108 ], [ -70.990818, 42.39108 ], [ -70.990834, 42.39108 ], [ -70.990849, 42.39108 ], [ -70.990864, 42.391081 ], [ -70.990879, 42.391083 ], [ -70.990894, 42.391085 ], [ -70.990909, 42.391088 ], [ -70.990924, 42.391091 ], [ -70.990938, 42.391094 ], [ -70.990953, 42.391098 ], [ -70.990967, 42.391103 ], [ -70.99098, 42.391108 ], [ -70.990994, 42.391114 ], [ -70.991006, 42.39112 ], [ -70.991022, 42.391128 ], [ -70.991037, 42.391138 ], [ -70.991052, 42.391147 ], [ -70.991067, 42.391157 ], [ -70.99108, 42.391168 ], [ -70.991093, 42.391179 ], [ -70.991106, 42.39119 ], [ -70.991118, 42.391202 ], [ -70.991129, 42.391214 ], [ -70.99114, 42.391226 ], [ -70.99115, 42.391239 ], [ -70.991167, 42.39126 ], [ -70.991183, 42.39128 ], [ -70.991198, 42.3913 ], [ -70.991212, 42.391321 ], [ -70.991226, 42.391342 ], [ -70.991239, 42.391364 ], [ -70.991252, 42.391385 ], [ -70.991263, 42.391407 ], [ -70.991274, 42.391429 ], [ -70.991289, 42.39146 ], [ -70.991303, 42.391491 ], [ -70.991317, 42.391522 ], [ -70.991329, 42.391553 ], [ -70.991341, 42.391584 ], [ -70.991352, 42.391616 ], [ -70.991362, 42.391648 ], [ -70.991377, 42.391699 ], [ -70.991426, 42.391781 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090265, 42.335433 ], [ -71.090374, 42.335561 ], [ -71.090455, 42.33563 ], [ -71.090581, 42.335718 ], [ -71.090654, 42.335753 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082986, 42.33084 ], [ -71.082715, 42.331077 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115133, 42.31012 ], [ -71.11492, 42.310333 ], [ -71.114854, 42.310402 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091594, 42.349203 ], [ -71.091684, 42.3492 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146822, 42.361554 ], [ -71.146842, 42.361538 ], [ -71.14684, 42.36152 ], [ -71.146841, 42.361506 ], [ -71.146846, 42.361493 ], [ -71.146856, 42.36148 ], [ -71.147011, 42.361376 ], [ -71.147159, 42.361281 ], [ -71.1473, 42.361196 ], [ -71.147435, 42.361119 ], [ -71.147565, 42.361051 ], [ -71.147692, 42.360991 ], [ -71.147816, 42.360937 ], [ -71.14794, 42.360889 ], [ -71.148046, 42.360853 ], [ -71.148156, 42.36082 ], [ -71.148269, 42.360789 ], [ -71.148391, 42.360761 ], [ -71.148584, 42.360722 ], [ -71.149074, 42.360635 ], [ -71.149332, 42.360585 ], [ -71.14946, 42.360561 ], [ -71.149597, 42.360542 ], [ -71.149753, 42.360525 ], [ -71.150036, 42.360498 ], [ -71.150382, 42.360465 ], [ -71.150681, 42.360434 ], [ -71.150942, 42.360405 ], [ -71.151174, 42.360376 ], [ -71.151379, 42.360347 ], [ -71.151574, 42.360317 ], [ -71.151768, 42.360283 ], [ -71.151989, 42.360241 ], [ -71.152067, 42.360227 ], [ -71.15223, 42.360202 ], [ -71.152324, 42.360182 ], [ -71.152384, 42.360166 ], [ -71.152449, 42.360146 ], [ -71.152519, 42.360121 ], [ -71.152597, 42.360092 ], [ -71.152718, 42.360042 ], [ -71.15281, 42.359997 ], [ -71.152869, 42.359962 ], [ -71.152977, 42.359888 ], [ -71.153047, 42.359849 ], [ -71.153206, 42.35977 ], [ -71.153278, 42.359738 ], [ -71.153347, 42.359709 ], [ -71.153453, 42.359669 ], [ -71.153658, 42.3596 ], [ -71.153762, 42.359564 ], [ -71.15391, 42.359511 ], [ -71.154028, 42.359471 ], [ -71.15413, 42.359439 ], [ -71.154314, 42.359386 ], [ -71.15438, 42.359369 ], [ -71.154447, 42.359357 ], [ -71.15451, 42.35935 ], [ -71.154652, 42.359338 ], [ -71.154693, 42.359332 ], [ -71.15473, 42.359325 ], [ -71.154805, 42.359305 ], [ -71.154941, 42.359261 ], [ -71.154981, 42.359253 ], [ -71.155023, 42.359248 ], [ -71.155101, 42.359248 ], [ -71.155262, 42.359255 ], [ -71.155327, 42.359256 ], [ -71.155392, 42.359253 ], [ -71.155446, 42.359246 ], [ -71.155602, 42.359215 ], [ -71.15567, 42.359205 ], [ -71.155731, 42.359197 ], [ -71.155786, 42.359193 ], [ -71.155835, 42.359191 ], [ -71.155879, 42.359192 ], [ -71.155919, 42.359195 ], [ -71.156024, 42.359212 ], [ -71.15618, 42.359244 ], [ -71.156231, 42.359253 ], [ -71.156291, 42.359258 ], [ -71.156349, 42.359257 ], [ -71.156409, 42.359249 ], [ -71.156463, 42.359238 ], [ -71.156506, 42.359225 ], [ -71.156584, 42.359195 ], [ -71.156622, 42.359184 ], [ -71.156665, 42.359177 ], [ -71.156715, 42.359174 ], [ -71.156858, 42.359173 ], [ -71.156973, 42.359169 ], [ -71.15706, 42.359163 ], [ -71.157175, 42.359153 ], [ -71.157342, 42.359145 ], [ -71.157507, 42.359141 ], [ -71.157665, 42.35914 ], [ -71.157813, 42.359142 ], [ -71.15795, 42.359148 ], [ -71.158075, 42.359158 ], [ -71.15819, 42.35917 ], [ -71.158292, 42.359186 ], [ -71.158341, 42.359197 ], [ -71.158421, 42.35922 ], [ -71.158464, 42.359228 ], [ -71.158542, 42.359237 ], [ -71.158649, 42.359242 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129784, 42.348911 ], [ -71.129897, 42.349066 ], [ -71.130033, 42.349227 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090676, 42.349239 ], [ -71.091594, 42.349203 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126759, 42.358432 ], [ -71.126876, 42.358661 ], [ -71.127051, 42.358921 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085046, 42.342834 ], [ -71.084926, 42.342757 ], [ -71.084901, 42.342742 ], [ -71.084853, 42.342711 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.158649, 42.359242 ], [ -71.159054, 42.35925 ], [ -71.159139, 42.359253 ], [ -71.159264, 42.359259 ], [ -71.159317, 42.35926 ], [ -71.159393, 42.359257 ], [ -71.159506, 42.359251 ], [ -71.159601, 42.359241 ], [ -71.159709, 42.359223 ], [ -71.159824, 42.359198 ], [ -71.159992, 42.359155 ], [ -71.160248, 42.359093 ], [ -71.160354, 42.359066 ], [ -71.160436, 42.359039 ], [ -71.160468, 42.359026 ], [ -71.160496, 42.359012 ], [ -71.160539, 42.358991 ], [ -71.160578, 42.358969 ], [ -71.160613, 42.358946 ], [ -71.16064, 42.358925 ], [ -71.160736, 42.358891 ], [ -71.160816, 42.358868 ], [ -71.160882, 42.358853 ], [ -71.16091, 42.358849 ], [ -71.160934, 42.358848 ], [ -71.160955, 42.358823 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1141, 42.313238 ], [ -71.114094, 42.313452 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993618, 42.392196 ], [ -70.993368, 42.392197 ], [ -70.993179, 42.392192 ], [ -70.993089, 42.392187 ], [ -70.992934, 42.392179 ], [ -70.992836, 42.392177 ], [ -70.992705, 42.392176 ], [ -70.992661, 42.392177 ], [ -70.992617, 42.392178 ], [ -70.992573, 42.39218 ], [ -70.992529, 42.392183 ], [ -70.992486, 42.392186 ], [ -70.992425, 42.392194 ], [ -70.992364, 42.392202 ], [ -70.992303, 42.39221 ], [ -70.992242, 42.392219 ], [ -70.992097, 42.392242 ], [ -70.991976, 42.392262 ], [ -70.991833, 42.392285 ], [ -70.991815, 42.392288 ], [ -70.991797, 42.39229 ], [ -70.991778, 42.392291 ], [ -70.99176, 42.392292 ], [ -70.991741, 42.392292 ], [ -70.991723, 42.392292 ], [ -70.991704, 42.39229 ], [ -70.991686, 42.392288 ], [ -70.991668, 42.392286 ], [ -70.99165, 42.392282 ], [ -70.991636, 42.392279 ], [ -70.991622, 42.392275 ], [ -70.991609, 42.392271 ], [ -70.991597, 42.392266 ], [ -70.991584, 42.39226 ], [ -70.991572, 42.392254 ], [ -70.991561, 42.392247 ], [ -70.99155, 42.39224 ], [ -70.99154, 42.392232 ], [ -70.991531, 42.392224 ], [ -70.991522, 42.392216 ], [ -70.991514, 42.392207 ], [ -70.991506, 42.392197 ], [ -70.991496, 42.392181 ], [ -70.991488, 42.392165 ], [ -70.99148, 42.392149 ], [ -70.991473, 42.392133 ], [ -70.991467, 42.392116 ], [ -70.991462, 42.3921 ], [ -70.991457, 42.392083 ], [ -70.991451, 42.39206 ], [ -70.991446, 42.392037 ], [ -70.991442, 42.392014 ], [ -70.991438, 42.391991 ], [ -70.991436, 42.391967 ], [ -70.991434, 42.391944 ], [ -70.991433, 42.39192 ], [ -70.991426, 42.391781 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115815, 42.321057 ], [ -71.1156, 42.321075 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129769, 42.361081 ], [ -71.130102, 42.361396 ], [ -71.130277, 42.36162 ], [ -71.130362, 42.36178 ], [ -71.130418, 42.361966 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belvidere Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084634, 42.346096 ], [ -71.084407, 42.346048 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118813, 42.367847 ], [ -71.118898, 42.367886 ], [ -71.11904, 42.367923 ], [ -71.119206, 42.367951 ], [ -71.11946, 42.367975 ], [ -71.119707, 42.367989 ], [ -71.119929, 42.368008 ], [ -71.120177, 42.368018 ], [ -71.120467, 42.368019 ], [ -71.120733, 42.368034 ], [ -71.121005, 42.36804 ], [ -71.121252, 42.36804 ], [ -71.121431, 42.368041 ], [ -71.121555, 42.368041 ], [ -71.121654, 42.368042 ], [ -71.121796, 42.368051 ], [ -71.121994, 42.36807 ], [ -71.122148, 42.368098 ], [ -71.122303, 42.368126 ], [ -71.122389, 42.368127 ], [ -71.122519, 42.368159 ], [ -71.122673, 42.368201 ], [ -71.122809, 42.368238 ], [ -71.123006, 42.368303 ], [ -71.123093, 42.36834 ], [ -71.123204, 42.368358 ], [ -71.123278, 42.368405 ], [ -71.123352, 42.368442 ], [ -71.123389, 42.368501 ], [ -71.123388, 42.368565 ], [ -71.123492, 42.368612 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086621, 42.350734 ], [ -71.08682, 42.351125 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993808, 42.391378 ], [ -70.993809, 42.391376 ], [ -70.993814, 42.391353 ], [ -70.993818, 42.39133 ], [ -70.993822, 42.391306 ], [ -70.993826, 42.391288 ], [ -70.993828, 42.391271 ], [ -70.99383, 42.391253 ], [ -70.99383, 42.391236 ], [ -70.99383, 42.391219 ], [ -70.993828, 42.391208 ], [ -70.993826, 42.391197 ], [ -70.993823, 42.391186 ], [ -70.993819, 42.391176 ], [ -70.993814, 42.391165 ], [ -70.993809, 42.391155 ], [ -70.993803, 42.391145 ], [ -70.993796, 42.391135 ], [ -70.993787, 42.391123 ], [ -70.993778, 42.391111 ], [ -70.993767, 42.391099 ], [ -70.993756, 42.391088 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08644, 42.350358 ], [ -71.086488, 42.350464 ], [ -71.086621, 42.350734 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Belle Isle Marsh Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993808, 42.391378 ], [ -70.993849, 42.391423 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belvidere Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083414, 42.345902 ], [ -71.083012, 42.345858 ], [ -71.082985, 42.345855 ], [ -71.082798, 42.345831 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11736, 42.361019 ], [ -71.117402, 42.361124 ], [ -71.117419, 42.361237 ], [ -71.117441, 42.361353 ], [ -71.117482, 42.361576 ], [ -71.117548, 42.361981 ], [ -71.11762, 42.362412 ], [ -71.117739, 42.363229 ], [ -71.117792, 42.363685 ], [ -71.117791, 42.363832 ], [ -71.11779, 42.363974 ], [ -71.117783, 42.36407 ], [ -71.117758, 42.364125 ], [ -71.117743, 42.36419 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114154, 42.321292 ], [ -71.113882, 42.321329 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114527, 42.301604 ], [ -71.1144, 42.301518 ], [ -71.114308, 42.301463 ], [ -71.114165, 42.301409 ], [ -71.114078, 42.30138 ], [ -71.113986, 42.301331 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086049, 42.349578 ], [ -71.08453, 42.349986 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106654, 42.351589 ], [ -71.106922, 42.351613 ], [ -71.107267, 42.351667 ], [ -71.107517, 42.351717 ], [ -71.107715, 42.351768 ], [ -71.107844, 42.351791 ], [ -71.107941, 42.351792 ], [ -71.108057, 42.351787 ], [ -71.108194, 42.351777 ], [ -71.108343, 42.351773 ], [ -71.108505, 42.35178 ], [ -71.108687, 42.351801 ], [ -71.108821, 42.351822 ], [ -71.108973, 42.351857 ], [ -71.109067, 42.351882 ], [ -71.109174, 42.351922 ], [ -71.109246, 42.351942 ], [ -71.109289, 42.35195 ], [ -71.109337, 42.351958 ], [ -71.109449, 42.35197 ], [ -71.109606, 42.35198 ], [ -71.109671, 42.351982 ], [ -71.109728, 42.351981 ], [ -71.109775, 42.351979 ], [ -71.109817, 42.351975 ], [ -71.109954, 42.351953 ], [ -71.110025, 42.351946 ], [ -71.110074, 42.351944 ], [ -71.110129, 42.351944 ], [ -71.110259, 42.351948 ], [ -71.110381, 42.351954 ], [ -71.110444, 42.351962 ], [ -71.110469, 42.351968 ], [ -71.11049, 42.351975 ], [ -71.110506, 42.351985 ], [ -71.110518, 42.351996 ], [ -71.110526, 42.35201 ], [ -71.110532, 42.352023 ], [ -71.110535, 42.352037 ], [ -71.110535, 42.352051 ], [ -71.110529, 42.352079 ], [ -71.110507, 42.352135 ], [ -71.110505, 42.352148 ], [ -71.110506, 42.352159 ], [ -71.110514, 42.352173 ], [ -71.110529, 42.352184 ], [ -71.110552, 42.352194 ], [ -71.110582, 42.352203 ], [ -71.111106, 42.352242 ], [ -71.11113, 42.352242 ], [ -71.111148, 42.352238 ], [ -71.111163, 42.352229 ], [ -71.111196, 42.352198 ], [ -71.111219, 42.352183 ], [ -71.111238, 42.352176 ], [ -71.111259, 42.352169 ], [ -71.111309, 42.35216 ], [ -71.111415, 42.352133 ], [ -71.111551, 42.352106 ], [ -71.111712, 42.352102 ], [ -71.111841, 42.352103 ], [ -71.11207, 42.352103 ], [ -71.112187, 42.352104 ], [ -71.112472, 42.352114 ], [ -71.112645, 42.352124 ], [ -71.112879, 42.352161 ], [ -71.113058, 42.352189 ], [ -71.113274, 42.352254 ], [ -71.11349, 42.352319 ], [ -71.113651, 42.352365 ], [ -71.113799, 42.352407 ], [ -71.113978, 42.352486 ], [ -71.114199, 42.352587 ], [ -71.114458, 42.352717 ], [ -71.114643, 42.352827 ], [ -71.114871, 42.352952 ], [ -71.11513, 42.353095 ], [ -71.115395, 42.353247 ], [ -71.115678, 42.353399 ], [ -71.115838, 42.353491 ], [ -71.115974, 42.353579 ], [ -71.116121, 42.353662 ], [ -71.116282, 42.353745 ], [ -71.116423, 42.353819 ], [ -71.116602, 42.353911 ], [ -71.116793, 42.354022 ], [ -71.116953, 42.354114 ], [ -71.11715, 42.354252 ], [ -71.117285, 42.354363 ], [ -71.117421, 42.354478 ], [ -71.117494, 42.354561 ], [ -71.11758, 42.354653 ], [ -71.11766, 42.35474 ], [ -71.117764, 42.354869 ], [ -71.117832, 42.354961 ], [ -71.117905, 42.355066 ], [ -71.117991, 42.355213 ], [ -71.11804, 42.355342 ], [ -71.118101, 42.355516 ], [ -71.118137, 42.355681 ], [ -71.118173, 42.355842 ], [ -71.118209, 42.35603 ], [ -71.11822, 42.356213 ], [ -71.118225, 42.356397 ], [ -71.118218, 42.356557 ], [ -71.118204, 42.356727 ], [ -71.118191, 42.356846 ], [ -71.118153, 42.357038 ], [ -71.118109, 42.357176 ], [ -71.118046, 42.357368 ], [ -71.118002, 42.357476 ], [ -71.117952, 42.357613 ], [ -71.117877, 42.357783 ], [ -71.117827, 42.357897 ], [ -71.117763, 42.358103 ], [ -71.117682, 42.35825 ], [ -71.117594, 42.358506 ], [ -71.1175, 42.358721 ], [ -71.117418, 42.358941 ], [ -71.117318, 42.359193 ], [ -71.117293, 42.359296 ], [ -71.117248, 42.359452 ], [ -71.117235, 42.359598 ], [ -71.117234, 42.359731 ], [ -71.117233, 42.359878 ], [ -71.117251, 42.36008 ], [ -71.117305, 42.360396 ], [ -71.11733, 42.360614 ], [ -71.117369, 42.360881 ], [ -71.11737, 42.360903 ], [ -71.117365, 42.360923 ], [ -71.117354, 42.360942 ], [ -71.117336, 42.360959 ], [ -71.11736, 42.361019 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124985, 42.367013 ], [ -71.124593, 42.367416 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112816, 42.321505 ], [ -71.112313, 42.321576 ], [ -71.112091, 42.321611 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111956, 42.320993 ], [ -71.112002, 42.321226 ], [ -71.112051, 42.321451 ], [ -71.112091, 42.321611 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076934, 42.349288 ], [ -71.077062, 42.349469 ], [ -71.077369, 42.350084 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Morrissey Boulevard Bike\/Ped Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050097, 42.318895 ], [ -71.050151, 42.318862 ], [ -71.050166, 42.318852 ], [ -71.050177, 42.318839 ], [ -71.050181, 42.318826 ], [ -71.050178, 42.318809 ], [ -71.050025, 42.318531 ], [ -71.049992, 42.318543 ], [ -71.050094, 42.318732 ], [ -71.04943, 42.31893 ], [ -71.049088, 42.318296 ], [ -71.049044, 42.318213 ], [ -71.049037, 42.318179 ], [ -71.049122, 42.318151 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123542, 42.282547 ], [ -71.123468, 42.282495 ], [ -71.122966, 42.282172 ], [ -71.122434, 42.281835 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112045, 42.331986 ], [ -71.112165, 42.331998 ], [ -71.112239, 42.331996 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052042, 42.324276 ], [ -71.052085, 42.325047 ], [ -71.052111, 42.325602 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057087, 42.313488 ], [ -71.056989, 42.313958 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "MBTA Redline Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066264, 42.294814 ], [ -71.066052, 42.294014 ], [ -71.066042, 42.29397 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094568, 42.344519 ], [ -71.094679, 42.344528 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119541, 42.308882 ], [ -71.11913, 42.308825 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05007, 42.375965 ], [ -71.049849, 42.376429 ], [ -71.04977, 42.376591 ], [ -71.049776, 42.376652 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104662, 42.300279 ], [ -71.104727, 42.300284 ], [ -71.105019, 42.300292 ], [ -71.105203, 42.300305 ], [ -71.105349, 42.300322 ], [ -71.105566, 42.300351 ], [ -71.105782, 42.300384 ], [ -71.105984, 42.300429 ], [ -71.106065, 42.300454 ], [ -71.106124, 42.30051 ], [ -71.106178, 42.300599 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104311, 42.344591 ], [ -71.10429, 42.34461 ], [ -71.104271, 42.344623 ], [ -71.104248, 42.344627 ], [ -71.104174, 42.344626 ], [ -71.103927, 42.344616 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078706, 42.292203 ], [ -71.077997, 42.291984 ], [ -71.077182, 42.291747 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123835, 42.319383 ], [ -71.123956, 42.319318 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.091537, 42.346475 ], [ -71.091476, 42.34645 ], [ -71.091412, 42.346429 ], [ -71.091346, 42.346412 ], [ -71.091279, 42.3464 ], [ -71.09122, 42.346392 ], [ -71.091163, 42.346378 ], [ -71.091109, 42.34636 ], [ -71.091058, 42.346336 ], [ -71.091011, 42.346308 ] ], [ [ -71.091537, 42.346475 ], [ -71.091675, 42.346527 ], [ -71.091847, 42.346575 ], [ -71.092028, 42.346616 ], [ -71.092182, 42.346636 ], [ -71.092353, 42.34665 ], [ -71.092415, 42.346651 ] ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11721, 42.296736 ], [ -71.116829, 42.297098 ], [ -71.116631, 42.297304 ], [ -71.116367, 42.297562 ], [ -71.116139, 42.297832 ], [ -71.115955, 42.298125 ], [ -71.115835, 42.298299 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039283, 42.316909 ], [ -71.038708, 42.317768 ], [ -71.03863, 42.317833 ], [ -71.038514, 42.317875 ], [ -71.038337, 42.317895 ], [ -71.038273, 42.317913 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110092, 42.321533 ], [ -71.109946, 42.321713 ], [ -71.109796, 42.321865 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07584, 42.291352 ], [ -71.075406, 42.291232 ], [ -71.075194, 42.291169 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037513, 42.318141 ], [ -71.03735, 42.318244 ], [ -71.037136, 42.318336 ], [ -71.036825, 42.318436 ], [ -71.036627, 42.318519 ], [ -71.036581, 42.318599 ], [ -71.036609, 42.318683 ], [ -71.036695, 42.318724 ], [ -71.037036, 42.318804 ], [ -71.037344, 42.318915 ], [ -71.039445, 42.319792 ], [ -71.039695, 42.320179 ], [ -71.041801, 42.321023 ], [ -71.042643, 42.321372 ], [ -71.043149, 42.321551 ], [ -71.043417, 42.321663 ], [ -71.043514, 42.32173 ], [ -71.043551, 42.321741 ], [ -71.043706, 42.321699 ], [ -71.043713, 42.322051 ], [ -71.043741, 42.322167 ], [ -71.043799, 42.3223 ], [ -71.043869, 42.322404 ], [ -71.043949, 42.322487 ], [ -71.044051, 42.32257 ], [ -71.044198, 42.322658 ], [ -71.044324, 42.322709 ], [ -71.044691, 42.322853 ], [ -71.044918, 42.322938 ], [ -71.045176, 42.322998 ], [ -71.045405, 42.323044 ], [ -71.045498, 42.323058 ], [ -71.045585, 42.323063 ], [ -71.045679, 42.323064 ], [ -71.04578, 42.323062 ], [ -71.045879, 42.323049 ], [ -71.045958, 42.323034 ], [ -71.046023, 42.323023 ], [ -71.046078, 42.32302 ], [ -71.046125, 42.323021 ], [ -71.04618, 42.323026 ], [ -71.046229, 42.323047 ], [ -71.046264, 42.32307 ], [ -71.046319, 42.323105 ], [ -71.046368, 42.323134 ], [ -71.046432, 42.323163 ], [ -71.0465, 42.323186 ], [ -71.046542, 42.323196 ], [ -71.046587, 42.323203 ], [ -71.046642, 42.323199 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11638, 42.30918 ], [ -71.116249, 42.309211 ], [ -71.11602, 42.309258 ], [ -71.115812, 42.309273 ], [ -71.115582, 42.309306 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078259, 42.306049 ], [ -71.077958, 42.306147 ], [ -71.077564, 42.306324 ], [ -71.077543, 42.306335 ], [ -71.077236, 42.306496 ], [ -71.076875, 42.306746 ], [ -71.076521, 42.307002 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059969, 42.371293 ], [ -71.05968, 42.371391 ], [ -71.059301, 42.37143 ], [ -71.059102, 42.371374 ], [ -71.058568, 42.371129 ], [ -71.057652, 42.370699 ], [ -71.056102, 42.371432 ], [ -71.057716, 42.372184 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08736, 42.302257 ], [ -71.087726, 42.302059 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062585, 42.272486 ], [ -71.062663, 42.272528 ], [ -71.063128, 42.272567 ], [ -71.063229, 42.272525 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Readville to Neponset" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126337, 42.240945 ], [ -71.126446, 42.241718 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106566, 42.322573 ], [ -71.105835, 42.322642 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114397, 42.311629 ], [ -71.114233, 42.312166 ], [ -71.114181, 42.312316 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Dam Sidepath" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070724, 42.367871 ], [ -71.07022, 42.36761 ], [ -71.069737, 42.367364 ], [ -71.069509, 42.367245 ], [ -71.069143, 42.367066 ], [ -71.068672, 42.366822 ], [ -71.068555, 42.36676 ], [ -71.068502, 42.366727 ], [ -71.068484, 42.366713 ], [ -71.068472, 42.366699 ], [ -71.068465, 42.366685 ], [ -71.068463, 42.36667 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073954, 42.309164 ], [ -71.074162, 42.309026 ], [ -71.074604, 42.308735 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Day Boulevard Crossing" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.023772, 42.33605 ], [ -71.02366, 42.336012 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107283, 42.338926 ], [ -71.107576, 42.338642 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Day Boulevard Crossing" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.023864, 42.335551 ], [ -71.023699, 42.335551 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119526, 42.32227 ], [ -71.119537, 42.322505 ], [ -71.119539, 42.322585 ], [ -71.119526, 42.322665 ], [ -71.119502, 42.322751 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Day Boulevard Crossing" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.025001, 42.33303 ], [ -71.024959, 42.332835 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119996, 42.364009 ], [ -71.119604, 42.364044 ], [ -71.119452, 42.364059 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086403, 42.302832 ], [ -71.086882, 42.302543 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.035208, 42.329359 ], [ -71.035209, 42.329283 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077633, 42.336017 ], [ -71.077021, 42.33648 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Day Boulevard Crossing" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039792, 42.330097 ], [ -71.039798, 42.330031 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116238, 42.280682 ], [ -71.116352, 42.280375 ], [ -71.116486, 42.280009 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.031082, 42.38259 ], [ -71.031055, 42.382732 ], [ -71.030718, 42.382846 ], [ -71.030217, 42.382793 ], [ -71.029923, 42.382873 ], [ -71.029928, 42.383285 ], [ -71.029666, 42.383291 ], [ -71.02965, 42.38333 ], [ -71.029627, 42.383366 ], [ -71.029597, 42.3834 ], [ -71.02956, 42.38343 ], [ -71.029517, 42.383455 ], [ -71.029469, 42.383475 ], [ -71.029418, 42.383489 ], [ -71.029365, 42.383497 ], [ -71.02931, 42.383499 ], [ -71.029256, 42.383495 ], [ -71.029203, 42.383485 ], [ -71.029153, 42.383469 ], [ -71.029107, 42.383447 ], [ -71.029095, 42.383437 ], [ -71.028999, 42.383472 ], [ -71.028968, 42.383469 ], [ -71.028862, 42.382687 ], [ -71.028885, 42.382627 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071827, 42.340064 ], [ -71.07109, 42.340548 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040343, 42.382221 ], [ -71.042135, 42.382134 ], [ -71.042006, 42.380811 ], [ -71.041965, 42.380809 ], [ -71.041983, 42.380953 ], [ -71.040329, 42.381036 ], [ -71.040134, 42.378946 ], [ -71.04288, 42.378822 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114117, 42.314647 ], [ -71.114093, 42.315221 ], [ -71.114092, 42.315328 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.041189, 42.37654 ], [ -71.041126, 42.376436 ], [ -71.041226, 42.375848 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085728, 42.301962 ], [ -71.086186, 42.300648 ], [ -71.086555, 42.299565 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.041144, 42.37633 ], [ -71.039826, 42.376375 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Congress Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054629, 42.354644 ], [ -71.054083, 42.354117 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100852, 42.351198 ], [ -71.101176, 42.351218 ], [ -71.10192, 42.351269 ], [ -71.102494, 42.351309 ], [ -71.102714, 42.351323 ], [ -71.103391, 42.351369 ], [ -71.103694, 42.35139 ], [ -71.104336, 42.351431 ], [ -71.105151, 42.351498 ], [ -71.106096, 42.351556 ], [ -71.106464, 42.351573 ], [ -71.106654, 42.351589 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07109, 42.340548 ], [ -71.070708, 42.340799 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089784, 42.352114 ], [ -71.089897, 42.352109 ], [ -71.089984, 42.352101 ], [ -71.090047, 42.352089 ], [ -71.090209, 42.352052 ], [ -71.090318, 42.352032 ], [ -71.090483, 42.352007 ], [ -71.090686, 42.351984 ], [ -71.091295, 42.351921 ], [ -71.09149, 42.351898 ], [ -71.091657, 42.351876 ], [ -71.091814, 42.351852 ], [ -71.091955, 42.351827 ], [ -71.092084, 42.3518 ], [ -71.092203, 42.351771 ], [ -71.092418, 42.35171 ], [ -71.092935, 42.351551 ], [ -71.09327, 42.351451 ], [ -71.093305, 42.351438 ], [ -71.093341, 42.351419 ], [ -71.093371, 42.351398 ], [ -71.093466, 42.351328 ], [ -71.093537, 42.351284 ], [ -71.093611, 42.351246 ], [ -71.093693, 42.351212 ], [ -71.093731, 42.351198 ], [ -71.093767, 42.351188 ], [ -71.093801, 42.351181 ], [ -71.093834, 42.351177 ], [ -71.093861, 42.351176 ], [ -71.093888, 42.351177 ], [ -71.093976, 42.351188 ], [ -71.093993, 42.351188 ], [ -71.09401, 42.351185 ], [ -71.094033, 42.351178 ], [ -71.094066, 42.351165 ], [ -71.094222, 42.351093 ], [ -71.094298, 42.35106 ], [ -71.094367, 42.351036 ], [ -71.094426, 42.351022 ], [ -71.094553, 42.350997 ], [ -71.094674, 42.350968 ], [ -71.094811, 42.350928 ], [ -71.095005, 42.350862 ], [ -71.095064, 42.350844 ], [ -71.09513, 42.350828 ], [ -71.09516, 42.350823 ], [ -71.095189, 42.35082 ], [ -71.095289, 42.350822 ], [ -71.095414, 42.350828 ], [ -71.096057, 42.350875 ], [ -71.096255, 42.350888 ], [ -71.096449, 42.350898 ], [ -71.097045, 42.350947 ], [ -71.097552, 42.350981 ], [ -71.098213, 42.351029 ], [ -71.098788, 42.351058 ], [ -71.099628, 42.351121 ], [ -71.100314, 42.351165 ], [ -71.100852, 42.351198 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114095, 42.313678 ], [ -71.11411, 42.314094 ], [ -71.114114, 42.314145 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Monsignor Reynolds Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070028, 42.340552 ], [ -71.069618, 42.340421 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054315, 42.354945 ], [ -71.054032, 42.35522 ], [ -71.054007, 42.355242 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042318, 42.371701 ], [ -71.04296, 42.371978 ], [ -71.043513, 42.371282 ], [ -71.044147, 42.370497 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113243, 42.317261 ], [ -71.113085, 42.317493 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.044147, 42.370497 ], [ -71.044165, 42.370471 ], [ -71.0438, 42.370317 ], [ -71.044179, 42.369851 ], [ -71.043108, 42.369376 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066512, 42.338487 ], [ -71.065542, 42.339158 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042669, 42.368907 ], [ -71.042236, 42.368722 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112139, 42.322145 ], [ -71.11217, 42.322659 ], [ -71.112203, 42.323133 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Overpass" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137423, 42.364324 ], [ -71.137374, 42.364347 ], [ -71.137313, 42.364399 ], [ -71.137293, 42.364422 ], [ -71.13728, 42.364444 ], [ -71.137283, 42.364469 ], [ -71.137334, 42.364525 ], [ -71.137601, 42.364823 ], [ -71.137617, 42.36484 ], [ -71.137644, 42.364861 ], [ -71.137709, 42.364923 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073756, 42.34284 ], [ -71.074109, 42.343566 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Overpass" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137423, 42.364324 ], [ -71.137519, 42.364292 ], [ -71.137927, 42.364187 ], [ -71.137914, 42.364162 ], [ -71.137632, 42.364232 ], [ -71.137513, 42.363976 ], [ -71.13746, 42.3637 ], [ -71.137427, 42.363704 ], [ -71.137461, 42.363888 ], [ -71.137582, 42.363874 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087726, 42.302059 ], [ -71.087471, 42.30215 ], [ -71.087367, 42.302165 ], [ -71.087265, 42.302151 ], [ -71.08717, 42.302096 ], [ -71.087011, 42.301985 ], [ -71.086824, 42.3019 ], [ -71.086655, 42.30187 ], [ -71.086489, 42.30186 ], [ -71.086247, 42.301891 ], [ -71.086012, 42.301973 ], [ -71.085728, 42.301962 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03765, 42.364723 ], [ -71.037472, 42.364941 ], [ -71.036377, 42.364451 ], [ -71.035693, 42.364155 ], [ -71.035655, 42.364204 ], [ -71.035595, 42.364175 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112388, 42.318473 ], [ -71.112146, 42.318813 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Overpass" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137617, 42.36484 ], [ -71.137778, 42.364804 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078533, 42.352471 ], [ -71.078672, 42.35275 ], [ -71.078723, 42.352849 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.036158, 42.364356 ], [ -71.036062, 42.364479 ], [ -71.035942, 42.364484 ], [ -71.035841, 42.364503 ], [ -71.035725, 42.364554 ], [ -71.035439, 42.364742 ], [ -71.035202, 42.365008 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Pearl Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054007, 42.355242 ], [ -71.054877, 42.356079 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.16193, 42.35791 ], [ -71.161981, 42.35791 ], [ -71.162013, 42.357928 ], [ -71.162044, 42.358038 ], [ -71.162056, 42.358063 ], [ -71.162086, 42.358126 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11186, 42.320611 ], [ -71.111928, 42.320949 ], [ -71.111956, 42.320993 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.036832, 42.365725 ], [ -71.037472, 42.364941 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049228, 42.353058 ], [ -71.049941, 42.352132 ], [ -71.050304, 42.351633 ], [ -71.050202, 42.351592 ], [ -71.050213, 42.351577 ], [ -71.050263, 42.351519 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Old Trail Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091873, 42.307704 ], [ -71.091564, 42.307888 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.028682, 42.364058 ], [ -71.027814, 42.365173 ], [ -71.027705, 42.365197 ], [ -71.026829, 42.36481 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076158, 42.352648 ], [ -71.077171, 42.352374 ], [ -71.07832, 42.352065 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.045513, 42.3551 ], [ -71.046254, 42.355064 ], [ -71.046877, 42.354935 ], [ -71.04733, 42.354786 ], [ -71.047698, 42.354613 ], [ -71.048034, 42.354409 ], [ -71.048255, 42.3542 ], [ -71.047873, 42.354028 ], [ -71.048033, 42.353798 ], [ -71.048401, 42.353334 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07319, 42.309669 ], [ -71.073317, 42.309575 ], [ -71.073604, 42.309381 ], [ -71.073954, 42.309164 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Kilby Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055262, 42.357619 ], [ -71.055116, 42.357196 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.026829, 42.36481 ], [ -71.026734, 42.364767 ], [ -71.026643, 42.364718 ], [ -71.026558, 42.364664 ], [ -71.026478, 42.364605 ], [ -71.026405, 42.364543 ], [ -71.026338, 42.364476 ], [ -71.026278, 42.364406 ], [ -71.026226, 42.364332 ], [ -71.026181, 42.364256 ], [ -71.026144, 42.364178 ], [ -71.026115, 42.364097 ], [ -71.026094, 42.364016 ], [ -71.026082, 42.363933 ], [ -71.026078, 42.36385 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073843, 42.352864 ], [ -71.071478, 42.353482 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048401, 42.353334 ], [ -71.048495, 42.353235 ], [ -71.04859, 42.353134 ], [ -71.048624, 42.353094 ], [ -71.048637, 42.353082 ], [ -71.048597, 42.353061 ], [ -71.048577, 42.353044 ], [ -71.04857, 42.353018 ], [ -71.048503, 42.352985 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Longfellow Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078426, 42.361676 ], [ -71.071977, 42.361176 ], [ -71.071573, 42.361136 ], [ -71.071397, 42.361105 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.026078, 42.36385 ], [ -71.026168, 42.362564 ], [ -71.026174, 42.362459 ], [ -71.026188, 42.362354 ], [ -71.026212, 42.36225 ], [ -71.026244, 42.362147 ], [ -71.026284, 42.362046 ], [ -71.026333, 42.361948 ], [ -71.027325, 42.359777 ], [ -71.028013, 42.358107 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Old Trail Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091391, 42.308005 ], [ -71.091298, 42.308148 ], [ -71.091234, 42.308257 ], [ -71.091205, 42.308428 ], [ -71.091204, 42.308557 ], [ -71.091258, 42.30868 ], [ -71.091358, 42.308837 ], [ -71.09154, 42.309023 ], [ -71.091795, 42.309262 ], [ -71.091895, 42.309392 ], [ -71.091922, 42.309481 ], [ -71.091897, 42.309673 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111767, 42.337048 ], [ -71.111624, 42.337152 ], [ -71.111502, 42.337247 ], [ -71.111358, 42.337346 ], [ -71.111119, 42.337469 ], [ -71.110808, 42.337603 ], [ -71.110564, 42.337639 ], [ -71.110572, 42.337571 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067622, 42.273906 ], [ -71.067439, 42.274585 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967497, 42.355285 ], [ -70.967495, 42.355286 ], [ -70.967493, 42.355286 ], [ -70.967491, 42.355286 ], [ -70.967375, 42.355282 ], [ -70.967375, 42.355282 ], [ -70.967339, 42.355286 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054133, 42.358207 ], [ -71.054205, 42.358371 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117233, 42.315564 ], [ -71.11694, 42.31547 ], [ -71.116884, 42.315547 ], [ -71.116828, 42.315637 ], [ -71.117114, 42.315702 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076169, 42.331711 ], [ -71.075654, 42.331998 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.963127, 42.351201 ], [ -70.963118, 42.351204 ], [ -70.963059, 42.351263 ], [ -70.963052, 42.35127 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091236, 42.336026 ], [ -71.091052, 42.335943 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113194, 42.302396 ], [ -71.113215, 42.302341 ], [ -71.113237, 42.302298 ], [ -71.113293, 42.302222 ], [ -71.113379, 42.302141 ], [ -71.113379, 42.302107 ], [ -71.113368, 42.302066 ], [ -71.113345, 42.302036 ], [ -71.113298, 42.302014 ], [ -71.113248, 42.302007 ], [ -71.112763, 42.301983 ], [ -71.112676, 42.30199 ], [ -71.112584, 42.302018 ], [ -71.11251, 42.302047 ], [ -71.112449, 42.302061 ], [ -71.112399, 42.302062 ], [ -71.112356, 42.302051 ], [ -71.112318, 42.302034 ], [ -71.112271, 42.30199 ], [ -71.1122, 42.30195 ], [ -71.112165, 42.301896 ], [ -71.112133, 42.301869 ], [ -71.112118, 42.301786 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053929, 42.356617 ], [ -71.054877, 42.356079 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06719, 42.275513 ], [ -71.066977, 42.276263 ], [ -71.066819, 42.276797 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086842, 42.345461 ], [ -71.087068, 42.345932 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077021, 42.33648 ], [ -71.076937, 42.336539 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.961016, 42.34966 ], [ -70.961023, 42.349653 ], [ -70.961079, 42.349587 ], [ -70.96108, 42.349587 ], [ -70.961091, 42.349568 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053996, 42.357987 ], [ -71.053929, 42.357927 ], [ -71.053357, 42.357722 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07959, 42.354712 ], [ -71.08008, 42.354581 ], [ -71.080222, 42.354541 ], [ -71.080402, 42.354472 ], [ -71.080576, 42.354372 ], [ -71.080824, 42.354259 ], [ -71.081053, 42.354149 ], [ -71.081202, 42.354054 ], [ -71.08127, 42.353994 ], [ -71.0814, 42.353949 ], [ -71.082044, 42.353772 ], [ -71.083225, 42.35345 ], [ -71.083493, 42.35338 ], [ -71.084134, 42.353207 ], [ -71.084275, 42.353174 ], [ -71.084321, 42.353165 ], [ -71.084353, 42.353162 ], [ -71.084405, 42.353163 ], [ -71.084557, 42.353174 ], [ -71.084595, 42.353175 ], [ -71.084623, 42.353172 ], [ -71.084694, 42.353164 ], [ -71.084773, 42.353159 ], [ -71.08485, 42.353157 ], [ -71.085004, 42.353157 ], [ -71.085061, 42.353155 ], [ -71.085112, 42.35315 ], [ -71.08515, 42.35314 ], [ -71.085173, 42.35313 ], [ -71.085197, 42.353118 ], [ -71.085219, 42.353103 ], [ -71.085241, 42.353086 ], [ -71.085283, 42.353047 ], [ -71.085359, 42.352962 ], [ -71.085378, 42.352946 ], [ -71.085395, 42.352937 ], [ -71.08546, 42.352913 ], [ -71.085536, 42.35289 ], [ -71.086312, 42.352677 ], [ -71.086354, 42.352663 ], [ -71.086387, 42.352647 ], [ -71.086413, 42.352631 ], [ -71.086458, 42.352593 ], [ -71.086475, 42.352583 ], [ -71.086495, 42.352576 ], [ -71.08665, 42.35253 ], [ -71.086793, 42.35249 ], [ -71.086913, 42.352459 ], [ -71.087004, 42.352439 ], [ -71.087093, 42.352424 ], [ -71.087197, 42.352411 ], [ -71.08732, 42.352399 ], [ -71.087623, 42.352373 ], [ -71.0877, 42.352364 ], [ -71.087758, 42.352355 ], [ -71.087872, 42.352334 ], [ -71.088, 42.352313 ], [ -71.088144, 42.352291 ], [ -71.088302, 42.35227 ], [ -71.088638, 42.352229 ], [ -71.089172, 42.35217 ], [ -71.089364, 42.352151 ], [ -71.089674, 42.352126 ], [ -71.089784, 42.352114 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065326, 42.287732 ], [ -71.06557, 42.288024 ], [ -71.065865, 42.288296 ], [ -71.066081, 42.28849 ], [ -71.066343, 42.288674 ], [ -71.066699, 42.288913 ], [ -71.06701, 42.289078 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080957, 42.33292 ], [ -71.080567, 42.333496 ], [ -71.080356, 42.333728 ], [ -71.080192, 42.333868 ], [ -71.079846, 42.334128 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.956033, 42.345464 ], [ -70.955984, 42.34536 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076517, 42.336191 ], [ -71.076937, 42.336539 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Pearl Street Extension" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051888, 42.353119 ], [ -71.052846, 42.354035 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050881, 42.293095 ], [ -71.050634, 42.292791 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079429, 42.354542 ], [ -71.079498, 42.354526 ], [ -71.07959, 42.354712 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066816, 42.34303 ], [ -71.066585, 42.343208 ], [ -71.066359, 42.343406 ], [ -71.066261, 42.3435 ], [ -71.066183, 42.343615 ], [ -71.0661, 42.343741 ], [ -71.065967, 42.343962 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100016, 42.340354 ], [ -71.100048, 42.340318 ], [ -71.100075, 42.340277 ], [ -71.100093, 42.340247 ], [ -71.100108, 42.340195 ], [ -71.100118, 42.34016 ], [ -71.100126, 42.340122 ], [ -71.100123, 42.340087 ], [ -71.10012, 42.340059 ], [ -71.100111, 42.340027 ], [ -71.100098, 42.339999 ], [ -71.100078, 42.339962 ], [ -71.100047, 42.339928 ], [ -71.100008, 42.339892 ], [ -71.09996, 42.339848 ], [ -71.099897, 42.339802 ], [ -71.099736, 42.339694 ], [ -71.099412, 42.339472 ], [ -71.099303, 42.339404 ], [ -71.099091, 42.339281 ], [ -71.098951, 42.339205 ], [ -71.098716, 42.339092 ], [ -71.09839, 42.338954 ], [ -71.098281, 42.33891 ], [ -71.098185, 42.338876 ], [ -71.098132, 42.338862 ], [ -71.098076, 42.338849 ], [ -71.098023, 42.33884 ], [ -71.097948, 42.338833 ], [ -71.097841, 42.338825 ], [ -71.097655, 42.33882 ], [ -71.097584, 42.338825 ], [ -71.09749, 42.338842 ], [ -71.097396, 42.338867 ], [ -71.097317, 42.338894 ], [ -71.097252, 42.338922 ], [ -71.097173, 42.338961 ], [ -71.097114, 42.339 ], [ -71.097061, 42.339037 ], [ -71.097019, 42.339076 ], [ -71.096977, 42.339116 ], [ -71.096948, 42.339146 ], [ -71.096913, 42.339186 ], [ -71.096885, 42.339223 ], [ -71.096804, 42.339329 ], [ -71.096716, 42.339452 ], [ -71.096692, 42.339483 ], [ -71.096664, 42.339518 ], [ -71.096594, 42.339596 ], [ -71.096559, 42.339633 ], [ -71.09653, 42.339662 ], [ -71.096468, 42.339729 ], [ -71.096428, 42.339764 ], [ -71.096388, 42.339798 ], [ -71.096351, 42.339828 ], [ -71.096291, 42.339877 ], [ -71.096241, 42.339914 ], [ -71.096197, 42.339948 ], [ -71.096113, 42.340007 ], [ -71.096073, 42.340038 ], [ -71.095978, 42.340093 ], [ -71.095901, 42.340137 ], [ -71.095796, 42.34019 ], [ -71.095724, 42.340227 ], [ -71.095671, 42.340253 ], [ -71.095601, 42.340274 ], [ -71.095534, 42.340287 ], [ -71.095485, 42.340299 ], [ -71.09542, 42.340323 ], [ -71.09535, 42.34035 ], [ -71.095202, 42.340403 ], [ -71.095157, 42.340421 ], [ -71.095125, 42.340432 ], [ -71.095089, 42.340454 ], [ -71.095061, 42.340472 ], [ -71.095035, 42.340486 ], [ -71.094988, 42.340503 ], [ -71.094745, 42.340595 ], [ -71.094582, 42.340654 ], [ -71.094444, 42.340702 ], [ -71.093788, 42.34091 ], [ -71.093313, 42.341022 ], [ -71.093271, 42.341034 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076878, 42.331262 ], [ -71.076411, 42.331557 ], [ -71.076169, 42.331711 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073514, 42.333517 ], [ -71.072836, 42.333015 ], [ -71.072375, 42.332684 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049906, 42.339595 ], [ -71.049589, 42.339869 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.955612, 42.353245 ], [ -70.955623, 42.353255 ], [ -70.955737, 42.353361 ], [ -70.955906, 42.35352 ], [ -70.956085, 42.353687 ], [ -70.956197, 42.353792 ], [ -70.956351, 42.353936 ], [ -70.956538, 42.35411 ], [ -70.956635, 42.354201 ], [ -70.956645, 42.354211 ], [ -70.956737, 42.354268 ], [ -70.95698, 42.354409 ], [ -70.957167, 42.354521 ], [ -70.95734, 42.354621 ], [ -70.9576, 42.354773 ], [ -70.957896, 42.354946 ], [ -70.958124, 42.355081 ], [ -70.95819, 42.355119 ], [ -70.958254, 42.355157 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Nashua Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06458, 42.36686 ], [ -71.064631, 42.366907 ], [ -71.065199, 42.367415 ], [ -71.065336, 42.367524 ], [ -71.065504, 42.367612 ], [ -71.065637, 42.367654 ], [ -71.06576, 42.367685 ], [ -71.065888, 42.367699 ], [ -71.066025, 42.367699 ], [ -71.06613, 42.367693 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074116, 42.356171 ], [ -71.074161, 42.356139 ], [ -71.074225, 42.356116 ], [ -71.074323, 42.356099 ], [ -71.074392, 42.35609 ], [ -71.074482, 42.35609 ], [ -71.074556, 42.356094 ], [ -71.074631, 42.35611 ], [ -71.074716, 42.356135 ], [ -71.074796, 42.356161 ], [ -71.074895, 42.356174 ], [ -71.074977, 42.356158 ], [ -71.075119, 42.356074 ], [ -71.075236, 42.355999 ], [ -71.075385, 42.355917 ], [ -71.075633, 42.355794 ], [ -71.075962, 42.355689 ], [ -71.076346, 42.355585 ], [ -71.076761, 42.355468 ], [ -71.077392, 42.355296 ], [ -71.078395, 42.355034 ], [ -71.079231, 42.354807 ], [ -71.07959, 42.354712 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089498, 42.350857 ], [ -71.089327, 42.350525 ], [ -71.089292, 42.350466 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037259, 42.329469 ], [ -71.036977, 42.329408 ], [ -71.036742, 42.329373 ], [ -71.03648, 42.329337 ], [ -71.036259, 42.329306 ], [ -71.036024, 42.32928 ], [ -71.035849, 42.329274 ], [ -71.035674, 42.329273 ], [ -71.035466, 42.329273 ], [ -71.035291, 42.329277 ], [ -71.035109, 42.329291 ], [ -71.034894, 42.329315 ], [ -71.034665, 42.329354 ], [ -71.03447, 42.329388 ], [ -71.034187, 42.329457 ], [ -71.033884, 42.329546 ], [ -71.033575, 42.329639 ], [ -71.033218, 42.329747 ], [ -71.032854, 42.32987 ], [ -71.032483, 42.330014 ], [ -71.032099, 42.330162 ], [ -71.031768, 42.33029 ], [ -71.031458, 42.330428 ], [ -71.031121, 42.330582 ], [ -71.03077, 42.330735 ], [ -71.03042, 42.330903 ], [ -71.030008, 42.331101 ], [ -71.029624, 42.331299 ], [ -71.029485, 42.331364 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053117, 42.344395 ], [ -71.052703, 42.344929 ], [ -71.052595, 42.345056 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064384, 42.339991 ], [ -71.06458, 42.339847 ], [ -71.064943, 42.339596 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074046, 42.356165 ], [ -71.07408, 42.35616 ], [ -71.074091, 42.35616 ], [ -71.074102, 42.356163 ], [ -71.074116, 42.356171 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047823, 42.341379 ], [ -71.047299, 42.341826 ], [ -71.047021, 42.342067 ], [ -71.047, 42.342085 ], [ -71.046334, 42.342659 ], [ -71.046034, 42.342914 ], [ -71.045264, 42.343575 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.954629, 42.351755 ], [ -70.954639, 42.351771 ], [ -70.954722, 42.351894 ], [ -70.954781, 42.351986 ], [ -70.954825, 42.352052 ], [ -70.954897, 42.352162 ], [ -70.955003, 42.352325 ], [ -70.955074, 42.352436 ], [ -70.955163, 42.352572 ], [ -70.955249, 42.352706 ], [ -70.955345, 42.352853 ], [ -70.95543, 42.352987 ], [ -70.95551, 42.353109 ], [ -70.955578, 42.353213 ], [ -70.955599, 42.353233 ], [ -70.955612, 42.353245 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089292, 42.350466 ], [ -71.089099, 42.350072 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudley White Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070012, 42.364718 ], [ -71.070163, 42.364409 ], [ -71.070372, 42.363966 ], [ -71.070423, 42.363856 ], [ -71.070484, 42.363778 ], [ -71.070581, 42.363674 ], [ -71.070685, 42.363593 ], [ -71.070892, 42.363458 ], [ -71.071818, 42.362861 ], [ -71.071899, 42.362806 ], [ -71.072013, 42.362723 ], [ -71.072067, 42.362672 ], [ -71.072145, 42.362598 ], [ -71.0723, 42.362413 ], [ -71.072576, 42.362072 ], [ -71.072623, 42.362007 ], [ -71.072666, 42.361942 ], [ -71.0727, 42.361883 ], [ -71.07275, 42.361771 ], [ -71.072795, 42.361656 ], [ -71.072835, 42.361519 ], [ -71.072893, 42.361186 ], [ -71.072901, 42.361079 ], [ -71.072902, 42.361021 ], [ -71.0729, 42.360964 ], [ -71.072886, 42.360912 ], [ -71.072869, 42.360873 ], [ -71.072839, 42.360825 ], [ -71.0728, 42.360764 ], [ -71.072744, 42.360676 ], [ -71.07274, 42.36067 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075647, 42.337467 ], [ -71.074978, 42.337928 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.029485, 42.331364 ], [ -71.02928, 42.331462 ], [ -71.028969, 42.331605 ], [ -71.028707, 42.331709 ], [ -71.028444, 42.331827 ], [ -71.028154, 42.331941 ], [ -71.027768, 42.332098 ], [ -71.027473, 42.332196 ], [ -71.027122, 42.332313 ], [ -71.026827, 42.332412 ], [ -71.02655, 42.332489 ], [ -71.026279, 42.332565 ], [ -71.02599, 42.332641 ], [ -71.02572, 42.332708 ], [ -71.025431, 42.332771 ], [ -71.025265, 42.332802 ], [ -71.024609, 42.332873 ], [ -71.023805, 42.332943 ], [ -71.023041, 42.333009 ], [ -71.022595, 42.333354 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087428, 42.346654 ], [ -71.087549, 42.346922 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063556, 42.35232 ], [ -71.063269, 42.352324 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070012, 42.364718 ], [ -71.070077, 42.364735 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062596, 42.352409 ], [ -71.062413, 42.352416 ], [ -71.062041, 42.352445 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.95344, 42.349918 ], [ -70.953491, 42.349998 ], [ -70.953606, 42.350174 ], [ -70.953699, 42.350318 ], [ -70.953846, 42.350545 ], [ -70.953948, 42.350702 ], [ -70.954059, 42.350874 ], [ -70.954141, 42.350999 ], [ -70.954235, 42.351149 ], [ -70.954343, 42.351315 ], [ -70.95444, 42.351465 ], [ -70.954559, 42.351647 ], [ -70.954623, 42.351745 ], [ -70.954629, 42.351755 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086049, 42.349578 ], [ -71.086216, 42.349932 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068291, 42.366794 ], [ -71.068379, 42.366731 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05017, 42.34816 ], [ -71.049724, 42.348732 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057825, 42.368228 ], [ -71.05765, 42.368319 ], [ -71.057583, 42.368513 ], [ -71.057262, 42.368733 ], [ -71.057, 42.368805 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068472, 42.378801 ], [ -71.068493, 42.378821 ], [ -71.068748, 42.379064 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068379, 42.366731 ], [ -71.068463, 42.36667 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085247, 42.303455 ], [ -71.085377, 42.303053 ], [ -71.085559, 42.302504 ], [ -71.085728, 42.301962 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953622, 42.349654 ], [ -70.953623, 42.349653 ], [ -70.953638, 42.349644 ], [ -70.95364, 42.349642 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052257, 42.357277 ], [ -71.052134, 42.357232 ], [ -71.051884, 42.357162 ], [ -71.051779, 42.357148 ], [ -71.051604, 42.357167 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051293, 42.322208 ], [ -71.051067, 42.322163 ], [ -71.050876, 42.322091 ], [ -71.050687, 42.32201 ], [ -71.050548, 42.322001 ], [ -71.050427, 42.322038 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050785, 42.357041 ], [ -71.050809, 42.357161 ], [ -71.050897, 42.357343 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Revere Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061811, 42.369375 ], [ -71.061814, 42.369384 ], [ -71.061827, 42.369426 ], [ -71.061832, 42.369459 ], [ -71.061828, 42.369486 ], [ -71.061823, 42.369498 ], [ -71.061816, 42.369509 ], [ -71.061794, 42.369528 ], [ -71.061762, 42.369546 ], [ -71.061717, 42.369564 ], [ -71.061653, 42.369584 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085567, 42.301885 ], [ -71.085226, 42.302921 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Rutherford Trail Project" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061948, 42.370858 ], [ -71.06196, 42.370849 ], [ -71.061974, 42.370845 ], [ -71.061989, 42.370847 ], [ -71.062031, 42.370857 ], [ -71.062045, 42.370857 ], [ -71.062057, 42.370855 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051957, 42.361676 ], [ -71.051597, 42.361845 ], [ -71.051379, 42.361949 ], [ -71.051201, 42.362075 ], [ -71.051102, 42.362183 ], [ -71.051071, 42.362251 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harbor Islands Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953697, 42.349481 ], [ -70.953728, 42.349509 ], [ -70.95373, 42.349512 ], [ -70.953732, 42.349516 ], [ -70.953733, 42.349519 ], [ -70.953734, 42.349523 ], [ -70.953734, 42.349527 ], [ -70.953733, 42.349531 ], [ -70.953732, 42.349535 ], [ -70.953729, 42.34954 ], [ -70.953722, 42.349553 ], [ -70.953714, 42.349565 ], [ -70.953705, 42.349578 ], [ -70.953696, 42.34959 ], [ -70.953685, 42.349601 ], [ -70.953674, 42.349613 ], [ -70.953663, 42.349624 ], [ -70.95365, 42.349634 ], [ -70.95364, 42.349642 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084404, 42.306806 ], [ -71.084475, 42.306617 ], [ -71.084553, 42.306387 ], [ -71.08462, 42.306125 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105731, 42.340375 ], [ -71.105041, 42.341027 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052153, 42.326326 ], [ -71.05211, 42.326327 ], [ -71.052123, 42.326621 ], [ -71.052159, 42.326752 ], [ -71.052206, 42.328193 ], [ -71.052205, 42.32834 ], [ -71.05218, 42.328557 ], [ -71.052154, 42.328689 ], [ -71.052112, 42.328791 ], [ -71.05205, 42.328881 ], [ -71.051964, 42.328966 ], [ -71.051865, 42.329032 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051604, 42.366612 ], [ -71.051736, 42.366723 ], [ -71.051882, 42.366856 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boundary Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140905, 42.273913 ], [ -71.140835, 42.273886 ], [ -71.140821, 42.273882 ], [ -71.140813, 42.273892 ], [ -71.140799, 42.273913 ], [ -71.140785, 42.27393 ], [ -71.140769, 42.273942 ], [ -71.140752, 42.273952 ], [ -71.140736, 42.273962 ], [ -71.140712, 42.273975 ], [ -71.140689, 42.273987 ], [ -71.140668, 42.273998 ], [ -71.14065, 42.274006 ], [ -71.140633, 42.274013 ], [ -71.140616, 42.274018 ], [ -71.140598, 42.274023 ], [ -71.140578, 42.274027 ], [ -71.140564, 42.27403 ], [ -71.140546, 42.274032 ], [ -71.140528, 42.274035 ], [ -71.140504, 42.274037 ], [ -71.140486, 42.27404 ], [ -71.140464, 42.274042 ], [ -71.140441, 42.274044 ], [ -71.140418, 42.274045 ], [ -71.140398, 42.274047 ], [ -71.140378, 42.274048 ], [ -71.140355, 42.27405 ], [ -71.140336, 42.274052 ], [ -71.140317, 42.274055 ], [ -71.140297, 42.27406 ], [ -71.14027, 42.274069 ], [ -71.140253, 42.274076 ], [ -71.140231, 42.274085 ], [ -71.140205, 42.274094 ], [ -71.140186, 42.274102 ], [ -71.140171, 42.274105 ], [ -71.140151, 42.27411 ], [ -71.140124, 42.274113 ], [ -71.14012, 42.274073 ], [ -71.140119, 42.274003 ], [ -71.140119, 42.273947 ], [ -71.140132, 42.273887 ], [ -71.140139, 42.273845 ], [ -71.140139, 42.273766 ], [ -71.140139, 42.273724 ], [ -71.140115, 42.273668 ], [ -71.14009, 42.273598 ], [ -71.140065, 42.273546 ], [ -71.140053, 42.273491 ], [ -71.140047, 42.273435 ], [ -71.140048, 42.273323 ], [ -71.140048, 42.273216 ], [ -71.140056, 42.272922 ], [ -71.140076, 42.272662 ], [ -71.140083, 42.272568 ], [ -71.14009, 42.272471 ], [ -71.140097, 42.272377 ], [ -71.140097, 42.272284 ], [ -71.14011, 42.272196 ], [ -71.140124, 42.272098 ], [ -71.140124, 42.272024 ], [ -71.140118, 42.271949 ], [ -71.140119, 42.271874 ], [ -71.140119, 42.271805 ], [ -71.140119, 42.271744 ], [ -71.14012, 42.271684 ], [ -71.14012, 42.271609 ], [ -71.14012, 42.271548 ], [ -71.140102, 42.271497 ], [ -71.140083, 42.271441 ], [ -71.140071, 42.271383 ], [ -71.140065, 42.271332 ], [ -71.140078, 42.271285 ], [ -71.140097, 42.271243 ], [ -71.140129, 42.271192 ], [ -71.140154, 42.271136 ], [ -71.140154, 42.271066 ], [ -71.140167, 42.271006 ], [ -71.140187, 42.27095 ], [ -71.140206, 42.270904 ], [ -71.140231, 42.270857 ], [ -71.140263, 42.270811 ], [ -71.140282, 42.270759 ], [ -71.140282, 42.270708 ], [ -71.140276, 42.270657 ], [ -71.140264, 42.270624 ], [ -71.140245, 42.270578 ], [ -71.140239, 42.270531 ], [ -71.140239, 42.270475 ], [ -71.140252, 42.270405 ], [ -71.140259, 42.270317 ], [ -71.140266, 42.270238 ], [ -71.140285, 42.270173 ], [ -71.140298, 42.270098 ], [ -71.14033, 42.269977 ], [ -71.140343, 42.269893 ], [ -71.140362, 42.269837 ], [ -71.140394, 42.269768 ], [ -71.140425, 42.26973 ], [ -71.140495, 42.269684 ], [ -71.140564, 42.269638 ], [ -71.140608, 42.269594 ], [ -71.140633, 42.269552 ], [ -71.14064, 42.269519 ], [ -71.14064, 42.269482 ], [ -71.140634, 42.26944 ], [ -71.140616, 42.269389 ], [ -71.140566, 42.269342 ], [ -71.140522, 42.269305 ], [ -71.140472, 42.269267 ], [ -71.140428, 42.269211 ], [ -71.140391, 42.26915 ], [ -71.140348, 42.269076 ], [ -71.140317, 42.268978 ], [ -71.140286, 42.268885 ], [ -71.140255, 42.268819 ], [ -71.140212, 42.268712 ], [ -71.140156, 42.268605 ], [ -71.140119, 42.268544 ], [ -71.1401, 42.268502 ], [ -71.140063, 42.268437 ], [ -71.140051, 42.268412 ], [ -71.140032, 42.268372 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Stuart Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077254, 42.348106 ], [ -71.076453, 42.348296 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084356, 42.303422 ], [ -71.084152, 42.303413 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110097, 42.350345 ], [ -71.109393, 42.350258 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081851, 42.304655 ], [ -71.082156, 42.30444 ], [ -71.082475, 42.304233 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Bold Knob Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133709, 42.258779 ], [ -71.13371, 42.25876 ], [ -71.133715, 42.258741 ], [ -71.133723, 42.258723 ], [ -71.133735, 42.258705 ], [ -71.133751, 42.258688 ], [ -71.133771, 42.258672 ], [ -71.133795, 42.258656 ], [ -71.133822, 42.258641 ], [ -71.133854, 42.258626 ], [ -71.13389, 42.258612 ], [ -71.133929, 42.258599 ], [ -71.133972, 42.258588 ], [ -71.134019, 42.258577 ], [ -71.134066, 42.258568 ], [ -71.134112, 42.258561 ], [ -71.134148, 42.258557 ], [ -71.134261, 42.258551 ], [ -71.134373, 42.258542 ], [ -71.134477, 42.25853 ], [ -71.134676, 42.258503 ], [ -71.134762, 42.258494 ], [ -71.134814, 42.258492 ], [ -71.134862, 42.258493 ], [ -71.134909, 42.258497 ], [ -71.134954, 42.258504 ], [ -71.135034, 42.25852 ], [ -71.135113, 42.258541 ], [ -71.135187, 42.258563 ], [ -71.135398, 42.258631 ], [ -71.135471, 42.258652 ], [ -71.135544, 42.25867 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.045292, 42.286941 ], [ -71.045321, 42.286953 ], [ -71.045765, 42.287133 ], [ -71.045863, 42.28718 ], [ -71.046021, 42.287255 ], [ -71.046209, 42.287382 ], [ -71.046359, 42.287511 ], [ -71.046547, 42.287728 ], [ -71.046749, 42.287979 ], [ -71.046873, 42.288138 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "North Bank Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067844, 42.369627 ], [ -71.067771, 42.36963 ], [ -71.067703, 42.369631 ], [ -71.067639, 42.369631 ], [ -71.067577, 42.369628 ], [ -71.06748, 42.36962 ], [ -71.067249, 42.369592 ], [ -71.067177, 42.369586 ], [ -71.067104, 42.369582 ], [ -71.066962, 42.369577 ], [ -71.066825, 42.369576 ], [ -71.066693, 42.369579 ], [ -71.066562, 42.369587 ], [ -71.066459, 42.369595 ], [ -71.066348, 42.369607 ], [ -71.065886, 42.369664 ], [ -71.065772, 42.369675 ], [ -71.065661, 42.369683 ], [ -71.065557, 42.369689 ], [ -71.065452, 42.369693 ], [ -71.065346, 42.369695 ], [ -71.065237, 42.369695 ], [ -71.065035, 42.36969 ], [ -71.064613, 42.369673 ], [ -71.064508, 42.369671 ], [ -71.064414, 42.369672 ], [ -71.064301, 42.369678 ], [ -71.064195, 42.369689 ], [ -71.064094, 42.369706 ], [ -71.063996, 42.369728 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10657, 42.34992 ], [ -71.105025, 42.349738 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073531, 42.34727 ], [ -71.072659, 42.347967 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Chamberlain Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135723, 42.257437 ], [ -71.135799, 42.257489 ], [ -71.136038, 42.257645 ], [ -71.136213, 42.257792 ], [ -71.136372, 42.257889 ], [ -71.136471, 42.25795 ], [ -71.136609, 42.258007 ], [ -71.136796, 42.258041 ], [ -71.13699, 42.258058 ], [ -71.137241, 42.258086 ], [ -71.137429, 42.258125 ], [ -71.137551, 42.25813 ], [ -71.137698, 42.258124 ], [ -71.137876, 42.258132 ], [ -71.137939, 42.258134 ], [ -71.13808, 42.258126 ], [ -71.138164, 42.258115 ], [ -71.138279, 42.25807 ], [ -71.138408, 42.257982 ], [ -71.138508, 42.257902 ], [ -71.138717, 42.257825 ], [ -71.138822, 42.257784 ], [ -71.138888, 42.257724 ], [ -71.138893, 42.257626 ], [ -71.138843, 42.257475 ], [ -71.138803, 42.257325 ], [ -71.138814, 42.257256 ], [ -71.138955, 42.257155 ], [ -71.139079, 42.2571 ], [ -71.139192, 42.257118 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083162, 42.308327 ], [ -71.083035, 42.308529 ], [ -71.082942, 42.308696 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112599, 42.333392 ], [ -71.112579, 42.333447 ], [ -71.112569, 42.333518 ], [ -71.11255, 42.333595 ], [ -71.112527, 42.33365 ], [ -71.112503, 42.333697 ], [ -71.112407, 42.333821 ], [ -71.112164, 42.3341 ], [ -71.111829, 42.334423 ], [ -71.111501, 42.334724 ], [ -71.111174, 42.335023 ], [ -71.110931, 42.335253 ], [ -71.110685, 42.335516 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Mount Vernon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0441, 42.318479 ], [ -71.042976, 42.318095 ], [ -71.042126, 42.317796 ], [ -71.042024, 42.31776 ], [ -71.040641, 42.317285 ], [ -71.040078, 42.317096 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River\/Harborwalk Connection" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064677, 42.368289 ], [ -71.065446, 42.368279 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104016, 42.322828 ], [ -71.103606, 42.322878 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Overbrook Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145197, 42.260092 ], [ -71.145076, 42.260133 ], [ -71.144863, 42.260226 ], [ -71.144688, 42.260318 ], [ -71.144541, 42.260435 ], [ -71.14439, 42.260656 ], [ -71.144277, 42.260906 ], [ -71.144219, 42.261142 ], [ -71.144124, 42.261433 ], [ -71.143992, 42.261613 ], [ -71.143804, 42.261738 ], [ -71.143561, 42.261751 ], [ -71.143318, 42.26175 ], [ -71.143112, 42.261833 ], [ -71.142981, 42.261971 ], [ -71.142811, 42.262221 ], [ -71.142772, 42.262443 ], [ -71.142752, 42.262665 ], [ -71.142732, 42.262929 ], [ -71.142713, 42.263082 ], [ -71.142712, 42.26322 ], [ -71.142636, 42.263345 ], [ -71.142523, 42.263456 ], [ -71.142466, 42.263622 ], [ -71.142465, 42.263831 ], [ -71.14252, 42.264122 ], [ -71.142519, 42.264331 ], [ -71.14248, 42.264497 ], [ -71.142498, 42.26467 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07832, 42.352065 ], [ -71.078533, 42.352471 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082804, 42.30934 ], [ -71.082975, 42.309009 ], [ -71.083024, 42.308896 ], [ -71.083066, 42.30881 ], [ -71.083093, 42.308749 ], [ -71.083254, 42.308478 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Gavin Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139192, 42.257118 ], [ -71.139262, 42.257137 ], [ -71.139337, 42.257177 ], [ -71.139595, 42.257391 ], [ -71.139728, 42.257482 ], [ -71.140004, 42.257579 ], [ -71.140165, 42.25765 ], [ -71.140357, 42.257757 ], [ -71.140616, 42.257906 ], [ -71.140806, 42.257952 ], [ -71.140919, 42.257966 ], [ -71.141012, 42.257932 ], [ -71.14111, 42.257792 ], [ -71.14125, 42.257669 ], [ -71.141381, 42.257618 ], [ -71.14149, 42.257608 ], [ -71.141702, 42.257594 ], [ -71.141841, 42.257545 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100586, 42.322822 ], [ -71.100362, 42.322816 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060136, 42.370619 ], [ -71.059776, 42.370781 ], [ -71.060147, 42.371171 ], [ -71.059969, 42.371293 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078136, 42.351702 ], [ -71.075982, 42.352269 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051599, 42.349957 ], [ -71.052075, 42.34932 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101522, 42.335306 ], [ -71.101054, 42.335457 ], [ -71.100588, 42.33562 ], [ -71.100093, 42.335837 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065271, 42.368842 ], [ -71.065048, 42.368679 ], [ -71.064823, 42.368471 ], [ -71.064677, 42.368289 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082669, 42.309544 ], [ -71.082744, 42.30944 ], [ -71.082804, 42.30934 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052075, 42.34932 ], [ -71.052607, 42.348628 ], [ -71.052617, 42.348614 ], [ -71.052623, 42.348598 ], [ -71.052623, 42.348582 ], [ -71.052619, 42.348569 ], [ -71.052577, 42.348521 ], [ -71.052567, 42.348505 ], [ -71.05256, 42.34849 ], [ -71.052555, 42.348473 ], [ -71.052555, 42.348457 ], [ -71.052559, 42.348441 ], [ -71.052566, 42.348424 ], [ -71.052577, 42.348409 ], [ -71.05259, 42.348397 ], [ -71.052607, 42.348386 ], [ -71.052626, 42.348379 ], [ -71.052647, 42.348373 ], [ -71.052671, 42.348369 ], [ -71.052746, 42.348365 ], [ -71.052763, 42.348363 ], [ -71.052777, 42.348359 ], [ -71.052787, 42.348353 ], [ -71.0528, 42.348342 ], [ -71.052841, 42.3483 ], [ -71.052917, 42.348207 ], [ -71.052868, 42.34816 ], [ -71.052773, 42.348074 ], [ -71.052758, 42.348053 ], [ -71.052752, 42.348036 ], [ -71.052755, 42.34802 ], [ -71.052766, 42.348 ], [ -71.052865, 42.347862 ], [ -71.052946, 42.347753 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040409, 42.348053 ], [ -71.040754, 42.34763 ], [ -71.040718, 42.347522 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068463, 42.36667 ], [ -71.068464, 42.366648 ], [ -71.068466, 42.366626 ], [ -71.068472, 42.366612 ], [ -71.06849, 42.366596 ], [ -71.068515, 42.366577 ], [ -71.068745, 42.366384 ], [ -71.068836, 42.366326 ], [ -71.069406, 42.365834 ], [ -71.069437, 42.365809 ], [ -71.069459, 42.365792 ], [ -71.069479, 42.365772 ], [ -71.069501, 42.365744 ], [ -71.069527, 42.365706 ], [ -71.069545, 42.365673 ], [ -71.069666, 42.365422 ], [ -71.069868, 42.365006 ], [ -71.069969, 42.364794 ], [ -71.069987, 42.364761 ], [ -71.070012, 42.364718 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071637, 42.353839 ], [ -71.074017, 42.353223 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104555, 42.34151 ], [ -71.103992, 42.342058 ], [ -71.103455, 42.342572 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125485, 42.301491 ], [ -71.125423, 42.301561 ], [ -71.12534, 42.301627 ], [ -71.125252, 42.301666 ], [ -71.12469, 42.301855 ], [ -71.124631, 42.301916 ], [ -71.124524, 42.30205 ], [ -71.124408, 42.30218 ], [ -71.124309, 42.30225 ], [ -71.124213, 42.30231 ], [ -71.12406, 42.302371 ], [ -71.123979, 42.302397 ], [ -71.12379, 42.302446 ], [ -71.123551, 42.30249 ], [ -71.123257, 42.302511 ], [ -71.123141, 42.302511 ], [ -71.123031, 42.30251 ], [ -71.122908, 42.302502 ], [ -71.122818, 42.302494 ], [ -71.122555, 42.302445 ], [ -71.122305, 42.302392 ], [ -71.122135, 42.302341 ], [ -71.121827, 42.302224 ], [ -71.12126, 42.301976 ], [ -71.12102, 42.301874 ], [ -71.120621, 42.301663 ], [ -71.120173, 42.301377 ], [ -71.12008, 42.301309 ], [ -71.12001, 42.301257 ], [ -71.119921, 42.301204 ], [ -71.119831, 42.301169 ], [ -71.119748, 42.301146 ], [ -71.119684, 42.301138 ], [ -71.119609, 42.301135 ], [ -71.119546, 42.30114 ], [ -71.119488, 42.301154 ], [ -71.119429, 42.301171 ], [ -71.119373, 42.301203 ], [ -71.119313, 42.301243 ], [ -71.119239, 42.301306 ], [ -71.119175, 42.301364 ], [ -71.119134, 42.301393 ], [ -71.119079, 42.301415 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street Extension" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039386, 42.348525 ], [ -71.038974, 42.348861 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Water Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062361, 42.369914 ], [ -71.062375, 42.369965 ], [ -71.062382, 42.370017 ], [ -71.06238, 42.370069 ], [ -71.06237, 42.37012 ], [ -71.062352, 42.370171 ], [ -71.062326, 42.370221 ], [ -71.062293, 42.370268 ], [ -71.062252, 42.370314 ], [ -71.062204, 42.370356 ], [ -71.06215, 42.370396 ], [ -71.06209, 42.370432 ], [ -71.062024, 42.370465 ], [ -71.061952, 42.370494 ], [ -71.061875, 42.37052 ], [ -71.061794, 42.370542 ], [ -71.061708, 42.37056 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083554, 42.313195 ], [ -71.083589, 42.313291 ], [ -71.083616, 42.313391 ], [ -71.083641, 42.313553 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail\/Sears Rotary" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102804, 42.343332 ], [ -71.102581, 42.343129 ], [ -71.10252, 42.343072 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Longfellow Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071725, 42.361352 ], [ -71.071767, 42.361353 ], [ -71.072348, 42.36138 ], [ -71.078438, 42.361848 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Water Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062477, 42.369755 ], [ -71.062431, 42.369801 ], [ -71.062401, 42.36984 ], [ -71.062361, 42.369914 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081945, 42.318347 ], [ -71.082072, 42.318073 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104387, 42.34424 ], [ -71.104313, 42.344195 ], [ -71.104285, 42.344153 ], [ -71.104375, 42.343997 ], [ -71.104338, 42.343962 ], [ -71.104191, 42.34398 ], [ -71.104158, 42.343967 ], [ -71.104096, 42.343919 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039001, 42.371237 ], [ -71.039025, 42.372148 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Glen Lane" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098069, 42.306978 ], [ -71.097867, 42.306872 ], [ -71.097672, 42.306792 ], [ -71.097512, 42.30676 ], [ -71.097328, 42.306716 ], [ -71.097085, 42.306652 ], [ -71.096819, 42.306513 ], [ -71.096505, 42.306348 ], [ -71.096217, 42.306184 ], [ -71.096028, 42.306074 ], [ -71.095914, 42.306008 ], [ -71.095783, 42.305954 ], [ -71.095658, 42.305932 ], [ -71.095553, 42.305932 ], [ -71.095276, 42.305983 ], [ -71.095077, 42.306023 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Revere Park" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06213, 42.370784 ], [ -71.062145, 42.370771 ], [ -71.062208, 42.370726 ], [ -71.062292, 42.370675 ], [ -71.062382, 42.370625 ], [ -71.062573, 42.370525 ], [ -71.062681, 42.370467 ], [ -71.062779, 42.370417 ], [ -71.062873, 42.370375 ], [ -71.06304, 42.370306 ], [ -71.063115, 42.370274 ], [ -71.063205, 42.37023 ], [ -71.0633, 42.370179 ], [ -71.063345, 42.370152 ], [ -71.063386, 42.370121 ], [ -71.06342, 42.37009 ], [ -71.063514, 42.370002 ], [ -71.063581, 42.369948 ], [ -71.06362, 42.36992 ], [ -71.063662, 42.369893 ], [ -71.063708, 42.369866 ], [ -71.063757, 42.36984 ], [ -71.063851, 42.369794 ], [ -71.063969, 42.369742 ], [ -71.063996, 42.369728 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081791, 42.320738 ], [ -71.081682, 42.320341 ], [ -71.081593, 42.320027 ], [ -71.081563, 42.31989 ], [ -71.081553, 42.319847 ], [ -71.081538, 42.319785 ], [ -71.081534, 42.319675 ], [ -71.081545, 42.319465 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104311, 42.34459 ], [ -71.104313, 42.34454 ], [ -71.104325, 42.34447 ], [ -71.104338, 42.344388 ], [ -71.104354, 42.344335 ], [ -71.104366, 42.344286 ], [ -71.104387, 42.34424 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074289, 42.38405 ], [ -71.073955, 42.383955 ], [ -71.073716, 42.38391 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Revere Park" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062057, 42.370855 ], [ -71.062073, 42.370846 ], [ -71.062086, 42.370836 ], [ -71.06213, 42.370784 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038954, 42.370144 ], [ -71.038992, 42.370831 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Rutherford Trail Project" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061903, 42.370913 ], [ -71.061948, 42.370858 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093333, 42.31616 ], [ -71.093227, 42.316452 ], [ -71.093184, 42.316552 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091011, 42.346308 ], [ -71.09098, 42.346287 ], [ -71.090957, 42.346258 ], [ -71.090935, 42.346223 ], [ -71.090927, 42.346205 ], [ -71.09091, 42.346167 ], [ -71.090896, 42.34613 ], [ -71.090888, 42.346099 ], [ -71.090875, 42.346058 ], [ -71.090862, 42.346015 ], [ -71.090851, 42.345971 ], [ -71.090839, 42.345932 ], [ -71.09082, 42.345877 ], [ -71.090805, 42.345827 ], [ -71.090791, 42.345781 ], [ -71.090786, 42.34576 ], [ -71.090776, 42.34572 ], [ -71.090768, 42.345691 ], [ -71.090759, 42.34565 ], [ -71.090753, 42.345624 ], [ -71.090749, 42.34559 ], [ -71.090747, 42.345562 ], [ -71.090746, 42.345523 ], [ -71.090744, 42.345504 ], [ -71.090743, 42.345469 ], [ -71.090743, 42.34545 ], [ -71.090744, 42.345413 ], [ -71.090747, 42.345397 ], [ -71.09075, 42.345364 ], [ -71.090754, 42.345336 ], [ -71.09076, 42.345304 ], [ -71.090765, 42.34528 ], [ -71.090768, 42.345261 ], [ -71.090776, 42.34523 ], [ -71.090786, 42.345193 ], [ -71.0908, 42.345151 ], [ -71.09081, 42.345117 ], [ -71.090821, 42.345081 ], [ -71.090856, 42.344962 ], [ -71.090869, 42.344899 ], [ -71.090879, 42.344848 ], [ -71.090884, 42.344823 ], [ -71.090889, 42.34479 ], [ -71.090894, 42.34475 ], [ -71.090895, 42.344721 ], [ -71.090893, 42.344665 ], [ -71.090887, 42.344564 ], [ -71.090881, 42.34448 ], [ -71.090877, 42.344419 ], [ -71.090866, 42.344242 ], [ -71.090875, 42.344206 ], [ -71.09089, 42.344145 ], [ -71.090917, 42.344068 ], [ -71.090941, 42.344 ], [ -71.090971, 42.343921 ], [ -71.090983, 42.343893 ], [ -71.091008, 42.343857 ], [ -71.091027, 42.343835 ], [ -71.091075, 42.343776 ], [ -71.091133, 42.34372 ], [ -71.091171, 42.343679 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083185, 42.326616 ], [ -71.083094, 42.327274 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074023, 42.384388 ], [ -71.074004, 42.384215 ], [ -71.073979, 42.384138 ], [ -71.073908, 42.384043 ], [ -71.073833, 42.383975 ], [ -71.073716, 42.38391 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Water Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061653, 42.369584 ], [ -71.061709, 42.369569 ], [ -71.061763, 42.369559 ], [ -71.061816, 42.369554 ], [ -71.061869, 42.369554 ], [ -71.06192, 42.369558 ], [ -71.06197, 42.369568 ], [ -71.062019, 42.369582 ], [ -71.062066, 42.369601 ], [ -71.062113, 42.369626 ], [ -71.062158, 42.369656 ], [ -71.062201, 42.369691 ], [ -71.062241, 42.369729 ], [ -71.062279, 42.369773 ], [ -71.062312, 42.36982 ], [ -71.06234, 42.369868 ], [ -71.062361, 42.369914 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.034363, 42.373706 ], [ -71.033424, 42.374527 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088396, 42.320042 ], [ -71.088034, 42.320136 ], [ -71.087725, 42.320221 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.091171, 42.343679 ], [ -71.09126, 42.343588 ], [ -71.091324, 42.343522 ], [ -71.091368, 42.343461 ], [ -71.091404, 42.343411 ], [ -71.091447, 42.343386 ], [ -71.091466, 42.343384 ] ], [ [ -71.091467, 42.343273 ], [ -71.091466, 42.343384 ] ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083346, 42.323985 ], [ -71.082855, 42.324055 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051888, 42.353119 ], [ -71.051904, 42.353091 ], [ -71.051838, 42.353004 ], [ -71.052203, 42.352598 ], [ -71.05226, 42.352541 ], [ -71.05233, 42.352474 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173459, 42.272248 ], [ -71.17318, 42.271847 ], [ -71.173081, 42.271662 ], [ -71.173033, 42.271513 ], [ -71.173023, 42.271351 ], [ -71.173037, 42.27125 ], [ -71.173106, 42.271096 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051293, 42.322208 ], [ -71.051812, 42.323133 ], [ -71.052042, 42.324276 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087426, 42.320303 ], [ -71.08739, 42.320313 ], [ -71.086945, 42.32044 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048981, 42.325464 ], [ -71.048758, 42.32546 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082855, 42.324055 ], [ -71.082702, 42.324008 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05194, 42.329564 ], [ -71.05178, 42.329616 ], [ -71.051686, 42.329542 ], [ -71.05166, 42.329496 ], [ -71.05164, 42.329439 ], [ -71.051629, 42.32939 ], [ -71.05153, 42.329311 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073695, 42.385075 ], [ -71.073814, 42.384818 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098995, 42.340539 ], [ -71.099065, 42.340548 ], [ -71.099168, 42.340554 ], [ -71.099315, 42.340566 ], [ -71.099485, 42.340602 ], [ -71.099672, 42.340672 ], [ -71.099779, 42.340716 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086018, 42.319172 ], [ -71.086775, 42.319397 ], [ -71.087355, 42.319597 ], [ -71.08768, 42.319735 ], [ -71.088396, 42.320042 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051865, 42.329032 ], [ -71.05153, 42.329311 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082454, 42.323269 ], [ -71.082579, 42.323633 ], [ -71.082702, 42.324008 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04857, 42.353018 ], [ -71.048578, 42.352984 ], [ -71.048613, 42.352944 ], [ -71.048662, 42.352926 ], [ -71.048699, 42.352925 ], [ -71.048753, 42.352925 ], [ -71.048838, 42.352921 ], [ -71.048907, 42.352918 ], [ -71.048976, 42.35292 ], [ -71.049045, 42.352946 ], [ -71.049101, 42.352983 ], [ -71.049133, 42.353028 ], [ -71.049178, 42.353056 ], [ -71.049228, 42.353058 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067439, 42.274585 ], [ -71.067232, 42.275344 ], [ -71.06719, 42.275513 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052111, 42.325602 ], [ -71.052153, 42.326322 ], [ -71.052153, 42.326326 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171725, 42.278402 ], [ -71.17182, 42.278197 ], [ -71.171959, 42.277895 ], [ -71.172106, 42.277569 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.041849, 42.372299 ], [ -71.042318, 42.371701 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Nashua Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064247, 42.365221 ], [ -71.064128, 42.365395 ], [ -71.064078, 42.365688 ], [ -71.064053, 42.365932 ], [ -71.064043, 42.366044 ], [ -71.064042, 42.366156 ], [ -71.064055, 42.366247 ], [ -71.064082, 42.366329 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Moakley Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050427, 42.322038 ], [ -71.050397, 42.32199 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082072, 42.318073 ], [ -71.082638, 42.318223 ], [ -71.083776, 42.318526 ], [ -71.084722, 42.318798 ], [ -71.086018, 42.319172 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054901, 42.277441 ], [ -71.054728, 42.277516 ], [ -71.054449, 42.277643 ], [ -71.054186, 42.277758 ], [ -71.054, 42.27784 ], [ -71.053831, 42.277915 ], [ -71.053723, 42.27795 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083198, 42.330111 ], [ -71.083196, 42.330111 ], [ -71.08316, 42.330319 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.035038, 42.31685 ], [ -71.035232, 42.316931 ], [ -71.035376, 42.316995 ], [ -71.035486, 42.317047 ], [ -71.03561, 42.317079 ], [ -71.035787, 42.317103 ], [ -71.035967, 42.317146 ], [ -71.0361, 42.317178 ], [ -71.036283, 42.317231 ], [ -71.036375, 42.317245 ], [ -71.036473, 42.317227 ], [ -71.036707, 42.317122 ], [ -71.036762, 42.317112 ], [ -71.036849, 42.317142 ], [ -71.037749, 42.317501 ], [ -71.037934, 42.317597 ], [ -71.038273, 42.317913 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171612, 42.278235 ], [ -71.171324, 42.27904 ], [ -71.171205, 42.279371 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067429, 42.314611 ], [ -71.067898, 42.313774 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07869, 42.33782 ], [ -71.078191, 42.337432 ], [ -71.078073, 42.337341 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072241, 42.332796 ], [ -71.072475, 42.332957 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083207, 42.327651 ], [ -71.083186, 42.327753 ], [ -71.083139, 42.327851 ], [ -71.083062, 42.328001 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078003, 42.337397 ], [ -71.078289, 42.337631 ], [ -71.078592, 42.337882 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171783, 42.282796 ], [ -71.171281, 42.282095 ], [ -71.171123, 42.281828 ], [ -71.171014, 42.281617 ], [ -71.170952, 42.281419 ], [ -71.170912, 42.281209 ], [ -71.170896, 42.281024 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Malden Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068646, 42.340149 ], [ -71.068351, 42.340063 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083066, 42.327458 ], [ -71.083058, 42.327515 ], [ -71.083044, 42.327659 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067102, 42.338084 ], [ -71.066512, 42.338487 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068351, 42.337181 ], [ -71.06789, 42.337501 ], [ -71.067682, 42.337649 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141565, 42.345281 ], [ -71.141199, 42.345844 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082986, 42.33084 ], [ -71.083201, 42.330688 ], [ -71.083343, 42.330609 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093063, 42.336742 ], [ -71.092992, 42.336715 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Arlington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071275, 42.35309 ], [ -71.07108, 42.352682 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092479, 42.33885 ], [ -71.092156, 42.338975 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067469, 42.352504 ], [ -71.067012, 42.352519 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092318, 42.350129 ], [ -71.092366, 42.350118 ], [ -71.092471, 42.350094 ], [ -71.0925, 42.350085 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067012, 42.352519 ], [ -71.066793, 42.352522 ], [ -71.066317, 42.352493 ], [ -71.065941, 42.352473 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092162, 42.35016 ], [ -71.092226, 42.350144 ], [ -71.092273, 42.350139 ], [ -71.092318, 42.350129 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Martha Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067411, 42.366277 ], [ -71.067114, 42.366205 ], [ -71.066119, 42.365994 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06254, 42.319909 ], [ -71.0627, 42.319762 ], [ -71.062865, 42.319583 ], [ -71.063033, 42.31939 ], [ -71.063172, 42.319206 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079824, 42.342159 ], [ -71.079235, 42.342662 ], [ -71.079191, 42.342696 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091697, 42.283277 ], [ -71.091515, 42.283828 ], [ -71.091382, 42.284245 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141199, 42.345844 ], [ -71.140845, 42.346412 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063889, 42.340286 ], [ -71.063973, 42.340275 ], [ -71.064055, 42.340224 ], [ -71.064142, 42.34017 ], [ -71.064384, 42.339991 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dalton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08503, 42.346747 ], [ -71.084908, 42.346488 ], [ -71.084804, 42.346308 ], [ -71.084794, 42.346277 ], [ -71.084743, 42.346204 ], [ -71.084634, 42.346096 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.030528, 42.377027 ], [ -71.029191, 42.378174 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068748, 42.379064 ], [ -71.069107, 42.379419 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056983, 42.353246 ], [ -71.056763, 42.353351 ], [ -71.056176, 42.353634 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080463, 42.35148 ], [ -71.082753, 42.350865 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.01258, 42.38473 ], [ -71.010386, 42.385462 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09127, 42.285034 ], [ -71.091548, 42.284281 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Oliver Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052061, 42.355225 ], [ -71.052155, 42.355269 ], [ -71.052249, 42.355324 ], [ -71.052418, 42.355444 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079669, 42.382287 ], [ -71.080418, 42.38222 ], [ -71.08086, 42.382153 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.005837, 42.386342 ], [ -71.00527, 42.386178 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street Extension" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040114, 42.34793 ], [ -71.039386, 42.348525 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076637, 42.307085 ], [ -71.077014, 42.306808 ], [ -71.077356, 42.306591 ], [ -71.077631, 42.306446 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.997838, 42.383449 ], [ -70.99771, 42.383404 ], [ -70.996883, 42.383109 ], [ -70.99666, 42.383039 ], [ -70.996507, 42.382991 ], [ -70.996302, 42.382944 ], [ -70.996081, 42.382889 ], [ -70.995873, 42.382858 ], [ -70.995683, 42.382825 ], [ -70.995413, 42.382794 ], [ -70.994732, 42.382728 ], [ -70.994657, 42.382713 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091107, 42.285572 ], [ -71.09127, 42.285034 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067845, 42.378237 ], [ -71.067849, 42.378235 ], [ -71.068129, 42.378479 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076521, 42.307002 ], [ -71.076208, 42.30725 ], [ -71.07594, 42.307486 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056431, 42.29734 ], [ -71.056344, 42.297254 ], [ -71.056137, 42.297111 ], [ -71.055827, 42.296906 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.16982, 42.289585 ], [ -71.170307, 42.289191 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07594, 42.307486 ], [ -71.075424, 42.307938 ], [ -71.075396, 42.307961 ], [ -71.075096, 42.308206 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055261, 42.296508 ], [ -71.054842, 42.29619 ], [ -71.054438, 42.295931 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173521, 42.353186 ], [ -71.172607, 42.352714 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074604, 42.308735 ], [ -71.075001, 42.308465 ], [ -71.075234, 42.308282 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.172607, 42.352714 ], [ -71.171748, 42.352291 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067683, 42.37809 ], [ -71.067845, 42.378237 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089976, 42.288989 ], [ -71.090122, 42.288549 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058798, 42.299994 ], [ -71.058994, 42.300247 ], [ -71.059023, 42.300305 ], [ -71.059049, 42.300353 ], [ -71.059226, 42.300627 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068354, 42.289621 ], [ -71.067716, 42.289391 ], [ -71.067203, 42.289169 ], [ -71.06701, 42.289078 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.170865, 42.351842 ], [ -71.170303, 42.351561 ], [ -71.169974, 42.35142 ], [ -71.169789, 42.351346 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058106, 42.299313 ], [ -71.058424, 42.299575 ], [ -71.058571, 42.2997 ], [ -71.058674, 42.299822 ], [ -71.058798, 42.299994 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069519, 42.379843 ], [ -71.069539, 42.379863 ], [ -71.069685, 42.380016 ], [ -71.069988, 42.380318 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075654, 42.331998 ], [ -71.075451, 42.332121 ], [ -71.075154, 42.332297 ], [ -71.074774, 42.332539 ], [ -71.074358, 42.332855 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087942, 42.294593 ], [ -71.087839, 42.29492 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168871, 42.289998 ], [ -71.168108, 42.290489 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05943, 42.303136 ], [ -71.0593, 42.30375 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075171, 42.334952 ], [ -71.073514, 42.333517 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065662, 42.280884 ], [ -71.065611, 42.28107 ], [ -71.065441, 42.281652 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058792, 42.306018 ], [ -71.058639, 42.306739 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167317, 42.290944 ], [ -71.166558, 42.291311 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087529, 42.296463 ], [ -71.087682, 42.295973 ], [ -71.087866, 42.295381 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073387, 42.333624 ], [ -71.075067, 42.335031 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064303, 42.285707 ], [ -71.064207, 42.285763 ], [ -71.064096, 42.285836 ], [ -71.063736, 42.285931 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05856, 42.307034 ], [ -71.058419, 42.307587 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.165087, 42.292257 ], [ -71.166713, 42.291463 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077191, 42.344297 ], [ -71.076503, 42.344835 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057574, 42.306289 ], [ -71.057567, 42.306493 ], [ -71.057588, 42.30666 ], [ -71.057608, 42.306772 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167566, 42.333449 ], [ -71.166766, 42.333536 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056874, 42.314447 ], [ -71.056815, 42.314654 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Exeter Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079121, 42.348684 ], [ -71.078747, 42.347921 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056697, 42.317131 ], [ -71.05671, 42.317561 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086882, 42.302543 ], [ -71.08736, 42.302257 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166766, 42.333536 ], [ -71.165438, 42.333681 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Exeter Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078747, 42.347921 ], [ -71.078681, 42.347722 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056756, 42.314932 ], [ -71.056699, 42.315176 ], [ -71.056665, 42.315429 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167745, 42.350949 ], [ -71.167784, 42.350991 ], [ -71.16784, 42.351038 ], [ -71.168073, 42.351099 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077555, 42.350498 ], [ -71.07775, 42.350907 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06345, 42.288775 ], [ -71.063262, 42.289468 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055308, 42.335056 ], [ -71.055581, 42.334821 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140367, 42.348695 ], [ -71.140463, 42.348616 ], [ -71.140571, 42.348507 ], [ -71.140667, 42.348385 ], [ -71.14075, 42.348256 ], [ -71.14081, 42.348088 ], [ -71.14087, 42.347891 ], [ -71.140911, 42.347727 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077369, 42.350084 ], [ -71.077537, 42.350443 ], [ -71.077555, 42.350498 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057112, 42.338961 ], [ -71.057112, 42.339072 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15061, 42.349023 ], [ -71.15048, 42.348999 ], [ -71.150365, 42.348979 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Otis Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057723, 42.35499 ], [ -71.057772, 42.354942 ], [ -71.058662, 42.354103 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07794, 42.351284 ], [ -71.078099, 42.351618 ], [ -71.078136, 42.351702 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086664, 42.298689 ], [ -71.086374, 42.299521 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153229, 42.338024 ], [ -71.153366, 42.338194 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063116, 42.289975 ], [ -71.062934, 42.290632 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072816, 42.384542 ], [ -71.072807, 42.384586 ], [ -71.072746, 42.384944 ], [ -71.072735, 42.384982 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057447, 42.355245 ], [ -71.057384, 42.355355 ], [ -71.057352, 42.355481 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1548, 42.338338 ], [ -71.154748, 42.338309 ], [ -71.154439, 42.338186 ], [ -71.154206, 42.338093 ], [ -71.153962, 42.338026 ], [ -71.153763, 42.337994 ], [ -71.153563, 42.337978 ], [ -71.153403, 42.337995 ], [ -71.153338, 42.338001 ], [ -71.153263, 42.33801 ], [ -71.153229, 42.338024 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Elm Hill Entrance" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091391, 42.308005 ], [ -71.091143, 42.308079 ], [ -71.090926, 42.308114 ], [ -71.09073, 42.308111 ], [ -71.090514, 42.308061 ], [ -71.090348, 42.308006 ], [ -71.090151, 42.307892 ], [ -71.089956, 42.307752 ], [ -71.089719, 42.307635 ], [ -71.089517, 42.30757 ], [ -71.089279, 42.307555 ], [ -71.08908, 42.307538 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05736, 42.356775 ], [ -71.057377, 42.356619 ], [ -71.057384, 42.356418 ], [ -71.057368, 42.356136 ], [ -71.057329, 42.355728 ], [ -71.057338, 42.355594 ], [ -71.057352, 42.355481 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070217, 42.311343 ], [ -71.070822, 42.31103 ], [ -71.071575, 42.310673 ], [ -71.071898, 42.310488 ], [ -71.072335, 42.310222 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153421, 42.349467 ], [ -71.153579, 42.349306 ], [ -71.153643, 42.349245 ], [ -71.153726, 42.349204 ], [ -71.15402, 42.349146 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061944, 42.306409 ], [ -71.062136, 42.306751 ], [ -71.06218, 42.30682 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145125, 42.288122 ], [ -71.144785, 42.288202 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058009, 42.352359 ], [ -71.057141, 42.352113 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066597, 42.315657 ], [ -71.066772, 42.315457 ], [ -71.066952, 42.31524 ], [ -71.066973, 42.315214 ], [ -71.067147, 42.315001 ], [ -71.067273, 42.314828 ], [ -71.067429, 42.314611 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14311, 42.343887 ], [ -71.143229, 42.343728 ], [ -71.143428, 42.343459 ], [ -71.143587, 42.343233 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09209, 42.321584 ], [ -71.091941, 42.3217 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057333, 42.357589 ], [ -71.057334, 42.357476 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061772, 42.306017 ], [ -71.061944, 42.306409 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070708, 42.340799 ], [ -71.070066, 42.34117 ], [ -71.069829, 42.341285 ], [ -71.069639, 42.341366 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.149017, 42.349462 ], [ -71.149283, 42.349377 ], [ -71.149527, 42.349289 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055686, 42.355672 ], [ -71.05571, 42.355663 ], [ -71.055889, 42.355614 ], [ -71.056128, 42.355573 ], [ -71.056572, 42.355538 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14831, 42.357438 ], [ -71.147639, 42.358546 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090238, 42.319221 ], [ -71.089828, 42.319497 ], [ -71.089552, 42.319651 ], [ -71.089148, 42.319802 ], [ -71.088606, 42.319982 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055221, 42.335142 ], [ -71.055073, 42.335264 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Kilby Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055262, 42.357619 ], [ -71.055359, 42.357794 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13933, 42.286175 ], [ -71.13865, 42.286201 ], [ -71.138202, 42.286232 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053996, 42.357987 ], [ -71.054133, 42.358207 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055073, 42.335264 ], [ -71.05492, 42.335384 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Water Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055359, 42.357794 ], [ -71.055282, 42.357821 ], [ -71.055159, 42.357887 ], [ -71.055076, 42.357949 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058193, 42.364383 ], [ -71.058194, 42.364385 ], [ -71.058301, 42.364513 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14193, 42.344749 ], [ -71.141565, 42.345281 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05492, 42.335384 ], [ -71.054667, 42.335592 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054877, 42.356079 ], [ -71.055394, 42.355808 ], [ -71.055587, 42.355708 ], [ -71.055686, 42.355672 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128344, 42.352613 ], [ -71.130168, 42.352836 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082173, 42.31757 ], [ -71.081988, 42.317891 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058301, 42.364513 ], [ -71.058329, 42.36479 ], [ -71.058367, 42.365271 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057112, 42.338683 ], [ -71.057112, 42.338961 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056361, 42.362864 ], [ -71.056176, 42.363143 ], [ -71.056137, 42.363209 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Harvard Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129288, 42.360714 ], [ -71.129412, 42.360795 ], [ -71.129769, 42.361081 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056137, 42.363209 ], [ -71.055983, 42.363456 ], [ -71.05589, 42.363592 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055963, 42.341468 ], [ -71.055761, 42.341652 ], [ -71.055529, 42.341842 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081988, 42.317891 ], [ -71.081918, 42.31803 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belgrade Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137425, 42.286259 ], [ -71.136721, 42.286277 ], [ -71.135228, 42.286311 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053942, 42.361568 ], [ -71.054926, 42.362055 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055556, 42.364371 ], [ -71.055531, 42.364591 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055025, 42.342225 ], [ -71.054592, 42.342594 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133563, 42.296304 ], [ -71.133209, 42.296569 ], [ -71.132938, 42.296749 ], [ -71.132902, 42.296768 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081918, 42.31803 ], [ -71.081789, 42.318279 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064943, 42.339596 ], [ -71.065542, 42.339158 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055149, 42.361555 ], [ -71.054831, 42.361407 ], [ -71.054548, 42.361263 ], [ -71.054251, 42.361112 ], [ -71.053697, 42.360841 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066542, 42.377086 ], [ -71.066526, 42.377072 ], [ -71.066246, 42.376879 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131853, 42.297225 ], [ -71.13133, 42.297442 ], [ -71.130961, 42.297597 ], [ -71.130538, 42.297776 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081479, 42.319066 ], [ -71.081432, 42.319267 ], [ -71.081392, 42.319459 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070461, 42.380794 ], [ -71.070679, 42.38102 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131072, 42.350508 ], [ -71.131447, 42.351163 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055535, 42.368175 ], [ -71.054816, 42.367994 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065317, 42.344974 ], [ -71.064874, 42.345748 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065921, 42.279936 ], [ -71.065787, 42.28043 ], [ -71.065662, 42.280884 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053584, 42.288765 ], [ -71.052738, 42.288998 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130033, 42.349227 ], [ -71.130073, 42.349256 ], [ -71.130372, 42.349536 ], [ -71.13067, 42.349869 ], [ -71.130869, 42.350145 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084097, 42.323537 ], [ -71.084003, 42.323641 ], [ -71.083841, 42.323777 ], [ -71.08364, 42.323892 ], [ -71.083346, 42.323985 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049762, 42.291733 ], [ -71.050155, 42.292194 ], [ -71.050634, 42.292791 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131927, 42.352392 ], [ -71.132056, 42.35286 ], [ -71.132082, 42.352949 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065322, 42.282063 ], [ -71.06528, 42.282244 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089693, 42.339938 ], [ -71.088864, 42.340297 ], [ -71.088397, 42.340499 ], [ -71.087491, 42.340846 ], [ -71.087153, 42.340985 ], [ -71.086973, 42.341063 ], [ -71.08678, 42.341173 ], [ -71.08647, 42.341384 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061142, 42.352517 ], [ -71.060666, 42.352557 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06528, 42.282244 ], [ -71.065067, 42.283011 ], [ -71.065056, 42.283036 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133113, 42.358952 ], [ -71.133157, 42.359229 ], [ -71.133162, 42.359397 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047743, 42.289228 ], [ -71.047867, 42.289358 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061969, 42.294084 ], [ -71.061931, 42.294213 ], [ -71.061819, 42.29459 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062629, 42.373656 ], [ -71.062608, 42.373644 ], [ -71.06228, 42.373392 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047606, 42.295904 ], [ -71.047605, 42.295907 ], [ -71.047594, 42.295953 ], [ -71.047541, 42.296243 ], [ -71.047534, 42.296537 ], [ -71.047551, 42.296652 ], [ -71.047551, 42.296656 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131374, 42.361324 ], [ -71.130738, 42.361865 ], [ -71.130578, 42.361995 ], [ -71.130418, 42.361966 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061669, 42.295078 ], [ -71.061543, 42.295481 ], [ -71.0615, 42.295652 ], [ -71.061372, 42.296074 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085046, 42.342834 ], [ -71.085353, 42.342571 ], [ -71.086092, 42.341938 ], [ -71.086615, 42.341483 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050841, 42.338803 ], [ -71.050377, 42.339208 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Mount Vernon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040078, 42.317096 ], [ -71.039331, 42.316817 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126657, 42.285523 ], [ -71.126098, 42.285183 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050377, 42.339208 ], [ -71.049924, 42.339579 ], [ -71.049906, 42.339595 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115898, 42.275989 ], [ -71.115941, 42.275591 ], [ -71.115981, 42.275431 ], [ -71.11608, 42.275224 ], [ -71.116253, 42.274988 ], [ -71.116553, 42.274603 ], [ -71.117012, 42.273972 ], [ -71.117436, 42.273413 ], [ -71.117524, 42.27331 ], [ -71.117608, 42.273216 ], [ -71.117722, 42.27311 ], [ -71.117884, 42.272994 ], [ -71.117987, 42.272921 ], [ -71.118228, 42.272791 ], [ -71.118434, 42.272693 ], [ -71.11861, 42.272632 ], [ -71.118788, 42.272599 ], [ -71.119072, 42.2726 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049589, 42.339869 ], [ -71.049288, 42.340129 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124137, 42.290206 ], [ -71.123596, 42.290721 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058419, 42.307587 ], [ -71.058337, 42.307964 ], [ -71.058312, 42.30812 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051127, 42.346935 ], [ -71.051351, 42.346651 ], [ -71.051498, 42.346487 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120843, 42.293303 ], [ -71.120392, 42.293709 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088925, 42.349713 ], [ -71.088698, 42.349273 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057021, 42.333641 ], [ -71.057058, 42.33469 ], [ -71.057054, 42.335037 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049468, 42.34907 ], [ -71.04938, 42.349176 ], [ -71.049314, 42.349262 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086934, 42.349731 ], [ -71.087357, 42.349537 ], [ -71.0875, 42.34946 ], [ -71.087687, 42.349382 ], [ -71.087924, 42.349302 ], [ -71.088151, 42.349242 ], [ -71.088354, 42.349191 ], [ -71.088652, 42.349141 ], [ -71.088854, 42.349117 ], [ -71.089111, 42.3491 ], [ -71.089394, 42.349101 ], [ -71.089651, 42.349115 ], [ -71.089821, 42.349132 ], [ -71.089939, 42.349149 ], [ -71.090118, 42.349179 ], [ -71.090676, 42.349239 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052408, 42.35953 ], [ -71.052245, 42.358972 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057012, 42.332897 ], [ -71.057026, 42.333489 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053248, 42.358487 ], [ -71.053192, 42.358504 ], [ -71.052965, 42.358544 ], [ -71.05275, 42.358585 ], [ -71.052338, 42.358647 ], [ -71.052157, 42.35868 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057005, 42.332417 ], [ -71.057012, 42.332897 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085459, 42.348383 ], [ -71.08565, 42.348775 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057122, 42.3395 ], [ -71.057112, 42.339087 ], [ -71.057112, 42.339072 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050897, 42.357343 ], [ -71.050927, 42.357394 ], [ -71.050994, 42.357476 ], [ -71.051116, 42.357587 ], [ -71.051209, 42.357688 ], [ -71.051272, 42.357764 ], [ -71.051339, 42.357887 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091201, 42.354352 ], [ -71.08994, 42.351788 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050923, 42.355583 ], [ -71.050879, 42.355791 ], [ -71.050834, 42.356084 ], [ -71.050794, 42.356342 ], [ -71.050771, 42.356682 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057164, 42.342796 ], [ -71.057213, 42.342615 ], [ -71.057231, 42.341639 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05429, 42.342868 ], [ -71.05396, 42.343136 ], [ -71.053824, 42.343259 ], [ -71.05373, 42.343363 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082486, 42.293296 ], [ -71.081442, 42.292996 ], [ -71.081214, 42.292929 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051296, 42.366183 ], [ -71.051353, 42.366297 ], [ -71.051402, 42.366374 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057513, 42.354943 ], [ -71.057509, 42.355035 ], [ -71.057483, 42.355145 ], [ -71.057447, 42.355245 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08462, 42.306125 ], [ -71.084653, 42.305939 ], [ -71.084693, 42.305617 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.045292, 42.286941 ], [ -71.044592, 42.286653 ], [ -71.044462, 42.286597 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Congress Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055686, 42.355672 ], [ -71.05483, 42.354864 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083898, 42.307599 ], [ -71.08403, 42.307426 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047256, 42.293958 ], [ -71.047174, 42.29404 ], [ -71.047162, 42.294204 ], [ -71.047169, 42.294332 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Pearl Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053333, 42.354511 ], [ -71.054007, 42.355242 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -70.999304, 42.383972 ], [ -70.999134, 42.383908 ], [ -70.997838, 42.383449 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083887, 42.307362 ], [ -71.083748, 42.307546 ], [ -71.083722, 42.30758 ], [ -71.083162, 42.308327 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057228, 42.358871 ], [ -71.057274, 42.358451 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057994, 42.356798 ], [ -71.057828, 42.356793 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08231, 42.30413 ], [ -71.082153, 42.30426 ], [ -71.081908, 42.30444 ], [ -71.081734, 42.304561 ], [ -71.081641, 42.304625 ], [ -71.081264, 42.304858 ], [ -71.081211, 42.304886 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Congress Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056411, 42.357588 ], [ -71.056344, 42.356831 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Kilby Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055359, 42.357794 ], [ -71.055451, 42.357986 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086933, 42.298458 ], [ -71.087056, 42.298325 ], [ -71.087174, 42.298258 ], [ -71.08742, 42.298185 ], [ -71.087708, 42.298105 ], [ -71.088007, 42.298026 ], [ -71.088631, 42.297878 ], [ -71.089365, 42.297699 ], [ -71.089766, 42.297608 ], [ -71.090407, 42.297419 ], [ -71.091144, 42.297173 ], [ -71.091428, 42.297039 ], [ -71.091619, 42.296911 ], [ -71.091705, 42.296824 ], [ -71.091821, 42.296693 ], [ -71.09216, 42.296227 ], [ -71.09252, 42.295766 ], [ -71.093001, 42.295112 ], [ -71.093232, 42.294798 ], [ -71.094028, 42.293772 ], [ -71.09455, 42.293214 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Pearl Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054877, 42.356079 ], [ -71.055168, 42.356353 ], [ -71.055719, 42.356885 ], [ -71.05576, 42.356921 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Liberty Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055076, 42.357949 ], [ -71.055477, 42.358041 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080455, 42.305363 ], [ -71.080033, 42.305603 ], [ -71.079783, 42.305713 ], [ -71.079578, 42.305791 ], [ -71.079336, 42.305847 ], [ -71.07886, 42.305937 ], [ -71.078259, 42.306049 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053454, 42.356845 ], [ -71.053672, 42.356748 ], [ -71.053929, 42.356617 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Milk Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054848, 42.357359 ], [ -71.054525, 42.35756 ], [ -71.054371, 42.357671 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08311, 42.311177 ], [ -71.083036, 42.311342 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058413, 42.364219 ], [ -71.058394, 42.363822 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082972, 42.312182 ], [ -71.083013, 42.312268 ], [ -71.083118, 42.312469 ], [ -71.083336, 42.312803 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broad Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054357, 42.358676 ], [ -71.054636, 42.359231 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039059, 42.373324 ], [ -71.039075, 42.374175 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057719, 42.363816 ], [ -71.058193, 42.364383 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055531, 42.364591 ], [ -71.055527, 42.364749 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083036, 42.311342 ], [ -71.083004, 42.311437 ], [ -71.082925, 42.311638 ], [ -71.08291, 42.311765 ], [ -71.082917, 42.31188 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039031, 42.372379 ], [ -71.039059, 42.373324 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082667, 42.309285 ], [ -71.082606, 42.309448 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039025, 42.372148 ], [ -71.039031, 42.372379 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057639, 42.362886 ], [ -71.057507, 42.362779 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055502, 42.365033 ], [ -71.055486, 42.365221 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055583, 42.364125 ], [ -71.055556, 42.364371 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082606, 42.309448 ], [ -71.082669, 42.309544 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037192, 42.371309 ], [ -71.03779, 42.370777 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058431, 42.36595 ], [ -71.058431, 42.365508 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053697, 42.360841 ], [ -71.053325, 42.360644 ], [ -71.053182, 42.360559 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083336, 42.312803 ], [ -71.083449, 42.312946 ], [ -71.083554, 42.313195 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052738, 42.288998 ], [ -71.052158, 42.289145 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055486, 42.365221 ], [ -71.055399, 42.365394 ], [ -71.05509, 42.365895 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083305, 42.315358 ], [ -71.083009, 42.316113 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039315, 42.382614 ], [ -71.039316, 42.382655 ], [ -71.039314, 42.383206 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051329, 42.29361 ], [ -71.051122, 42.293393 ], [ -71.050881, 42.293095 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082483, 42.317301 ], [ -71.082699, 42.316932 ], [ -71.082843, 42.316671 ], [ -71.082894, 42.31658 ], [ -71.082953, 42.316393 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083343, 42.330609 ], [ -71.083721, 42.330478 ], [ -71.083984, 42.330357 ], [ -71.084052, 42.330323 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052158, 42.289145 ], [ -71.051814, 42.289237 ], [ -71.051473, 42.289323 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048712, 42.290428 ], [ -71.049066, 42.290868 ], [ -71.049417, 42.291309 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060968, 42.373005 ], [ -71.061062, 42.37316 ], [ -71.061305, 42.373389 ], [ -71.06164, 42.373666 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049417, 42.291309 ], [ -71.049762, 42.291733 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047349, 42.288716 ], [ -71.047743, 42.289228 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052432, 42.294485 ], [ -71.052208, 42.294324 ], [ -71.051907, 42.294111 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081933, 42.331774 ], [ -71.081716, 42.331962 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04717, 42.29434 ], [ -71.047171, 42.294368 ], [ -71.047202, 42.294524 ], [ -71.047315, 42.294891 ], [ -71.047387, 42.295078 ], [ -71.04748, 42.295281 ], [ -71.047656, 42.2957 ], [ -71.047606, 42.295904 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081127, 42.332921 ], [ -71.081184, 42.33279 ], [ -71.081225, 42.332675 ], [ -71.081272, 42.332562 ], [ -71.081326, 42.332453 ], [ -71.081413, 42.332296 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08682, 42.351125 ], [ -71.087003, 42.351536 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052406, 42.337496 ], [ -71.052787, 42.337185 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048408, 42.298619 ], [ -71.048452, 42.298734 ], [ -71.048592, 42.299244 ], [ -71.04875, 42.299806 ], [ -71.048907, 42.300255 ], [ -71.049035, 42.300527 ], [ -71.049147, 42.300634 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081413, 42.332296 ], [ -71.081252, 42.332458 ], [ -71.081193, 42.332535 ], [ -71.081107, 42.332667 ], [ -71.081001, 42.332844 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03927, 42.381013 ], [ -71.039285, 42.381376 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050841, 42.338803 ], [ -71.051009, 42.338668 ], [ -71.051285, 42.338435 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079362, 42.334607 ], [ -71.079319, 42.334647 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Talbot Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085976, 42.294333 ], [ -71.084673, 42.293959 ], [ -71.083579, 42.293621 ], [ -71.083074, 42.293482 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052846, 42.354035 ], [ -71.051724, 42.354587 ], [ -71.051535, 42.354678 ], [ -71.051409, 42.354764 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085682, 42.337698 ], [ -71.085192, 42.338017 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039216, 42.379426 ], [ -71.039251, 42.38048 ], [ -71.039253, 42.380554 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084688, 42.338344 ], [ -71.084184, 42.338659 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05106, 42.35514 ], [ -71.05101, 42.355297 ], [ -71.050958, 42.355457 ], [ -71.050923, 42.355583 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081746, 42.34066 ], [ -71.081392, 42.340952 ], [ -71.081165, 42.341131 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Old Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085075, 42.30206 ], [ -71.084998, 42.30219 ], [ -71.084783, 42.302603 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Boston University Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110567, 42.353055 ], [ -71.110666, 42.352385 ], [ -71.110783, 42.351482 ], [ -71.11092, 42.350654 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048403, 42.353189 ], [ -71.050771, 42.35438 ], [ -71.050897, 42.354446 ], [ -71.051074, 42.354557 ], [ -71.051208, 42.354658 ], [ -71.051286, 42.354721 ], [ -71.051409, 42.354764 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084741, 42.305286 ], [ -71.084778, 42.305106 ], [ -71.084823, 42.30486 ], [ -71.084851, 42.304714 ], [ -71.084923, 42.304437 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080408, 42.339298 ], [ -71.0803, 42.339186 ], [ -71.07981, 42.338756 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105025, 42.349738 ], [ -71.103663, 42.349566 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.022654, 42.380995 ], [ -71.022354, 42.381101 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085033, 42.303493 ], [ -71.085, 42.303475 ], [ -71.08497, 42.303447 ], [ -71.084909, 42.303421 ], [ -71.084825, 42.303417 ], [ -71.084731, 42.303418 ], [ -71.08463, 42.303417 ], [ -71.084449, 42.303418 ], [ -71.084356, 42.303422 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084249, 42.306753 ], [ -71.084151, 42.306949 ], [ -71.084057, 42.307127 ], [ -71.083887, 42.307362 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096403, 42.293243 ], [ -71.096619, 42.293469 ], [ -71.096897, 42.293743 ], [ -71.097403, 42.294228 ], [ -71.098114, 42.294921 ], [ -71.09853, 42.295335 ], [ -71.098853, 42.295649 ], [ -71.099004, 42.295789 ], [ -71.099165, 42.29595 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Belvidere Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081821, 42.345422 ], [ -71.082037, 42.345571 ], [ -71.082094, 42.345608 ], [ -71.082244, 42.345697 ], [ -71.082378, 42.345744 ], [ -71.082554, 42.345791 ], [ -71.082758, 42.345826 ], [ -71.082798, 42.345831 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083251, 42.310613 ], [ -71.083258, 42.3107 ], [ -71.08325, 42.310804 ], [ -71.083192, 42.310962 ], [ -71.08311, 42.311177 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101933, 42.301079 ], [ -71.101878, 42.301184 ], [ -71.101823, 42.301341 ], [ -71.101722, 42.301639 ], [ -71.101684, 42.301744 ], [ -71.101596, 42.301895 ], [ -71.101338, 42.302193 ], [ -71.101242, 42.302282 ], [ -71.101182, 42.302337 ], [ -71.100887, 42.302573 ], [ -71.100652, 42.302766 ], [ -71.100271, 42.303007 ], [ -71.099994, 42.303153 ], [ -71.099773, 42.303265 ], [ -71.099333, 42.3035 ], [ -71.098963, 42.303678 ], [ -71.098795, 42.303762 ], [ -71.098464, 42.303877 ], [ -71.097995, 42.303971 ], [ -71.097397, 42.304111 ], [ -71.096985, 42.304221 ], [ -71.096622, 42.304342 ], [ -71.09623, 42.304467 ], [ -71.095874, 42.304598 ], [ -71.095696, 42.304687 ], [ -71.095439, 42.304851 ], [ -71.09529, 42.304934 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053138, 42.356065 ], [ -71.053118, 42.356164 ], [ -71.053019, 42.35628 ], [ -71.052936, 42.356369 ], [ -71.052846, 42.356432 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082135, 42.317936 ], [ -71.082288, 42.317636 ], [ -71.082304, 42.317605 ], [ -71.08236, 42.3175 ], [ -71.082483, 42.317301 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095038, 42.313391 ], [ -71.09479, 42.313583 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082072, 42.318073 ], [ -71.082135, 42.317936 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080279, 42.351129 ], [ -71.078136, 42.351702 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093682, 42.315025 ], [ -71.093618, 42.315248 ], [ -71.09356, 42.315523 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051604, 42.357167 ], [ -71.051533, 42.356933 ], [ -71.051492, 42.356688 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081545, 42.319465 ], [ -71.081588, 42.319231 ], [ -71.081614, 42.319126 ], [ -71.081629, 42.319064 ], [ -71.081697, 42.318879 ], [ -71.081943, 42.318351 ], [ -71.081945, 42.318347 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171675, 42.278045 ], [ -71.171612, 42.278235 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11167, 42.319549 ], [ -71.111654, 42.319647 ], [ -71.111668, 42.319767 ], [ -71.111697, 42.319921 ], [ -71.11186, 42.320611 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Thornton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093519, 42.321557 ], [ -71.09391, 42.321254 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084854, 42.32249 ], [ -71.084603, 42.322837 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Martin Luther King Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086043, 42.319035 ], [ -71.085153, 42.318797 ], [ -71.084399, 42.318575 ], [ -71.083265, 42.31825 ], [ -71.082135, 42.317936 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051005, 42.362531 ], [ -71.051069, 42.363713 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082702, 42.324008 ], [ -71.082767, 42.324221 ], [ -71.082927, 42.324718 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.170993, 42.280333 ], [ -71.171028, 42.280223 ], [ -71.171136, 42.279928 ], [ -71.171438, 42.279141 ], [ -71.171564, 42.27881 ], [ -71.171645, 42.278605 ], [ -71.171725, 42.278402 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102863, 42.322928 ], [ -71.102661, 42.322928 ], [ -71.102466, 42.322927 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106649, 42.346073 ], [ -71.106, 42.346264 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083268, 42.32981 ], [ -71.083198, 42.330111 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104864, 42.334063 ], [ -71.104663, 42.334115 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Neponset Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.044462, 42.286597 ], [ -71.044199, 42.286484 ], [ -71.04415, 42.286464 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08316, 42.330319 ], [ -71.083175, 42.330444 ], [ -71.083245, 42.330527 ], [ -71.083326, 42.330542 ], [ -71.083424, 42.330537 ], [ -71.083647, 42.330504 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099158, 42.336217 ], [ -71.098056, 42.336636 ], [ -71.097107, 42.337039 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083065, 42.330666 ], [ -71.082986, 42.33084 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171746, 42.288445 ], [ -71.171792, 42.288557 ], [ -71.171934, 42.288754 ], [ -71.172068, 42.288913 ], [ -71.172714, 42.289671 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.035481, 42.372736 ], [ -71.035683, 42.372561 ], [ -71.035896, 42.372379 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110953, 42.350459 ], [ -71.110097, 42.350345 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Palace Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099868, 42.337732 ], [ -71.099777, 42.337887 ], [ -71.099552, 42.33819 ], [ -71.099301, 42.338626 ], [ -71.099157, 42.338851 ], [ -71.098989, 42.339104 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079828, 42.334281 ], [ -71.079942, 42.334201 ], [ -71.080187, 42.334009 ], [ -71.080452, 42.333783 ], [ -71.080581, 42.333654 ], [ -71.080679, 42.333539 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103455, 42.342572 ], [ -71.103276, 42.342749 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079362, 42.334607 ], [ -71.079828, 42.334281 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106752, 42.346278 ], [ -71.106822, 42.346261 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039192, 42.377868 ], [ -71.039208, 42.378468 ], [ -71.039212, 42.378643 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.159758, 42.340067 ], [ -71.160617, 42.340138 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094166, 42.26752 ], [ -71.09426, 42.267477 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084184, 42.338659 ], [ -71.083971, 42.338804 ], [ -71.083617, 42.339084 ], [ -71.083371, 42.339272 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081165, 42.341131 ], [ -71.080503, 42.341642 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093548, 42.271832 ], [ -71.093539, 42.272313 ], [ -71.093518, 42.272854 ], [ -71.093516, 42.27289 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105137, 42.346687 ], [ -71.106752, 42.346278 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162425, 42.349003 ], [ -71.162138, 42.348998 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079716, 42.338817 ], [ -71.080129, 42.339162 ], [ -71.080319, 42.339343 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093516, 42.27289 ], [ -71.093513, 42.272969 ], [ -71.093521, 42.273092 ], [ -71.093511, 42.273285 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Mount Vernon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.044903, 42.318742 ], [ -71.044143, 42.318494 ], [ -71.0441, 42.318479 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093618, 42.276117 ], [ -71.093636, 42.27525 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085279, 42.347988 ], [ -71.085459, 42.348383 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.161312, 42.347585 ], [ -71.160842, 42.348354 ], [ -71.160593, 42.348703 ], [ -71.160438, 42.348925 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093623, 42.276422 ], [ -71.093618, 42.276117 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111059, 42.320334 ], [ -71.11094, 42.320481 ], [ -71.110694, 42.320761 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04281, 42.350464 ], [ -71.042812, 42.350465 ], [ -71.042944, 42.350513 ], [ -71.043427, 42.350775 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dalton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085603, 42.347892 ], [ -71.08503, 42.346747 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093491, 42.27843 ], [ -71.093522, 42.278174 ], [ -71.093542, 42.277967 ], [ -71.093556, 42.277621 ], [ -71.093577, 42.277257 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09265, 42.280947 ], [ -71.092886, 42.280273 ], [ -71.093165, 42.27945 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110532, 42.321007 ], [ -71.110177, 42.321428 ], [ -71.110092, 42.321533 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167465, 42.291116 ], [ -71.167617, 42.291035 ], [ -71.167961, 42.290848 ], [ -71.168282, 42.290672 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Exeter Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079488, 42.349522 ], [ -71.079121, 42.348684 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097471, 42.29113 ], [ -71.097143, 42.29126 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Hereford Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087003, 42.351536 ], [ -71.087246, 42.352056 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Seaport Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.043427, 42.350775 ], [ -71.043945, 42.351046 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ritchie Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098393, 42.322569 ], [ -71.098224, 42.322495 ], [ -71.097865, 42.322376 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.164939, 42.29211 ], [ -71.164159, 42.292488 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073631, 42.338878 ], [ -71.072505, 42.339624 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095237, 42.337539 ], [ -71.095008, 42.33747 ], [ -71.094258, 42.337205 ], [ -71.093666, 42.336966 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108453, 42.322398 ], [ -71.107986, 42.32245 ], [ -71.107845, 42.322453 ], [ -71.106852, 42.322535 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078532, 42.3432 ], [ -71.078356, 42.343345 ], [ -71.077858, 42.343753 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075239, 42.345864 ], [ -71.075439, 42.346266 ], [ -71.075976, 42.347341 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166722, 42.339865 ], [ -71.166117, 42.339955 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hemenway Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092234, 42.339146 ], [ -71.092525, 42.339576 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Drydock Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.034341, 42.344682 ], [ -71.032124, 42.34472 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091026, 42.339617 ], [ -71.091376, 42.339466 ], [ -71.092192, 42.339148 ], [ -71.092234, 42.339146 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104911, 42.334199 ], [ -71.105315, 42.333995 ], [ -71.105617, 42.333785 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "West Dedham Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073436, 42.342453 ], [ -71.073212, 42.342257 ], [ -71.072688, 42.341829 ], [ -71.07256, 42.341717 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lake Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162893, 42.345429 ], [ -71.162727, 42.345585 ], [ -71.162462, 42.345919 ], [ -71.16225, 42.346232 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10087, 42.26416 ], [ -71.100438, 42.264405 ], [ -71.100347, 42.264466 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094975, 42.348803 ], [ -71.092842, 42.348842 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067682, 42.337649 ], [ -71.067102, 42.338084 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0925, 42.350085 ], [ -71.092569, 42.350062 ], [ -71.09261, 42.350048 ], [ -71.092875, 42.349985 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Northern Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038974, 42.348861 ], [ -71.038664, 42.348736 ], [ -71.038216, 42.348553 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061158, 42.304568 ], [ -71.061368, 42.305068 ], [ -71.061504, 42.305379 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092842, 42.348842 ], [ -71.091919, 42.34886 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093844, 42.268688 ], [ -71.093871, 42.268158 ], [ -71.093881, 42.267643 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066301, 42.315823 ], [ -71.06603, 42.316157 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039075, 42.374175 ], [ -71.039082, 42.374536 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063979, 42.318049 ], [ -71.064158, 42.3178 ], [ -71.064314, 42.317645 ], [ -71.064488, 42.317503 ], [ -71.064643, 42.317379 ], [ -71.064865, 42.317251 ], [ -71.065201, 42.31708 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091808, 42.283532 ], [ -71.09211, 42.28261 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089636, 42.297507 ], [ -71.089239, 42.297603 ], [ -71.088599, 42.297753 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038992, 42.370831 ], [ -71.039001, 42.371237 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093701, 42.273271 ], [ -71.093696, 42.273149 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075234, 42.308282 ], [ -71.075528, 42.308046 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067683, 42.37809 ], [ -71.067527, 42.377967 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088238, 42.29366 ], [ -71.088088, 42.294113 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093375, 42.277204 ], [ -71.093364, 42.277464 ], [ -71.093368, 42.277605 ], [ -71.093362, 42.277871 ], [ -71.093351, 42.278055 ], [ -71.093322, 42.278277 ], [ -71.093261, 42.278522 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072369, 42.383818 ], [ -71.072088, 42.383622 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088088, 42.294113 ], [ -71.087942, 42.294593 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03779, 42.370777 ], [ -71.038098, 42.370518 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071775, 42.382713 ], [ -71.071819, 42.382876 ], [ -71.071832, 42.382949 ], [ -71.071845, 42.383044 ], [ -71.071842, 42.383139 ], [ -71.071825, 42.383218 ], [ -71.071798, 42.3833 ], [ -71.071735, 42.383459 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094352, 42.293227 ], [ -71.094274, 42.29331 ], [ -71.093227, 42.29455 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070969, 42.381321 ], [ -71.071114, 42.381473 ], [ -71.071132, 42.3815 ], [ -71.071214, 42.381617 ], [ -71.071407, 42.381886 ], [ -71.07153, 42.382111 ], [ -71.071617, 42.382285 ], [ -71.071704, 42.38248 ], [ -71.071769, 42.382692 ], [ -71.071775, 42.382713 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ruggles Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092025, 42.336334 ], [ -71.091236, 42.336026 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104868, 42.32273 ], [ -71.104016, 42.322828 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chelsea Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.031992, 42.37578 ], [ -71.030528, 42.377027 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066819, 42.276797 ], [ -71.066607, 42.277538 ], [ -71.066503, 42.277913 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103606, 42.322878 ], [ -71.103507, 42.32289 ], [ -71.103219, 42.322913 ], [ -71.102863, 42.322928 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064303, 42.285707 ], [ -71.064253, 42.285877 ], [ -71.06418, 42.286177 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098134, 42.336791 ], [ -71.099241, 42.336376 ], [ -71.099252, 42.336372 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06418, 42.286177 ], [ -71.064143, 42.286288 ], [ -71.06404, 42.286676 ], [ -71.063965, 42.286943 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101765, 42.347505 ], [ -71.0995, 42.34813 ], [ -71.096969, 42.348777 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063669, 42.288018 ], [ -71.063644, 42.288121 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063644, 42.288121 ], [ -71.063515, 42.288556 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098328, 42.265598 ], [ -71.098008, 42.265798 ], [ -71.097862, 42.265922 ], [ -71.097712, 42.266086 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063172, 42.319206 ], [ -71.063572, 42.318626 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Saratoga Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.00527, 42.386178 ], [ -71.004618, 42.385914 ], [ -71.00295, 42.385306 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097712, 42.266086 ], [ -71.097489, 42.266318 ], [ -71.097336, 42.266446 ], [ -71.097192, 42.266528 ], [ -71.097086, 42.266569 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061426, 42.352492 ], [ -71.061142, 42.352517 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063529, 42.374314 ], [ -71.063199, 42.37395 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095075, 42.267037 ], [ -71.094887, 42.267133 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063093, 42.374698 ], [ -71.063317, 42.374875 ], [ -71.063703, 42.375116 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Jewish War Veterans Drive" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09529, 42.304934 ], [ -71.095129, 42.305023 ], [ -71.094987, 42.305099 ], [ -71.09478, 42.305175 ], [ -71.094453, 42.305237 ], [ -71.094211, 42.305247 ], [ -71.093877, 42.305238 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058958, 42.287157 ], [ -71.058748, 42.287211 ], [ -71.058146, 42.287358 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094088, 42.31415 ], [ -71.093938, 42.314328 ], [ -71.093859, 42.314465 ], [ -71.093822, 42.31455 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09356, 42.315523 ], [ -71.093473, 42.315798 ], [ -71.093333, 42.31616 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074358, 42.332855 ], [ -71.074217, 42.332923 ], [ -71.073533, 42.333412 ], [ -71.073501, 42.333508 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059909, 42.301744 ], [ -71.059982, 42.301871 ], [ -71.060149, 42.302159 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Marcella Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09391, 42.321254 ], [ -71.093319, 42.320927 ], [ -71.093146, 42.320809 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060016, 42.300768 ], [ -71.059907, 42.30118 ], [ -71.059869, 42.301322 ], [ -71.059797, 42.301547 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Valentine Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091941, 42.3217 ], [ -71.092112, 42.321815 ], [ -71.092629, 42.322207 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073501, 42.333508 ], [ -71.073623, 42.33348 ], [ -71.073982, 42.333219 ], [ -71.074302, 42.332978 ], [ -71.074358, 42.332855 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058981, 42.305199 ], [ -71.058792, 42.306018 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098064, 42.348895 ], [ -71.097343, 42.34881 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Freeport Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057608, 42.306772 ], [ -71.057735, 42.307013 ], [ -71.057816, 42.307103 ], [ -71.058122, 42.307389 ], [ -71.058285, 42.30754 ], [ -71.058419, 42.307587 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097135, 42.348992 ], [ -71.097385, 42.34901 ], [ -71.097688, 42.349043 ], [ -71.09802, 42.349077 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057772, 42.310494 ], [ -71.057585, 42.311364 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097343, 42.34881 ], [ -71.096969, 42.348777 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056716, 42.317733 ], [ -71.056731, 42.3184 ], [ -71.056727, 42.318499 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056881, 42.325973 ], [ -71.056903, 42.326876 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096969, 42.348777 ], [ -71.096836, 42.34877 ], [ -71.096539, 42.348773 ], [ -71.095734, 42.348784 ], [ -71.094975, 42.348803 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056843, 42.324104 ], [ -71.056856, 42.324821 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057026, 42.333489 ], [ -71.057021, 42.333641 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Nashua Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06613, 42.367693 ], [ -71.066212, 42.367679 ], [ -71.066313, 42.367653 ], [ -71.06651, 42.367586 ], [ -71.067106, 42.367344 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057102, 42.340577 ], [ -71.057028, 42.340838 ], [ -71.057074, 42.34158 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056743, 42.340792 ], [ -71.056511, 42.340985 ], [ -71.056343, 42.341117 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dartmouth Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075976, 42.347341 ], [ -71.076453, 42.348296 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056343, 42.341117 ], [ -71.055963, 42.341468 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055739, 42.368226 ], [ -71.055535, 42.368175 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055529, 42.341842 ], [ -71.055025, 42.342225 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153366, 42.338194 ], [ -71.153504, 42.338168 ], [ -71.15371, 42.338169 ], [ -71.15393, 42.338206 ], [ -71.15426, 42.338299 ], [ -71.154679, 42.338469 ], [ -71.155041, 42.338632 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059397, 42.352521 ], [ -71.058636, 42.352433 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Devonshire Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057447, 42.355245 ], [ -71.057566, 42.355132 ], [ -71.057723, 42.35499 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "William T Morrissey Boulevard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050134, 42.318971 ], [ -71.050131, 42.318966 ], [ -71.050047, 42.318789 ], [ -71.049862, 42.31846 ], [ -71.049734, 42.31824 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056572, 42.355538 ], [ -71.057352, 42.355481 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Purchase Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055891, 42.353122 ], [ -71.056018, 42.353045 ], [ -71.056111, 42.352988 ], [ -71.056246, 42.352912 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Old Trail Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091564, 42.307888 ], [ -71.091538, 42.307903 ], [ -71.091391, 42.308005 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055393, 42.35263 ], [ -71.055293, 42.352718 ], [ -71.055057, 42.352913 ], [ -71.054953, 42.352984 ], [ -71.054841, 42.353052 ], [ -71.054632, 42.353157 ], [ -71.054151, 42.353399 ], [ -71.053612, 42.353664 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Locks" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061301, 42.367967 ], [ -71.061335, 42.367983 ], [ -71.061367, 42.368002 ], [ -71.061397, 42.368026 ], [ -71.061424, 42.368052 ], [ -71.061448, 42.368082 ], [ -71.061469, 42.368115 ], [ -71.061487, 42.36815 ], [ -71.061502, 42.368188 ], [ -71.061529, 42.368187 ], [ -71.06158, 42.36821 ], [ -71.061609, 42.368262 ], [ -71.061611, 42.368327 ], [ -71.061628, 42.368378 ], [ -71.061659, 42.36843 ], [ -71.06166, 42.368487 ], [ -71.061654, 42.368504 ], [ -71.061699, 42.368525 ], [ -71.061855, 42.368504 ], [ -71.061915, 42.368571 ], [ -71.061899, 42.368654 ], [ -71.061815, 42.36867 ], [ -71.061587, 42.368711 ], [ -71.061749, 42.369234 ], [ -71.061766, 42.369232 ], [ -71.061811, 42.369375 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fiedler Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074046, 42.356165 ], [ -71.07397, 42.356176 ], [ -71.073908, 42.356182 ], [ -71.073855, 42.356185 ], [ -71.073798, 42.356185 ], [ -71.073786, 42.356184 ], [ -71.073777, 42.356181 ], [ -71.073771, 42.356175 ], [ -71.073769, 42.356168 ], [ -71.073771, 42.356161 ], [ -71.073776, 42.356155 ], [ -71.073785, 42.356152 ], [ -71.073797, 42.356151 ], [ -71.073852, 42.35615 ], [ -71.0739, 42.356147 ], [ -71.07395, 42.356141 ], [ -71.074001, 42.356133 ], [ -71.07401, 42.356132 ], [ -71.074018, 42.356133 ], [ -71.074024, 42.356137 ], [ -71.074027, 42.356144 ], [ -71.074027, 42.356149 ], [ -71.074024, 42.356155 ], [ -71.074018, 42.356159 ], [ -71.07401, 42.356162 ], [ -71.073958, 42.35617 ], [ -71.073897, 42.356176 ], [ -71.073829, 42.356179 ], [ -71.07376, 42.356178 ], [ -71.073663, 42.356173 ], [ -71.073618, 42.356167 ], [ -71.073572, 42.35616 ], [ -71.073526, 42.356151 ], [ -71.073479, 42.356139 ], [ -71.073386, 42.356111 ], [ -71.073319, 42.356085 ], [ -71.073254, 42.356053 ], [ -71.073191, 42.356015 ], [ -71.073131, 42.355973 ], [ -71.073074, 42.355924 ], [ -71.073021, 42.355871 ], [ -71.072971, 42.355814 ], [ -71.07293, 42.355755 ], [ -71.072926, 42.355748 ], [ -71.072927, 42.355742 ], [ -71.072931, 42.355737 ], [ -71.072938, 42.355733 ], [ -71.072947, 42.355731 ], [ -71.072955, 42.355732 ], [ -71.072963, 42.355737 ], [ -71.072969, 42.355745 ], [ -71.072987, 42.355777 ], [ -71.073006, 42.355805 ], [ -71.073069, 42.355879 ], [ -71.073071, 42.355885 ], [ -71.073069, 42.355892 ], [ -71.073064, 42.355899 ], [ -71.073056, 42.355904 ], [ -71.073047, 42.355907 ], [ -71.073038, 42.355907 ], [ -71.073029, 42.355905 ], [ -71.073022, 42.355901 ], [ -71.072995, 42.355873 ], [ -71.072963, 42.355833 ], [ -71.072932, 42.355791 ], [ -71.072907, 42.355753 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Circle Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07274, 42.36067 ], [ -71.072759, 42.360663 ], [ -71.072772, 42.360661 ], [ -71.072781, 42.360662 ], [ -71.072788, 42.360666 ], [ -71.072837, 42.36074 ], [ -71.072848, 42.360749 ], [ -71.072862, 42.360753 ], [ -71.072879, 42.360753 ], [ -71.072897, 42.360748 ], [ -71.073071, 42.360676 ], [ -71.073079, 42.36067 ], [ -71.073084, 42.360661 ], [ -71.073084, 42.360652 ], [ -71.07308, 42.360643 ], [ -71.073071, 42.360635 ], [ -71.073059, 42.36063 ], [ -71.073046, 42.36063 ], [ -71.073032, 42.360633 ], [ -71.072927, 42.36068 ], [ -71.072836, 42.360718 ], [ -71.072756, 42.360749 ], [ -71.072682, 42.360775 ], [ -71.072614, 42.360796 ], [ -71.072544, 42.360814 ], [ -71.072467, 42.360832 ], [ -71.07235, 42.360856 ], [ -71.072294, 42.360866 ], [ -71.072237, 42.360875 ], [ -71.072179, 42.360881 ], [ -71.072119, 42.360886 ], [ -71.072058, 42.360889 ], [ -71.071993, 42.36089 ], [ -71.071846, 42.360887 ], [ -71.071731, 42.36088 ], [ -71.071535, 42.360862 ], [ -71.071518, 42.360863 ], [ -71.071505, 42.360866 ], [ -71.071496, 42.360874 ], [ -71.071492, 42.360884 ], [ -71.071494, 42.360895 ], [ -71.071499, 42.360904 ], [ -71.071508, 42.36091 ], [ -71.07152, 42.360913 ], [ -71.071712, 42.360928 ], [ -71.071736, 42.360927 ], [ -71.071751, 42.360921 ], [ -71.07176, 42.360912 ], [ -71.071763, 42.360895 ], [ -71.071777, 42.360804 ], [ -71.071777, 42.360752 ], [ -71.071772, 42.360749 ], [ -71.071766, 42.360751 ], [ -71.071716, 42.360782 ], [ -71.071667, 42.360804 ], [ -71.071619, 42.360819 ], [ -71.071565, 42.360833 ], [ -71.071505, 42.360843 ], [ -71.071443, 42.36085 ], [ -71.071388, 42.360852 ], [ -71.071214, 42.360853 ], [ -71.071151, 42.360857 ], [ -71.071088, 42.360862 ], [ -71.071017, 42.360871 ], [ -71.070943, 42.360883 ], [ -71.070864, 42.360898 ], [ -71.070782, 42.360916 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Dartmouth Street Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079429, 42.354542 ], [ -71.078931, 42.354677 ], [ -71.078791, 42.354378 ], [ -71.079272, 42.354248 ], [ -71.079248, 42.3542 ], [ -71.079359, 42.354169 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129431, 42.296803 ], [ -71.129225, 42.296737 ], [ -71.129017, 42.296719 ], [ -71.128867, 42.296706 ], [ -71.128566, 42.296676 ], [ -71.128311, 42.296658 ], [ -71.128089, 42.296642 ], [ -71.127949, 42.296639 ], [ -71.127814, 42.296641 ], [ -71.12771, 42.296642 ], [ -71.127592, 42.296649 ], [ -71.127532, 42.296656 ], [ -71.127479, 42.296665 ], [ -71.127415, 42.296687 ], [ -71.127361, 42.296707 ], [ -71.127306, 42.296726 ], [ -71.127256, 42.296751 ], [ -71.127195, 42.296792 ], [ -71.127079, 42.296909 ], [ -71.126988, 42.297013 ], [ -71.126868, 42.29716 ], [ -71.12676, 42.297265 ], [ -71.126681, 42.297327 ], [ -71.12656, 42.297396 ], [ -71.126455, 42.297442 ], [ -71.126325, 42.297491 ], [ -71.126192, 42.297527 ], [ -71.126083, 42.297551 ], [ -71.125976, 42.297569 ], [ -71.125846, 42.29757 ], [ -71.125709, 42.297566 ], [ -71.125606, 42.297562 ], [ -71.125482, 42.297552 ], [ -71.12512, 42.29748 ], [ -71.124656, 42.297404 ], [ -71.124559, 42.297403 ], [ -71.124442, 42.297401 ], [ -71.124364, 42.297405 ], [ -71.124285, 42.29741 ], [ -71.123966, 42.297488 ], [ -71.123558, 42.29761 ], [ -71.123219, 42.297716 ], [ -71.122754, 42.297898 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068253, 42.366925 ], [ -71.068213, 42.366851 ], [ -71.068291, 42.366794 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Silber Way Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100852, 42.351198 ], [ -71.100853, 42.351156 ], [ -71.10085, 42.351142 ], [ -71.100846, 42.351131 ], [ -71.100838, 42.351121 ], [ -71.100828, 42.351114 ], [ -71.100815, 42.351109 ], [ -71.100799, 42.351107 ], [ -71.100464, 42.351087 ], [ -71.100467, 42.35106 ], [ -71.100649, 42.351071 ], [ -71.100678, 42.350839 ], [ -71.100363, 42.350817 ], [ -71.100363, 42.3508 ], [ -71.100255, 42.350794 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119764, 42.307721 ], [ -71.119915, 42.307691 ], [ -71.119942, 42.307734 ], [ -71.120023, 42.307866 ], [ -71.120076, 42.307948 ], [ -71.120141, 42.308042 ], [ -71.120197, 42.308099 ], [ -71.120266, 42.308167 ], [ -71.120349, 42.308255 ], [ -71.120421, 42.308326 ], [ -71.120493, 42.3084 ], [ -71.120573, 42.308465 ], [ -71.120653, 42.308525 ], [ -71.120736, 42.308565 ], [ -71.120839, 42.308599 ], [ -71.120942, 42.308633 ], [ -71.121041, 42.308645 ], [ -71.121121, 42.308654 ], [ -71.121198, 42.308657 ], [ -71.121251, 42.308651 ], [ -71.12132, 42.30864 ], [ -71.121385, 42.308618 ], [ -71.121442, 42.308601 ], [ -71.121496, 42.308579 ], [ -71.121538, 42.308573 ], [ -71.121599, 42.308573 ], [ -71.121702, 42.308571 ], [ -71.121774, 42.308571 ], [ -71.12187, 42.308571 ], [ -71.121938, 42.308572 ], [ -71.121999, 42.308572 ], [ -71.122053, 42.308561 ], [ -71.122103, 42.308547 ], [ -71.12216, 42.308518 ], [ -71.122229, 42.308476 ], [ -71.122302, 42.308431 ], [ -71.122369, 42.308375 ], [ -71.122412, 42.308337 ], [ -71.122444, 42.308304 ], [ -71.122491, 42.308245 ], [ -71.12256, 42.308278 ], [ -71.122682, 42.30833 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southbay Harbor Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072176, 42.332926 ], [ -71.072025, 42.333048 ], [ -71.071106, 42.333716 ], [ -71.070632, 42.33404 ], [ -71.070263, 42.334274 ], [ -71.069711, 42.334598 ], [ -71.069251, 42.33484 ], [ -71.068869, 42.335025 ], [ -71.068618, 42.335141 ], [ -71.068309, 42.335268 ], [ -71.06804, 42.335349 ], [ -71.067735, 42.335421 ], [ -71.066451, 42.335606 ], [ -71.066284, 42.335643 ], [ -71.066168, 42.335689 ], [ -71.066073, 42.335754 ], [ -71.066016, 42.335798 ], [ -71.065994, 42.335848 ], [ -71.065992, 42.336191 ], [ -71.065966, 42.336437 ], [ -71.065935, 42.336643 ], [ -71.065892, 42.336747 ], [ -71.065827, 42.33701 ], [ -71.065721, 42.337318 ], [ -71.065356, 42.337988 ], [ -71.064918, 42.33869 ], [ -71.064892, 42.33876 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115677, 42.326432 ], [ -71.115645, 42.326463 ], [ -71.115614, 42.326496 ], [ -71.115587, 42.326545 ], [ -71.115572, 42.326587 ], [ -71.115567, 42.326626 ], [ -71.115564, 42.326661 ], [ -71.115564, 42.326707 ], [ -71.115569, 42.326773 ], [ -71.115571, 42.326807 ], [ -71.115577, 42.326854 ], [ -71.115572, 42.326901 ], [ -71.115561, 42.326936 ], [ -71.115538, 42.32696 ], [ -71.115504, 42.326992 ], [ -71.115477, 42.327024 ], [ -71.115439, 42.327065 ], [ -71.115417, 42.327109 ], [ -71.115396, 42.327154 ], [ -71.115383, 42.327194 ], [ -71.115368, 42.32726 ], [ -71.115356, 42.327353 ], [ -71.115351, 42.327435 ], [ -71.115347, 42.32753 ], [ -71.115343, 42.327625 ], [ -71.115343, 42.327683 ], [ -71.11534, 42.327749 ], [ -71.115333, 42.327816 ], [ -71.115328, 42.327882 ], [ -71.115314, 42.327967 ], [ -71.1153, 42.328043 ], [ -71.115281, 42.328112 ], [ -71.11527, 42.328181 ], [ -71.115247, 42.328251 ], [ -71.115232, 42.328311 ], [ -71.115213, 42.328366 ], [ -71.11519, 42.328424 ], [ -71.115164, 42.328479 ], [ -71.115134, 42.328536 ], [ -71.1151, 42.328605 ], [ -71.115064, 42.328665 ], [ -71.115007, 42.328761 ], [ -71.114942, 42.328868 ], [ -71.114897, 42.328945 ], [ -71.114861, 42.329 ], [ -71.11482, 42.329071 ], [ -71.114737, 42.329181 ], [ -71.11467, 42.329277 ], [ -71.114618, 42.329357 ], [ -71.114537, 42.329469 ], [ -71.114465, 42.329569 ], [ -71.114405, 42.329666 ], [ -71.114341, 42.32976 ], [ -71.114301, 42.329838 ], [ -71.114274, 42.329893 ], [ -71.114244, 42.329955 ], [ -71.114169, 42.330089 ], [ -71.114116, 42.330182 ], [ -71.114075, 42.330265 ], [ -71.114041, 42.330317 ], [ -71.114012, 42.330367 ], [ -71.113966, 42.330445 ], [ -71.113936, 42.330509 ], [ -71.113906, 42.330591 ], [ -71.113884, 42.330668 ], [ -71.113861, 42.330732 ], [ -71.113853, 42.330786 ], [ -71.113845, 42.330848 ], [ -71.113844, 42.330893 ], [ -71.113827, 42.330899 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113492, 42.330803 ], [ -71.113444, 42.330737 ], [ -71.1134, 42.330692 ], [ -71.113332, 42.330635 ], [ -71.113236, 42.330578 ], [ -71.113172, 42.33054 ], [ -71.11312, 42.330495 ], [ -71.113073, 42.330453 ], [ -71.113029, 42.330402 ], [ -71.112965, 42.330339 ], [ -71.112913, 42.33028 ], [ -71.112853, 42.330196 ], [ -71.11279, 42.330115 ], [ -71.112734, 42.330041 ], [ -71.112686, 42.329972 ], [ -71.112619, 42.32988 ], [ -71.112551, 42.329793 ], [ -71.112511, 42.32973 ], [ -71.112455, 42.329677 ], [ -71.112399, 42.329611 ], [ -71.112368, 42.329578 ], [ -71.112332, 42.329536 ], [ -71.112292, 42.329494 ], [ -71.112268, 42.329459 ], [ -71.112248, 42.329423 ], [ -71.112228, 42.329393 ], [ -71.112204, 42.329351 ], [ -71.112181, 42.329303 ], [ -71.112153, 42.329241 ], [ -71.112137, 42.329187 ], [ -71.11213, 42.329128 ], [ -71.112114, 42.329077 ], [ -71.112094, 42.329017 ], [ -71.112086, 42.328952 ], [ -71.112075, 42.328895 ], [ -71.112067, 42.328809 ], [ -71.11206, 42.328725 ], [ -71.11206, 42.328624 ], [ -71.112065, 42.328573 ], [ -71.112061, 42.328493 ], [ -71.11207, 42.328445 ], [ -71.112078, 42.328371 ], [ -71.112099, 42.328294 ], [ -71.112119, 42.328216 ], [ -71.112131, 42.328172 ], [ -71.112164, 42.328082 ], [ -71.112205, 42.327978 ], [ -71.112241, 42.327898 ], [ -71.112294, 42.327788 ], [ -71.112328, 42.327722 ], [ -71.112361, 42.327669 ], [ -71.112401, 42.32761 ], [ -71.112446, 42.327553 ], [ -71.112518, 42.327491 ], [ -71.112587, 42.327426 ], [ -71.112639, 42.327375 ], [ -71.112684, 42.327319 ], [ -71.112741, 42.327247 ], [ -71.112777, 42.327179 ], [ -71.112842, 42.327099 ], [ -71.112886, 42.327025 ], [ -71.112927, 42.32695 ], [ -71.11296, 42.326861 ], [ -71.113008, 42.326769 ], [ -71.113065, 42.326668 ], [ -71.113118, 42.32657 ], [ -71.113187, 42.326463 ], [ -71.113228, 42.326365 ], [ -71.113264, 42.326284 ], [ -71.113293, 42.326216 ], [ -71.113313, 42.326136 ], [ -71.113338, 42.326061 ], [ -71.113358, 42.325969 ], [ -71.113371, 42.325889 ], [ -71.113376, 42.32579 ], [ -71.113392, 42.325701 ], [ -71.113417, 42.325609 ], [ -71.113433, 42.325529 ], [ -71.11345, 42.325478 ], [ -71.113474, 42.325424 ], [ -71.113498, 42.32538 ], [ -71.113551, 42.325332 ], [ -71.113615, 42.325279 ], [ -71.113684, 42.325235 ], [ -71.113781, 42.325175 ], [ -71.113893, 42.325128 ], [ -71.11399, 42.325078 ], [ -71.114094, 42.325022 ], [ -71.114207, 42.324968 ], [ -71.114292, 42.324912 ], [ -71.114364, 42.324862 ], [ -71.114457, 42.324814 ], [ -71.114525, 42.324767 ], [ -71.114594, 42.324702 ], [ -71.114642, 42.324648 ], [ -71.114683, 42.324589 ], [ -71.114719, 42.324553 ], [ -71.114788, 42.324485 ], [ -71.114861, 42.324423 ], [ -71.114897, 42.32439 ], [ -71.114929, 42.324345 ], [ -71.114942, 42.324298 ], [ -71.114946, 42.324262 ], [ -71.114958, 42.324218 ], [ -71.114958, 42.324176 ], [ -71.114975, 42.32411 ], [ -71.114987, 42.324057 ], [ -71.115, 42.323994 ], [ -71.11502, 42.323914 ], [ -71.115045, 42.323846 ], [ -71.115085, 42.323774 ], [ -71.11511, 42.323724 ], [ -71.115154, 42.323661 ], [ -71.115199, 42.323611 ], [ -71.115267, 42.323569 ], [ -71.115319, 42.323528 ], [ -71.115388, 42.323469 ], [ -71.115449, 42.323415 ], [ -71.115505, 42.323383 ], [ -71.115573, 42.323347 ], [ -71.115654, 42.323309 ], [ -71.115738, 42.323273 ], [ -71.115787, 42.323241 ], [ -71.115867, 42.323214 ], [ -71.115947, 42.323188 ], [ -71.116056, 42.323158 ], [ -71.11612, 42.323135 ], [ -71.116185, 42.323105 ], [ -71.116257, 42.323081 ], [ -71.116333, 42.323058 ], [ -71.116406, 42.323028 ], [ -71.11647, 42.322999 ], [ -71.116531, 42.322972 ], [ -71.116575, 42.322943 ], [ -71.116627, 42.322904 ], [ -71.116684, 42.322865 ], [ -71.116728, 42.322836 ], [ -71.116772, 42.322788 ], [ -71.116817, 42.322738 ], [ -71.116845, 42.322699 ], [ -71.11687, 42.322658 ], [ -71.116898, 42.32261 ], [ -71.116918, 42.322548 ], [ -71.116939, 42.322494 ], [ -71.116951, 42.322438 ], [ -71.116964, 42.322372 ], [ -71.116972, 42.322307 ], [ -71.116984, 42.322235 ], [ -71.116989, 42.322173 ], [ -71.116989, 42.322119 ], [ -71.116982, 42.322055 ], [ -71.116974, 42.321992 ], [ -71.11695, 42.321918 ], [ -71.116935, 42.321843 ], [ -71.116919, 42.321769 ], [ -71.116891, 42.321691 ], [ -71.116872, 42.321611 ], [ -71.116852, 42.321516 ], [ -71.116817, 42.321417 ], [ -71.116797, 42.321343 ], [ -71.116782, 42.321292 ], [ -71.116762, 42.321229 ], [ -71.11675, 42.321167 ], [ -71.116755, 42.321119 ], [ -71.116763, 42.321 ], [ -71.116787, 42.320976 ], [ -71.116824, 42.320941 ], [ -71.116852, 42.320902 ], [ -71.116872, 42.320858 ], [ -71.116897, 42.320789 ], [ -71.116933, 42.320718 ], [ -71.116966, 42.320649 ], [ -71.11699, 42.320599 ], [ -71.117031, 42.32054 ], [ -71.1171, 42.320456 ], [ -71.117152, 42.320397 ], [ -71.117213, 42.320338 ], [ -71.117261, 42.32029 ], [ -71.11731, 42.320246 ], [ -71.11735, 42.320207 ], [ -71.117378, 42.320177 ], [ -71.117406, 42.320154 ], [ -71.117419, 42.320106 ], [ -71.117431, 42.320038 ], [ -71.117444, 42.319966 ], [ -71.117452, 42.319913 ], [ -71.117452, 42.319871 ], [ -71.117453, 42.319817 ], [ -71.117449, 42.319761 ], [ -71.117441, 42.319695 ], [ -71.117426, 42.31963 ], [ -71.11741, 42.31957 ], [ -71.117382, 42.319487 ], [ -71.117355, 42.3194 ], [ -71.117319, 42.319327 ], [ -71.117287, 42.319255 ], [ -71.117248, 42.319193 ], [ -71.11722, 42.319127 ], [ -71.117192, 42.319085 ], [ -71.117152, 42.319029 ], [ -71.117113, 42.318969 ], [ -71.117081, 42.318921 ], [ -71.117013, 42.318875 ], [ -71.116941, 42.318842 ], [ -71.116873, 42.318815 ], [ -71.116797, 42.318788 ], [ -71.116741, 42.318776 ], [ -71.116693, 42.318743 ], [ -71.116665, 42.318698 ], [ -71.116633, 42.318653 ], [ -71.116613, 42.318612 ], [ -71.116605, 42.31857 ], [ -71.116606, 42.318525 ], [ -71.116602, 42.318466 ], [ -71.116602, 42.318409 ], [ -71.116611, 42.318349 ], [ -71.116631, 42.318302 ], [ -71.116656, 42.318233 ], [ -71.116672, 42.318177 ], [ -71.116688, 42.318123 ], [ -71.116705, 42.318061 ], [ -71.116733, 42.317993 ], [ -71.116774, 42.317939 ], [ -71.116806, 42.317892 ], [ -71.116831, 42.317838 ], [ -71.116851, 42.317773 ], [ -71.116863, 42.317726 ], [ -71.116872, 42.317679 ], [ -71.116876, 42.31763 ], [ -71.116884, 42.317549 ], [ -71.116889, 42.317466 ], [ -71.11689, 42.317362 ], [ -71.116882, 42.317277 ], [ -71.116887, 42.317205 ], [ -71.116887, 42.317143 ], [ -71.116883, 42.317074 ], [ -71.116872, 42.316988 ], [ -71.116872, 42.316911 ], [ -71.116869, 42.316833 ], [ -71.116865, 42.316738 ], [ -71.11687, 42.316672 ], [ -71.11687, 42.316604 ], [ -71.11687, 42.316541 ], [ -71.116879, 42.316494 ], [ -71.116887, 42.316422 ], [ -71.116896, 42.316345 ], [ -71.116908, 42.316268 ], [ -71.116921, 42.316196 ], [ -71.116941, 42.316125 ], [ -71.116954, 42.316062 ], [ -71.11697, 42.316 ], [ -71.116986, 42.315952 ], [ -71.117007, 42.315899 ], [ -71.117027, 42.315854 ], [ -71.117051, 42.315812 ], [ -71.117088, 42.315753 ], [ -71.117108, 42.31571 ], [ -71.117137, 42.315674 ], [ -71.117169, 42.315642 ], [ -71.117197, 42.315606 ], [ -71.117233, 42.315564 ], [ -71.117258, 42.315538 ], [ -71.117306, 42.315514 ], [ -71.11737, 42.315484 ], [ -71.117443, 42.315458 ], [ -71.117519, 42.315422 ], [ -71.117592, 42.31539 ], [ -71.117652, 42.315354 ], [ -71.117708, 42.315322 ], [ -71.117801, 42.315274 ], [ -71.117877, 42.315233 ], [ -71.117974, 42.315177 ], [ -71.118043, 42.315129 ], [ -71.118107, 42.315094 ], [ -71.118171, 42.315052 ], [ -71.118244, 42.31499 ], [ -71.118321, 42.314931 ], [ -71.118397, 42.314863 ], [ -71.11847, 42.314794 ], [ -71.118567, 42.314726 ], [ -71.118671, 42.314649 ], [ -71.118756, 42.314581 ], [ -71.118841, 42.31451 ], [ -71.118933, 42.314441 ], [ -71.119034, 42.314364 ], [ -71.119111, 42.314302 ], [ -71.119208, 42.314222 ], [ -71.119256, 42.314175 ], [ -71.119312, 42.314139 ], [ -71.119381, 42.314095 ], [ -71.119457, 42.314044 ], [ -71.11953, 42.314006 ], [ -71.11965, 42.313973 ], [ -71.119727, 42.313956 ], [ -71.119827, 42.313935 ], [ -71.119923, 42.313924 ], [ -71.120008, 42.313921 ], [ -71.120096, 42.313924 ], [ -71.12016, 42.313933 ], [ -71.120212, 42.313934 ], [ -71.120273, 42.313925 ], [ -71.120393, 42.313913 ], [ -71.120501, 42.313902 ], [ -71.120614, 42.313893 ], [ -71.120694, 42.313879 ], [ -71.120758, 42.313867 ], [ -71.120831, 42.313858 ], [ -71.120887, 42.313855 ], [ -71.120943, 42.313864 ], [ -71.120983, 42.313882 ], [ -71.121047, 42.313909 ], [ -71.121119, 42.313934 ], [ -71.121183, 42.313961 ], [ -71.121239, 42.313982 ], [ -71.121287, 42.314 ], [ -71.121355, 42.314015 ], [ -71.121419, 42.314018 ], [ -71.121484, 42.314021 ], [ -71.12156, 42.314021 ], [ -71.121612, 42.314022 ], [ -71.12166, 42.314013 ], [ -71.121724, 42.313998 ], [ -71.121789, 42.31398 ], [ -71.121861, 42.313954 ], [ -71.121926, 42.313918 ], [ -71.121961, 42.313855 ], [ -71.121991, 42.313804 ], [ -71.121875, 42.313757 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boundary Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140032, 42.268372 ], [ -71.139959, 42.268294 ], [ -71.139731, 42.268065 ], [ -71.139673, 42.26801 ], [ -71.1396, 42.26795 ], [ -71.139522, 42.267891 ], [ -71.139303, 42.26773 ], [ -71.139187, 42.267642 ], [ -71.139063, 42.267544 ], [ -71.138945, 42.267444 ], [ -71.13885, 42.26736 ], [ -71.138737, 42.267254 ], [ -71.138621, 42.267142 ], [ -71.138511, 42.267035 ], [ -71.13842, 42.266941 ], [ -71.138346, 42.266861 ], [ -71.138289, 42.266797 ], [ -71.138252, 42.266749 ], [ -71.138217, 42.266695 ], [ -71.138183, 42.266639 ], [ -71.138086, 42.266461 ], [ -71.138033, 42.266386 ], [ -71.13798, 42.266318 ], [ -71.137928, 42.266256 ], [ -71.137796, 42.266107 ], [ -71.137723, 42.266021 ], [ -71.137638, 42.265914 ], [ -71.137548, 42.265794 ], [ -71.137486, 42.265704 ], [ -71.137421, 42.265596 ], [ -71.137354, 42.265471 ], [ -71.137283, 42.265329 ], [ -71.137212, 42.265177 ], [ -71.137139, 42.265008 ], [ -71.137069, 42.264841 ], [ -71.136957, 42.264563 ], [ -71.136813, 42.264211 ], [ -71.136768, 42.264111 ], [ -71.136728, 42.264028 ], [ -71.136697, 42.263961 ], [ -71.136664, 42.263882 ], [ -71.136562, 42.263614 ], [ -71.136525, 42.263519 ], [ -71.136489, 42.263437 ], [ -71.136454, 42.263365 ], [ -71.136432, 42.263328 ], [ -71.136405, 42.263292 ], [ -71.136377, 42.263259 ], [ -71.136308, 42.263185 ], [ -71.136274, 42.263142 ], [ -71.136258, 42.263117 ], [ -71.136245, 42.26309 ], [ -71.136235, 42.263062 ], [ -71.136227, 42.263033 ], [ -71.136219, 42.263002 ], [ -71.136207, 42.262968 ], [ -71.136191, 42.262932 ], [ -71.13617, 42.262891 ], [ -71.136126, 42.262814 ], [ -71.136007, 42.262623 ], [ -71.135978, 42.262572 ], [ -71.135955, 42.262527 ], [ -71.135935, 42.262482 ], [ -71.135921, 42.262441 ], [ -71.135912, 42.262403 ], [ -71.135908, 42.262369 ], [ -71.135909, 42.262342 ], [ -71.135912, 42.262315 ], [ -71.13592, 42.262286 ], [ -71.13593, 42.262257 ], [ -71.135956, 42.262202 ], [ -71.136023, 42.262081 ], [ -71.136036, 42.262052 ], [ -71.136045, 42.262025 ], [ -71.136078, 42.261888 ], [ -71.136083, 42.261849 ], [ -71.136083, 42.261819 ], [ -71.136081, 42.261758 ], [ -71.136086, 42.261687 ], [ -71.1361, 42.261605 ], [ -71.136122, 42.26151 ], [ -71.136131, 42.261481 ], [ -71.136145, 42.261449 ], [ -71.136202, 42.261336 ], [ -71.136222, 42.261292 ], [ -71.136237, 42.261249 ], [ -71.136247, 42.261209 ], [ -71.13625, 42.261161 ], [ -71.136248, 42.261138 ], [ -71.136243, 42.261115 ], [ -71.136236, 42.261093 ], [ -71.136227, 42.261071 ], [ -71.136215, 42.261049 ], [ -71.1362, 42.261028 ], [ -71.136191, 42.261018 ], [ -71.136176, 42.261007 ], [ -71.136131, 42.260983 ], [ -71.136073, 42.260958 ], [ -71.135951, 42.260911 ], [ -71.135908, 42.260889 ], [ -71.135848, 42.260853 ], [ -71.135778, 42.260804 ], [ -71.135722, 42.260762 ], [ -71.135698, 42.260743 ], [ -71.135671, 42.260724 ], [ -71.135541, 42.26065 ], [ -71.135511, 42.260631 ], [ -71.135484, 42.26061 ], [ -71.135435, 42.260566 ], [ -71.135392, 42.260522 ], [ -71.135358, 42.260481 ], [ -71.135296, 42.260397 ], [ -71.135262, 42.260361 ], [ -71.135143, 42.260249 ], [ -71.135111, 42.260215 ], [ -71.135083, 42.260182 ], [ -71.135061, 42.260152 ], [ -71.13504, 42.260115 ], [ -71.134981, 42.259992 ], [ -71.134966, 42.259966 ], [ -71.134918, 42.259903 ], [ -71.134879, 42.259861 ], [ -71.134868, 42.259846 ], [ -71.134857, 42.259828 ], [ -71.13483, 42.25976 ], [ -71.134817, 42.259733 ], [ -71.134799, 42.259709 ], [ -71.134777, 42.25969 ], [ -71.134664, 42.259637 ], [ -71.134522, 42.259575 ], [ -71.134476, 42.259554 ], [ -71.134366, 42.259493 ], [ -71.134321, 42.259473 ], [ -71.134263, 42.259452 ], [ -71.13416, 42.25942 ], [ -71.134099, 42.259396 ], [ -71.13404, 42.259369 ], [ -71.133983, 42.259339 ], [ -71.13393, 42.259306 ], [ -71.133881, 42.259271 ], [ -71.133841, 42.259236 ], [ -71.13381, 42.259203 ], [ -71.133791, 42.259174 ], [ -71.133774, 42.259134 ], [ -71.133759, 42.259094 ], [ -71.133747, 42.259054 ], [ -71.133737, 42.259012 ], [ -71.133724, 42.258929 ], [ -71.133709, 42.258779 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0619, 42.272966 ], [ -71.06182, 42.273041 ], [ -71.06175, 42.273103 ], [ -71.061659, 42.273169 ], [ -71.061578, 42.273233 ], [ -71.061496, 42.273281 ], [ -71.061407, 42.273338 ], [ -71.06131, 42.273409 ], [ -71.061214, 42.273475 ], [ -71.061121, 42.273548 ], [ -71.061022, 42.273633 ], [ -71.060928, 42.273698 ], [ -71.060842, 42.273765 ], [ -71.060723, 42.27384 ], [ -71.060623, 42.273909 ], [ -71.060519, 42.273977 ], [ -71.060426, 42.274037 ], [ -71.060125, 42.274214 ], [ -71.059617, 42.274472 ], [ -71.059264, 42.274633 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Tenean Beach Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042435, 42.289718 ], [ -71.042374, 42.289769 ], [ -71.04232, 42.289834 ], [ -71.04229, 42.289886 ], [ -71.042265, 42.289944 ], [ -71.042254, 42.290003 ], [ -71.042249, 42.290083 ], [ -71.042268, 42.290182 ], [ -71.042277, 42.29027 ], [ -71.042276, 42.290336 ], [ -71.042281, 42.290417 ], [ -71.04229, 42.290494 ], [ -71.042304, 42.290571 ], [ -71.042304, 42.290648 ], [ -71.042308, 42.29078 ], [ -71.042311, 42.29096 ], [ -71.042315, 42.291095 ], [ -71.042315, 42.291183 ], [ -71.042314, 42.29129 ], [ -71.042314, 42.291345 ], [ -71.042323, 42.291422 ], [ -71.042337, 42.291491 ], [ -71.042361, 42.291572 ], [ -71.0424, 42.291649 ], [ -71.042429, 42.291723 ], [ -71.042478, 42.291807 ], [ -71.042542, 42.291881 ], [ -71.042625, 42.291973 ], [ -71.042718, 42.292039 ], [ -71.042787, 42.292109 ], [ -71.042871, 42.292168 ], [ -71.042984, 42.292253 ], [ -71.043082, 42.292323 ], [ -71.0432, 42.292419 ], [ -71.043288, 42.292492 ], [ -71.043391, 42.29257 ], [ -71.043563, 42.292702 ], [ -71.043661, 42.292787 ], [ -71.043754, 42.292872 ], [ -71.043867, 42.29296 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037452, 42.310364 ], [ -71.037721, 42.310405 ], [ -71.037961, 42.310516 ], [ -71.038301, 42.310709 ], [ -71.039055, 42.311171 ], [ -71.044059, 42.314256 ], [ -71.044243, 42.314339 ], [ -71.044391, 42.31436 ], [ -71.044543, 42.314334 ], [ -71.044731, 42.314241 ], [ -71.045993, 42.313577 ], [ -71.04608, 42.313562 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southwest Corridor" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075857, 42.347104 ], [ -71.076175, 42.347009 ], [ -71.076424, 42.346898 ], [ -71.076686, 42.346736 ], [ -71.076829, 42.34673 ], [ -71.076933, 42.346636 ], [ -71.07697, 42.346617 ], [ -71.077027, 42.346597 ], [ -71.077089, 42.34658 ], [ -71.077156, 42.34654 ], [ -71.077257, 42.346465 ], [ -71.077359, 42.346364 ], [ -71.077414, 42.346366 ], [ -71.078004, 42.345873 ], [ -71.078039, 42.34581 ], [ -71.078112, 42.345751 ], [ -71.078113, 42.345727 ], [ -71.078278, 42.345587 ], [ -71.078277, 42.345478 ], [ -71.078892, 42.34497 ], [ -71.078998, 42.344984 ], [ -71.079244, 42.344776 ], [ -71.079231, 42.344696 ], [ -71.079425, 42.344531 ], [ -71.079512, 42.34452 ], [ -71.079576, 42.344489 ], [ -71.079809, 42.344303 ], [ -71.079933, 42.344226 ], [ -71.080053, 42.344132 ], [ -71.080115, 42.344071 ], [ -71.080231, 42.343979 ], [ -71.080242, 42.343946 ], [ -71.080284, 42.343834 ], [ -71.080326, 42.343776 ], [ -71.080508, 42.343638 ], [ -71.08057, 42.343619 ], [ -71.080879, 42.343357 ], [ -71.080938, 42.343354 ], [ -71.080991, 42.34333 ], [ -71.081171, 42.343179 ], [ -71.081224, 42.343151 ], [ -71.081238, 42.343123 ], [ -71.081263, 42.34311 ], [ -71.081357, 42.343091 ], [ -71.081516, 42.342958 ], [ -71.08156, 42.342883 ], [ -71.081819, 42.34267 ], [ -71.081869, 42.342639 ], [ -71.081892, 42.342607 ], [ -71.081922, 42.342585 ], [ -71.081998, 42.34256 ], [ -71.082257, 42.342355 ], [ -71.082302, 42.342331 ], [ -71.08249, 42.342198 ], [ -71.082553, 42.342173 ], [ -71.082657, 42.342088 ], [ -71.08268, 42.342036 ], [ -71.082895, 42.341851 ], [ -71.082993, 42.341777 ], [ -71.082992, 42.341754 ], [ -71.082974, 42.341734 ], [ -71.082932, 42.341704 ], [ -71.082922, 42.341687 ], [ -71.082923, 42.341679 ], [ -71.082943, 42.341663 ], [ -71.082968, 42.341661 ], [ -71.083067, 42.341729 ], [ -71.083169, 42.341715 ], [ -71.083265, 42.341639 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060766, 42.298202 ], [ -71.060653, 42.298656 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Southwest Corridor" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087756, 42.336577 ], [ -71.087877, 42.336499 ], [ -71.088605, 42.33589 ], [ -71.088681, 42.335869 ], [ -71.089027, 42.3356 ], [ -71.089169, 42.335628 ], [ -71.089295, 42.335638 ], [ -71.089438, 42.335628 ], [ -71.089551, 42.335606 ], [ -71.089655, 42.335578 ], [ -71.089752, 42.335546 ], [ -71.089846, 42.335505 ], [ -71.09009, 42.335373 ], [ -71.090266, 42.335323 ], [ -71.090378, 42.335291 ], [ -71.090454, 42.335232 ], [ -71.090565, 42.335146 ], [ -71.090635, 42.335077 ], [ -71.090715, 42.334975 ], [ -71.090776, 42.334864 ], [ -71.090894, 42.334689 ], [ -71.091, 42.334565 ], [ -71.091126, 42.334452 ], [ -71.091331, 42.334323 ], [ -71.091571, 42.334195 ], [ -71.091874, 42.33404 ], [ -71.092128, 42.333903 ], [ -71.092265, 42.333816 ], [ -71.092606, 42.333518 ], [ -71.092757, 42.333356 ], [ -71.092836, 42.333305 ], [ -71.0929, 42.333273 ], [ -71.093061, 42.333181 ], [ -71.093163, 42.333107 ], [ -71.093227, 42.333035 ], [ -71.09337, 42.332848 ], [ -71.093466, 42.332738 ], [ -71.093669, 42.33256 ], [ -71.093754, 42.332498 ], [ -71.094215, 42.332143 ], [ -71.094269, 42.332103 ], [ -71.094304, 42.332056 ], [ -71.094395, 42.331948 ], [ -71.094453, 42.331823 ], [ -71.094597, 42.331623 ], [ -71.095194, 42.331056 ], [ -71.095281, 42.330947 ], [ -71.095388, 42.330851 ], [ -71.095478, 42.330759 ], [ -71.095672, 42.330602 ], [ -71.095785, 42.330497 ], [ -71.095941, 42.330331 ], [ -71.096044, 42.33019 ], [ -71.096147, 42.330029 ], [ -71.096244, 42.329877 ], [ -71.096372, 42.329701 ], [ -71.096636, 42.329374 ], [ -71.096695, 42.329292 ], [ -71.096875, 42.329003 ], [ -71.096906, 42.328916 ], [ -71.096958, 42.328798 ], [ -71.097164, 42.32839 ], [ -71.097265, 42.328192 ], [ -71.097341, 42.328061 ], [ -71.097409, 42.327926 ], [ -71.097553, 42.327698 ], [ -71.097632, 42.327576 ], [ -71.097773, 42.327246 ], [ -71.097838, 42.327083 ], [ -71.097919, 42.326807 ], [ -71.097983, 42.326596 ], [ -71.098155, 42.326077 ], [ -71.098497, 42.325098 ], [ -71.098518, 42.32502 ], [ -71.098547, 42.324932 ], [ -71.098632, 42.324713 ], [ -71.09869, 42.324575 ], [ -71.098751, 42.324469 ], [ -71.098809, 42.324383 ], [ -71.098881, 42.324306 ], [ -71.098956, 42.324236 ], [ -71.099041, 42.324163 ], [ -71.099146, 42.324093 ], [ -71.099258, 42.324039 ], [ -71.099429, 42.323969 ], [ -71.099536, 42.323908 ], [ -71.099679, 42.323784 ], [ -71.099778, 42.323648 ], [ -71.099851, 42.323501 ], [ -71.100263, 42.32288 ], [ -71.100489, 42.322895 ], [ -71.100478, 42.322731 ], [ -71.100482, 42.322525 ], [ -71.100511, 42.322452 ], [ -71.100627, 42.322257 ], [ -71.100694, 42.322165 ], [ -71.10097, 42.321804 ], [ -71.102083, 42.320544 ], [ -71.102466, 42.320071 ], [ -71.102553, 42.319953 ], [ -71.102707, 42.31977 ], [ -71.10287, 42.319592 ], [ -71.102961, 42.319503 ], [ -71.103155, 42.319274 ], [ -71.103532, 42.318722 ], [ -71.10378, 42.318381 ], [ -71.103961, 42.31814 ], [ -71.104085, 42.317989 ], [ -71.104226, 42.317839 ], [ -71.104333, 42.317703 ], [ -71.104499, 42.317489 ], [ -71.104702, 42.317162 ], [ -71.104827, 42.31697 ], [ -71.104852, 42.316795 ], [ -71.104874, 42.316601 ], [ -71.104886, 42.316518 ], [ -71.104958, 42.31636 ], [ -71.105048, 42.31617 ], [ -71.105135, 42.315996 ], [ -71.105216, 42.31581 ], [ -71.105316, 42.315537 ], [ -71.105357, 42.315422 ], [ -71.10537, 42.315367 ], [ -71.105434, 42.31516 ], [ -71.105498, 42.314828 ], [ -71.105505, 42.314735 ], [ -71.105547, 42.314637 ], [ -71.105572, 42.314573 ], [ -71.105531, 42.314517 ], [ -71.105392, 42.31441 ], [ -71.105314, 42.314318 ], [ -71.105287, 42.314244 ], [ -71.105301, 42.314092 ], [ -71.10533, 42.313938 ], [ -71.105434, 42.313688 ], [ -71.105498, 42.31355 ], [ -71.10554, 42.313474 ], [ -71.105588, 42.313399 ], [ -71.105668, 42.313272 ], [ -71.105736, 42.313143 ], [ -71.105837, 42.312757 ], [ -71.10589, 42.312561 ], [ -71.105944, 42.312424 ], [ -71.106054, 42.312242 ], [ -71.106208, 42.312014 ], [ -71.106372, 42.311769 ], [ -71.106503, 42.311572 ], [ -71.106616, 42.311389 ], [ -71.106732, 42.311215 ], [ -71.106777, 42.311126 ], [ -71.106821, 42.311032 ], [ -71.106936, 42.310841 ], [ -71.10706, 42.310648 ], [ -71.107083, 42.310553 ], [ -71.107142, 42.310487 ], [ -71.107436, 42.310087 ], [ -71.10748, 42.310009 ], [ -71.107521, 42.30994 ], [ -71.107773, 42.309559 ], [ -71.108084, 42.309114 ], [ -71.108212, 42.308918 ], [ -71.108577, 42.308363 ], [ -71.108818, 42.307999 ], [ -71.109094, 42.307573 ], [ -71.109144, 42.307492 ], [ -71.10919, 42.307421 ], [ -71.109245, 42.307361 ], [ -71.10931, 42.3073 ], [ -71.109392, 42.307254 ], [ -71.109491, 42.30722 ], [ -71.109643, 42.307193 ], [ -71.109722, 42.307193 ], [ -71.109816, 42.307202 ], [ -71.109902, 42.307189 ], [ -71.110039, 42.30714 ], [ -71.110134, 42.307079 ], [ -71.11018, 42.307044 ], [ -71.110306, 42.306901 ], [ -71.110431, 42.306713 ], [ -71.110487, 42.306588 ], [ -71.110654, 42.306348 ], [ -71.110698, 42.306282 ], [ -71.110716, 42.306187 ], [ -71.110734, 42.30611 ], [ -71.110754, 42.306037 ], [ -71.110766, 42.305957 ], [ -71.110806, 42.305825 ], [ -71.110839, 42.305725 ], [ -71.110902, 42.305595 ], [ -71.111088, 42.305298 ], [ -71.11125, 42.30506 ], [ -71.11142, 42.304807 ], [ -71.111541, 42.304653 ], [ -71.111644, 42.304538 ], [ -71.111764, 42.304405 ], [ -71.111849, 42.304287 ], [ -71.111944, 42.304127 ], [ -71.112011, 42.304001 ], [ -71.112114, 42.303805 ], [ -71.112189, 42.303667 ], [ -71.11231, 42.303526 ], [ -71.112391, 42.303444 ], [ -71.112522, 42.303335 ], [ -71.112588, 42.303205 ], [ -71.112681, 42.303062 ], [ -71.112761, 42.302878 ], [ -71.112857, 42.302744 ], [ -71.112979, 42.302594 ], [ -71.113064, 42.302507 ], [ -71.113272, 42.302328 ], [ -71.113515, 42.302112 ], [ -71.113539, 42.302085 ], [ -71.113552, 42.302052 ], [ -71.113564, 42.302005 ], [ -71.113568, 42.301956 ], [ -71.113626, 42.301915 ], [ -71.113662, 42.301833 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Murray Circle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121373, 42.309242 ], [ -71.12149, 42.309298 ], [ -71.121612, 42.309323 ], [ -71.121762, 42.309327 ], [ -71.121911, 42.309304 ], [ -71.121991, 42.309264 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063907, 42.308356 ], [ -71.063743, 42.308139 ], [ -71.063586, 42.307998 ], [ -71.063428, 42.307875 ], [ -71.063191, 42.307747 ], [ -71.062951, 42.307649 ], [ -71.062782, 42.307563 ], [ -71.0627, 42.307501 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124357, 42.319084 ], [ -71.124062, 42.31921 ], [ -71.12396, 42.31924 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113492, 42.330803 ], [ -71.113566, 42.330953 ], [ -71.113599, 42.331052 ], [ -71.113634, 42.331091 ], [ -71.113687, 42.331068 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063907, 42.308356 ], [ -71.064107, 42.308646 ], [ -71.064209, 42.308853 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Perkins Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120215, 42.321485 ], [ -71.119814, 42.321484 ], [ -71.119619, 42.321464 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06501, 42.316999 ], [ -71.06469, 42.31718 ], [ -71.064429, 42.317365 ], [ -71.064189, 42.317578 ], [ -71.063994, 42.317796 ], [ -71.063842, 42.318008 ], [ -71.06362, 42.318316 ], [ -71.063441, 42.318571 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Stony Brook Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135544, 42.25867 ], [ -71.135553, 42.258675 ], [ -71.135563, 42.258686 ], [ -71.135617, 42.258773 ], [ -71.135655, 42.258822 ], [ -71.135676, 42.258844 ], [ -71.135697, 42.258863 ], [ -71.13572, 42.25888 ], [ -71.135744, 42.258894 ], [ -71.135775, 42.258909 ], [ -71.135805, 42.258922 ], [ -71.135834, 42.258932 ], [ -71.135863, 42.258939 ], [ -71.135892, 42.258944 ], [ -71.135923, 42.258946 ], [ -71.136033, 42.258945 ], [ -71.13608, 42.258949 ], [ -71.136108, 42.258954 ], [ -71.136134, 42.258962 ], [ -71.136161, 42.258973 ], [ -71.136189, 42.258986 ], [ -71.136263, 42.259031 ], [ -71.136335, 42.25907 ], [ -71.136406, 42.259106 ], [ -71.136475, 42.259138 ], [ -71.136536, 42.259163 ], [ -71.1366, 42.259187 ], [ -71.136774, 42.259243 ], [ -71.136823, 42.25926 ], [ -71.136873, 42.259281 ], [ -71.136919, 42.259304 ], [ -71.136951, 42.259323 ], [ -71.136982, 42.259345 ], [ -71.137013, 42.25937 ], [ -71.137043, 42.259398 ], [ -71.137096, 42.259453 ], [ -71.1372, 42.259574 ], [ -71.13725, 42.259628 ], [ -71.137306, 42.259683 ], [ -71.137364, 42.259732 ], [ -71.137505, 42.259844 ], [ -71.137556, 42.259887 ], [ -71.137602, 42.259932 ], [ -71.137665, 42.260003 ], [ -71.137689, 42.260034 ], [ -71.137708, 42.260065 ], [ -71.137724, 42.260097 ], [ -71.137736, 42.260131 ], [ -71.137749, 42.260191 ], [ -71.137772, 42.260344 ], [ -71.137791, 42.260425 ], [ -71.137798, 42.260441 ], [ -71.137809, 42.26046 ], [ -71.137842, 42.260504 ], [ -71.137888, 42.260551 ], [ -71.137942, 42.260597 ], [ -71.137999, 42.260639 ], [ -71.138059, 42.260676 ], [ -71.138119, 42.260707 ], [ -71.138177, 42.26073 ], [ -71.138228, 42.260752 ], [ -71.138402, 42.260844 ], [ -71.138485, 42.260883 ], [ -71.13861, 42.260933 ], [ -71.138653, 42.260947 ], [ -71.138691, 42.260958 ], [ -71.138729, 42.260966 ], [ -71.138768, 42.260971 ], [ -71.138809, 42.260973 ], [ -71.138855, 42.260973 ], [ -71.138882, 42.26097 ], [ -71.138917, 42.260962 ], [ -71.139151, 42.260894 ], [ -71.139216, 42.260879 ], [ -71.139273, 42.260868 ], [ -71.139331, 42.260862 ], [ -71.139381, 42.260863 ], [ -71.139404, 42.260866 ], [ -71.139425, 42.26087 ], [ -71.139444, 42.260876 ], [ -71.139462, 42.260884 ], [ -71.139479, 42.260896 ], [ -71.139494, 42.260913 ], [ -71.139505, 42.260935 ], [ -71.139513, 42.260963 ], [ -71.139521, 42.261018 ], [ -71.139532, 42.261179 ], [ -71.139539, 42.261223 ], [ -71.139548, 42.261263 ], [ -71.139563, 42.261293 ], [ -71.139619, 42.261387 ], [ -71.139634, 42.261415 ], [ -71.139673, 42.261516 ], [ -71.139709, 42.2616 ], [ -71.139742, 42.261669 ], [ -71.139772, 42.261721 ], [ -71.139784, 42.261744 ], [ -71.139793, 42.261766 ], [ -71.13981, 42.261832 ], [ -71.139819, 42.261861 ], [ -71.139831, 42.261888 ], [ -71.139846, 42.261917 ], [ -71.139875, 42.26196 ], [ -71.139911, 42.262003 ], [ -71.139949, 42.262041 ], [ -71.140037, 42.262121 ], [ -71.140073, 42.262161 ], [ -71.14017, 42.262277 ], [ -71.140213, 42.262333 ], [ -71.140247, 42.262382 ], [ -71.140264, 42.262418 ], [ -71.140277, 42.262468 ], [ -71.140288, 42.262567 ], [ -71.1403, 42.26262 ], [ -71.140312, 42.262652 ], [ -71.14033, 42.262692 ], [ -71.140381, 42.262786 ], [ -71.140445, 42.262885 ], [ -71.140477, 42.262929 ], [ -71.140507, 42.262968 ], [ -71.140522, 42.262983 ], [ -71.140539, 42.262998 ], [ -71.140603, 42.26304 ], [ -71.140633, 42.263064 ], [ -71.140664, 42.263094 ], [ -71.140693, 42.26313 ], [ -71.140719, 42.263168 ], [ -71.140743, 42.26321 ], [ -71.140764, 42.263255 ], [ -71.140782, 42.2633 ], [ -71.140794, 42.26334 ], [ -71.1408, 42.263376 ], [ -71.140802, 42.263407 ], [ -71.140797, 42.263432 ], [ -71.140789, 42.263453 ], [ -71.140774, 42.263481 ], [ -71.140708, 42.263594 ], [ -71.14068, 42.263644 ], [ -71.140658, 42.263688 ], [ -71.140643, 42.263728 ], [ -71.140622, 42.263802 ], [ -71.14061, 42.263831 ], [ -71.140596, 42.263853 ], [ -71.140576, 42.263877 ], [ -71.140551, 42.263903 ], [ -71.140486, 42.263962 ], [ -71.140472, 42.263977 ], [ -71.140464, 42.26399 ], [ -71.140454, 42.26402 ], [ -71.140448, 42.264104 ], [ -71.140442, 42.264131 ], [ -71.140434, 42.264159 ], [ -71.140424, 42.264179 ], [ -71.14041, 42.264199 ], [ -71.14035, 42.264259 ], [ -71.140329, 42.264283 ], [ -71.140314, 42.264308 ], [ -71.140305, 42.264333 ], [ -71.140301, 42.264359 ], [ -71.140303, 42.264387 ], [ -71.140311, 42.264417 ], [ -71.140325, 42.264449 ], [ -71.140341, 42.264478 ], [ -71.140362, 42.26451 ], [ -71.140439, 42.264615 ], [ -71.140465, 42.264653 ], [ -71.140481, 42.264682 ], [ -71.1405, 42.264722 ], [ -71.140563, 42.264885 ], [ -71.140586, 42.264939 ], [ -71.140606, 42.26499 ], [ -71.140622, 42.265036 ], [ -71.140632, 42.265078 ], [ -71.140639, 42.265114 ], [ -71.14064, 42.265145 ], [ -71.140637, 42.265169 ], [ -71.14063, 42.265188 ], [ -71.140594, 42.26524 ], [ -71.140554, 42.265285 ], [ -71.140515, 42.265319 ], [ -71.140446, 42.26537 ], [ -71.140427, 42.265389 ], [ -71.140417, 42.265403 ], [ -71.140411, 42.265419 ], [ -71.140408, 42.265436 ], [ -71.140407, 42.265456 ], [ -71.14041, 42.265473 ], [ -71.140417, 42.26549 ], [ -71.140427, 42.265509 ], [ -71.14044, 42.265529 ], [ -71.14048, 42.265575 ], [ -71.140566, 42.265662 ], [ -71.140595, 42.265694 ], [ -71.140616, 42.265725 ], [ -71.140622, 42.265738 ], [ -71.140624, 42.265749 ], [ -71.140623, 42.265805 ], [ -71.140618, 42.265861 ], [ -71.140608, 42.265919 ], [ -71.140592, 42.26598 ], [ -71.140587, 42.266006 ], [ -71.140583, 42.266043 ], [ -71.140568, 42.26625 ], [ -71.140557, 42.266346 ], [ -71.140549, 42.26639 ], [ -71.140539, 42.266426 ], [ -71.140528, 42.266454 ], [ -71.140516, 42.266475 ], [ -71.1405, 42.266492 ], [ -71.140481, 42.266508 ], [ -71.140459, 42.266523 ], [ -71.140433, 42.266537 ], [ -71.140379, 42.26656 ], [ -71.140255, 42.266604 ], [ -71.140227, 42.266615 ], [ -71.140205, 42.266627 ], [ -71.140184, 42.266641 ], [ -71.140168, 42.266655 ], [ -71.140156, 42.266671 ], [ -71.140149, 42.266688 ], [ -71.1401, 42.266828 ], [ -71.140082, 42.266887 ], [ -71.140068, 42.266943 ], [ -71.140064, 42.266986 ], [ -71.140066, 42.267055 ], [ -71.140078, 42.26714 ], [ -71.140078, 42.267172 ], [ -71.140075, 42.267215 ], [ -71.140067, 42.267261 ], [ -71.140034, 42.267399 ], [ -71.140027, 42.267441 ], [ -71.140028, 42.267465 ], [ -71.140032, 42.267494 ], [ -71.140066, 42.267622 ], [ -71.140071, 42.267649 ], [ -71.140073, 42.267672 ], [ -71.140069, 42.267698 ], [ -71.140061, 42.267723 ], [ -71.140051, 42.267743 ], [ -71.140022, 42.26779 ], [ -71.14001, 42.267817 ], [ -71.140003, 42.267846 ], [ -71.140002, 42.267878 ], [ -71.140011, 42.267961 ], [ -71.140024, 42.268038 ], [ -71.140042, 42.268104 ], [ -71.140076, 42.268209 ], [ -71.140084, 42.268246 ], [ -71.140084, 42.268265 ], [ -71.140077, 42.268286 ], [ -71.140032, 42.268372 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119549, 42.321829 ], [ -71.119609, 42.321722 ], [ -71.1197, 42.321651 ], [ -71.119818, 42.321588 ], [ -71.119925, 42.32154 ], [ -71.120215, 42.321485 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065474, 42.344707 ], [ -71.065317, 42.344974 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120059, 42.322877 ], [ -71.119757, 42.32265 ], [ -71.119704, 42.322594 ], [ -71.119668, 42.322543 ], [ -71.119618, 42.322457 ], [ -71.119567, 42.322356 ], [ -71.119526, 42.32227 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Boylston Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064568, 42.352368 ], [ -71.064152, 42.352349 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122807, 42.35207 ], [ -71.123199, 42.352119 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Gavin Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141841, 42.257545 ], [ -71.141943, 42.257509 ], [ -71.142022, 42.257526 ], [ -71.142225, 42.25754 ], [ -71.142439, 42.257517 ], [ -71.142642, 42.257543 ], [ -71.142853, 42.2576 ], [ -71.143092, 42.257751 ], [ -71.143298, 42.257926 ], [ -71.14347, 42.258043 ], [ -71.143656, 42.258238 ], [ -71.143842, 42.258447 ], [ -71.143953, 42.258572 ], [ -71.144046, 42.258739 ], [ -71.144119, 42.258933 ], [ -71.144174, 42.259142 ], [ -71.144285, 42.259351 ], [ -71.144452, 42.259587 ], [ -71.144638, 42.259754 ], [ -71.144936, 42.259954 ], [ -71.144982, 42.260026 ], [ -71.145066, 42.2601 ], [ -71.145197, 42.260092 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061911, 42.352455 ], [ -71.061426, 42.352492 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121312, 42.351684 ], [ -71.120287, 42.351566 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060119, 42.352567 ], [ -71.059829, 42.352557 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116632, 42.279009 ], [ -71.116626, 42.279177 ], [ -71.116596, 42.279348 ], [ -71.116527, 42.279515 ], [ -71.116428, 42.279772 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Warren Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062787, 42.374502 ], [ -71.063093, 42.374698 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Rooney Rock Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133966, 42.254321 ], [ -71.134094, 42.254182 ], [ -71.134217, 42.254028 ], [ -71.13436, 42.253875 ], [ -71.134483, 42.253756 ], [ -71.134607, 42.25363 ], [ -71.134702, 42.253518 ], [ -71.1349, 42.253463 ], [ -71.13507, 42.253421 ], [ -71.13524, 42.253387 ], [ -71.135326, 42.253296 ], [ -71.135392, 42.25324 ], [ -71.135505, 42.25324 ], [ -71.135694, 42.253241 ], [ -71.135817, 42.253206 ], [ -71.135893, 42.253143 ], [ -71.13594, 42.253053 ], [ -71.136054, 42.253011 ], [ -71.136186, 42.25299 ], [ -71.136318, 42.252963 ], [ -71.136469, 42.252921 ], [ -71.136621, 42.252858 ], [ -71.136782, 42.252796 ], [ -71.137046, 42.252748 ], [ -71.137263, 42.252713 ], [ -71.137499, 42.252693 ], [ -71.137669, 42.252693 ], [ -71.137877, 42.252673 ], [ -71.138066, 42.252653 ], [ -71.138198, 42.252618 ], [ -71.138283, 42.252548 ], [ -71.138359, 42.252457 ], [ -71.138426, 42.252366 ], [ -71.138464, 42.25224 ], [ -71.138474, 42.252149 ], [ -71.138475, 42.252065 ], [ -71.138513, 42.252002 ], [ -71.138551, 42.25189 ], [ -71.138561, 42.251785 ], [ -71.138562, 42.251659 ], [ -71.138534, 42.251589 ], [ -71.138459, 42.251532 ], [ -71.138355, 42.251441 ], [ -71.138187, 42.251244 ], [ -71.138046, 42.25109 ], [ -71.137943, 42.250935 ], [ -71.13785, 42.250794 ], [ -71.13785, 42.250696 ], [ -71.137879, 42.250584 ], [ -71.137908, 42.250479 ], [ -71.137899, 42.250374 ], [ -71.137824, 42.25029 ], [ -71.137712, 42.250191 ], [ -71.137665, 42.250114 ], [ -71.137571, 42.250037 ], [ -71.13743, 42.249924 ], [ -71.137289, 42.249797 ], [ -71.137026, 42.2496 ], [ -71.136782, 42.24941 ], [ -71.136669, 42.249298 ], [ -71.136642, 42.249214 ], [ -71.136612, 42.249096 ], [ -71.136558, 42.24901 ], [ -71.136422, 42.248887 ], [ -71.136326, 42.248827 ], [ -71.136236, 42.248782 ], [ -71.136098, 42.248651 ], [ -71.136002, 42.248544 ], [ -71.135877, 42.248413 ], [ -71.135771, 42.248305 ], [ -71.135717, 42.248256 ], [ -71.135683, 42.248229 ], [ -71.135657, 42.248209 ], [ -71.135613, 42.248181 ], [ -71.135573, 42.248156 ], [ -71.135524, 42.248133 ], [ -71.135482, 42.248114 ], [ -71.135442, 42.248098 ], [ -71.135398, 42.248087 ], [ -71.13534, 42.248076 ], [ -71.135284, 42.248069 ], [ -71.135225, 42.248065 ], [ -71.135181, 42.248065 ], [ -71.135134, 42.248067 ], [ -71.135088, 42.248072 ], [ -71.135026, 42.248085 ], [ -71.13497, 42.248097 ], [ -71.134756, 42.248144 ], [ -71.134464, 42.248208 ], [ -71.134236, 42.248253 ], [ -71.134086, 42.248285 ], [ -71.134008, 42.248303 ], [ -71.133973, 42.248306 ], [ -71.133937, 42.248307 ], [ -71.133914, 42.248305 ], [ -71.133897, 42.2483 ], [ -71.133875, 42.248291 ], [ -71.133855, 42.24828 ], [ -71.133842, 42.24827 ], [ -71.133829, 42.248257 ], [ -71.133819, 42.248242 ], [ -71.133775, 42.24813 ], [ -71.133628, 42.247751 ], [ -71.1336, 42.24769 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061984, 42.372963 ], [ -71.061949, 42.372574 ], [ -71.061953, 42.372267 ], [ -71.061963, 42.372179 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114985, 42.282432 ], [ -71.115301, 42.282118 ], [ -71.115444, 42.281966 ], [ -71.1156, 42.281782 ], [ -71.115871, 42.281422 ], [ -71.116089, 42.281022 ], [ -71.116238, 42.280682 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057034, 42.287704 ], [ -71.056721, 42.287807 ], [ -71.056054, 42.288025 ], [ -71.055348, 42.288251 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056495, 42.362158 ], [ -71.05609, 42.361973 ], [ -71.055488, 42.361707 ], [ -71.055149, 42.361555 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Walnut Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092293, 42.316924 ], [ -71.091968, 42.31695 ], [ -71.09178, 42.316972 ], [ -71.091698, 42.316991 ], [ -71.09162, 42.317006 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Rooney Rock Path Connector" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136236, 42.248782 ], [ -71.135855, 42.248826 ], [ -71.135725, 42.24877 ], [ -71.135532, 42.24879 ], [ -71.135318, 42.24882 ], [ -71.13522, 42.248832 ], [ -71.135118, 42.248841 ], [ -71.135045, 42.248839 ], [ -71.134984, 42.248827 ], [ -71.134939, 42.248807 ], [ -71.134883, 42.248786 ], [ -71.134846, 42.248771 ], [ -71.134812, 42.248763 ], [ -71.134776, 42.248762 ], [ -71.134743, 42.248765 ], [ -71.134707, 42.24877 ], [ -71.134675, 42.248781 ], [ -71.13464, 42.248801 ], [ -71.134522, 42.248942 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093146, 42.320809 ], [ -71.092648, 42.321191 ], [ -71.092477, 42.321316 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054926, 42.362055 ], [ -71.055813, 42.362551 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117662, 42.296308 ], [ -71.11721, 42.296736 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127637, 42.296658 ], [ -71.127737, 42.296504 ], [ -71.127767, 42.296443 ], [ -71.12779, 42.296383 ], [ -71.127926, 42.29637 ], [ -71.128074, 42.296363 ], [ -71.12821, 42.296324 ], [ -71.128327, 42.296277 ], [ -71.128436, 42.296199 ], [ -71.128512, 42.296119 ], [ -71.12856, 42.296028 ], [ -71.128567, 42.295888 ], [ -71.128552, 42.295833 ], [ -71.128486, 42.295691 ], [ -71.128413, 42.295603 ], [ -71.128239, 42.295469 ], [ -71.128139, 42.295389 ], [ -71.128206, 42.295301 ], [ -71.128257, 42.295247 ], [ -71.128325, 42.295192 ], [ -71.128399, 42.295151 ], [ -71.128466, 42.29513 ], [ -71.128556, 42.295114 ], [ -71.128675, 42.295102 ], [ -71.128917, 42.295098 ], [ -71.129086, 42.295099 ], [ -71.129216, 42.295091 ], [ -71.12934, 42.295075 ], [ -71.129464, 42.295054 ], [ -71.129605, 42.294996 ], [ -71.129701, 42.294942 ], [ -71.129802, 42.294863 ], [ -71.129904, 42.29478 ], [ -71.129967, 42.294696 ], [ -71.130069, 42.294555 ], [ -71.13012, 42.294421 ], [ -71.130132, 42.294283 ], [ -71.130122, 42.29414 ], [ -71.130078, 42.294011 ], [ -71.130005, 42.293893 ], [ -71.129877, 42.293748 ], [ -71.12968, 42.293588 ], [ -71.12949, 42.293449 ], [ -71.129333, 42.293327 ], [ -71.129204, 42.293227 ], [ -71.129108, 42.293134 ], [ -71.129086, 42.293109 ], [ -71.129019, 42.293005 ], [ -71.128936, 42.29282 ], [ -71.128852, 42.292673 ], [ -71.128763, 42.292547 ], [ -71.128651, 42.292401 ], [ -71.128567, 42.292313 ], [ -71.128433, 42.292213 ], [ -71.128281, 42.29212 ], [ -71.128118, 42.292069 ], [ -71.127932, 42.292043 ], [ -71.127792, 42.292014 ], [ -71.127696, 42.291967 ], [ -71.127635, 42.291908 ], [ -71.127601, 42.291829 ], [ -71.127624, 42.291708 ], [ -71.12763, 42.291608 ], [ -71.127615, 42.29156 ], [ -71.127524, 42.29147 ], [ -71.127429, 42.29141 ], [ -71.127328, 42.291381 ], [ -71.127209, 42.29138 ], [ -71.126964, 42.291416 ], [ -71.126839, 42.291444 ], [ -71.12667, 42.291493 ], [ -71.12654, 42.291556 ], [ -71.126438, 42.291614 ], [ -71.126376, 42.291681 ], [ -71.126325, 42.291756 ], [ -71.12624, 42.291884 ], [ -71.126172, 42.291997 ], [ -71.126098, 42.292093 ], [ -71.12603, 42.292192 ], [ -71.125928, 42.292314 ], [ -71.125809, 42.29243 ], [ -71.125719, 42.292505 ], [ -71.125611, 42.292568 ], [ -71.125515, 42.292625 ], [ -71.125362, 42.292708 ], [ -71.125255, 42.292783 ], [ -71.125159, 42.292867 ], [ -71.125057, 42.292975 ], [ -71.124954, 42.293108 ], [ -71.124846, 42.293271 ], [ -71.124795, 42.293372 ], [ -71.124761, 42.293459 ], [ -71.124732, 42.293568 ], [ -71.124716, 42.29365 ], [ -71.124692, 42.293783 ], [ -71.124681, 42.293888 ], [ -71.124703, 42.293984 ], [ -71.12473, 42.294085 ], [ -71.124769, 42.294198 ], [ -71.124825, 42.294299 ], [ -71.12488, 42.294395 ], [ -71.124975, 42.294516 ], [ -71.12516, 42.294664 ], [ -71.125305, 42.294765 ], [ -71.125463, 42.294853 ], [ -71.125625, 42.294925 ], [ -71.125783, 42.294984 ], [ -71.12598, 42.295035 ], [ -71.126199, 42.295077 ], [ -71.126413, 42.295124 ], [ -71.126565, 42.295142 ], [ -71.126784, 42.295155 ], [ -71.126982, 42.295155 ], [ -71.127196, 42.295161 ], [ -71.127342, 42.295173 ], [ -71.127539, 42.295203 ], [ -71.127713, 42.295245 ], [ -71.127953, 42.295305 ], [ -71.128077, 42.295355 ], [ -71.128139, 42.295389 ], [ -71.128147, 42.295396 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053615, 42.361407 ], [ -71.053942, 42.361568 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114921, 42.305951 ], [ -71.115051, 42.30621 ], [ -71.115096, 42.306306 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cross Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053297, 42.361225 ], [ -71.053615, 42.361407 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05017, 42.34816 ], [ -71.050595, 42.347599 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114772, 42.305675 ], [ -71.114812, 42.305766 ], [ -71.114866, 42.305868 ], [ -71.114921, 42.305951 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058431, 42.365508 ], [ -71.058409, 42.36524 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049018, 42.349647 ], [ -71.048464, 42.350368 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Rooney Rock Path Connector" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136326, 42.248827 ], [ -71.136433, 42.248857 ], [ -71.136526, 42.248865 ], [ -71.136581, 42.248865 ], [ -71.136637, 42.248863 ], [ -71.136679, 42.248854 ], [ -71.136709, 42.248838 ], [ -71.136741, 42.248816 ], [ -71.136862, 42.248728 ], [ -71.136992, 42.248635 ], [ -71.137055, 42.248577 ], [ -71.1371, 42.248526 ], [ -71.137129, 42.248485 ], [ -71.137185, 42.248382 ], [ -71.137235, 42.248236 ], [ -71.137221, 42.248075 ], [ -71.137171, 42.247894 ], [ -71.137143, 42.247845 ], [ -71.137123, 42.247815 ], [ -71.137214, 42.247747 ], [ -71.137287, 42.247693 ], [ -71.137318, 42.247679 ], [ -71.137362, 42.247679 ], [ -71.137419, 42.247637 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058367, 42.365271 ], [ -71.058389, 42.365534 ], [ -71.058431, 42.36595 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11471, 42.304235 ], [ -71.114698, 42.304569 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051409, 42.354764 ], [ -71.051225, 42.354917 ], [ -71.05106, 42.35514 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "South Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114698, 42.304569 ], [ -71.114671, 42.304862 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057399, 42.367762 ], [ -71.056883, 42.368083 ], [ -71.056641, 42.368236 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Rooney Rock Path Connector" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137235, 42.248236 ], [ -71.137276, 42.248299 ], [ -71.137309, 42.248347 ], [ -71.137359, 42.248395 ], [ -71.13745, 42.24847 ], [ -71.137664, 42.248586 ], [ -71.13785, 42.248702 ], [ -71.137991, 42.248806 ], [ -71.13813, 42.248902 ], [ -71.138286, 42.249013 ], [ -71.138384, 42.249095 ], [ -71.138507, 42.249197 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "John F. Fitzgerald Surface Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052157, 42.35868 ], [ -71.051896, 42.357801 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116723, 42.309106 ], [ -71.11638, 42.30918 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Salem Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055032, 42.365986 ], [ -71.054901, 42.366176 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051651, 42.359026 ], [ -71.051721, 42.359301 ], [ -71.051818, 42.359624 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arboretum Trails" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124975, 42.294516 ], [ -71.124857, 42.294504 ], [ -71.124761, 42.294495 ], [ -71.124705, 42.294491 ], [ -71.124638, 42.294503 ], [ -71.124587, 42.294532 ], [ -71.124445, 42.294602 ], [ -71.124298, 42.294677 ], [ -71.124157, 42.294744 ], [ -71.12405, 42.294781 ], [ -71.123914, 42.294823 ], [ -71.12379, 42.294856 ], [ -71.123633, 42.294888 ], [ -71.123429, 42.294938 ], [ -71.12326, 42.294996 ], [ -71.123153, 42.295042 ], [ -71.123051, 42.295096 ], [ -71.122921, 42.295175 ], [ -71.122808, 42.29525 ], [ -71.122684, 42.295333 ], [ -71.122576, 42.295396 ], [ -71.122475, 42.295446 ], [ -71.122367, 42.2955 ], [ -71.122011, 42.295561 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060126, 42.300465 ], [ -71.060016, 42.300768 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114181, 42.312316 ], [ -71.11415, 42.31253 ], [ -71.114117, 42.312842 ], [ -71.114101, 42.313035 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059614, 42.301254 ], [ -71.059797, 42.301547 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078805, 42.335062 ], [ -71.077633, 42.336017 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112764, 42.317926 ], [ -71.112388, 42.318473 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Adams Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059226, 42.300627 ], [ -71.059614, 42.301254 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051583, 42.358771 ], [ -71.051651, 42.359026 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076544, 42.336069 ], [ -71.075171, 42.334952 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Atlantic Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051339, 42.357887 ], [ -71.051583, 42.358771 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11226, 42.324561 ], [ -71.112233, 42.324747 ], [ -71.112186, 42.324972 ], [ -71.112109, 42.325216 ], [ -71.112012, 42.325498 ], [ -71.11194, 42.325643 ], [ -71.111899, 42.325726 ], [ -71.111675, 42.326082 ], [ -71.111445, 42.32645 ], [ -71.111396, 42.326544 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachusetts Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076937, 42.336539 ], [ -71.077583, 42.337061 ], [ -71.078003, 42.337397 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057897, 42.309967 ], [ -71.057772, 42.310494 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "High Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051492, 42.356688 ], [ -71.050771, 42.356682 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074288, 42.33843 ], [ -71.073788, 42.338768 ], [ -71.073631, 42.338878 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051084, 42.364003 ], [ -71.051076, 42.364277 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056815, 42.314654 ], [ -71.056756, 42.314932 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05209, 42.367021 ], [ -71.051882, 42.366856 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112239, 42.331996 ], [ -71.112322, 42.331993 ], [ -71.112494, 42.331982 ], [ -71.11268, 42.331969 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077858, 42.343753 ], [ -71.077311, 42.344193 ], [ -71.077191, 42.344297 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056962, 42.33087 ], [ -71.056964, 42.331211 ], [ -71.05698, 42.331646 ], [ -71.056985, 42.331885 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commercial Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051109, 42.365398 ], [ -71.051117, 42.365507 ], [ -71.051127, 42.365646 ], [ -71.051155, 42.365815 ], [ -71.051225, 42.366023 ], [ -71.051296, 42.366183 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "American Legion Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106756, 42.28775 ], [ -71.10759, 42.287252 ], [ -71.108049, 42.286968 ], [ -71.108913, 42.28645 ], [ -71.109522, 42.286098 ], [ -71.109803, 42.285913 ], [ -71.109961, 42.285827 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbus Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075239, 42.345864 ], [ -71.074734, 42.346279 ], [ -71.073917, 42.346933 ], [ -71.073531, 42.34727 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.045264, 42.343575 ], [ -71.042965, 42.345549 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056959, 42.330386 ], [ -71.056962, 42.33087 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Sullivan Square" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07304, 42.384037 ], [ -71.072965, 42.384129 ], [ -71.072903, 42.384234 ], [ -71.07286, 42.384344 ], [ -71.072816, 42.384542 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042204, 42.346242 ], [ -71.042114, 42.346298 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072369, 42.383818 ], [ -71.072436, 42.384015 ], [ -71.07248, 42.384088 ], [ -71.072544, 42.384161 ], [ -71.072679, 42.384302 ], [ -71.072761, 42.384413 ], [ -71.072816, 42.384542 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 3.000000, "STREET_NAM": "Morton Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106541, 42.300227 ], [ -71.106368, 42.300206 ], [ -71.106097, 42.300189 ], [ -71.105713, 42.300173 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "D Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042114, 42.346298 ], [ -71.041364, 42.346959 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056931, 42.32856 ], [ -71.056947, 42.32908 ], [ -71.056961, 42.329359 ], [ -71.057018, 42.32952 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.169085, 42.35108 ], [ -71.168957, 42.351025 ], [ -71.16871, 42.350862 ], [ -71.168426, 42.350666 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "South Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110748, 42.328261 ], [ -71.110715, 42.328491 ], [ -71.110714, 42.328653 ], [ -71.110738, 42.328769 ], [ -71.110783, 42.328938 ], [ -71.110832, 42.329081 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070019, 42.311284 ], [ -71.06963, 42.311537 ], [ -71.069318, 42.311784 ], [ -71.06917, 42.311926 ], [ -71.069135, 42.31196 ], [ -71.068651, 42.312389 ], [ -71.068363, 42.31269 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056903, 42.326876 ], [ -71.056916, 42.328044 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167606, 42.350612 ], [ -71.167395, 42.350583 ], [ -71.166645, 42.350509 ], [ -71.166127, 42.350439 ], [ -71.16555, 42.350321 ], [ -71.165392, 42.350281 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102558, 42.347387 ], [ -71.103352, 42.347164 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "D Street Extension" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040718, 42.347522 ], [ -71.040534, 42.347566 ], [ -71.040114, 42.34793 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102864, 42.349471 ], [ -71.100593, 42.349193 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "A Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05373, 42.343363 ], [ -71.053693, 42.343441 ], [ -71.053614, 42.34358 ], [ -71.053274, 42.344144 ], [ -71.053117, 42.344395 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Antwerp St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13897, 42.361335 ], [ -71.138527, 42.362279 ], [ -71.138635, 42.36278 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03912, 42.37639 ], [ -71.039163, 42.377144 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Surface Artery" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058171, 42.352297 ], [ -71.058415, 42.352161 ], [ -71.058596, 42.352042 ], [ -71.058786, 42.351891 ], [ -71.058968, 42.351709 ], [ -71.059143, 42.35149 ], [ -71.059256, 42.351293 ], [ -71.059342, 42.351105 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068363, 42.31269 ], [ -71.068199, 42.312936 ], [ -71.068088, 42.313133 ], [ -71.067852, 42.313567 ], [ -71.067756, 42.313734 ], [ -71.067449, 42.314263 ], [ -71.067219, 42.314622 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "River Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094447, 42.26735 ], [ -71.094327, 42.267387 ], [ -71.094245, 42.267395 ], [ -71.094173, 42.267392 ], [ -71.094071, 42.26737 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Eb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152216, 42.339045 ], [ -71.151952, 42.339445 ], [ -71.151845, 42.339585 ], [ -71.151699, 42.339753 ], [ -71.151566, 42.339907 ], [ -71.151401, 42.34007 ], [ -71.151149, 42.340279 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blue Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093608, 42.269979 ], [ -71.093607, 42.270109 ], [ -71.093587, 42.270471 ], [ -71.09357, 42.271183 ], [ -71.093569, 42.271208 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Meridian Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039082, 42.374536 ], [ -71.039085, 42.374706 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.058022, 42.355498 ], [ -71.058359, 42.35555 ], [ -71.058596, 42.355615 ], [ -71.05892, 42.355748 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153369, 42.344513 ], [ -71.153296, 42.344662 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111212, 42.332517 ], [ -71.110981, 42.332663 ], [ -71.110807, 42.332765 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066403, 42.31589 ], [ -71.066597, 42.315657 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153448, 42.346791 ], [ -71.153362, 42.34665 ], [ -71.153183, 42.346386 ], [ -71.153033, 42.346184 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Essex Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057141, 42.352113 ], [ -71.056941, 42.352092 ], [ -71.056762, 42.352073 ], [ -71.055858, 42.351837 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109363, 42.333232 ], [ -71.109029, 42.333255 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.024015, 42.380466 ], [ -71.023653, 42.380596 ], [ -71.023585, 42.380622 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073374, 42.333613 ], [ -71.072463, 42.334251 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153068, 42.345116 ], [ -71.153017, 42.345215 ], [ -71.15296, 42.345327 ], [ -71.152931, 42.345408 ], [ -71.152912, 42.345492 ], [ -71.15291, 42.345654 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109029, 42.333255 ], [ -71.108997, 42.333257 ], [ -71.108757, 42.333271 ], [ -71.108617, 42.333274 ], [ -71.107883, 42.333265 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chestnut Hill Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15291, 42.345654 ], [ -71.152931, 42.345861 ], [ -71.152981, 42.346032 ], [ -71.153033, 42.346184 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.020395, 42.38189 ], [ -71.018422, 42.382626 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huntington Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107055, 42.333273 ], [ -71.10679, 42.333279 ], [ -71.106634, 42.333303 ], [ -71.10647, 42.33335 ], [ -71.106333, 42.333406 ], [ -71.10614, 42.333496 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150534, 42.353895 ], [ -71.150359, 42.354201 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Albany Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070093, 42.33593 ], [ -71.069557, 42.33632 ], [ -71.069317, 42.336495 ], [ -71.069284, 42.336518 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150359, 42.354201 ], [ -71.150088, 42.35462 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Bennington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.018422, 42.382626 ], [ -71.016264, 42.383428 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.149809, 42.355035 ], [ -71.149965, 42.354809 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072505, 42.339624 ], [ -71.071827, 42.340064 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146498, 42.287671 ], [ -71.146128, 42.287803 ], [ -71.145933, 42.287874 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "West Dedham Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071805, 42.34109 ], [ -71.071735, 42.341062 ], [ -71.071564, 42.341003 ], [ -71.071104, 42.34089 ], [ -71.070708, 42.340799 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173937, 42.353406 ], [ -71.173521, 42.353186 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148634, 42.341823 ], [ -71.148841, 42.34179 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171748, 42.352291 ], [ -71.170865, 42.351842 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Malden Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068351, 42.340063 ], [ -71.06668, 42.339552 ], [ -71.065915, 42.339299 ], [ -71.065542, 42.339158 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue Frontage Road Wb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143587, 42.343233 ], [ -71.143655, 42.343146 ], [ -71.14382, 42.342986 ], [ -71.144075, 42.342752 ], [ -71.144358, 42.342535 ], [ -71.144726, 42.342326 ], [ -71.145122, 42.342147 ], [ -71.145478, 42.342022 ], [ -71.145924, 42.341906 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Beacon Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.162732, 42.33397 ], [ -71.162526, 42.333975 ], [ -71.162299, 42.333974 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069639, 42.341366 ], [ -71.068782, 42.34167 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Market Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.149536, 42.355466 ], [ -71.149082, 42.35616 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.160617, 42.340138 ], [ -71.161534, 42.340171 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Nashua Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067615, 42.366491 ], [ -71.067604, 42.366434 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144963, 42.351081 ], [ -71.144549, 42.351257 ], [ -71.144292, 42.351354 ], [ -71.143981, 42.351442 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068129, 42.378479 ], [ -71.068472, 42.378801 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.174272, 42.291556 ], [ -71.174382, 42.291655 ], [ -71.17463, 42.291826 ], [ -71.175127, 42.292151 ], [ -71.175446, 42.292348 ], [ -71.175701, 42.292566 ], [ -71.175899, 42.29283 ], [ -71.176097, 42.293106 ], [ -71.176231, 42.293271 ], [ -71.176408, 42.293408 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139746, 42.291308 ], [ -71.139162, 42.2918 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14279, 42.351682 ], [ -71.142428, 42.351785 ], [ -71.142152, 42.351883 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066759, 42.37727 ], [ -71.067172, 42.377649 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122434, 42.281835 ], [ -71.122013, 42.281554 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066542, 42.377086 ], [ -71.066714, 42.377233 ], [ -71.066759, 42.37727 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.171823, 42.277563 ], [ -71.171675, 42.278045 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121393, 42.292782 ], [ -71.120843, 42.293303 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070679, 42.38102 ], [ -71.070729, 42.381071 ], [ -71.070969, 42.381321 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Baker Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173538, 42.290696 ], [ -71.173561, 42.290726 ], [ -71.173776, 42.290997 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135878, 42.294468 ], [ -71.135634, 42.294627 ], [ -71.134768, 42.295345 ], [ -71.134166, 42.295832 ], [ -71.134076, 42.295906 ], [ -71.133862, 42.296079 ], [ -71.133563, 42.296304 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069988, 42.380318 ], [ -71.07026, 42.380594 ], [ -71.070461, 42.380794 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166713, 42.291463 ], [ -71.167465, 42.291116 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130396, 42.297998 ], [ -71.130612, 42.297875 ], [ -71.130873, 42.297739 ], [ -71.131302, 42.297542 ], [ -71.131908, 42.297298 ], [ -71.131915, 42.297297 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064787, 42.284007 ], [ -71.064714, 42.284285 ], [ -71.064563, 42.284789 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.165736, 42.291715 ], [ -71.164939, 42.29211 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134435, 42.353231 ], [ -71.13404, 42.353196 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063736, 42.285931 ], [ -71.063525, 42.285983 ], [ -71.063295, 42.286036 ], [ -71.063096, 42.286095 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132406, 42.354226 ], [ -71.132367, 42.354075 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Veterans Of Foreign Wars Parkway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.163452, 42.293072 ], [ -71.163458, 42.293069 ], [ -71.165087, 42.292257 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brighton Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130168, 42.352836 ], [ -71.132107, 42.35307 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Ashmont Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.060772, 42.286722 ], [ -71.06056, 42.286763 ], [ -71.060168, 42.286845 ], [ -71.059552, 42.287009 ], [ -71.058958, 42.287157 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133083, 42.358565 ], [ -71.133113, 42.358952 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Commonwealth Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.163522, 42.340224 ], [ -71.164289, 42.340234 ], [ -71.164898, 42.34022 ], [ -71.165558, 42.340171 ], [ -71.166127, 42.340097 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Franklin Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132948, 42.356977 ], [ -71.132962, 42.35705 ], [ -71.132982, 42.357334 ], [ -71.133013, 42.357714 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062092, 42.293664 ], [ -71.061969, 42.294084 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cummins Highway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.128128, 42.286457 ], [ -71.127437, 42.286011 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Washington Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168426, 42.350666 ], [ -71.168255, 42.350674 ], [ -71.168111, 42.350672 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129725, 42.298247 ], [ -71.129644, 42.298323 ], [ -71.129359, 42.298608 ], [ -71.128743, 42.299191 ], [ -71.128454, 42.299489 ], [ -71.128193, 42.299731 ], [ -71.12786, 42.300069 ], [ -71.127814, 42.300115 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061372, 42.296074 ], [ -71.061322, 42.296229 ], [ -71.06117, 42.29677 ], [ -71.061036, 42.297214 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125296, 42.30284 ], [ -71.125245, 42.302909 ], [ -71.125032, 42.303204 ], [ -71.124912, 42.303406 ], [ -71.124824, 42.303591 ], [ -71.124795, 42.303665 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11913, 42.308825 ], [ -71.118873, 42.308789 ], [ -71.118649, 42.308769 ], [ -71.118473, 42.30876 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05677, 42.32073 ], [ -71.05678, 42.321641 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Centre Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118473, 42.30876 ], [ -71.118393, 42.30876 ], [ -71.118254, 42.308775 ], [ -71.117999, 42.308813 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056856, 42.324821 ], [ -71.056868, 42.325372 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Dorchester Avenue" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056957, 42.329923 ], [ -71.056959, 42.330386 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Columbia Road" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066124, 42.316204 ], [ -71.066403, 42.31589 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094483, 42.343436 ], [ -71.094457, 42.343274 ], [ -71.094457, 42.3432 ], [ -71.094494, 42.343127 ], [ -71.094503, 42.343046 ], [ -71.094504, 42.342952 ], [ -71.094522, 42.342878 ], [ -71.09455, 42.342805 ], [ -71.094623, 42.342691 ], [ -71.094715, 42.34255 ], [ -71.09486, 42.342423 ], [ -71.094969, 42.342323 ], [ -71.095088, 42.342236 ], [ -71.095224, 42.342163 ], [ -71.09536, 42.342076 ], [ -71.095487, 42.342043 ], [ -71.09565, 42.34199 ], [ -71.095823, 42.341943 ], [ -71.095986, 42.34189 ], [ -71.09614, 42.34185 ], [ -71.096285, 42.34181 ], [ -71.096412, 42.341771 ], [ -71.096548, 42.341744 ], [ -71.096702, 42.341705 ], [ -71.096856, 42.341665 ], [ -71.097001, 42.341618 ], [ -71.097119, 42.341572 ], [ -71.097228, 42.341518 ], [ -71.097328, 42.341445 ], [ -71.097419, 42.341365 ], [ -71.097528, 42.341271 ], [ -71.097683, 42.341157 ], [ -71.097856, 42.341004 ], [ -71.097974, 42.340903 ], [ -71.098092, 42.340817 ], [ -71.098219, 42.340757 ], [ -71.098337, 42.340717 ], [ -71.098509, 42.340657 ], [ -71.098682, 42.340604 ], [ -71.098863, 42.340564 ], [ -71.098995, 42.340539 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115677, 42.326432 ], [ -71.115676, 42.326371 ], [ -71.115677, 42.326322 ], [ -71.115673, 42.326283 ], [ -71.115665, 42.326228 ], [ -71.115649, 42.326179 ], [ -71.115616, 42.326121 ], [ -71.115563, 42.326053 ], [ -71.115502, 42.326004 ], [ -71.11542, 42.325927 ], [ -71.115354, 42.325845 ], [ -71.115298, 42.325741 ], [ -71.115277, 42.325692 ], [ -71.115261, 42.325625 ], [ -71.115241, 42.325569 ], [ -71.115221, 42.325521 ], [ -71.115221, 42.325481 ], [ -71.115205, 42.325447 ], [ -71.115176, 42.325389 ], [ -71.115111, 42.325355 ], [ -71.115074, 42.325306 ], [ -71.115049, 42.325242 ], [ -71.115025, 42.325221 ], [ -71.114955, 42.325211 ], [ -71.114906, 42.325196 ], [ -71.114861, 42.325177 ], [ -71.114824, 42.325134 ], [ -71.114787, 42.325058 ], [ -71.114767, 42.324969 ], [ -71.114767, 42.32493 ], [ -71.114809, 42.324899 ], [ -71.114846, 42.324884 ], [ -71.114871, 42.324854 ], [ -71.114871, 42.324832 ], [ -71.114834, 42.324743 ], [ -71.114802, 42.324667 ], [ -71.114786, 42.324618 ], [ -71.114765, 42.324578 ], [ -71.114719, 42.324553 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Blossom Street Shared-Use Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070078, 42.364735 ], [ -71.070222, 42.36443 ], [ -71.070189, 42.364421 ], [ -71.070086, 42.364633 ], [ -71.069797, 42.364559 ], [ -71.069543, 42.364492 ], [ -71.069437, 42.3647 ], [ -71.069407, 42.364692 ], [ -71.0696, 42.364307 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037452, 42.310364 ], [ -71.037169, 42.310388 ], [ -71.036925, 42.310512 ], [ -71.036585, 42.310734 ], [ -71.033313, 42.3132 ], [ -71.033282, 42.313214 ], [ -71.033242, 42.313214 ], [ -71.033158, 42.313201 ], [ -71.033005, 42.313187 ], [ -71.032907, 42.313198 ], [ -71.032801, 42.313247 ], [ -71.032723, 42.313337 ], [ -71.032736, 42.313448 ], [ -71.032851, 42.313623 ], [ -71.032937, 42.313846 ], [ -71.033141, 42.316413 ], [ -71.034774, 42.316872 ], [ -71.0348, 42.316879 ], [ -71.034824, 42.316879 ], [ -71.034853, 42.316867 ], [ -71.034901, 42.316829 ], [ -71.034942, 42.316818 ], [ -71.034987, 42.316827 ], [ -71.035038, 42.31685 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07308, 42.270142 ], [ -71.072123, 42.27025 ], [ -71.071716, 42.270286 ], [ -71.071195, 42.27034 ], [ -71.070856, 42.270367 ], [ -71.070353, 42.270378 ], [ -71.069725, 42.270379 ], [ -71.069025, 42.270379 ], [ -71.06841, 42.270389 ], [ -71.067483, 42.270422 ], [ -71.067014, 42.270465 ], [ -71.066533, 42.27051 ], [ -71.066149, 42.270595 ], [ -71.065157, 42.270929 ], [ -71.064485, 42.271212 ], [ -71.063879, 42.271614 ], [ -71.063284, 42.272018 ], [ -71.062673, 42.272427 ], [ -71.062062, 42.272837 ], [ -71.06198, 42.27289 ], [ -71.061902, 42.272964 ], [ -71.0619, 42.272966 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059264, 42.274633 ], [ -71.059142, 42.274689 ], [ -71.05904, 42.274736 ], [ -71.058927, 42.274794 ], [ -71.058837, 42.274847 ], [ -71.058753, 42.274904 ], [ -71.058628, 42.274987 ], [ -71.058051, 42.275381 ], [ -71.057782, 42.275561 ], [ -71.057503, 42.275747 ], [ -71.057072, 42.276041 ], [ -71.056742, 42.276265 ], [ -71.056432, 42.276485 ], [ -71.056108, 42.276701 ], [ -71.055866, 42.276862 ], [ -71.055565, 42.277067 ], [ -71.055228, 42.277289 ], [ -71.055132, 42.277342 ], [ -71.055107, 42.277357 ], [ -71.055012, 42.277397 ], [ -71.054901, 42.277441 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053723, 42.27795 ], [ -71.053608, 42.277989 ], [ -71.053387, 42.278082 ], [ -71.053096, 42.278189 ], [ -71.05279, 42.278298 ], [ -71.052558, 42.278378 ], [ -71.052277, 42.278469 ], [ -71.052089, 42.278528 ], [ -71.051835, 42.278602 ], [ -71.05168, 42.278651 ], [ -71.051564, 42.278685 ], [ -71.051394, 42.278735 ], [ -71.051298, 42.278763 ], [ -71.051116, 42.278815 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.051116, 42.278815 ], [ -71.051021, 42.278846 ], [ -71.050882, 42.278891 ], [ -71.050753, 42.278936 ], [ -71.050538, 42.279013 ], [ -71.050284, 42.279112 ], [ -71.050095, 42.279195 ], [ -71.049947, 42.279261 ], [ -71.049764, 42.279352 ], [ -71.049586, 42.279439 ], [ -71.049533, 42.279468 ], [ -71.04942, 42.279533 ], [ -71.049235, 42.279657 ], [ -71.049019, 42.279801 ], [ -71.048786, 42.279954 ], [ -71.048475, 42.280163 ], [ -71.048315, 42.280274 ], [ -71.048096, 42.280404 ], [ -71.047961, 42.280489 ], [ -71.047789, 42.280611 ], [ -71.04774, 42.280643 ], [ -71.047637, 42.280728 ], [ -71.047573, 42.280792 ], [ -71.047533, 42.280834 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047533, 42.280834 ], [ -71.047428, 42.280907 ], [ -71.047236, 42.281045 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047236, 42.281045 ], [ -71.04706, 42.281173 ], [ -71.04695, 42.281258 ], [ -71.046855, 42.281342 ], [ -71.046812, 42.281383 ], [ -71.04677, 42.281424 ], [ -71.046744, 42.281451 ], [ -71.046726, 42.28147 ], [ -71.046709, 42.281492 ], [ -71.046689, 42.281525 ], [ -71.046651, 42.281593 ], [ -71.046628, 42.281636 ], [ -71.046597, 42.281699 ], [ -71.046564, 42.281763 ], [ -71.046523, 42.281844 ], [ -71.046493, 42.281905 ], [ -71.046468, 42.281957 ], [ -71.046441, 42.282014 ], [ -71.046422, 42.282052 ], [ -71.046391, 42.282107 ], [ -71.046372, 42.282138 ], [ -71.046344, 42.282182 ], [ -71.046313, 42.282227 ], [ -71.046269, 42.282285 ], [ -71.046229, 42.282335 ], [ -71.046205, 42.282361 ], [ -71.046172, 42.282394 ], [ -71.046114, 42.282451 ], [ -71.046077, 42.282485 ], [ -71.046022, 42.282528 ], [ -71.045957, 42.282579 ], [ -71.045871, 42.282643 ], [ -71.045833, 42.282664 ], [ -71.045795, 42.282686 ], [ -71.04573, 42.282718 ], [ -71.045685, 42.282738 ], [ -71.045608, 42.282768 ], [ -71.045547, 42.282791 ], [ -71.04548, 42.282811 ], [ -71.045356, 42.282845 ], [ -71.045238, 42.282877 ], [ -71.045091, 42.282914 ], [ -71.044917, 42.282963 ], [ -71.044828, 42.282987 ], [ -71.044726, 42.283013 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.044726, 42.283013 ], [ -71.04408, 42.283205 ], [ -71.043805, 42.283267 ], [ -71.043763, 42.283283 ], [ -71.043698, 42.283342 ], [ -71.04362, 42.283425 ], [ -71.043568, 42.283485 ], [ -71.043493, 42.28358 ], [ -71.043436, 42.283637 ], [ -71.043423, 42.283651 ], [ -71.043411, 42.28366 ], [ -71.043385, 42.283676 ], [ -71.043365, 42.283687 ], [ -71.043344, 42.283695 ], [ -71.043313, 42.283702 ], [ -71.043279, 42.283707 ], [ -71.043246, 42.28371 ], [ -71.04321, 42.283708 ], [ -71.043177, 42.283705 ], [ -71.043148, 42.283698 ], [ -71.043114, 42.283687 ], [ -71.043079, 42.283672 ], [ -71.043055, 42.28366 ], [ -71.043036, 42.283645 ], [ -71.043016, 42.283628 ], [ -71.042987, 42.283593 ], [ -71.042962, 42.283563 ], [ -71.042925, 42.283526 ], [ -71.042887, 42.283497 ], [ -71.042851, 42.283479 ], [ -71.042823, 42.283462 ], [ -71.042787, 42.283444 ], [ -71.042718, 42.283412 ], [ -71.042683, 42.283399 ], [ -71.042615, 42.283379 ], [ -71.042573, 42.28338 ], [ -71.042493, 42.28339 ], [ -71.042413, 42.283402 ], [ -71.042352, 42.283419 ], [ -71.042308, 42.283435 ], [ -71.042273, 42.283448 ], [ -71.042214, 42.283476 ], [ -71.042157, 42.283509 ], [ -71.042118, 42.283538 ], [ -71.042075, 42.283577 ], [ -71.04203, 42.283628 ], [ -71.042002, 42.283665 ], [ -71.041971, 42.283709 ], [ -71.041939, 42.283759 ], [ -71.041901, 42.283812 ], [ -71.041825, 42.283907 ], [ -71.041789, 42.283953 ], [ -71.041705, 42.284058 ], [ -71.041644, 42.284124 ], [ -71.041598, 42.284171 ], [ -71.041529, 42.284245 ], [ -71.041469, 42.284302 ], [ -71.041437, 42.28433 ], [ -71.041396, 42.28436 ], [ -71.041376, 42.28437 ], [ -71.041353, 42.28438 ], [ -71.041334, 42.284387 ], [ -71.041286, 42.284405 ], [ -71.041189, 42.284451 ], [ -71.041145, 42.28447 ], [ -71.041085, 42.284496 ], [ -71.04104, 42.284513 ], [ -71.040994, 42.284527 ], [ -71.040951, 42.284538 ], [ -71.040845, 42.284562 ], [ -71.040791, 42.284575 ], [ -71.040763, 42.284582 ], [ -71.040734, 42.284592 ], [ -71.040686, 42.284611 ], [ -71.040581, 42.284652 ], [ -71.040515, 42.284679 ], [ -71.040463, 42.284705 ], [ -71.040166, 42.284887 ], [ -71.040068, 42.28496 ], [ -71.039951, 42.285053 ], [ -71.039857, 42.285125 ], [ -71.039754, 42.285205 ], [ -71.039665, 42.285275 ], [ -71.039615, 42.285319 ], [ -71.039582, 42.285354 ], [ -71.039551, 42.285388 ], [ -71.039515, 42.285434 ], [ -71.039486, 42.285474 ], [ -71.039459, 42.285518 ], [ -71.039436, 42.28555 ], [ -71.039415, 42.285574 ], [ -71.03939, 42.285596 ], [ -71.039359, 42.285617 ], [ -71.03933, 42.285635 ], [ -71.039222, 42.285705 ], [ -71.039047, 42.285815 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles River Bike Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132542, 42.372261 ], [ -71.132534, 42.372231 ], [ -71.132474, 42.372127 ], [ -71.13245, 42.372086 ], [ -71.132259, 42.371897 ], [ -71.13221, 42.371805 ], [ -71.132155, 42.371732 ], [ -71.132081, 42.371668 ], [ -71.131989, 42.371617 ], [ -71.131884, 42.371566 ], [ -71.131705, 42.371451 ], [ -71.131582, 42.371354 ], [ -71.131453, 42.37123 ], [ -71.131349, 42.37112 ], [ -71.131195, 42.370945 ], [ -71.131122, 42.370821 ], [ -71.131024, 42.370678 ], [ -71.130956, 42.370527 ], [ -71.130889, 42.370375 ], [ -71.130841, 42.370201 ], [ -71.130799, 42.37004 ], [ -71.130799, 42.369935 ], [ -71.130794, 42.369779 ], [ -71.130814, 42.369568 ], [ -71.130833, 42.369458 ], [ -71.130877, 42.369284 ], [ -71.130934, 42.369129 ], [ -71.13099, 42.36901 ], [ -71.131109, 42.368817 ], [ -71.13124, 42.368616 ], [ -71.131395, 42.368447 ], [ -71.131569, 42.368269 ], [ -71.131762, 42.368104 ], [ -71.131936, 42.367976 ], [ -71.132196, 42.367835 ], [ -71.13242, 42.367721 ], [ -71.132661, 42.367621 ], [ -71.132847, 42.367562 ], [ -71.133008, 42.367521 ], [ -71.133181, 42.36749 ], [ -71.133386, 42.367449 ], [ -71.133608, 42.367404 ], [ -71.133806, 42.367368 ], [ -71.133967, 42.367332 ], [ -71.134184, 42.367268 ], [ -71.134469, 42.367187 ], [ -71.134735, 42.367101 ], [ -71.134983, 42.367037 ], [ -71.135194, 42.366955 ], [ -71.135392, 42.366892 ], [ -71.135572, 42.366801 ], [ -71.135696, 42.366737 ], [ -71.135807, 42.366691 ], [ -71.135894, 42.366618 ], [ -71.135981, 42.366586 ], [ -71.136055, 42.366545 ], [ -71.136117, 42.366504 ], [ -71.136155, 42.366445 ], [ -71.13618, 42.366344 ], [ -71.136199, 42.366285 ], [ -71.136249, 42.366248 ], [ -71.136323, 42.366207 ], [ -71.136404, 42.366175 ], [ -71.136478, 42.366125 ], [ -71.136553, 42.36607 ], [ -71.136627, 42.366002 ], [ -71.136702, 42.365947 ], [ -71.136801, 42.365901 ], [ -71.1369, 42.36586 ], [ -71.136981, 42.365819 ], [ -71.137037, 42.36576 ], [ -71.137074, 42.365687 ], [ -71.137112, 42.365613 ], [ -71.137162, 42.36554 ], [ -71.137224, 42.365522 ], [ -71.137286, 42.365495 ], [ -71.137347, 42.365468 ], [ -71.137397, 42.365426 ], [ -71.137459, 42.365353 ], [ -71.137491, 42.365298 ], [ -71.137534, 42.365239 ], [ -71.137596, 42.365179 ], [ -71.137665, 42.365134 ], [ -71.137696, 42.365093 ], [ -71.137696, 42.365042 ], [ -71.137709, 42.364974 ], [ -71.137709, 42.364923 ], [ -71.137728, 42.364868 ], [ -71.137747, 42.364841 ], [ -71.137778, 42.364804 ], [ -71.137855, 42.364771 ], [ -71.137957, 42.36475 ], [ -71.138072, 42.364714 ], [ -71.138122, 42.364695 ], [ -71.138261, 42.364622 ], [ -71.138356, 42.364566 ], [ -71.138423, 42.364515 ], [ -71.138483, 42.364461 ], [ -71.13856, 42.364402 ], [ -71.138636, 42.364355 ], [ -71.138714, 42.364316 ], [ -71.138805, 42.364307 ], [ -71.138898, 42.36428 ], [ -71.138995, 42.364252 ], [ -71.139097, 42.364215 ], [ -71.139179, 42.364176 ], [ -71.139296, 42.36413 ], [ -71.139427, 42.364071 ], [ -71.139551, 42.364017 ], [ -71.139651, 42.36398 ], [ -71.139761, 42.363951 ], [ -71.139867, 42.363926 ], [ -71.140015, 42.363909 ], [ -71.14013, 42.363909 ], [ -71.140188, 42.363914 ], [ -71.140268, 42.363921 ], [ -71.140342, 42.363936 ], [ -71.140429, 42.363951 ], [ -71.140552, 42.363974 ], [ -71.140651, 42.363983 ], [ -71.140775, 42.363997 ], [ -71.140843, 42.364007 ], [ -71.140941, 42.364003 ], [ -71.141053, 42.36398 ], [ -71.141158, 42.363953 ], [ -71.141257, 42.363916 ], [ -71.14135, 42.363875 ], [ -71.141412, 42.363834 ], [ -71.141511, 42.363784 ], [ -71.141648, 42.363771 ], [ -71.141753, 42.363776 ], [ -71.141864, 42.363831 ], [ -71.141907, 42.363886 ], [ -71.141937, 42.363951 ], [ -71.141955, 42.363997 ], [ -71.141986, 42.364052 ], [ -71.142029, 42.364111 ], [ -71.142078, 42.364167 ], [ -71.142133, 42.364235 ], [ -71.142195, 42.364314 ], [ -71.142256, 42.364387 ], [ -71.142355, 42.364438 ], [ -71.14246, 42.364457 ], [ -71.142552, 42.364452 ], [ -71.142645, 42.36442 ], [ -71.142751, 42.36438 ], [ -71.142844, 42.364334 ], [ -71.142937, 42.36427 ], [ -71.142999, 42.364202 ], [ -71.143055, 42.364133 ], [ -71.143123, 42.364064 ], [ -71.143198, 42.363941 ], [ -71.143385, 42.363744 ], [ -71.143528, 42.363607 ], [ -71.143627, 42.363502 ], [ -71.143739, 42.363406 ], [ -71.143925, 42.363306 ], [ -71.144074, 42.363247 ], [ -71.144191, 42.36322 ], [ -71.144309, 42.363206 ], [ -71.144464, 42.363193 ], [ -71.144612, 42.363166 ], [ -71.144711, 42.363166 ], [ -71.144779, 42.363166 ], [ -71.144847, 42.363171 ], [ -71.144934, 42.363171 ], [ -71.144959, 42.363126 ], [ -71.144971, 42.363071 ], [ -71.144972, 42.363006 ], [ -71.144972, 42.362942 ], [ -71.14496, 42.362864 ], [ -71.144975, 42.362835 ], [ -71.145149, 42.362742 ], [ -71.145339, 42.36263 ], [ -71.145513, 42.362507 ], [ -71.145643, 42.36242 ], [ -71.145793, 42.362316 ], [ -71.145938, 42.362214 ], [ -71.146122, 42.362084 ], [ -71.14628, 42.361971 ], [ -71.146431, 42.361867 ], [ -71.146546, 42.361786 ], [ -71.146574, 42.361768 ], [ -71.146593, 42.361758 ], [ -71.146655, 42.361737 ], [ -71.146689, 42.3617 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Necklace Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111501, 42.334724 ], [ -71.11172, 42.334877 ], [ -71.111472, 42.335109 ], [ -71.111264, 42.335315 ], [ -71.111263, 42.335488 ], [ -71.111256, 42.335661 ], [ -71.111268, 42.335829 ], [ -71.111274, 42.335958 ], [ -71.111273, 42.336066 ], [ -71.111312, 42.33621 ], [ -71.111345, 42.336308 ], [ -71.111351, 42.336417 ], [ -71.11139, 42.336526 ], [ -71.111436, 42.3366 ], [ -71.111462, 42.336684 ], [ -71.111509, 42.336744 ], [ -71.111561, 42.336818 ], [ -71.111681, 42.336907 ], [ -71.11176, 42.337006 ], [ -71.111769, 42.337061 ], [ -71.111796, 42.337134 ], [ -71.111814, 42.337216 ], [ -71.111814, 42.337289 ], [ -71.111813, 42.337351 ], [ -71.111805, 42.337408 ], [ -71.111771, 42.337503 ], [ -71.111732, 42.337582 ], [ -71.111674, 42.337685 ], [ -71.111598, 42.337811 ], [ -71.111529, 42.337946 ], [ -71.111444, 42.338118 ], [ -71.111371, 42.338275 ], [ -71.111305, 42.338424 ], [ -71.111263, 42.338554 ], [ -71.111224, 42.338669 ], [ -71.111197, 42.33876 ], [ -71.111177, 42.338867 ], [ -71.111165, 42.338963 ], [ -71.111138, 42.339098 ], [ -71.111118, 42.339214 ], [ -71.111099, 42.339295 ], [ -71.111064, 42.339411 ], [ -71.111041, 42.339518 ], [ -71.111002, 42.339639 ], [ -71.110975, 42.339726 ], [ -71.110951, 42.339838 ], [ -71.110916, 42.339951 ], [ -71.110882, 42.340049 ], [ -71.110843, 42.34012 ], [ -71.110797, 42.340207 ], [ -71.110739, 42.340348 ], [ -71.110693, 42.340494 ], [ -71.110639, 42.340578 ], [ -71.110532, 42.340719 ], [ -71.110429, 42.34087 ], [ -71.110287, 42.341033 ], [ -71.11018, 42.341157 ], [ -71.110096, 42.341252 ], [ -71.109989, 42.341359 ], [ -71.109901, 42.34146 ], [ -71.109821, 42.341533 ], [ -71.109737, 42.341606 ], [ -71.109649, 42.341671 ], [ -71.109538, 42.341755 ], [ -71.109458, 42.341816 ], [ -71.109344, 42.341884 ], [ -71.10923, 42.341954 ], [ -71.109104, 42.34201 ], [ -71.109009, 42.342054 ], [ -71.108944, 42.342082 ], [ -71.108872, 42.34215 ], [ -71.108765, 42.342234 ], [ -71.108677, 42.342312 ], [ -71.108635, 42.342352 ], [ -71.108581, 42.342413 ], [ -71.108516, 42.342475 ], [ -71.108429, 42.342537 ], [ -71.108341, 42.342604 ], [ -71.108204, 42.34268 ], [ -71.108063, 42.342772 ], [ -71.107945, 42.342825 ], [ -71.107834, 42.342876 ], [ -71.107705, 42.342937 ], [ -71.107587, 42.34299 ], [ -71.107488, 42.343035 ], [ -71.107381, 42.343088 ], [ -71.107244, 42.343155 ], [ -71.107122, 42.343234 ], [ -71.106966, 42.343312 ], [ -71.106836, 42.343382 ], [ -71.106749, 42.343444 ], [ -71.10663, 42.343536 ], [ -71.106462, 42.343671 ], [ -71.106344, 42.343758 ], [ -71.106237, 42.343834 ], [ -71.106123, 42.34392 ], [ -71.10602, 42.343985 ], [ -71.105898, 42.344058 ], [ -71.105864, 42.344078 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.034203, 42.37203 ], [ -71.034177, 42.372059 ], [ -71.034146, 42.372088 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061653, 42.369584 ], [ -71.0615, 42.369604 ], [ -71.061275, 42.36963 ], [ -71.061234, 42.369636 ], [ -71.061239, 42.369661 ], [ -71.061241, 42.369686 ], [ -71.06124, 42.36971 ], [ -71.061236, 42.369732 ], [ -71.06123, 42.369754 ], [ -71.061221, 42.369774 ], [ -71.061209, 42.369794 ], [ -71.061195, 42.369813 ], [ -71.061178, 42.369831 ], [ -71.061158, 42.369847 ], [ -71.061136, 42.369863 ], [ -71.061111, 42.369879 ], [ -71.061052, 42.369907 ], [ -71.060975, 42.369936 ], [ -71.060531, 42.370109 ], [ -71.060536, 42.370148 ], [ -71.060468, 42.370264 ], [ -71.060394, 42.370293 ], [ -71.060362, 42.370254 ], [ -71.06015, 42.370343 ], [ -71.060127, 42.370387 ], [ -71.060258, 42.370565 ], [ -71.060136, 42.370619 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Millers Creek Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063996, 42.369728 ], [ -71.064242, 42.369742 ], [ -71.064459, 42.369754 ], [ -71.064738, 42.369785 ], [ -71.06482, 42.369806 ], [ -71.064991, 42.36993 ], [ -71.065062, 42.369999 ], [ -71.065118, 42.370071 ], [ -71.065155, 42.370137 ], [ -71.065176, 42.370213 ], [ -71.065195, 42.370288 ], [ -71.065225, 42.37035 ], [ -71.065488, 42.370606 ], [ -71.065813, 42.37096 ], [ -71.065869, 42.371105 ], [ -71.065871, 42.371243 ], [ -71.065864, 42.371312 ], [ -71.065837, 42.371404 ], [ -71.065794, 42.371511 ], [ -71.065752, 42.371612 ], [ -71.065712, 42.371697 ], [ -71.065642, 42.371819 ], [ -71.065567, 42.37193 ], [ -71.065469, 42.372057 ], [ -71.065383, 42.372158 ], [ -71.065346, 42.372193 ], [ -71.065328, 42.372233 ], [ -71.065321, 42.372263 ], [ -71.065324, 42.372293 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Zakim Bridge Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.063446, 42.368295 ], [ -71.063332, 42.368255 ], [ -71.063106, 42.368178 ], [ -71.062904, 42.368123 ], [ -71.062655, 42.368064 ], [ -71.062433, 42.368017 ], [ -71.062238, 42.367983 ], [ -71.06215, 42.36797 ], [ -71.062069, 42.36796 ], [ -71.062003, 42.367954 ], [ -71.061941, 42.36795 ], [ -71.061885, 42.367949 ], [ -71.061833, 42.36795 ], [ -71.061786, 42.367953 ], [ -71.061743, 42.367958 ], [ -71.061623, 42.367983 ], [ -71.061597, 42.367984 ], [ -71.061569, 42.367981 ], [ -71.061438, 42.36796 ], [ -71.061346, 42.36795 ], [ -71.061318, 42.36795 ], [ -71.061301, 42.367953 ], [ -71.061296, 42.367955 ], [ -71.061295, 42.367958 ], [ -71.061301, 42.367967 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03407, 42.37216 ], [ -71.03401, 42.372173 ], [ -71.033973, 42.372203 ], [ -71.033958, 42.37222 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.034146, 42.372088 ], [ -71.03407, 42.37216 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037634, 42.369676 ], [ -71.037565, 42.36974 ], [ -71.037506, 42.369794 ], [ -71.03742, 42.36987 ], [ -71.037324, 42.369952 ], [ -71.037227, 42.370036 ], [ -71.037153, 42.370096 ], [ -71.037082, 42.370162 ], [ -71.037008, 42.370219 ], [ -71.036908, 42.370276 ], [ -71.036786, 42.370346 ], [ -71.036671, 42.370414 ], [ -71.036564, 42.370479 ], [ -71.03646, 42.370539 ], [ -71.036371, 42.370596 ], [ -71.036256, 42.370659 ], [ -71.036156, 42.370727 ], [ -71.036049, 42.370795 ], [ -71.035975, 42.370838 ], [ -71.035904, 42.370898 ], [ -71.035823, 42.370944 ], [ -71.035738, 42.370998 ], [ -71.035641, 42.371061 ], [ -71.035541, 42.371126 ], [ -71.035452, 42.371178 ], [ -71.035341, 42.371246 ], [ -71.035256, 42.3713 ], [ -71.035156, 42.371357 ], [ -71.035067, 42.371406 ], [ -71.034945, 42.371471 ], [ -71.034878, 42.371501 ], [ -71.034801, 42.371544 ], [ -71.034727, 42.371585 ], [ -71.034675, 42.371626 ], [ -71.034604, 42.37168 ], [ -71.034534, 42.37174 ], [ -71.034459, 42.3718 ], [ -71.034389, 42.37186 ], [ -71.034304, 42.371931 ], [ -71.03424, 42.37199 ], [ -71.034203, 42.37203 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03862, 42.368514 ], [ -71.038565, 42.368592 ], [ -71.038483, 42.368693 ], [ -71.038398, 42.368805 ], [ -71.038294, 42.368919 ], [ -71.03819, 42.369053 ], [ -71.038097, 42.369154 ], [ -71.038026, 42.369252 ], [ -71.037955, 42.369334 ], [ -71.037903, 42.369391 ], [ -71.037832, 42.369464 ], [ -71.03778, 42.369516 ], [ -71.037736, 42.369554 ], [ -71.037636, 42.369674 ], [ -71.037634, 42.369676 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039125, 42.366717 ], [ -71.039202, 42.366708 ], [ -71.039255, 42.36673 ], [ -71.039326, 42.366777 ], [ -71.039336, 42.366804 ], [ -71.039369, 42.366906 ], [ -71.03939, 42.366992 ], [ -71.039402, 42.367078 ], [ -71.039392, 42.367145 ], [ -71.039379, 42.367248 ], [ -71.039354, 42.36735 ], [ -71.039345, 42.367428 ], [ -71.039363, 42.367475 ], [ -71.039369, 42.367514 ], [ -71.039358, 42.367589 ], [ -71.039347, 42.367638 ], [ -71.03934, 42.367676 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038683, 42.368439 ], [ -71.03862, 42.368514 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03934, 42.367676 ], [ -71.039339, 42.367682 ], [ -71.03932, 42.367728 ], [ -71.039287, 42.367769 ], [ -71.039235, 42.367824 ], [ -71.039186, 42.367878 ], [ -71.039116, 42.367941 ], [ -71.039045, 42.368017 ], [ -71.038986, 42.368074 ], [ -71.038923, 42.368148 ], [ -71.038859, 42.368222 ], [ -71.038804, 42.368295 ], [ -71.03877, 42.368338 ], [ -71.038747, 42.368365 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Boston Greenway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.038747, 42.368365 ], [ -71.038683, 42.368439 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.052946, 42.347753 ], [ -71.053112, 42.347539 ], [ -71.053124, 42.347524 ], [ -71.053139, 42.347514 ], [ -71.053159, 42.347508 ], [ -71.053188, 42.347505 ], [ -71.053328, 42.347498 ], [ -71.053557, 42.347489 ], [ -71.054195, 42.346631 ], [ -71.054534, 42.346167 ], [ -71.054737, 42.345849 ], [ -71.054889, 42.345755 ], [ -71.055501, 42.345748 ], [ -71.055656, 42.345745 ], [ -71.055737, 42.345741 ], [ -71.056323, 42.345689 ], [ -71.056363, 42.345682 ], [ -71.056441, 42.345661 ], [ -71.056465, 42.345657 ], [ -71.056492, 42.345656 ], [ -71.056561, 42.345651 ], [ -71.056676, 42.345633 ], [ -71.056714, 42.345632 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048315, 42.353297 ], [ -71.048881, 42.353541 ], [ -71.049228, 42.353058 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Nashua Street Park Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068253, 42.366925 ], [ -71.068131, 42.366998 ], [ -71.068005, 42.367087 ], [ -71.067808, 42.367184 ], [ -71.067702, 42.367214 ], [ -71.067589, 42.367265 ], [ -71.067321, 42.367417 ], [ -71.066866, 42.367614 ], [ -71.066716, 42.367662 ], [ -71.066572, 42.367693 ], [ -71.066417, 42.367746 ], [ -71.066216, 42.36788 ], [ -71.066084, 42.368042 ], [ -71.065917, 42.36807 ], [ -71.065754, 42.368153 ], [ -71.065653, 42.368269 ], [ -71.065446, 42.368279 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset River Trail" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039047, 42.285815 ], [ -71.038737, 42.286012 ], [ -71.038703, 42.286035 ], [ -71.038691, 42.286046 ], [ -71.038681, 42.286057 ], [ -71.038671, 42.286071 ], [ -71.038666, 42.286082 ], [ -71.038662, 42.286097 ], [ -71.038659, 42.286115 ], [ -71.038658, 42.286128 ], [ -71.03866, 42.286141 ], [ -71.038663, 42.28615 ], [ -71.038669, 42.286162 ], [ -71.038676, 42.286173 ], [ -71.038686, 42.286184 ], [ -71.038721, 42.286218 ], [ -71.038738, 42.286233 ], [ -71.039073, 42.286545 ], [ -71.039112, 42.286578 ], [ -71.039142, 42.286606 ], [ -71.039154, 42.286618 ], [ -71.039163, 42.28663 ], [ -71.039169, 42.286644 ], [ -71.039174, 42.286657 ], [ -71.039177, 42.286673 ], [ -71.039176, 42.286692 ], [ -71.039175, 42.286748 ], [ -71.039175, 42.286812 ], [ -71.039177, 42.28683 ], [ -71.03918, 42.286849 ], [ -71.039188, 42.286864 ], [ -71.039199, 42.286885 ], [ -71.03921, 42.286903 ], [ -71.039222, 42.28692 ], [ -71.039239, 42.28694 ], [ -71.039263, 42.286963 ], [ -71.039304, 42.286998 ], [ -71.039364, 42.287045 ], [ -71.0395, 42.287143 ], [ -71.039703, 42.287289 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.055876, 42.37396 ], [ -71.054583, 42.374689 ], [ -71.052277, 42.372666 ], [ -71.050868, 42.373522 ], [ -71.05083, 42.373729 ], [ -71.0505, 42.374957 ], [ -71.050682, 42.375131 ], [ -71.050338, 42.375455 ], [ -71.050123, 42.375276 ], [ -71.049657, 42.375552 ], [ -71.049496, 42.375696 ], [ -71.050036, 42.376036 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "South Street Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130595, 42.287649 ], [ -71.130524, 42.287636 ], [ -71.130415, 42.287723 ], [ -71.13032, 42.287658 ], [ -71.130273, 42.287614 ], [ -71.130208, 42.287542 ], [ -71.130104, 42.287427 ], [ -71.130051, 42.287358 ], [ -71.129972, 42.287383 ], [ -71.129556, 42.287219 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Tenean Beach Path" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.044319, 42.293276 ], [ -71.04413, 42.293152 ], [ -71.043867, 42.29296 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130395, 42.376138 ], [ -71.130407, 42.376049 ], [ -71.130452, 42.375716 ], [ -71.130456, 42.375685 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130456, 42.375685 ], [ -71.130461, 42.37565 ], [ -71.130488, 42.375446 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130314, 42.376749 ], [ -71.130327, 42.376651 ], [ -71.130382, 42.376238 ], [ -71.130395, 42.376138 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13016, 42.377893 ], [ -71.130187, 42.3777 ], [ -71.1303, 42.376855 ], [ -71.130314, 42.376749 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Scott St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109502, 42.379617 ], [ -71.109271, 42.379773 ], [ -71.108829, 42.380096 ], [ -71.108716, 42.380178 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ellery St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109728, 42.372752 ], [ -71.109797, 42.37265 ], [ -71.110264, 42.371952 ], [ -71.110304, 42.371892 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099982, 42.363188 ], [ -71.100125, 42.363271 ], [ -71.100166, 42.363295 ], [ -71.100531, 42.363507 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09958, 42.36295 ], [ -71.09968, 42.363009 ], [ -71.099895, 42.363137 ], [ -71.099982, 42.363188 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Norfolk St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099461, 42.367852 ], [ -71.099487, 42.367814 ], [ -71.099546, 42.36773 ], [ -71.0996, 42.367651 ], [ -71.099659, 42.367566 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Norfolk St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099001, 42.368519 ], [ -71.099072, 42.368415 ], [ -71.099143, 42.368311 ], [ -71.099201, 42.368228 ], [ -71.09923, 42.368186 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099154, 42.373512 ], [ -71.099243, 42.373523 ], [ -71.099566, 42.373565 ], [ -71.099662, 42.373577 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098139, 42.37338 ], [ -71.098353, 42.373408 ], [ -71.099036, 42.373496 ], [ -71.099154, 42.373512 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094513, 42.372912 ], [ -71.094367, 42.372892 ], [ -71.093938, 42.372836 ], [ -71.093498, 42.372777 ], [ -71.093287, 42.37275 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089749, 42.372292 ], [ -71.089649, 42.372278 ], [ -71.089332, 42.372237 ], [ -71.089076, 42.372203 ], [ -71.088962, 42.372188 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096193, 42.369917 ], [ -71.096329, 42.370029 ], [ -71.096555, 42.370214 ], [ -71.096775, 42.370394 ], [ -71.09688, 42.37048 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095345, 42.373017 ], [ -71.095506, 42.373038 ], [ -71.095819, 42.373079 ], [ -71.096112, 42.373117 ], [ -71.096239, 42.373133 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094513, 42.372912 ], [ -71.094669, 42.372931 ], [ -71.094968, 42.372969 ], [ -71.095205, 42.372999 ], [ -71.095345, 42.373017 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091202, 42.372479 ], [ -71.091319, 42.372495 ], [ -71.09149, 42.372517 ], [ -71.091701, 42.372544 ], [ -71.091844, 42.372563 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090656, 42.372409 ], [ -71.090791, 42.372426 ], [ -71.090916, 42.372442 ], [ -71.091102, 42.372466 ], [ -71.091202, 42.372479 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089749, 42.372292 ], [ -71.089889, 42.37231 ], [ -71.090234, 42.372354 ], [ -71.090559, 42.372396 ], [ -71.090656, 42.372409 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088456, 42.372124 ], [ -71.088598, 42.372142 ], [ -71.088724, 42.372157 ], [ -71.088875, 42.372177 ], [ -71.088962, 42.372188 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087074, 42.371947 ], [ -71.08714, 42.371955 ], [ -71.087248, 42.371969 ], [ -71.087353, 42.371982 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085918, 42.363343 ], [ -71.085714, 42.363263 ], [ -71.084623, 42.362798 ], [ -71.084325, 42.362667 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "3rd St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082409, 42.365678 ], [ -71.082542, 42.365444 ], [ -71.08269, 42.365184 ], [ -71.082746, 42.365084 ], [ -71.082803, 42.364985 ], [ -71.083281, 42.364148 ], [ -71.083401, 42.36394 ], [ -71.083458, 42.363842 ], [ -71.083834, 42.363292 ], [ -71.084197, 42.362827 ], [ -71.084325, 42.362667 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079848, 42.37102 ], [ -71.079995, 42.371039 ], [ -71.081349, 42.371214 ], [ -71.081493, 42.371233 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081493, 42.371233 ], [ -71.081673, 42.371256 ], [ -71.082987, 42.371424 ], [ -71.08314, 42.371443 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078595, 42.370859 ], [ -71.078738, 42.370878 ], [ -71.079669, 42.370997 ], [ -71.079848, 42.37102 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076934, 42.370636 ], [ -71.077171, 42.370676 ], [ -71.078405, 42.370835 ], [ -71.078595, 42.370859 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097129, 42.37325 ], [ -71.097166, 42.373255 ], [ -71.097236, 42.373263 ], [ -71.097979, 42.373359 ], [ -71.098139, 42.37338 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087395, 42.363972 ], [ -71.087306, 42.363932 ], [ -71.086367, 42.363537 ], [ -71.086197, 42.363453 ], [ -71.086126, 42.363425 ], [ -71.085918, 42.363343 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Vassar St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105301, 42.355021 ], [ -71.10515, 42.355095 ], [ -71.104666, 42.355333 ], [ -71.104469, 42.355429 ], [ -71.104308, 42.355509 ], [ -71.103446, 42.355935 ], [ -71.10332, 42.355997 ], [ -71.103226, 42.356044 ], [ -71.097812, 42.358712 ], [ -71.097327, 42.358951 ], [ -71.095101, 42.360047 ], [ -71.094883, 42.360154 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Ames Stree" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087395, 42.363972 ], [ -71.087514, 42.36382 ], [ -71.087968, 42.363238 ], [ -71.088045, 42.363134 ], [ -71.0881, 42.363046 ], [ -71.088114, 42.363015 ], [ -71.088128, 42.36296 ], [ -71.088149, 42.362777 ], [ -71.088172, 42.36258 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092919, 42.366127 ], [ -71.093502, 42.366357 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093502, 42.366357 ], [ -71.093707, 42.366438 ], [ -71.094117, 42.366597 ], [ -71.094246, 42.366648 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130488, 42.375446 ], [ -71.13051, 42.375286 ], [ -71.130531, 42.375154 ], [ -71.130534, 42.374697 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11939, 42.373468 ], [ -71.119439, 42.373457 ], [ -71.119848, 42.373383 ], [ -71.119914, 42.373371 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120725, 42.373206 ], [ -71.12061, 42.373234 ], [ -71.120319, 42.373284 ], [ -71.120244, 42.373306 ], [ -71.120206, 42.373319 ], [ -71.120196, 42.373321 ], [ -71.119978, 42.37336 ], [ -71.119914, 42.373371 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13016, 42.377893 ], [ -71.13005, 42.377865 ], [ -71.129773, 42.377793 ], [ -71.129424, 42.377711 ], [ -71.129295, 42.377672 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133379, 42.377428 ], [ -71.133487, 42.377414 ], [ -71.133629, 42.377395 ], [ -71.133724, 42.377383 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133724, 42.377383 ], [ -71.133818, 42.37737 ], [ -71.13433, 42.377301 ], [ -71.134402, 42.377291 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134402, 42.377291 ], [ -71.134488, 42.377277 ], [ -71.13578, 42.37707 ], [ -71.135927, 42.377047 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137308, 42.376817 ], [ -71.137467, 42.376786 ], [ -71.138376, 42.376612 ], [ -71.138487, 42.37659 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138487, 42.37659 ], [ -71.13861, 42.376567 ], [ -71.139633, 42.376368 ], [ -71.139754, 42.376344 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139754, 42.376344 ], [ -71.139906, 42.376315 ], [ -71.140478, 42.376205 ], [ -71.140748, 42.376153 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132479, 42.377526 ], [ -71.132381, 42.377532 ], [ -71.132254, 42.377533 ], [ -71.131766, 42.377507 ], [ -71.131661, 42.37751 ], [ -71.13156, 42.377524 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133379, 42.377428 ], [ -71.133272, 42.377441 ], [ -71.13265, 42.377513 ], [ -71.132479, 42.377526 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "JFK St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120923, 42.371633 ], [ -71.120967, 42.371581 ], [ -71.121012, 42.371527 ], [ -71.121105, 42.371416 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094246, 42.366648 ], [ -71.094345, 42.366686 ], [ -71.094743, 42.366843 ], [ -71.094843, 42.366882 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094843, 42.366882 ], [ -71.094886, 42.366899 ], [ -71.095243, 42.367039 ], [ -71.095416, 42.367107 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096395, 42.367492 ], [ -71.096241, 42.367432 ], [ -71.095583, 42.367173 ], [ -71.095416, 42.367107 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098201, 42.368203 ], [ -71.098051, 42.368144 ], [ -71.097821, 42.368053 ], [ -71.097463, 42.367912 ], [ -71.097359, 42.367871 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092069, 42.365792 ], [ -71.092237, 42.365859 ], [ -71.092506, 42.365965 ], [ -71.092644, 42.36602 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092644, 42.36602 ], [ -71.092759, 42.366064 ], [ -71.092919, 42.366127 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098201, 42.368203 ], [ -71.098305, 42.368244 ], [ -71.098609, 42.368364 ], [ -71.098881, 42.368472 ], [ -71.099001, 42.368519 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099001, 42.368519 ], [ -71.099131, 42.36857 ], [ -71.099524, 42.368725 ], [ -71.099856, 42.368856 ], [ -71.099952, 42.368894 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099952, 42.368894 ], [ -71.100052, 42.368934 ], [ -71.100307, 42.369034 ], [ -71.100448, 42.36909 ], [ -71.100525, 42.36912 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101022, 42.369317 ], [ -71.100866, 42.369255 ], [ -71.100794, 42.369226 ], [ -71.100581, 42.369142 ], [ -71.100525, 42.36912 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099662, 42.373577 ], [ -71.099743, 42.373587 ], [ -71.100529, 42.373689 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100529, 42.373689 ], [ -71.100838, 42.373729 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Concord Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122098, 42.377512 ], [ -71.122297, 42.377615 ], [ -71.123315, 42.37814 ], [ -71.123326, 42.378147 ], [ -71.123336, 42.378155 ], [ -71.123341, 42.378161 ], [ -71.123348, 42.378169 ], [ -71.123354, 42.378179 ], [ -71.123356, 42.378185 ], [ -71.123359, 42.378201 ], [ -71.12336, 42.378209 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116418, 42.372694 ], [ -71.116309, 42.372662 ], [ -71.116103, 42.372601 ], [ -71.116038, 42.372577 ], [ -71.115998, 42.372556 ], [ -71.115949, 42.372523 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116418, 42.372694 ], [ -71.116502, 42.372717 ], [ -71.117042, 42.372866 ], [ -71.117118, 42.372887 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117118, 42.372887 ], [ -71.117187, 42.372907 ], [ -71.117817, 42.373083 ], [ -71.117895, 42.373105 ], [ -71.117998, 42.373133 ], [ -71.118248, 42.373202 ], [ -71.118278, 42.373215 ], [ -71.118302, 42.373227 ], [ -71.118317, 42.373233 ], [ -71.118517, 42.373296 ], [ -71.118554, 42.373322 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120503, 42.389885 ], [ -71.12068, 42.390039 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12101, 42.390305 ], [ -71.12068, 42.390039 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121525, 42.390576 ], [ -71.121099, 42.390359 ], [ -71.12101, 42.390305 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121525, 42.390576 ], [ -71.122253, 42.390906 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122813, 42.391158 ], [ -71.122253, 42.390906 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123275, 42.391374 ], [ -71.122813, 42.391158 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117659, 42.371701 ], [ -71.117567, 42.371595 ], [ -71.117152, 42.371447 ], [ -71.117054, 42.371412 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120146, 42.372566 ], [ -71.120009, 42.372513 ], [ -71.119446, 42.372294 ], [ -71.119405, 42.372278 ], [ -71.119338, 42.372252 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108125, 42.364086 ], [ -71.107708, 42.364234 ], [ -71.107513, 42.364297 ], [ -71.107475, 42.364309 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107475, 42.364309 ], [ -71.107344, 42.364351 ], [ -71.107131, 42.364423 ], [ -71.106806, 42.364534 ], [ -71.106688, 42.364574 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Concord Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148119, 42.389615 ], [ -71.148381, 42.389674 ], [ -71.148994, 42.389799 ], [ -71.150579, 42.3901 ], [ -71.150663, 42.390113 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Aberdeen A" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145837, 42.37526 ], [ -71.145988, 42.375643 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Aberdeen A" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145988, 42.375643 ], [ -71.146541, 42.376892 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Concord Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154007, 42.390547 ], [ -71.153868, 42.390529 ], [ -71.152653, 42.390375 ], [ -71.15169, 42.390251 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Concord Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15169, 42.390251 ], [ -71.151002, 42.390162 ], [ -71.150663, 42.390113 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Concord Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145993, 42.389156 ], [ -71.146204, 42.38921 ], [ -71.148029, 42.389596 ], [ -71.148119, 42.389615 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135927, 42.377047 ], [ -71.136115, 42.377016 ], [ -71.136845, 42.376897 ], [ -71.136952, 42.37688 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136952, 42.37688 ], [ -71.137149, 42.376845 ], [ -71.137186, 42.376838 ], [ -71.137294, 42.376819 ], [ -71.137308, 42.376817 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096858, 42.367674 ], [ -71.096395, 42.367492 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097359, 42.367871 ], [ -71.09727, 42.367835 ], [ -71.096858, 42.367674 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08314, 42.371443 ], [ -71.083291, 42.371463 ], [ -71.084647, 42.371637 ], [ -71.08479, 42.371655 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085535, 42.371752 ], [ -71.085678, 42.37177 ], [ -71.08612, 42.371825 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08479, 42.371655 ], [ -71.08496, 42.371677 ], [ -71.08541, 42.371735 ], [ -71.085535, 42.371752 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08612, 42.371825 ], [ -71.086143, 42.371827 ], [ -71.086254, 42.371842 ], [ -71.086565, 42.371882 ], [ -71.086742, 42.371904 ], [ -71.086872, 42.371921 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086872, 42.371921 ], [ -71.086948, 42.371931 ], [ -71.086974, 42.371934 ], [ -71.087074, 42.371947 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087353, 42.371982 ], [ -71.087423, 42.371991 ], [ -71.087831, 42.372044 ], [ -71.088168, 42.372087 ], [ -71.088276, 42.372101 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088276, 42.372101 ], [ -71.088344, 42.37211 ], [ -71.088382, 42.372114 ], [ -71.088456, 42.372124 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096239, 42.373133 ], [ -71.096425, 42.373158 ], [ -71.09673, 42.373198 ], [ -71.096979, 42.373231 ], [ -71.097052, 42.37324 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chauncy St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124177, 42.378969 ], [ -71.124029, 42.379035 ], [ -71.123358, 42.379313 ], [ -71.122186, 42.379676 ], [ -71.122136, 42.379688 ], [ -71.122074, 42.379697 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chauncy St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122074, 42.379697 ], [ -71.1217, 42.379754 ], [ -71.121535, 42.379778 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100531, 42.363507 ], [ -71.100658, 42.363581 ], [ -71.100874, 42.363707 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100874, 42.363707 ], [ -71.10109, 42.363833 ], [ -71.10119, 42.363897 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Eliot St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120842, 42.373178 ], [ -71.120911, 42.373158 ], [ -71.121046, 42.373103 ], [ -71.121202, 42.373017 ], [ -71.12131, 42.372946 ], [ -71.1214, 42.372869 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ellery St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110538, 42.371542 ], [ -71.110751, 42.371224 ], [ -71.110813, 42.37113 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ellery St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110304, 42.371892 ], [ -71.110347, 42.371828 ], [ -71.110538, 42.371542 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Fountain T" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150271, 42.379261 ], [ -71.150684, 42.378823 ], [ -71.150837, 42.378713 ], [ -71.150981, 42.378659 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153924, 42.380752 ], [ -71.153769, 42.3807 ], [ -71.153463, 42.380624 ], [ -71.15339, 42.380602 ], [ -71.15329, 42.380564 ], [ -71.153154, 42.3805 ], [ -71.153121, 42.380481 ], [ -71.153074, 42.38045 ], [ -71.153023, 42.380413 ], [ -71.152757, 42.380206 ], [ -71.152709, 42.380178 ], [ -71.152435, 42.380016 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Concord Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154007, 42.390547 ], [ -71.154211, 42.390573 ], [ -71.155697, 42.390763 ], [ -71.156384, 42.390826 ], [ -71.157077, 42.390911 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099759, 42.372845 ], [ -71.099832, 42.372905 ], [ -71.100096, 42.37312 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100096, 42.37312 ], [ -71.100436, 42.373397 ], [ -71.100569, 42.373507 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098975, 42.372202 ], [ -71.099069, 42.372279 ], [ -71.099678, 42.372778 ], [ -71.099759, 42.372845 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150806, 42.378052 ], [ -71.150828, 42.378117 ], [ -71.150833, 42.378131 ], [ -71.150845, 42.378166 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137337, 42.381306 ], [ -71.137473, 42.381295 ], [ -71.138018, 42.381251 ], [ -71.138114, 42.381244 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138323, 42.381227 ], [ -71.138446, 42.381217 ], [ -71.138552, 42.381208 ], [ -71.138659, 42.381188 ], [ -71.138781, 42.381166 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138114, 42.381244 ], [ -71.138231, 42.381234 ], [ -71.138252, 42.381232 ], [ -71.138323, 42.381227 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134103, 42.381521 ], [ -71.134321, 42.381527 ], [ -71.134544, 42.381521 ], [ -71.134837, 42.381499 ], [ -71.134935, 42.381492 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150271, 42.379261 ], [ -71.150505, 42.379367 ], [ -71.150692, 42.379502 ], [ -71.150933, 42.379691 ], [ -71.15101, 42.379737 ], [ -71.151076, 42.37977 ], [ -71.151202, 42.379821 ], [ -71.151366, 42.379869 ], [ -71.15142, 42.379879 ], [ -71.151507, 42.379891 ], [ -71.151633, 42.379907 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103708, 42.365404 ], [ -71.103755, 42.365433 ], [ -71.103991, 42.365575 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10318, 42.36508 ], [ -71.103244, 42.365126 ], [ -71.103615, 42.365349 ], [ -71.103708, 42.365404 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102567, 42.36471 ], [ -71.102665, 42.364767 ], [ -71.102872, 42.364886 ], [ -71.103072, 42.365007 ], [ -71.10318, 42.36508 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084242, 42.362195 ], [ -71.084335, 42.362209 ], [ -71.084598, 42.362249 ], [ -71.084837, 42.362277 ], [ -71.085167, 42.362347 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113887, 42.370822 ], [ -71.11435, 42.371201 ], [ -71.115253, 42.371934 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112714, 42.369883 ], [ -71.112939, 42.370063 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112939, 42.370063 ], [ -71.113301, 42.370353 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113301, 42.370353 ], [ -71.113806, 42.370757 ], [ -71.113887, 42.370822 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Palmer St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119914, 42.373371 ], [ -71.120156, 42.374258 ], [ -71.120174, 42.374379 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113547, 42.362258 ], [ -71.113359, 42.362327 ], [ -71.112551, 42.3626 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113336, 42.370091 ], [ -71.112714, 42.369883 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114464, 42.37049 ], [ -71.11434, 42.370446 ], [ -71.113459, 42.370132 ], [ -71.113336, 42.370091 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Murray St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121888, 42.372336 ], [ -71.122163, 42.372167 ], [ -71.123054, 42.371112 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087395, 42.363972 ], [ -71.088722, 42.364529 ], [ -71.089023, 42.364644 ], [ -71.08941, 42.364787 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brattle St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13156, 42.377524 ], [ -71.131483, 42.377535 ], [ -71.13016, 42.377893 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150226, 42.376209 ], [ -71.150247, 42.376278 ], [ -71.150413, 42.37683 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150413, 42.37683 ], [ -71.150439, 42.376915 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Vassar St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089963, 42.362712 ], [ -71.089996, 42.362599 ], [ -71.09016, 42.36248 ], [ -71.092637, 42.361257 ], [ -71.092692, 42.361229 ], [ -71.093523, 42.360819 ], [ -71.094612, 42.360286 ], [ -71.094883, 42.360154 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Norfolk St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09923, 42.368186 ], [ -71.09926, 42.368142 ], [ -71.099337, 42.368031 ], [ -71.09941, 42.367926 ], [ -71.099461, 42.367852 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Eliot St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120842, 42.373178 ], [ -71.120725, 42.373206 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091844, 42.372563 ], [ -71.092008, 42.372584 ], [ -71.092504, 42.372648 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092504, 42.372648 ], [ -71.092554, 42.372655 ], [ -71.093047, 42.372718 ], [ -71.093287, 42.37275 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Industrial" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072356, 42.368812 ], [ -71.072168, 42.369006 ], [ -71.071961, 42.369216 ], [ -71.071874, 42.369304 ], [ -71.071365, 42.369808 ], [ -71.070719, 42.369474 ], [ -71.070661, 42.369468 ], [ -71.070349, 42.369589 ], [ -71.06979, 42.369818 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093297, 42.36515 ], [ -71.093192, 42.365104 ], [ -71.09272, 42.364896 ], [ -71.092608, 42.364846 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094133, 42.365502 ], [ -71.094023, 42.365456 ], [ -71.093398, 42.365193 ], [ -71.093297, 42.36515 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094878, 42.365815 ], [ -71.09472, 42.365748 ], [ -71.094224, 42.36554 ], [ -71.094133, 42.365502 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096527, 42.366508 ], [ -71.096374, 42.366444 ], [ -71.095909, 42.366248 ], [ -71.095766, 42.366188 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096859, 42.366646 ], [ -71.096742, 42.366597 ], [ -71.096599, 42.366538 ], [ -71.096527, 42.366508 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097293, 42.366822 ], [ -71.097277, 42.366817 ], [ -71.096982, 42.366698 ], [ -71.096859, 42.366646 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09786, 42.366993 ], [ -71.097683, 42.366939 ], [ -71.097621, 42.366921 ], [ -71.097383, 42.366849 ], [ -71.097293, 42.366822 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099659, 42.367566 ], [ -71.099548, 42.367527 ], [ -71.099251, 42.367423 ], [ -71.098872, 42.367302 ], [ -71.098746, 42.367261 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Trowbridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112005, 42.371453 ], [ -71.111933, 42.37156 ], [ -71.111476, 42.372245 ], [ -71.111432, 42.372312 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ellery St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110813, 42.37113 ], [ -71.110893, 42.371013 ], [ -71.111751, 42.369736 ], [ -71.111802, 42.369658 ], [ -71.111861, 42.369567 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Trowbridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112939, 42.370063 ], [ -71.112076, 42.371348 ], [ -71.112005, 42.371453 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Ellery St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108335, 42.374698 ], [ -71.109648, 42.372864 ], [ -71.109728, 42.372752 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Trowbridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111432, 42.372312 ], [ -71.111387, 42.372379 ], [ -71.110909, 42.373099 ], [ -71.110837, 42.373196 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112361, 42.362665 ], [ -71.112247, 42.362703 ], [ -71.111684, 42.362892 ], [ -71.111594, 42.362922 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110988, 42.363123 ], [ -71.11086, 42.363167 ], [ -71.110638, 42.363242 ], [ -71.110521, 42.363279 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110521, 42.363279 ], [ -71.110335, 42.363345 ], [ -71.10978, 42.363532 ], [ -71.109695, 42.363561 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109695, 42.363561 ], [ -71.109567, 42.363603 ], [ -71.108958, 42.363808 ], [ -71.108841, 42.363848 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108841, 42.363848 ], [ -71.108683, 42.363901 ], [ -71.108395, 42.364 ], [ -71.108125, 42.364086 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106688, 42.364574 ], [ -71.106559, 42.364617 ], [ -71.106292, 42.364708 ], [ -71.105973, 42.364817 ], [ -71.10591, 42.364845 ], [ -71.105807, 42.364892 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112361, 42.362665 ], [ -71.112426, 42.362642 ], [ -71.112551, 42.3626 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111594, 42.362922 ], [ -71.111484, 42.362959 ], [ -71.111213, 42.36305 ], [ -71.11111, 42.363084 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "River St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11111, 42.363084 ], [ -71.11104, 42.363106 ], [ -71.111024, 42.363111 ], [ -71.110988, 42.363123 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Quincy St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114453, 42.37482 ], [ -71.114506, 42.374716 ], [ -71.114866, 42.373294 ], [ -71.115147, 42.372306 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Quincy St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114453, 42.37482 ], [ -71.114373, 42.375233 ], [ -71.114342, 42.375355 ], [ -71.114325, 42.375471 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150225, 42.374704 ], [ -71.150155, 42.37483 ], [ -71.150021, 42.375075 ], [ -71.149979, 42.375165 ], [ -71.149972, 42.375184 ], [ -71.149962, 42.375213 ], [ -71.14996, 42.37523 ], [ -71.149961, 42.375267 ], [ -71.149965, 42.375292 ], [ -71.149979, 42.375347 ], [ -71.15, 42.375422 ], [ -71.150014, 42.375471 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150845, 42.378166 ], [ -71.150861, 42.378227 ], [ -71.150932, 42.378486 ], [ -71.150981, 42.378659 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "JFK St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120146, 42.372566 ], [ -71.120083, 42.372641 ], [ -71.119439, 42.373414 ], [ -71.11939, 42.373468 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Winthrop S" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120489, 42.372154 ], [ -71.120614, 42.372211 ], [ -71.120778, 42.372286 ], [ -71.120844, 42.372309 ], [ -71.121472, 42.372601 ], [ -71.121581, 42.372652 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "JFK St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120923, 42.371633 ], [ -71.120882, 42.371683 ], [ -71.120551, 42.372079 ], [ -71.120489, 42.372154 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "JFK St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120489, 42.372154 ], [ -71.120425, 42.372231 ], [ -71.120215, 42.372483 ], [ -71.120146, 42.372566 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Eliot St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121888, 42.372336 ], [ -71.121798, 42.372238 ], [ -71.121768, 42.372189 ], [ -71.121741, 42.372125 ], [ -71.12171, 42.372059 ], [ -71.121704, 42.37205 ], [ -71.12169, 42.372033 ], [ -71.121215, 42.371525 ], [ -71.121182, 42.371492 ], [ -71.121105, 42.371416 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115253, 42.371934 ], [ -71.11584, 42.372451 ], [ -71.115949, 42.372523 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117847, 42.371757 ], [ -71.117775, 42.371735 ], [ -71.11772, 42.371719 ], [ -71.117659, 42.371701 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118574, 42.37197 ], [ -71.118471, 42.37194 ], [ -71.117909, 42.371775 ], [ -71.117847, 42.371757 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119338, 42.372252 ], [ -71.119255, 42.372219 ], [ -71.118853, 42.372061 ], [ -71.118665, 42.371997 ], [ -71.118574, 42.37197 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Eliot St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121581, 42.372652 ], [ -71.1214, 42.372869 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Eliot St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121581, 42.372652 ], [ -71.121616, 42.372608 ], [ -71.121769, 42.372418 ], [ -71.121799, 42.372387 ], [ -71.121815, 42.372377 ], [ -71.121888, 42.372336 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115181, 42.370745 ], [ -71.115082, 42.37071 ], [ -71.114543, 42.370518 ], [ -71.114464, 42.37049 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116118, 42.371078 ], [ -71.116024, 42.371044 ], [ -71.115257, 42.370772 ], [ -71.115181, 42.370745 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mount Aubu" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117054, 42.371412 ], [ -71.116926, 42.371366 ], [ -71.116219, 42.371114 ], [ -71.116118, 42.371078 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132007, 42.381198 ], [ -71.132038, 42.381266 ], [ -71.132076, 42.38132 ], [ -71.132081, 42.381326 ], [ -71.132106, 42.381348 ], [ -71.132123, 42.381362 ], [ -71.132167, 42.381389 ], [ -71.132247, 42.381481 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132007, 42.381198 ], [ -71.131984, 42.381137 ], [ -71.131969, 42.381099 ], [ -71.131945, 42.381038 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131299, 42.379567 ], [ -71.131262, 42.379513 ], [ -71.130892, 42.378985 ], [ -71.130842, 42.378912 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.130842, 42.378912 ], [ -71.1308, 42.378853 ], [ -71.130512, 42.378439 ], [ -71.130247, 42.378056 ], [ -71.13016, 42.377893 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131862, 42.38076 ], [ -71.131677, 42.38016 ], [ -71.131662, 42.380115 ], [ -71.131647, 42.380078 ], [ -71.131604, 42.380005 ], [ -71.131348, 42.379637 ], [ -71.131299, 42.379567 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sparks St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131945, 42.381038 ], [ -71.131925, 42.38097 ], [ -71.131867, 42.380778 ], [ -71.131862, 42.38076 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Wendell St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11632, 42.381566 ], [ -71.116509, 42.381574 ], [ -71.119389, 42.381702 ], [ -71.119525, 42.381707 ], [ -71.119739, 42.381714 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Yerxa RR U" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12947, 42.38947 ], [ -71.12934, 42.389644 ], [ -71.129259, 42.39001 ], [ -71.12925, 42.390197 ], [ -71.129224, 42.39061 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Martin Ann" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103585, 42.355867 ], [ -71.103757, 42.356065 ], [ -71.103753, 42.35618 ], [ -71.103901, 42.356348 ], [ -71.103938, 42.356367 ], [ -71.103962, 42.356357 ], [ -71.104007, 42.356327 ], [ -71.104126, 42.356269 ], [ -71.104268, 42.356234 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "6th Street" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087306, 42.363932 ], [ -71.086365, 42.365036 ], [ -71.086072, 42.366151 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Garden Pas" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12336, 42.378209 ], [ -71.123708, 42.378325 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Aberdeen A" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146541, 42.376892 ], [ -71.147217, 42.37842 ], [ -71.14722, 42.37843 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Aberdeen A" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14722, 42.37843 ], [ -71.147245, 42.378506 ], [ -71.147294, 42.378756 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Mid-Block" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111636, 42.381202 ], [ -71.112041, 42.381554 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "RR Crossin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093373, 42.362031 ], [ -71.092637, 42.361257 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Ped" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115851, 42.369637 ], [ -71.11587, 42.369504 ], [ -71.115797, 42.369291 ], [ -71.115805, 42.369084 ], [ -71.115842, 42.368932 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148255, 42.395343 ], [ -71.147982, 42.395965 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120168, 42.377705 ], [ -71.120404, 42.377794 ], [ -71.120572, 42.377853 ], [ -71.120648, 42.37787 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Canal Park" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07391, 42.368205 ], [ -71.075367, 42.36897 ], [ -71.075418, 42.368984 ], [ -71.075461, 42.368968 ], [ -71.075481, 42.368943 ], [ -71.075539, 42.368888 ], [ -71.075609, 42.368838 ], [ -71.075685, 42.368795 ], [ -71.075783, 42.368761 ], [ -71.075895, 42.368749 ], [ -71.076028, 42.368757 ], [ -71.07615, 42.368791 ], [ -71.076231, 42.368837 ], [ -71.076309, 42.368902 ], [ -71.076359, 42.368969 ], [ -71.076385, 42.369053 ], [ -71.076391, 42.36915 ], [ -71.076359, 42.369243 ], [ -71.076294, 42.369318 ], [ -71.076203, 42.369381 ], [ -71.07611, 42.369428 ], [ -71.07599, 42.369456 ], [ -71.075867, 42.369456 ], [ -71.075779, 42.369439 ], [ -71.075713, 42.369418 ], [ -71.075666, 42.369411 ], [ -71.075639, 42.369425 ], [ -71.075607, 42.369436 ], [ -71.075575, 42.369436 ], [ -71.075532, 42.369427 ], [ -71.07549, 42.369407 ], [ -71.075071, 42.369196 ], [ -71.075025, 42.369183 ], [ -71.074591, 42.368965 ], [ -71.074545, 42.368926 ], [ -71.074088, 42.36869 ], [ -71.07405, 42.368654 ], [ -71.07365, 42.368451 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114559, 42.374789 ], [ -71.115631, 42.375435 ], [ -71.115682, 42.375457 ], [ -71.115738, 42.375472 ], [ -71.116346, 42.37559 ], [ -71.116675, 42.375653 ], [ -71.117341, 42.376017 ], [ -71.117391, 42.376039 ], [ -71.117464, 42.376071 ], [ -71.117527, 42.376088 ], [ -71.117603, 42.376105 ], [ -71.117694, 42.376119 ], [ -71.117795, 42.376132 ], [ -71.117877, 42.376136 ], [ -71.117967, 42.376134 ], [ -71.118051, 42.376135 ], [ -71.118123, 42.376141 ], [ -71.118221, 42.376152 ], [ -71.118312, 42.376166 ], [ -71.11842, 42.376191 ], [ -71.11853, 42.376223 ], [ -71.118637, 42.37626 ], [ -71.11876, 42.376303 ], [ -71.11885, 42.376336 ], [ -71.118944, 42.376367 ], [ -71.119038, 42.376405 ], [ -71.119413, 42.376598 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122009, 42.377539 ], [ -71.121883, 42.377455 ], [ -71.120404, 42.376661 ], [ -71.120356, 42.376631 ], [ -71.120285, 42.376569 ], [ -71.120213, 42.376516 ], [ -71.120144, 42.376489 ], [ -71.11986, 42.376483 ], [ -71.119842, 42.376431 ], [ -71.119592, 42.376495 ], [ -71.119412, 42.376598 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126108, 42.389862 ], [ -71.126222, 42.389838 ], [ -71.126393, 42.389866 ], [ -71.126417, 42.38987 ], [ -71.126475, 42.38988 ], [ -71.126491, 42.389882 ], [ -71.126546, 42.389892 ], [ -71.126567, 42.389896 ], [ -71.126637, 42.389908 ], [ -71.126714, 42.389921 ], [ -71.126726, 42.389923 ], [ -71.126792, 42.389934 ], [ -71.126796, 42.389935 ], [ -71.126858, 42.389946 ], [ -71.126925, 42.389957 ], [ -71.127134, 42.389993 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sidney St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09958, 42.36295 ], [ -71.09968, 42.362857 ], [ -71.100092, 42.362476 ], [ -71.100192, 42.362384 ], [ -71.100275, 42.362306 ], [ -71.10065, 42.361959 ], [ -71.100749, 42.361867 ], [ -71.100827, 42.361795 ], [ -71.101783, 42.36091 ], [ -71.101866, 42.360845 ], [ -71.102479, 42.36036 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155443, 42.381512 ], [ -71.155103, 42.381434 ], [ -71.155001, 42.381406 ], [ -71.154881, 42.381366 ], [ -71.154709, 42.381288 ], [ -71.154556, 42.381199 ], [ -71.154408, 42.381089 ], [ -71.154263, 42.380967 ], [ -71.154224, 42.380934 ], [ -71.154176, 42.380897 ], [ -71.154157, 42.380885 ], [ -71.154134, 42.380872 ], [ -71.154088, 42.380847 ], [ -71.154057, 42.38082 ], [ -71.154026, 42.380799 ], [ -71.153996, 42.380783 ], [ -71.153924, 42.380752 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157576, 42.382136 ], [ -71.156868, 42.381877 ], [ -71.156495, 42.381755 ], [ -71.155443, 42.381512 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109026, 42.353458 ], [ -71.109017, 42.353456 ], [ -71.108933, 42.353439 ], [ -71.108844, 42.353424 ], [ -71.108804, 42.353419 ], [ -71.108764, 42.353414 ], [ -71.108724, 42.353411 ], [ -71.108684, 42.353408 ], [ -71.108643, 42.353406 ], [ -71.108603, 42.353406 ], [ -71.108562, 42.353406 ], [ -71.108461, 42.353409 ], [ -71.108444, 42.35341 ], [ -71.10827, 42.353416 ], [ -71.108095, 42.353417 ], [ -71.108021, 42.353416 ], [ -71.107946, 42.353413 ], [ -71.107872, 42.353409 ], [ -71.107758, 42.353401 ], [ -71.10761, 42.353395 ], [ -71.107382, 42.353387 ], [ -71.107351, 42.353386 ], [ -71.107325, 42.353386 ], [ -71.107186, 42.353383 ], [ -71.106957, 42.353382 ], [ -71.10675, 42.353384 ], [ -71.106531, 42.35339 ], [ -71.106313, 42.353398 ], [ -71.106097, 42.353408 ], [ -71.105776, 42.353424 ], [ -71.105472, 42.353442 ], [ -71.10511, 42.353466 ], [ -71.104935, 42.353478 ], [ -71.104792, 42.353493 ], [ -71.104758, 42.353496 ], [ -71.104672, 42.353506 ], [ -71.104481, 42.353531 ], [ -71.104427, 42.353539 ], [ -71.104285, 42.353562 ], [ -71.104121, 42.35359 ], [ -71.103958, 42.353622 ], [ -71.103796, 42.353657 ], [ -71.103707, 42.353677 ], [ -71.103456, 42.353742 ], [ -71.10322, 42.353807 ], [ -71.103012, 42.35387 ], [ -71.102743, 42.353958 ], [ -71.102355, 42.354088 ], [ -71.102082, 42.354179 ], [ -71.101762, 42.354286 ], [ -71.101677, 42.354314 ], [ -71.101352, 42.354423 ], [ -71.100985, 42.354546 ], [ -71.100722, 42.354632 ], [ -71.100638, 42.35466 ], [ -71.100568, 42.354682 ], [ -71.100496, 42.354703 ], [ -71.100422, 42.354723 ], [ -71.100348, 42.354741 ], [ -71.100196, 42.354777 ], [ -71.100042, 42.35481 ], [ -71.099886, 42.354838 ], [ -71.099775, 42.354855 ], [ -71.099764, 42.354833 ], [ -71.099662, 42.354849 ], [ -71.099381, 42.35489 ], [ -71.099046, 42.354939 ], [ -71.098924, 42.354959 ], [ -71.098803, 42.354981 ], [ -71.098683, 42.355007 ], [ -71.098564, 42.355036 ], [ -71.098447, 42.355068 ], [ -71.098206, 42.355144 ], [ -71.098088, 42.355183 ], [ -71.097794, 42.355282 ], [ -71.097526, 42.355372 ], [ -71.097508, 42.355368 ], [ -71.097491, 42.355354 ], [ -71.097349, 42.355402 ], [ -71.097306, 42.355417 ], [ -71.097202, 42.355451 ], [ -71.097206, 42.355479 ], [ -71.097192, 42.355484 ], [ -71.096974, 42.355557 ], [ -71.096776, 42.355623 ], [ -71.096521, 42.355707 ], [ -71.096463, 42.355727 ], [ -71.096281, 42.355788 ], [ -71.09605, 42.355865 ], [ -71.095967, 42.355893 ], [ -71.095515, 42.356044 ], [ -71.095211, 42.356146 ], [ -71.094829, 42.356275 ], [ -71.094644, 42.356337 ], [ -71.094321, 42.356445 ], [ -71.094161, 42.356497 ], [ -71.094045, 42.356536 ], [ -71.093701, 42.356651 ], [ -71.093556, 42.356699 ], [ -71.093406, 42.35675 ], [ -71.093194, 42.356821 ], [ -71.092919, 42.356913 ], [ -71.092735, 42.356973 ], [ -71.092367, 42.357099 ], [ -71.092365, 42.357098 ], [ -71.092159, 42.357167 ], [ -71.091767, 42.357297 ], [ -71.09153, 42.357377 ], [ -71.09151, 42.357384 ], [ -71.091309, 42.357451 ], [ -71.091016, 42.357549 ], [ -71.090802, 42.357619 ], [ -71.090638, 42.357674 ], [ -71.090554, 42.357702 ], [ -71.090409, 42.357751 ], [ -71.090152, 42.357837 ], [ -71.089944, 42.357906 ], [ -71.089684, 42.357994 ], [ -71.089561, 42.358034 ], [ -71.089175, 42.358164 ], [ -71.088712, 42.358318 ], [ -71.08827, 42.358466 ], [ -71.087838, 42.35861 ], [ -71.087642, 42.358676 ], [ -71.087188, 42.358828 ], [ -71.087167, 42.358835 ], [ -71.08671, 42.358987 ], [ -71.086675, 42.358999 ], [ -71.086226, 42.359148 ], [ -71.085778, 42.359298 ], [ -71.085015, 42.359553 ], [ -71.084209, 42.359822 ], [ -71.083881, 42.359932 ], [ -71.083862, 42.359938 ], [ -71.083847, 42.359943 ], [ -71.083833, 42.359947 ], [ -71.083817, 42.359951 ], [ -71.083802, 42.359955 ], [ -71.083787, 42.359958 ], [ -71.083772, 42.359961 ], [ -71.083756, 42.359964 ], [ -71.083679, 42.359976 ], [ -71.08366, 42.359979 ], [ -71.083642, 42.359983 ], [ -71.083623, 42.359987 ], [ -71.083605, 42.359992 ], [ -71.083587, 42.359997 ], [ -71.08357, 42.360002 ], [ -71.083552, 42.360008 ], [ -71.083535, 42.360015 ], [ -71.083429, 42.360051 ], [ -71.083368, 42.360071 ], [ -71.083204, 42.360127 ], [ -71.082757, 42.360274 ], [ -71.082741, 42.36028 ], [ -71.082471, 42.36037 ], [ -71.08219, 42.360463 ], [ -71.081999, 42.360529 ], [ -71.081921, 42.360553 ], [ -71.081874, 42.360567 ], [ -71.081826, 42.36058 ], [ -71.081778, 42.360592 ], [ -71.081729, 42.360603 ], [ -71.081678, 42.360613 ], [ -71.081626, 42.360622 ], [ -71.081594, 42.360627 ], [ -71.08136, 42.360633 ], [ -71.081277, 42.360639 ], [ -71.081206, 42.360644 ], [ -71.081134, 42.360647 ], [ -71.081062, 42.360648 ], [ -71.08099, 42.360648 ], [ -71.080918, 42.360647 ], [ -71.080699, 42.360645 ], [ -71.080296, 42.36064 ], [ -71.079981, 42.360637 ], [ -71.079936, 42.360636 ], [ -71.07989, 42.360636 ], [ -71.079845, 42.360637 ], [ -71.0798, 42.360639 ], [ -71.079755, 42.360641 ], [ -71.07971, 42.360645 ], [ -71.079666, 42.36065 ], [ -71.079622, 42.360654 ], [ -71.079578, 42.360659 ], [ -71.079534, 42.360665 ], [ -71.079491, 42.360672 ], [ -71.079448, 42.36068 ], [ -71.079406, 42.36069 ], [ -71.079364, 42.3607 ], [ -71.079322, 42.360711 ], [ -71.079281, 42.360724 ], [ -71.079241, 42.360738 ], [ -71.079202, 42.360752 ], [ -71.079163, 42.360768 ], [ -71.079124, 42.360784 ], [ -71.079087, 42.360802 ], [ -71.079045, 42.360822 ], [ -71.079004, 42.360844 ], [ -71.078963, 42.360866 ], [ -71.078924, 42.360889 ], [ -71.078886, 42.360914 ], [ -71.078849, 42.360939 ], [ -71.078814, 42.360966 ], [ -71.078779, 42.360993 ], [ -71.078746, 42.361021 ], [ -71.078714, 42.36105 ], [ -71.078684, 42.361079 ], [ -71.078654, 42.36111 ], [ -71.078628, 42.361139 ], [ -71.078604, 42.36117 ], [ -71.07858, 42.3612 ], [ -71.078558, 42.361232 ], [ -71.078538, 42.361264 ], [ -71.078518, 42.361296 ], [ -71.078501, 42.361329 ], [ -71.078484, 42.361362 ], [ -71.07847, 42.361396 ], [ -71.078456, 42.36143 ], [ -71.078444, 42.361464 ], [ -71.078434, 42.361499 ], [ -71.078425, 42.361533 ], [ -71.078321, 42.362262 ], [ -71.078258, 42.362527 ], [ -71.078254, 42.362545 ], [ -71.078249, 42.362563 ], [ -71.078243, 42.362582 ], [ -71.078237, 42.3626 ], [ -71.078229, 42.362617 ], [ -71.078233, 42.362618 ], [ -71.078249, 42.362619 ], [ -71.078259, 42.362621 ], [ -71.078243, 42.362692 ], [ -71.078243, 42.362726 ], [ -71.078246, 42.362748 ], [ -71.07825, 42.36277 ], [ -71.078256, 42.362792 ], [ -71.078256, 42.362795 ], [ -71.078257, 42.362797 ], [ -71.078257, 42.362799 ], [ -71.078257, 42.362802 ], [ -71.078257, 42.362804 ], [ -71.078257, 42.362806 ], [ -71.078257, 42.362809 ], [ -71.078257, 42.362811 ], [ -71.078257, 42.362813 ], [ -71.078256, 42.362816 ], [ -71.078256, 42.362818 ], [ -71.078255, 42.36282 ], [ -71.078254, 42.362822 ], [ -71.078254, 42.362825 ], [ -71.078253, 42.362827 ], [ -71.078252, 42.362829 ], [ -71.07825, 42.362831 ], [ -71.078249, 42.362833 ], [ -71.078248, 42.362835 ], [ -71.078246, 42.362838 ], [ -71.078245, 42.36284 ], [ -71.078243, 42.362842 ], [ -71.078242, 42.362844 ], [ -71.07824, 42.362846 ], [ -71.078238, 42.362847 ], [ -71.078236, 42.362849 ], [ -71.078234, 42.362851 ], [ -71.078232, 42.362853 ], [ -71.078229, 42.362855 ], [ -71.078227, 42.362856 ], [ -71.078225, 42.362858 ], [ -71.078222, 42.362859 ], [ -71.07822, 42.362861 ], [ -71.078217, 42.362862 ], [ -71.078215, 42.362863 ], [ -71.078212, 42.362864 ], [ -71.07821, 42.362865 ], [ -71.078208, 42.362866 ], [ -71.078206, 42.362867 ], [ -71.078158, 42.36289 ], [ -71.078147, 42.362897 ], [ -71.078137, 42.362904 ], [ -71.078127, 42.362911 ], [ -71.078118, 42.362918 ], [ -71.078108, 42.362926 ], [ -71.078099, 42.362934 ], [ -71.078091, 42.362942 ], [ -71.07792, 42.363119 ], [ -71.077615, 42.36344 ], [ -71.077155, 42.363914 ], [ -71.076952, 42.364125 ], [ -71.076779, 42.364305 ], [ -71.076374, 42.364731 ], [ -71.076028, 42.365092 ], [ -71.075608, 42.365526 ], [ -71.075386, 42.365757 ], [ -71.075105, 42.366048 ], [ -71.075079, 42.366076 ], [ -71.074932, 42.366228 ], [ -71.074584, 42.366593 ], [ -71.074539, 42.36664 ], [ -71.074539, 42.366641 ], [ -71.074478, 42.366704 ], [ -71.074265, 42.366925 ], [ -71.074196, 42.366996 ], [ -71.074193, 42.366999 ], [ -71.074094, 42.367105 ], [ -71.074081, 42.367122 ], [ -71.074068, 42.36714 ], [ -71.074056, 42.367158 ], [ -71.074044, 42.367176 ], [ -71.074034, 42.367194 ], [ -71.074024, 42.367212 ], [ -71.074016, 42.367231 ], [ -71.074008, 42.36725 ], [ -71.074001, 42.367269 ], [ -71.073995, 42.367289 ], [ -71.07399, 42.367308 ], [ -71.073985, 42.367328 ], [ -71.073982, 42.367347 ], [ -71.07398, 42.367367 ], [ -71.073977, 42.367379 ], [ -71.073976, 42.36739 ], [ -71.073975, 42.367402 ], [ -71.073974, 42.367414 ], [ -71.073974, 42.367425 ], [ -71.073975, 42.367437 ], [ -71.073976, 42.367449 ], [ -71.073978, 42.367461 ], [ -71.07398, 42.367472 ], [ -71.073982, 42.367484 ], [ -71.073986, 42.367495 ], [ -71.073989, 42.367507 ], [ -71.073993, 42.367518 ], [ -71.073998, 42.367529 ], [ -71.074003, 42.36754 ], [ -71.074009, 42.367551 ], [ -71.074015, 42.367562 ], [ -71.074022, 42.367573 ], [ -71.074028, 42.367582 ], [ -71.074035, 42.367591 ], [ -71.074042, 42.3676 ], [ -71.074049, 42.367609 ], [ -71.074057, 42.367617 ], [ -71.074066, 42.367625 ], [ -71.074074, 42.367634 ], [ -71.074083, 42.367641 ], [ -71.074093, 42.367649 ], [ -71.074103, 42.367657 ], [ -71.074113, 42.367664 ], [ -71.074123, 42.367671 ], [ -71.074134, 42.367677 ], [ -71.074145, 42.367684 ], [ -71.074156, 42.36769 ], [ -71.074167, 42.367696 ], [ -71.074179, 42.367702 ], [ -71.074191, 42.367707 ], [ -71.074203, 42.367712 ], [ -71.074258, 42.367744 ], [ -71.074302, 42.36777 ], [ -71.074305, 42.367773 ], [ -71.074308, 42.367777 ], [ -71.074311, 42.36778 ], [ -71.074314, 42.367784 ], [ -71.074316, 42.367787 ], [ -71.074319, 42.367791 ], [ -71.074321, 42.367794 ], [ -71.074323, 42.367798 ], [ -71.074325, 42.367802 ], [ -71.074326, 42.367806 ], [ -71.074328, 42.36781 ], [ -71.074329, 42.367814 ], [ -71.07433, 42.367818 ], [ -71.074331, 42.367821 ], [ -71.074332, 42.367825 ], [ -71.074333, 42.367829 ], [ -71.074333, 42.367834 ], [ -71.074334, 42.367838 ], [ -71.074334, 42.367842 ], [ -71.074334, 42.367846 ], [ -71.074333, 42.36785 ], [ -71.074333, 42.367854 ], [ -71.074332, 42.367858 ], [ -71.074331, 42.367862 ], [ -71.07433, 42.367866 ], [ -71.074329, 42.36787 ], [ -71.074328, 42.367873 ], [ -71.074326, 42.367877 ], [ -71.074324, 42.367881 ], [ -71.074323, 42.367885 ], [ -71.074321, 42.367889 ], [ -71.074318, 42.367892 ], [ -71.074294, 42.367916 ], [ -71.074222, 42.367989 ], [ -71.074118, 42.368092 ], [ -71.074091, 42.368119 ], [ -71.074058, 42.368151 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144594, 42.365341 ], [ -71.144521, 42.365365 ], [ -71.144447, 42.365388 ], [ -71.144373, 42.365409 ], [ -71.144297, 42.365428 ], [ -71.144221, 42.365445 ], [ -71.144136, 42.365462 ], [ -71.14405, 42.365476 ], [ -71.143964, 42.365488 ], [ -71.143877, 42.365499 ], [ -71.143789, 42.365507 ], [ -71.143704, 42.365512 ], [ -71.143619, 42.365515 ], [ -71.143534, 42.365517 ], [ -71.143448, 42.365516 ], [ -71.143363, 42.365513 ], [ -71.143298, 42.365509 ], [ -71.143234, 42.365503 ], [ -71.14317, 42.365497 ], [ -71.143089, 42.365487 ], [ -71.143009, 42.365476 ], [ -71.14293, 42.365463 ], [ -71.142851, 42.365449 ], [ -71.142773, 42.365432 ], [ -71.142696, 42.365414 ], [ -71.142522, 42.365369 ], [ -71.142241, 42.365294 ], [ -71.141923, 42.36521 ], [ -71.14171, 42.365154 ], [ -71.141691, 42.365149 ], [ -71.141583, 42.365123 ], [ -71.141505, 42.365106 ], [ -71.141426, 42.36509 ], [ -71.141346, 42.365076 ], [ -71.141257, 42.365065 ], [ -71.141169, 42.365057 ], [ -71.141079, 42.365051 ], [ -71.14099, 42.365046 ], [ -71.1409, 42.365044 ], [ -71.140825, 42.365045 ], [ -71.14075, 42.365047 ], [ -71.140675, 42.365052 ], [ -71.1406, 42.365058 ], [ -71.140525, 42.365065 ], [ -71.140451, 42.365074 ], [ -71.140375, 42.365087 ], [ -71.140299, 42.365101 ], [ -71.140223, 42.365117 ], [ -71.140149, 42.365135 ], [ -71.140075, 42.365155 ], [ -71.140001, 42.365178 ], [ -71.139928, 42.365202 ], [ -71.139855, 42.365227 ], [ -71.139784, 42.365254 ], [ -71.139714, 42.365283 ], [ -71.139645, 42.365313 ], [ -71.139553, 42.365355 ], [ -71.139464, 42.365399 ], [ -71.139376, 42.365445 ], [ -71.13929, 42.365492 ], [ -71.139189, 42.365549 ], [ -71.139091, 42.365608 ], [ -71.138994, 42.365668 ], [ -71.138866, 42.36575 ], [ -71.138759, 42.365827 ], [ -71.138653, 42.365906 ], [ -71.13855, 42.365987 ], [ -71.138479, 42.366046 ], [ -71.138231, 42.366257 ], [ -71.137968, 42.366479 ], [ -71.137741, 42.366673 ], [ -71.137581, 42.366798 ], [ -71.137418, 42.36692 ], [ -71.137237, 42.367043 ], [ -71.137051, 42.367161 ], [ -71.136861, 42.367275 ], [ -71.136599, 42.36743 ], [ -71.136337, 42.367586 ], [ -71.13613, 42.367709 ], [ -71.135933, 42.367826 ], [ -71.135791, 42.367912 ], [ -71.13563, 42.368019 ], [ -71.135471, 42.368128 ], [ -71.135399, 42.368183 ], [ -71.135328, 42.36824 ], [ -71.13526, 42.368299 ], [ -71.135194, 42.368359 ], [ -71.135131, 42.36842 ], [ -71.135044, 42.36851 ], [ -71.134961, 42.368602 ], [ -71.134883, 42.368696 ], [ -71.134827, 42.36877 ], [ -71.134774, 42.368844 ], [ -71.134723, 42.36892 ], [ -71.134692, 42.36897 ], [ -71.134641, 42.369022 ], [ -71.134584, 42.369098 ], [ -71.134528, 42.369179 ], [ -71.134499, 42.369232 ], [ -71.134458, 42.369321 ], [ -71.134434, 42.369393 ], [ -71.1344, 42.369552 ], [ -71.134361, 42.36969 ], [ -71.134345, 42.369799 ], [ -71.134323, 42.369888 ], [ -71.134288, 42.369988 ], [ -71.134208, 42.370146 ], [ -71.134117, 42.37024 ], [ -71.133987, 42.370344 ], [ -71.133894, 42.370402 ], [ -71.133034, 42.370722 ], [ -71.133006, 42.370768 ], [ -71.132991, 42.370803 ], [ -71.132996, 42.37085 ], [ -71.133013, 42.3709 ], [ -71.133371, 42.371356 ], [ -71.133569, 42.371616 ], [ -71.133597, 42.371635 ], [ -71.133636, 42.371646 ], [ -71.133677, 42.371647 ], [ -71.13401, 42.371642 ], [ -71.134048, 42.371649 ], [ -71.134079, 42.371644 ], [ -71.134104, 42.371628 ], [ -71.134219, 42.371559 ], [ -71.134245, 42.371555 ], [ -71.134269, 42.371563 ], [ -71.134298, 42.371585 ], [ -71.134354, 42.371629 ], [ -71.134385, 42.371673 ], [ -71.134416, 42.371754 ], [ -71.134443, 42.37179 ], [ -71.13447, 42.371837 ], [ -71.134475, 42.371878 ], [ -71.134467, 42.371941 ], [ -71.134454, 42.371992 ], [ -71.134413, 42.372077 ], [ -71.134381, 42.37213 ], [ -71.134299, 42.372233 ], [ -71.134219, 42.372317 ], [ -71.134119, 42.372423 ], [ -71.134058, 42.372477 ], [ -71.133956, 42.372573 ], [ -71.133752, 42.37292 ], [ -71.133688, 42.372997 ], [ -71.133634, 42.373055 ], [ -71.133578, 42.373112 ], [ -71.133523, 42.373164 ], [ -71.133467, 42.373216 ], [ -71.133408, 42.373266 ], [ -71.133348, 42.373315 ], [ -71.133215, 42.373418 ], [ -71.132869, 42.373688 ], [ -71.132739, 42.373788 ], [ -71.132658, 42.373844 ], [ -71.132574, 42.373898 ], [ -71.132529, 42.373926 ], [ -71.132483, 42.373952 ], [ -71.132436, 42.373977 ], [ -71.132387, 42.374001 ], [ -71.132341, 42.374025 ], [ -71.132294, 42.374049 ], [ -71.132245, 42.374071 ], [ -71.132197, 42.374092 ], [ -71.13212, 42.374123 ], [ -71.132042, 42.374153 ], [ -71.131964, 42.37418 ], [ -71.131897, 42.374202 ], [ -71.131829, 42.374222 ], [ -71.131761, 42.374241 ], [ -71.131628, 42.374275 ], [ -71.131494, 42.374306 ], [ -71.131383, 42.374329 ], [ -71.13127, 42.37435 ], [ -71.131159, 42.374368 ], [ -71.131049, 42.374385 ], [ -71.130925, 42.3744 ], [ -71.130801, 42.374413 ], [ -71.130719, 42.374421 ], [ -71.130637, 42.374427 ], [ -71.130555, 42.374432 ], [ -71.130536, 42.374433 ], [ -71.130454, 42.374437 ], [ -71.130373, 42.37444 ], [ -71.130292, 42.374441 ], [ -71.130081, 42.374439 ], [ -71.130041, 42.374439 ], [ -71.130001, 42.374438 ], [ -71.129961, 42.374437 ], [ -71.129921, 42.374435 ], [ -71.129882, 42.374432 ], [ -71.129744, 42.374421 ], [ -71.129622, 42.374411 ], [ -71.129558, 42.374404 ], [ -71.129494, 42.374396 ], [ -71.129431, 42.374386 ], [ -71.129276, 42.374363 ], [ -71.129083, 42.374328 ], [ -71.129028, 42.374319 ], [ -71.128973, 42.374308 ], [ -71.128919, 42.374296 ], [ -71.128865, 42.374282 ], [ -71.12878, 42.374261 ], [ -71.128696, 42.374239 ], [ -71.128613, 42.374214 ], [ -71.128465, 42.374168 ], [ -71.128319, 42.374119 ], [ -71.128235, 42.374088 ], [ -71.128152, 42.374056 ], [ -71.12807, 42.374022 ], [ -71.127949, 42.373972 ], [ -71.12783, 42.37392 ], [ -71.127787, 42.3739 ], [ -71.127746, 42.373879 ], [ -71.127704, 42.373857 ], [ -71.127664, 42.373834 ], [ -71.127474, 42.373731 ], [ -71.127317, 42.373643 ], [ -71.127149, 42.37355 ], [ -71.127004, 42.373467 ], [ -71.126918, 42.373413 ], [ -71.126914, 42.37341 ], [ -71.126884, 42.373392 ], [ -71.126867, 42.373382 ], [ -71.126712, 42.373286 ], [ -71.126568, 42.373194 ], [ -71.126563, 42.373191 ], [ -71.126483, 42.373137 ], [ -71.12641, 42.373088 ], [ -71.126271, 42.372994 ], [ -71.126254, 42.372982 ], [ -71.126145, 42.372905 ], [ -71.125978, 42.372781 ], [ -71.125811, 42.372659 ], [ -71.125682, 42.372562 ], [ -71.125549, 42.372456 ], [ -71.12541, 42.372343 ], [ -71.125297, 42.372242 ], [ -71.125167, 42.372121 ], [ -71.125044, 42.371996 ], [ -71.124923, 42.37187 ], [ -71.124823, 42.371754 ], [ -71.124724, 42.371638 ], [ -71.124564, 42.371431 ], [ -71.124463, 42.371284 ], [ -71.124448, 42.37126 ], [ -71.124255, 42.370977 ], [ -71.124196, 42.370896 ], [ -71.124134, 42.370817 ], [ -71.124069, 42.370739 ], [ -71.124, 42.370663 ], [ -71.123927, 42.370588 ], [ -71.123852, 42.370515 ], [ -71.123782, 42.370451 ], [ -71.123709, 42.370388 ], [ -71.123633, 42.370326 ], [ -71.123555, 42.370267 ], [ -71.123475, 42.370209 ], [ -71.123392, 42.370153 ], [ -71.123325, 42.37011 ], [ -71.123257, 42.370067 ], [ -71.123187, 42.370027 ], [ -71.123115, 42.369988 ], [ -71.123042, 42.369951 ], [ -71.122967, 42.369916 ], [ -71.12289, 42.369882 ], [ -71.122812, 42.369851 ], [ -71.122732, 42.369822 ], [ -71.122707, 42.369813 ], [ -71.122554, 42.369753 ], [ -71.122479, 42.369732 ], [ -71.122359, 42.369706 ], [ -71.122272, 42.369701 ], [ -71.122266, 42.369699 ], [ -71.122207, 42.369689 ], [ -71.122147, 42.369681 ], [ -71.122088, 42.369673 ], [ -71.122011, 42.369665 ], [ -71.121935, 42.369658 ], [ -71.121858, 42.369653 ], [ -71.121781, 42.36965 ], [ -71.121704, 42.369649 ], [ -71.121627, 42.36965 ], [ -71.12155, 42.369652 ], [ -71.121473, 42.369656 ], [ -71.121311, 42.369666 ], [ -71.121148, 42.369679 ], [ -71.120809, 42.369713 ], [ -71.120519, 42.369742 ], [ -71.120332, 42.369758 ], [ -71.120193, 42.369764 ], [ -71.120083, 42.369769 ], [ -71.11978, 42.369771 ], [ -71.119533, 42.369762 ], [ -71.11949, 42.36976 ], [ -71.119461, 42.369758 ], [ -71.119199, 42.369736 ], [ -71.118941, 42.369704 ], [ -71.118661, 42.36966 ], [ -71.118366, 42.369597 ], [ -71.118314, 42.369583 ], [ -71.11817, 42.369542 ], [ -71.118095, 42.369516 ], [ -71.117964, 42.369469 ], [ -71.117737, 42.369364 ], [ -71.11755, 42.369259 ], [ -71.117457, 42.369197 ], [ -71.117407, 42.369164 ], [ -71.117321, 42.3691 ], [ -71.117287, 42.369069 ], [ -71.117174, 42.368968 ], [ -71.117052, 42.368842 ], [ -71.116981, 42.36875 ], [ -71.116901, 42.368637 ], [ -71.116792, 42.36847 ], [ -71.116732, 42.36837 ], [ -71.116692, 42.368305 ], [ -71.116614, 42.368161 ], [ -71.116541, 42.368015 ], [ -71.116472, 42.367868 ], [ -71.116465, 42.367852 ], [ -71.116433, 42.367778 ], [ -71.11637, 42.367623 ], [ -71.11633, 42.367526 ], [ -71.116257, 42.367332 ], [ -71.116204, 42.367181 ], [ -71.116155, 42.367029 ], [ -71.116102, 42.366832 ], [ -71.116064, 42.366676 ], [ -71.116037, 42.366543 ], [ -71.116018, 42.366397 ], [ -71.116006, 42.366251 ], [ -71.116001, 42.366104 ], [ -71.115999, 42.366037 ], [ -71.115999, 42.36597 ], [ -71.116002, 42.365903 ], [ -71.116006, 42.36585 ], [ -71.116011, 42.365798 ], [ -71.11602, 42.365694 ], [ -71.11603, 42.365591 ], [ -71.116053, 42.365346 ], [ -71.116067, 42.365193 ], [ -71.116071, 42.365153 ], [ -71.11609, 42.36494 ], [ -71.116117, 42.364629 ], [ -71.116127, 42.364512 ], [ -71.116132, 42.364464 ], [ -71.116132, 42.364459 ], [ -71.116133, 42.364454 ], [ -71.116132, 42.364459 ], [ -71.11615, 42.364365 ], [ -71.116151, 42.364299 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116151, 42.364299 ], [ -71.116155, 42.364113 ], [ -71.116155, 42.364092 ], [ -71.116154, 42.363791 ], [ -71.116152, 42.363309 ], [ -71.116144, 42.362998 ], [ -71.116134, 42.362705 ], [ -71.116126, 42.362532 ], [ -71.116115, 42.36233 ], [ -71.1161, 42.362026 ], [ -71.116092, 42.361903 ], [ -71.11608, 42.36178 ], [ -71.116094, 42.361634 ], [ -71.116096, 42.36157 ], [ -71.116117, 42.361526 ], [ -71.116129, 42.361494 ], [ -71.116108, 42.361338 ], [ -71.11609, 42.361294 ], [ -71.11606, 42.36122 ], [ -71.116033, 42.361114 ], [ -71.115989, 42.360947 ], [ -71.115937, 42.360736 ], [ -71.115897, 42.360421 ], [ -71.11585, 42.360081 ], [ -71.1158, 42.359732 ], [ -71.115773, 42.35954 ], [ -71.11572, 42.359186 ], [ -71.115711, 42.359118 ], [ -71.115697, 42.359036 ], [ -71.115683, 42.358942 ], [ -71.115679, 42.358911 ], [ -71.115656, 42.35879 ], [ -71.115653, 42.358773 ], [ -71.115639, 42.358697 ], [ -71.11561, 42.358556 ], [ -71.11556, 42.358335 ], [ -71.115527, 42.358204 ], [ -71.115465, 42.357983 ], [ -71.115398, 42.357762 ], [ -71.115396, 42.357756 ], [ -71.115362, 42.357664 ], [ -71.115325, 42.357573 ], [ -71.115282, 42.357478 ], [ -71.115235, 42.357384 ], [ -71.115184, 42.35729 ], [ -71.115134, 42.357202 ], [ -71.11508, 42.357116 ], [ -71.115023, 42.35703 ], [ -71.114962, 42.356946 ], [ -71.114898, 42.356863 ], [ -71.11483, 42.356782 ], [ -71.114782, 42.356725 ], [ -71.114717, 42.356652 ], [ -71.114625, 42.356556 ], [ -71.114529, 42.356462 ], [ -71.114429, 42.35637 ], [ -71.114392, 42.356337 ], [ -71.114302, 42.356262 ], [ -71.1143, 42.35626 ], [ -71.114178, 42.356167 ], [ -71.114048, 42.356073 ], [ -71.113912, 42.355982 ], [ -71.113895, 42.355971 ], [ -71.113821, 42.355924 ], [ -71.113615, 42.355794 ], [ -71.113546, 42.355744 ], [ -71.113478, 42.355693 ], [ -71.113412, 42.35564 ], [ -71.113349, 42.355586 ], [ -71.113143, 42.35541 ], [ -71.113113, 42.355383 ], [ -71.113082, 42.355357 ], [ -71.113049, 42.355332 ], [ -71.113015, 42.355308 ], [ -71.112981, 42.355284 ], [ -71.112945, 42.355262 ], [ -71.112908, 42.35524 ], [ -71.112871, 42.355219 ], [ -71.112638, 42.355091 ], [ -71.112328, 42.354919 ], [ -71.112157, 42.354824 ], [ -71.11214, 42.354815 ], [ -71.111987, 42.354728 ], [ -71.111987, 42.354728 ], [ -71.111975, 42.354722 ], [ -71.111941, 42.354703 ], [ -71.111907, 42.354684 ], [ -71.111875, 42.354664 ], [ -71.111843, 42.354643 ], [ -71.111813, 42.354621 ], [ -71.111783, 42.354598 ], [ -71.111754, 42.354575 ], [ -71.111727, 42.354551 ], [ -71.111712, 42.354539 ], [ -71.111697, 42.354526 ], [ -71.111682, 42.354513 ], [ -71.111664, 42.354496 ], [ -71.111647, 42.354478 ], [ -71.111631, 42.35446 ], [ -71.111615, 42.354442 ], [ -71.1116, 42.354424 ], [ -71.111441, 42.354247 ], [ -71.111327, 42.354124 ], [ -71.111283, 42.354082 ], [ -71.111237, 42.354041 ], [ -71.11119, 42.354001 ], [ -71.111141, 42.353962 ], [ -71.11109, 42.353925 ], [ -71.110935, 42.353828 ], [ -71.110771, 42.353682 ], [ -71.110718, 42.353689 ], [ -71.110597, 42.353696 ], [ -71.110545, 42.353697 ], [ -71.110508, 42.353696 ], [ -71.110469, 42.35369 ], [ -71.110372, 42.353668 ], [ -71.110331, 42.353664 ], [ -71.110317, 42.353657 ], [ -71.110304, 42.353631 ], [ -71.110292, 42.353628 ], [ -71.110264, 42.353637 ], [ -71.11024, 42.353645 ], [ -71.11021, 42.353652 ], [ -71.110177, 42.353655 ], [ -71.110141, 42.353655 ], [ -71.110106, 42.353653 ], [ -71.110065, 42.353647 ], [ -71.109811, 42.353605 ], [ -71.109619, 42.353571 ], [ -71.109508, 42.353552 ], [ -71.109202, 42.353496 ], [ -71.109197, 42.353494 ], [ -71.109026, 42.353459 ], [ -71.109026, 42.353458 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137898, 42.39519 ], [ -71.137879, 42.395117 ], [ -71.137836, 42.394716 ], [ -71.137837, 42.394681 ], [ -71.137847, 42.394638 ], [ -71.137874, 42.394585 ], [ -71.137916, 42.394547 ], [ -71.137974, 42.39453 ], [ -71.138003, 42.394513 ], [ -71.138026, 42.394492 ], [ -71.138038, 42.394461 ], [ -71.138044, 42.393933 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13693, 42.393826 ], [ -71.136921, 42.394353 ], [ -71.136935, 42.394371 ], [ -71.136962, 42.394378 ], [ -71.137257, 42.394384 ], [ -71.137282, 42.394398 ], [ -71.137315, 42.39442 ], [ -71.137373, 42.394437 ], [ -71.137495, 42.394472 ], [ -71.137607, 42.394501 ], [ -71.137718, 42.394525 ], [ -71.137803, 42.394541 ], [ -71.137887, 42.394548 ], [ -71.137916, 42.394547 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137898, 42.39519 ], [ -71.137936, 42.395262 ], [ -71.137982, 42.395335 ], [ -71.138033, 42.395415 ], [ -71.138089, 42.395473 ], [ -71.138153, 42.395527 ], [ -71.138264, 42.395612 ], [ -71.138328, 42.395654 ], [ -71.138349, 42.395663 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144379, 42.388646 ], [ -71.144232, 42.388605 ], [ -71.144118, 42.388548 ], [ -71.144015, 42.388477 ], [ -71.143907, 42.388393 ], [ -71.143818, 42.388274 ], [ -71.143743, 42.388216 ], [ -71.143617, 42.38813 ], [ -71.143526, 42.388057 ], [ -71.14345, 42.387987 ], [ -71.143331, 42.387901 ], [ -71.143101, 42.387791 ], [ -71.143001, 42.387736 ], [ -71.142956, 42.387682 ], [ -71.14291, 42.387636 ], [ -71.14207, 42.387104 ], [ -71.142026, 42.387079 ], [ -71.141982, 42.387065 ], [ -71.141927, 42.387054 ], [ -71.141831, 42.387046 ], [ -71.141772, 42.38704 ], [ -71.141616, 42.386955 ], [ -71.141574, 42.386924 ], [ -71.141542, 42.386875 ], [ -71.141419, 42.386584 ], [ -71.141404, 42.386497 ], [ -71.141381, 42.386073 ], [ -71.141391, 42.385953 ], [ -71.141411, 42.385795 ], [ -71.141444, 42.38566 ], [ -71.141695, 42.384894 ], [ -71.141724, 42.384831 ], [ -71.141988, 42.384333 ], [ -71.142071, 42.384181 ], [ -71.142193, 42.383974 ], [ -71.142502, 42.383503 ], [ -71.142589, 42.383393 ], [ -71.142775, 42.383188 ], [ -71.142798, 42.383171 ], [ -71.142817, 42.383163 ], [ -71.142837, 42.38316 ], [ -71.14293, 42.383192 ], [ -71.142951, 42.383195 ], [ -71.142977, 42.383193 ], [ -71.142997, 42.383184 ], [ -71.143044, 42.383141 ], [ -71.143115, 42.383023 ], [ -71.143145, 42.382997 ], [ -71.143226, 42.382914 ], [ -71.143342, 42.382788 ], [ -71.144036, 42.382203 ], [ -71.144186, 42.382081 ], [ -71.144283, 42.382009 ], [ -71.144389, 42.381951 ], [ -71.144456, 42.381922 ], [ -71.144574, 42.381885 ], [ -71.144663, 42.381857 ], [ -71.144719, 42.381825 ], [ -71.144761, 42.381781 ], [ -71.144795, 42.381724 ], [ -71.144788, 42.381605 ], [ -71.144827, 42.381479 ], [ -71.144701, 42.381224 ], [ -71.144689, 42.381186 ], [ -71.144693, 42.381137 ], [ -71.144701, 42.38108 ], [ -71.144734, 42.38094 ], [ -71.144753, 42.380837 ], [ -71.144758, 42.380723 ], [ -71.144751, 42.380644 ], [ -71.144665, 42.380081 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14299, 42.388326 ], [ -71.142982, 42.388272 ], [ -71.142954, 42.388213 ], [ -71.142924, 42.38816 ], [ -71.142884, 42.388092 ], [ -71.142835, 42.388029 ], [ -71.142749, 42.387952 ], [ -71.142688, 42.387902 ], [ -71.14263, 42.387858 ], [ -71.14254, 42.387803 ], [ -71.142027, 42.387476 ], [ -71.141847, 42.387364 ], [ -71.141664, 42.387247 ], [ -71.141557, 42.387188 ], [ -71.141207, 42.387034 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145676, 42.380886 ], [ -71.145678, 42.380909 ], [ -71.145689, 42.380942 ], [ -71.145721, 42.380991 ], [ -71.145752, 42.381036 ], [ -71.145812, 42.381116 ], [ -71.145825, 42.381144 ], [ -71.145833, 42.381156 ], [ -71.145843, 42.381168 ], [ -71.145859, 42.381184 ], [ -71.145878, 42.381197 ], [ -71.145898, 42.381209 ], [ -71.145912, 42.381216 ], [ -71.14592, 42.381219 ], [ -71.145929, 42.381224 ], [ -71.145952, 42.381235 ], [ -71.145979, 42.381249 ], [ -71.14604, 42.381282 ], [ -71.146058, 42.381291 ], [ -71.146079, 42.3813 ], [ -71.146158, 42.381326 ], [ -71.146202, 42.381344 ], [ -71.14631, 42.381398 ], [ -71.146357, 42.381424 ], [ -71.146419, 42.381457 ], [ -71.146484, 42.381488 ], [ -71.146519, 42.381506 ], [ -71.14662, 42.381562 ], [ -71.14681, 42.381655 ], [ -71.147018, 42.381752 ], [ -71.147254, 42.381877 ], [ -71.147391, 42.38195 ], [ -71.14744, 42.381981 ], [ -71.147501, 42.38203 ], [ -71.1476, 42.38212 ], [ -71.147665, 42.382198 ], [ -71.147712, 42.382265 ], [ -71.147742, 42.382317 ], [ -71.147751, 42.38234 ], [ -71.147756, 42.382369 ], [ -71.147758, 42.382459 ], [ -71.147743, 42.382568 ], [ -71.147736, 42.382605 ], [ -71.14773, 42.382627 ], [ -71.147715, 42.382659 ], [ -71.147683, 42.382713 ], [ -71.147569, 42.382896 ], [ -71.147511, 42.38298 ], [ -71.147487, 42.383032 ], [ -71.147473, 42.383079 ], [ -71.147459, 42.383155 ], [ -71.147446, 42.38322 ], [ -71.147439, 42.383301 ], [ -71.147418, 42.383376 ], [ -71.147406, 42.383433 ], [ -71.147401, 42.383447 ], [ -71.147391, 42.383466 ], [ -71.147379, 42.383484 ], [ -71.147362, 42.383503 ], [ -71.147301, 42.383559 ], [ -71.147279, 42.383575 ], [ -71.147273, 42.383579 ], [ -71.147268, 42.383581 ], [ -71.147251, 42.383588 ], [ -71.147222, 42.383597 ], [ -71.147175, 42.38361 ], [ -71.147148, 42.383615 ], [ -71.147148, 42.383615 ], [ -71.147124, 42.383612 ], [ -71.147092, 42.383607 ], [ -71.14707, 42.383602 ], [ -71.146942, 42.383569 ], [ -71.146741, 42.383507 ], [ -71.146489, 42.383431 ], [ -71.146264, 42.383367 ], [ -71.146053, 42.383303 ], [ -71.145814, 42.38323 ], [ -71.145638, 42.383179 ], [ -71.145502, 42.383139 ], [ -71.14539, 42.383121 ], [ -71.145285, 42.383113 ], [ -71.145176, 42.383111 ], [ -71.145047, 42.383109 ], [ -71.144947, 42.383116 ], [ -71.144819, 42.383135 ], [ -71.144718, 42.383144 ], [ -71.144618, 42.38316 ], [ -71.144526, 42.383197 ], [ -71.144432, 42.383236 ], [ -71.144365, 42.383274 ], [ -71.144302, 42.383316 ], [ -71.144225, 42.383379 ], [ -71.144133, 42.383459 ], [ -71.144033, 42.383564 ], [ -71.143967, 42.38363 ], [ -71.143894, 42.383703 ], [ -71.143843, 42.38375 ], [ -71.143798, 42.383786 ], [ -71.143757, 42.383812 ], [ -71.143712, 42.383835 ], [ -71.143656, 42.383848 ], [ -71.143591, 42.383857 ], [ -71.143498, 42.383862 ], [ -71.143339, 42.383855 ], [ -71.143178, 42.383848 ], [ -71.143102, 42.38385 ], [ -71.143096, 42.383851 ], [ -71.143064, 42.383853 ], [ -71.143021, 42.383861 ], [ -71.142984, 42.383874 ], [ -71.142901, 42.383897 ], [ -71.142857, 42.38391 ], [ -71.142815, 42.383939 ], [ -71.142768, 42.383981 ], [ -71.142194, 42.384621 ], [ -71.142126, 42.384708 ], [ -71.142086, 42.384768 ], [ -71.142059, 42.384815 ], [ -71.142023, 42.384885 ], [ -71.141996, 42.384955 ], [ -71.141929, 42.385188 ], [ -71.14188, 42.385383 ], [ -71.141849, 42.385562 ], [ -71.141843, 42.385699 ], [ -71.141827, 42.385874 ], [ -71.14183, 42.386119 ], [ -71.141839, 42.386292 ], [ -71.141841, 42.386517 ], [ -71.141851, 42.386612 ], [ -71.141881, 42.386719 ], [ -71.141906, 42.386766 ], [ -71.14194, 42.386812 ], [ -71.141984, 42.386858 ], [ -71.142031, 42.3869 ], [ -71.142139, 42.386978 ], [ -71.142284, 42.387068 ], [ -71.142527, 42.387227 ], [ -71.142535, 42.387234 ], [ -71.142548, 42.387245 ], [ -71.142562, 42.387255 ], [ -71.142576, 42.387265 ], [ -71.142591, 42.387275 ], [ -71.142606, 42.387284 ], [ -71.142622, 42.387293 ], [ -71.142638, 42.387301 ], [ -71.142655, 42.387309 ], [ -71.142672, 42.387317 ], [ -71.142689, 42.387324 ], [ -71.142706, 42.387331 ], [ -71.142724, 42.387337 ], [ -71.142742, 42.387343 ], [ -71.142761, 42.387349 ], [ -71.142779, 42.387353 ], [ -71.142798, 42.387358 ], [ -71.142817, 42.387362 ], [ -71.142836, 42.387365 ], [ -71.142855, 42.387368 ], [ -71.142875, 42.387371 ], [ -71.142895, 42.387372 ], [ -71.142914, 42.387374 ], [ -71.142934, 42.387375 ], [ -71.142961, 42.387375 ], [ -71.142997, 42.387371 ], [ -71.143026, 42.387367 ], [ -71.143055, 42.387362 ], [ -71.143083, 42.387357 ], [ -71.143112, 42.387351 ], [ -71.14314, 42.387344 ], [ -71.143168, 42.387336 ], [ -71.143196, 42.387328 ], [ -71.143223, 42.387319 ], [ -71.14325, 42.38731 ], [ -71.143273, 42.387301 ], [ -71.14351, 42.387239 ], [ -71.143752, 42.387174 ], [ -71.144074, 42.387091 ], [ -71.144258, 42.387061 ], [ -71.144434, 42.387025 ], [ -71.144598, 42.386999 ], [ -71.144739, 42.386991 ], [ -71.144897, 42.386978 ], [ -71.14505, 42.386982 ], [ -71.145188, 42.386957 ], [ -71.145348, 42.38692 ], [ -71.145538, 42.386871 ], [ -71.145848, 42.386777 ], [ -71.146071, 42.386707 ], [ -71.146191, 42.386662 ], [ -71.146343, 42.386603 ], [ -71.146477, 42.386529 ], [ -71.146592, 42.386463 ], [ -71.146695, 42.386433 ], [ -71.146847, 42.386391 ], [ -71.147047, 42.386358 ], [ -71.147167, 42.386341 ], [ -71.147196, 42.386339 ], [ -71.147226, 42.38634 ], [ -71.14725, 42.386343 ], [ -71.147282, 42.386351 ], [ -71.147319, 42.386363 ], [ -71.147363, 42.386383 ], [ -71.147415, 42.386412 ], [ -71.14748, 42.386454 ], [ -71.147628, 42.386561 ], [ -71.147749, 42.386661 ], [ -71.147971, 42.386864 ], [ -71.148259, 42.387119 ], [ -71.148472, 42.387305 ], [ -71.148715, 42.387513 ], [ -71.148873, 42.387655 ], [ -71.149015, 42.387784 ], [ -71.149135, 42.387879 ], [ -71.149197, 42.387916 ], [ -71.149297, 42.38798 ], [ -71.149332, 42.388 ], [ -71.149373, 42.388021 ], [ -71.149476, 42.388061 ], [ -71.149617, 42.388112 ], [ -71.149811, 42.388184 ], [ -71.149881, 42.388215 ], [ -71.150042, 42.388295 ], [ -71.150301, 42.388414 ], [ -71.15039, 42.388445 ], [ -71.150411, 42.388453 ], [ -71.150488, 42.388489 ], [ -71.150501, 42.388497 ], [ -71.150507, 42.3885 ], [ -71.150513, 42.388505 ], [ -71.150516, 42.388511 ], [ -71.150522, 42.388521 ], [ -71.150529, 42.38853 ], [ -71.150537, 42.388538 ], [ -71.150553, 42.388553 ], [ -71.150568, 42.388564 ], [ -71.150586, 42.388576 ], [ -71.150626, 42.388594 ], [ -71.150651, 42.388604 ], [ -71.15068, 42.388612 ], [ -71.15074, 42.388621 ], [ -71.150789, 42.388626 ], [ -71.150837, 42.388626 ], [ -71.150948, 42.388616 ], [ -71.151019, 42.388609 ], [ -71.151074, 42.388599 ], [ -71.151127, 42.388584 ], [ -71.151194, 42.388558 ], [ -71.151308, 42.388511 ], [ -71.151466, 42.388434 ], [ -71.151602, 42.388371 ], [ -71.15173, 42.388309 ], [ -71.151909, 42.388223 ], [ -71.152088, 42.388138 ], [ -71.152265, 42.38804 ], [ -71.152495, 42.3879 ], [ -71.152636, 42.387831 ], [ -71.152839, 42.387756 ], [ -71.152983, 42.387719 ], [ -71.153133, 42.38769 ], [ -71.153222, 42.387681 ], [ -71.153343, 42.387678 ], [ -71.153527, 42.387682 ], [ -71.153548, 42.387684 ], [ -71.153622, 42.387695 ], [ -71.15365, 42.387698 ], [ -71.153675, 42.387699 ], [ -71.153806, 42.387697 ], [ -71.154275, 42.387692 ], [ -71.154365, 42.387692 ], [ -71.154515, 42.387695 ], [ -71.154559, 42.387694 ], [ -71.154602, 42.387689 ], [ -71.15464, 42.387682 ], [ -71.154662, 42.387675 ], [ -71.15468, 42.387668 ], [ -71.15475, 42.387637 ], [ -71.154839, 42.387594 ], [ -71.154868, 42.387577 ], [ -71.154923, 42.387533 ], [ -71.15493, 42.387529 ], [ -71.154937, 42.387525 ], [ -71.154994, 42.387501 ], [ -71.155058, 42.387475 ], [ -71.155092, 42.387463 ], [ -71.155133, 42.387452 ], [ -71.155346, 42.387404 ], [ -71.155424, 42.38738 ], [ -71.155485, 42.387355 ], [ -71.155543, 42.387322 ], [ -71.1556, 42.387282 ], [ -71.155727, 42.387167 ], [ -71.155905, 42.386975 ], [ -71.155958, 42.386908 ], [ -71.155993, 42.386855 ], [ -71.156015, 42.386814 ], [ -71.156029, 42.386781 ], [ -71.156042, 42.386736 ], [ -71.156049, 42.386694 ], [ -71.15605, 42.386649 ], [ -71.156045, 42.386605 ], [ -71.156027, 42.386526 ], [ -71.155973, 42.386352 ], [ -71.15591, 42.386134 ], [ -71.155906, 42.386111 ], [ -71.155899, 42.386039 ], [ -71.155878, 42.385953 ], [ -71.155875, 42.385922 ], [ -71.155881, 42.385862 ], [ -71.155892, 42.385788 ], [ -71.155905, 42.385706 ], [ -71.155905, 42.385688 ], [ -71.155903, 42.38567 ], [ -71.155892, 42.385626 ], [ -71.155872, 42.385535 ], [ -71.155824, 42.385387 ], [ -71.155784, 42.385275 ], [ -71.155762, 42.385225 ], [ -71.155729, 42.385169 ], [ -71.155669, 42.385086 ], [ -71.155605, 42.385021 ], [ -71.155493, 42.384927 ], [ -71.155379, 42.384831 ], [ -71.155307, 42.384765 ], [ -71.155248, 42.384696 ], [ -71.15522, 42.384653 ], [ -71.155201, 42.384608 ], [ -71.155181, 42.384561 ], [ -71.155172, 42.384514 ], [ -71.155165, 42.384448 ], [ -71.155166, 42.384384 ], [ -71.155171, 42.384331 ], [ -71.155177, 42.384287 ], [ -71.155195, 42.384231 ], [ -71.15521, 42.38417 ], [ -71.155234, 42.384093 ], [ -71.155254, 42.384028 ], [ -71.155261, 42.384004 ], [ -71.155263, 42.383978 ], [ -71.15526, 42.383952 ], [ -71.155254, 42.383926 ], [ -71.155232, 42.383864 ], [ -71.1552, 42.383795 ], [ -71.155183, 42.383768 ], [ -71.155159, 42.383741 ], [ -71.155085, 42.383676 ], [ -71.154665, 42.383288 ], [ -71.154324, 42.382968 ], [ -71.154086, 42.382718 ], [ -71.153985, 42.382611 ], [ -71.153923, 42.38252 ], [ -71.153878, 42.382442 ], [ -71.153846, 42.382378 ], [ -71.153817, 42.382289 ], [ -71.153786, 42.382114 ], [ -71.153771, 42.382033 ], [ -71.153727, 42.381886 ], [ -71.153691, 42.381771 ], [ -71.153674, 42.38173 ], [ -71.153651, 42.381688 ], [ -71.153628, 42.381653 ], [ -71.1536, 42.381624 ], [ -71.153565, 42.381597 ], [ -71.153545, 42.381584 ], [ -71.153525, 42.381573 ], [ -71.153486, 42.381556 ], [ -71.153464, 42.381549 ], [ -71.153442, 42.381543 ], [ -71.153381, 42.381534 ], [ -71.153252, 42.38152 ], [ -71.153177, 42.381517 ], [ -71.153088, 42.38152 ], [ -71.152933, 42.381533 ], [ -71.152637, 42.38156 ], [ -71.152524, 42.381567 ], [ -71.152418, 42.381567 ], [ -71.152279, 42.381565 ], [ -71.152212, 42.381562 ], [ -71.152108, 42.381557 ], [ -71.152093, 42.381555 ], [ -71.15201, 42.381542 ], [ -71.151941, 42.381528 ], [ -71.151849, 42.381502 ], [ -71.151735, 42.381462 ], [ -71.151629, 42.381428 ], [ -71.151445, 42.381365 ], [ -71.151253, 42.381298 ], [ -71.151118, 42.381258 ], [ -71.151073, 42.381241 ], [ -71.150883, 42.381148 ], [ -71.150609, 42.381017 ], [ -71.150529, 42.380968 ], [ -71.150485, 42.380932 ], [ -71.15045, 42.380895 ], [ -71.150427, 42.380859 ], [ -71.150417, 42.380819 ], [ -71.150408, 42.380772 ], [ -71.150403, 42.380709 ], [ -71.150396, 42.380618 ], [ -71.150387, 42.380523 ], [ -71.150387, 42.380415 ], [ -71.150374, 42.380295 ], [ -71.150351, 42.380197 ], [ -71.150333, 42.380155 ], [ -71.150312, 42.38012 ], [ -71.15024, 42.380021 ], [ -71.150183, 42.379942 ], [ -71.150168, 42.379925 ], [ -71.150147, 42.379907 ], [ -71.1501, 42.379877 ], [ -71.149994, 42.379815 ], [ -71.149872, 42.379749 ], [ -71.149807, 42.379721 ], [ -71.149769, 42.37971 ], [ -71.149733, 42.379702 ], [ -71.149665, 42.379692 ], [ -71.149601, 42.379688 ], [ -71.149502, 42.379686 ], [ -71.149369, 42.379688 ], [ -71.149272, 42.379696 ], [ -71.149193, 42.3797 ], [ -71.14908, 42.379699 ], [ -71.148962, 42.379694 ], [ -71.148611, 42.379667 ], [ -71.1485, 42.379668 ], [ -71.148375, 42.379679 ], [ -71.148286, 42.379684 ], [ -71.148198, 42.379688 ], [ -71.148107, 42.379679 ], [ -71.148003, 42.379657 ], [ -71.14784, 42.379627 ], [ -71.14772, 42.379608 ], [ -71.147628, 42.379601 ], [ -71.147552, 42.379611 ], [ -71.147455, 42.379639 ], [ -71.147371, 42.379671 ], [ -71.147079, 42.379823 ], [ -71.146903, 42.379918 ], [ -71.14684, 42.379957 ], [ -71.146354, 42.380327 ], [ -71.14582, 42.380737 ], [ -71.145174, 42.381292 ], [ -71.145089, 42.381323 ], [ -71.144892, 42.381464 ], [ -71.144827, 42.381479 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140417, 42.396086 ], [ -71.14044, 42.395972 ], [ -71.140402, 42.395451 ], [ -71.140408, 42.395268 ], [ -71.140404, 42.394191 ], [ -71.140375, 42.394152 ], [ -71.140338, 42.394132 ], [ -71.140372, 42.393939 ], [ -71.140396, 42.393897 ], [ -71.140414, 42.393829 ], [ -71.140441, 42.393701 ], [ -71.140683, 42.39291 ], [ -71.141199, 42.391271 ], [ -71.14124, 42.391139 ], [ -71.141313, 42.390975 ], [ -71.141394, 42.390814 ], [ -71.141544, 42.390601 ], [ -71.14175, 42.390334 ], [ -71.141751, 42.390299 ], [ -71.141747, 42.390266 ], [ -71.141758, 42.390238 ], [ -71.141815, 42.390184 ], [ -71.141931, 42.390057 ], [ -71.141962, 42.390029 ], [ -71.142651, 42.389225 ], [ -71.142762, 42.389093 ], [ -71.142883, 42.38892 ], [ -71.14294, 42.388757 ], [ -71.142965, 42.38863 ], [ -71.14299, 42.388326 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mt Auburn" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120146, 42.372566 ], [ -71.120283, 42.372618 ], [ -71.120659, 42.372777 ], [ -71.12078, 42.372818 ], [ -71.12091, 42.372833 ], [ -71.121255, 42.372857 ], [ -71.1214, 42.372869 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100569, 42.373507 ], [ -71.100838, 42.373729 ], [ -71.101168, 42.374002 ], [ -71.101498, 42.374273 ], [ -71.101617, 42.374372 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150271, 42.379261 ], [ -71.150172, 42.379216 ], [ -71.150058, 42.379175 ], [ -71.14834, 42.378904 ], [ -71.148234, 42.378886 ], [ -71.147563, 42.378775 ], [ -71.147294, 42.378756 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Peabody St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118835, 42.374234 ], [ -71.118749, 42.374365 ], [ -71.118741, 42.374389 ], [ -71.118726, 42.374452 ], [ -71.118718, 42.374471 ], [ -71.118702, 42.374498 ], [ -71.118687, 42.374526 ], [ -71.118684, 42.374534 ], [ -71.11868, 42.374551 ], [ -71.118595, 42.374943 ], [ -71.118568, 42.375104 ], [ -71.11856, 42.375154 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118554, 42.373322 ], [ -71.118661, 42.373404 ], [ -71.118709, 42.373453 ], [ -71.118769, 42.373532 ], [ -71.118792, 42.373568 ], [ -71.118802, 42.373586 ], [ -71.118805, 42.373595 ], [ -71.118809, 42.373631 ], [ -71.118845, 42.373756 ], [ -71.118835, 42.374234 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Vassar St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105301, 42.355021 ], [ -71.105444, 42.35495 ], [ -71.106777, 42.354294 ], [ -71.107014, 42.354177 ], [ -71.107031, 42.354166 ], [ -71.107042, 42.354159 ], [ -71.107059, 42.354143 ], [ -71.107067, 42.354135 ], [ -71.107071, 42.354128 ], [ -71.107081, 42.354111 ], [ -71.107085, 42.354103 ], [ -71.107087, 42.3541 ], [ -71.107092, 42.354082 ], [ -71.107094, 42.354072 ], [ -71.107131, 42.353576 ], [ -71.107141, 42.353438 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Longfellow" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073049, 42.361337 ], [ -71.074451, 42.361448 ], [ -71.075263, 42.3615 ], [ -71.078486, 42.36175 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092534, 42.357173 ], [ -71.092567, 42.357364 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard Br" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089946, 42.351746 ], [ -71.090655, 42.353199 ], [ -71.092446, 42.356868 ], [ -71.092534, 42.357173 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Blanchard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.160314, 42.386479 ], [ -71.159494, 42.386592 ], [ -71.158978, 42.386668 ], [ -71.158569, 42.386725 ], [ -71.158422, 42.386758 ], [ -71.158336, 42.386781 ], [ -71.158262, 42.386818 ], [ -71.158199, 42.386859 ], [ -71.158114, 42.386918 ], [ -71.15798, 42.387047 ], [ -71.157879, 42.387177 ], [ -71.157776, 42.387333 ], [ -71.1577, 42.387492 ], [ -71.157645, 42.387657 ], [ -71.157035, 42.390084 ], [ -71.157026, 42.39017 ], [ -71.157026, 42.390225 ], [ -71.157031, 42.390279 ], [ -71.157047, 42.390343 ], [ -71.157062, 42.390415 ], [ -71.157076, 42.39053 ], [ -71.157067, 42.390646 ], [ -71.157049, 42.390801 ], [ -71.157195, 42.390918 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102946, 42.36233 ], [ -71.103433, 42.361778 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10139, 42.364014 ], [ -71.101482, 42.363914 ], [ -71.10186, 42.363499 ], [ -71.101935, 42.363417 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101935, 42.363417 ], [ -71.101995, 42.363351 ], [ -71.102374, 42.362936 ], [ -71.102435, 42.362868 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102435, 42.362868 ], [ -71.102502, 42.362795 ], [ -71.102946, 42.36233 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103433, 42.361778 ], [ -71.103494, 42.36171 ], [ -71.103559, 42.361638 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103559, 42.361638 ], [ -71.103632, 42.361558 ], [ -71.103889, 42.361287 ], [ -71.103946, 42.36123 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103946, 42.36123 ], [ -71.103991, 42.361187 ], [ -71.104027, 42.361152 ], [ -71.104082, 42.361101 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104082, 42.361101 ], [ -71.104142, 42.361044 ], [ -71.104439, 42.360763 ], [ -71.104499, 42.360707 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104499, 42.360707 ], [ -71.104555, 42.360653 ], [ -71.104559, 42.360649 ], [ -71.104622, 42.360589 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104622, 42.360589 ], [ -71.104686, 42.360528 ], [ -71.104946, 42.360283 ], [ -71.105023, 42.360209 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105023, 42.360209 ], [ -71.105086, 42.36015 ], [ -71.105204, 42.360038 ], [ -71.105284, 42.359963 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105685, 42.359584 ], [ -71.10607, 42.35922 ], [ -71.106149, 42.359144 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105284, 42.359963 ], [ -71.105365, 42.359886 ], [ -71.105685, 42.359584 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106697, 42.358626 ], [ -71.106755, 42.358571 ], [ -71.107171, 42.358177 ], [ -71.107247, 42.358105 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107247, 42.358105 ], [ -71.107322, 42.358034 ], [ -71.107932, 42.357456 ], [ -71.108023, 42.357369 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108023, 42.357369 ], [ -71.108104, 42.357294 ], [ -71.108438, 42.35698 ], [ -71.108726, 42.356709 ], [ -71.108802, 42.356638 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108802, 42.356638 ], [ -71.108881, 42.356563 ], [ -71.109578, 42.355903 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106149, 42.359144 ], [ -71.106229, 42.359069 ], [ -71.106576, 42.358742 ], [ -71.106638, 42.358682 ], [ -71.106697, 42.358626 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lakeview A" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141161, 42.38417 ], [ -71.141153, 42.384216 ], [ -71.141145, 42.384258 ], [ -71.141122, 42.384337 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Somerville" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11904, 42.388566 ], [ -71.119233, 42.38871 ], [ -71.119536, 42.388772 ], [ -71.119695, 42.388965 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Sidney St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102479, 42.36036 ], [ -71.102548, 42.360292 ], [ -71.10298, 42.359929 ], [ -71.103061, 42.359861 ], [ -71.103155, 42.359787 ], [ -71.103306, 42.359659 ], [ -71.103352, 42.359612 ], [ -71.103567, 42.359433 ], [ -71.103622, 42.359387 ], [ -71.10372, 42.359308 ], [ -71.104194, 42.358926 ], [ -71.104273, 42.358862 ], [ -71.104333, 42.358813 ], [ -71.10443, 42.358735 ], [ -71.104783, 42.358451 ], [ -71.104874, 42.358377 ], [ -71.104954, 42.358312 ], [ -71.105352, 42.357932 ], [ -71.105423, 42.357864 ], [ -71.105497, 42.357794 ], [ -71.105861, 42.357452 ], [ -71.105953, 42.357365 ], [ -71.106023, 42.357299 ], [ -71.10664, 42.356713 ], [ -71.10673, 42.356628 ], [ -71.106815, 42.356548 ], [ -71.106941, 42.356429 ], [ -71.107441, 42.355958 ], [ -71.10751, 42.355893 ], [ -71.1076, 42.355808 ], [ -71.108162, 42.355276 ], [ -71.108214, 42.355227 ], [ -71.108272, 42.355145 ], [ -71.108424, 42.35482 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Waverly St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110278, 42.355175 ], [ -71.109344, 42.354965 ], [ -71.108424, 42.35482 ], [ -71.107812, 42.35473 ], [ -71.107578, 42.354722 ], [ -71.107376, 42.354754 ], [ -71.107154, 42.354818 ], [ -71.10697, 42.354902 ], [ -71.106767, 42.355008 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110329, 42.355082 ], [ -71.110317, 42.355129 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110317, 42.355129 ], [ -71.110278, 42.355175 ], [ -71.109701, 42.355749 ], [ -71.109651, 42.355793 ], [ -71.109565, 42.355895 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092567, 42.357364 ], [ -71.092849, 42.357714 ], [ -71.093089, 42.358188 ], [ -71.093473, 42.3589 ], [ -71.093609, 42.359085 ], [ -71.093794, 42.359303 ], [ -71.094, 42.359513 ], [ -71.094128, 42.359628 ], [ -71.094417, 42.359856 ], [ -71.094576, 42.359967 ], [ -71.094678, 42.360029 ], [ -71.094883, 42.360154 ], [ -71.095116, 42.360293 ], [ -71.095786, 42.360693 ], [ -71.096013, 42.360828 ], [ -71.096194, 42.360936 ], [ -71.096475, 42.361104 ], [ -71.096561, 42.361154 ], [ -71.096706, 42.361241 ], [ -71.09688, 42.361345 ], [ -71.096953, 42.361388 ], [ -71.097112, 42.361483 ], [ -71.09731, 42.361601 ], [ -71.097445, 42.36168 ], [ -71.097556, 42.361746 ], [ -71.097962, 42.361986 ], [ -71.098049, 42.362038 ], [ -71.099069, 42.362647 ], [ -71.099144, 42.362691 ], [ -71.099467, 42.362883 ], [ -71.09958, 42.36295 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082667, 42.362071 ], [ -71.08291, 42.362096 ], [ -71.083116, 42.362124 ], [ -71.08335, 42.362167 ], [ -71.08355, 42.362219 ], [ -71.083698, 42.36227 ], [ -71.083822, 42.362333 ], [ -71.083935, 42.362397 ], [ -71.084094, 42.362505 ], [ -71.084206, 42.362583 ], [ -71.084325, 42.362667 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082667, 42.362071 ], [ -71.082718, 42.362046 ], [ -71.08277, 42.36203 ], [ -71.082829, 42.362019 ], [ -71.082902, 42.362011 ], [ -71.082997, 42.362011 ], [ -71.083119, 42.362017 ], [ -71.083237, 42.362026 ], [ -71.083375, 42.362043 ], [ -71.083553, 42.362072 ], [ -71.084242, 42.362195 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078927, 42.361784 ], [ -71.079678, 42.361845 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Longfellow" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078486, 42.36175 ], [ -71.078927, 42.361784 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080075, 42.361872 ], [ -71.082528, 42.362056 ], [ -71.082667, 42.362071 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091781, 42.366295 ], [ -71.091643, 42.366182 ], [ -71.091327, 42.365925 ], [ -71.091055, 42.365697 ], [ -71.091043, 42.365688 ], [ -71.091032, 42.365651 ], [ -71.091039, 42.365611 ], [ -71.091054, 42.365557 ], [ -71.09108, 42.365504 ], [ -71.091112, 42.365435 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091112, 42.365435 ], [ -71.091156, 42.365449 ], [ -71.091173, 42.365455 ], [ -71.091274, 42.365486 ], [ -71.09188, 42.365717 ], [ -71.092069, 42.365792 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Broadway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091112, 42.365435 ], [ -71.090776, 42.365307 ], [ -71.089788, 42.364925 ], [ -71.08941, 42.364787 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Lakeview A" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14087, 42.383334 ], [ -71.140912, 42.383465 ], [ -71.141154, 42.384119 ], [ -71.141161, 42.38417 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Everett St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119928, 42.379991 ], [ -71.116511, 42.379815 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Chauncy St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121535, 42.379778 ], [ -71.121423, 42.379796 ], [ -71.120226, 42.37998 ], [ -71.119952, 42.379992 ], [ -71.119928, 42.379991 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120503, 42.389885 ], [ -71.120036, 42.389423 ], [ -71.119846, 42.389218 ], [ -71.119785, 42.389133 ], [ -71.119695, 42.388965 ], [ -71.119495, 42.388475 ], [ -71.119414, 42.388173 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07557, 42.370388 ], [ -71.075766, 42.370453 ], [ -71.076017, 42.3705 ], [ -71.076266, 42.370541 ], [ -71.076934, 42.370636 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Poin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071769, 42.370792 ], [ -71.071664, 42.370767 ], [ -71.071508, 42.370709 ], [ -71.071307, 42.370614 ], [ -71.070837, 42.370368 ], [ -71.06979, 42.369818 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079678, 42.361845 ], [ -71.079768, 42.361852 ], [ -71.080075, 42.361872 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Alewife T" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143209, 42.39644 ], [ -71.143165, 42.396268 ], [ -71.143086, 42.396145 ], [ -71.142999, 42.396006 ], [ -71.142788, 42.395573 ], [ -71.142569, 42.395164 ], [ -71.142324, 42.39462 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "BU Bridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110464, 42.353689 ], [ -71.110524, 42.353393 ], [ -71.110544, 42.353268 ], [ -71.110682, 42.352083 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071769, 42.370792 ], [ -71.072293, 42.370895 ], [ -71.072647, 42.370969 ], [ -71.072925, 42.37103 ], [ -71.074281, 42.371326 ], [ -71.074969, 42.371477 ], [ -71.075144, 42.371522 ], [ -71.075239, 42.371555 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "East St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076035, 42.370777 ], [ -71.075957, 42.370843 ], [ -71.075829, 42.370941 ], [ -71.075789, 42.370975 ], [ -71.075672, 42.371099 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "East St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075672, 42.371099 ], [ -71.075605, 42.37117 ], [ -71.075325, 42.371459 ], [ -71.075239, 42.371555 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075239, 42.371555 ], [ -71.074877, 42.371976 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Blanchard" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157195, 42.390918 ], [ -71.157289, 42.391047 ], [ -71.157489, 42.39171 ], [ -71.157526, 42.391834 ], [ -71.157854, 42.392883 ], [ -71.157925, 42.393088 ], [ -71.158046, 42.393495 ], [ -71.158062, 42.39355 ], [ -71.158089, 42.393635 ], [ -71.158247, 42.394136 ], [ -71.158395, 42.394605 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Cambridgep" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142324, 42.39462 ], [ -71.142393, 42.39462 ], [ -71.14255, 42.394621 ], [ -71.143033, 42.394636 ], [ -71.143927, 42.394658 ], [ -71.144528, 42.394682 ], [ -71.144827, 42.394688 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Acorn Pk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146335, 42.398842 ], [ -71.146738, 42.397842 ], [ -71.147774, 42.397852 ], [ -71.148338, 42.397835 ], [ -71.148713, 42.397812 ], [ -71.149063, 42.397801 ], [ -71.14958, 42.397808 ], [ -71.151044, 42.397818 ], [ -71.152066, 42.397819 ], [ -71.152612, 42.397828 ], [ -71.152793, 42.39785 ], [ -71.152954, 42.397887 ], [ -71.153033, 42.397911 ], [ -71.153109, 42.397941 ], [ -71.153241, 42.398007 ], [ -71.153305, 42.398049 ], [ -71.153357, 42.398087 ], [ -71.153414, 42.398137 ], [ -71.153457, 42.398181 ], [ -71.153537, 42.398285 ], [ -71.153573, 42.398345 ], [ -71.153603, 42.398406 ], [ -71.153646, 42.398542 ], [ -71.153668, 42.398684 ], [ -71.153696, 42.399607 ], [ -71.153712, 42.399789 ], [ -71.153754, 42.400155 ], [ -71.15377, 42.400317 ], [ -71.153842, 42.4007 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Discovery" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143547, 42.397602 ], [ -71.143701, 42.397635 ], [ -71.143753, 42.397607 ], [ -71.143796, 42.397587 ], [ -71.143847, 42.397559 ], [ -71.143896, 42.397526 ], [ -71.143939, 42.397496 ], [ -71.143983, 42.397479 ], [ -71.144022, 42.397469 ], [ -71.144084, 42.39746 ], [ -71.144138, 42.397462 ], [ -71.144189, 42.397457 ], [ -71.144251, 42.397447 ], [ -71.144303, 42.397435 ], [ -71.144358, 42.397416 ], [ -71.144413, 42.397392 ], [ -71.144468, 42.397369 ], [ -71.144532, 42.397355 ], [ -71.144599, 42.397346 ], [ -71.144666, 42.397345 ], [ -71.144732, 42.397354 ], [ -71.14479, 42.397364 ], [ -71.144878, 42.397375 ], [ -71.144961, 42.397383 ], [ -71.14503, 42.397384 ], [ -71.145119, 42.397385 ], [ -71.145204, 42.39738 ], [ -71.14529, 42.397375 ], [ -71.145375, 42.397375 ], [ -71.145443, 42.39738 ], [ -71.145526, 42.397396 ], [ -71.145613, 42.397422 ], [ -71.145689, 42.397451 ], [ -71.14575, 42.39748 ], [ -71.145805, 42.397512 ], [ -71.145874, 42.397554 ], [ -71.145943, 42.397597 ], [ -71.146015, 42.397642 ], [ -71.14608, 42.397677 ], [ -71.146143, 42.397709 ], [ -71.146219, 42.397737 ], [ -71.146296, 42.397766 ], [ -71.146369, 42.397787 ], [ -71.146449, 42.39781 ], [ -71.146539, 42.397822 ], [ -71.146659, 42.397834 ], [ -71.146738, 42.397842 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10312, 42.358169 ], [ -71.102718, 42.358554 ], [ -71.102653, 42.358613 ], [ -71.102581, 42.35867 ], [ -71.102438, 42.358763 ], [ -71.101073, 42.359464 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "First St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076934, 42.370636 ], [ -71.077072, 42.370023 ], [ -71.077092, 42.369932 ], [ -71.077115, 42.369836 ], [ -71.077167, 42.369614 ], [ -71.077228, 42.369353 ], [ -71.07725, 42.369257 ], [ -71.077271, 42.369163 ], [ -71.07738, 42.36869 ], [ -71.077405, 42.368584 ], [ -71.077432, 42.368469 ], [ -71.077538, 42.368011 ], [ -71.077563, 42.367908 ], [ -71.077589, 42.367792 ], [ -71.077695, 42.367342 ], [ -71.077721, 42.36723 ], [ -71.077752, 42.3671 ], [ -71.077848, 42.366687 ], [ -71.077878, 42.366555 ], [ -71.077906, 42.366434 ], [ -71.078012, 42.36598 ], [ -71.078034, 42.365878 ], [ -71.07806, 42.36577 ], [ -71.078157, 42.365356 ], [ -71.078206, 42.365142 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Front Park" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076374, 42.36473 ], [ -71.077176, 42.365139 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Front Park" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076004, 42.365117 ], [ -71.076808, 42.365527 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Western Co" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08941, 42.364787 ], [ -71.089341, 42.365049 ], [ -71.089167, 42.365702 ], [ -71.089114, 42.365822 ], [ -71.089071, 42.365888 ], [ -71.089022, 42.365952 ], [ -71.088941, 42.366038 ], [ -71.088845, 42.366117 ], [ -71.088737, 42.366186 ], [ -71.08862, 42.366247 ], [ -71.088495, 42.366296 ], [ -71.08836, 42.366334 ], [ -71.088138, 42.366372 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Western Co" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089963, 42.362712 ], [ -71.089878, 42.363005 ], [ -71.089573, 42.364171 ], [ -71.089495, 42.364468 ], [ -71.08941, 42.364787 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "North Poin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071165, 42.369239 ], [ -71.071124, 42.369276 ], [ -71.071065, 42.369301 ], [ -71.071008, 42.369311 ], [ -71.070955, 42.369317 ], [ -71.070898, 42.369319 ], [ -71.070841, 42.369312 ], [ -71.070782, 42.369304 ], [ -71.070734, 42.369289 ], [ -71.070666, 42.36927 ], [ -71.070616, 42.369255 ], [ -71.070559, 42.369246 ], [ -71.070497, 42.369248 ], [ -71.070443, 42.369252 ], [ -71.070372, 42.36926 ], [ -71.070316, 42.369277 ], [ -71.070268, 42.369295 ], [ -71.070214, 42.369314 ], [ -71.070171, 42.369329 ], [ -71.070123, 42.369339 ], [ -71.070072, 42.369332 ], [ -71.070013, 42.36933 ], [ -71.069959, 42.369322 ], [ -71.069906, 42.369309 ], [ -71.069844, 42.369275 ], [ -71.069793, 42.369245 ], [ -71.069765, 42.36922 ], [ -71.069734, 42.369187 ], [ -71.069701, 42.369119 ], [ -71.06967, 42.369079 ], [ -71.069633, 42.369042 ], [ -71.069597, 42.369004 ], [ -71.069546, 42.368974 ], [ -71.069495, 42.368947 ], [ -71.069433, 42.368902 ], [ -71.069399, 42.368851 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "North Poin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071408, 42.369629 ], [ -71.071334, 42.369637 ], [ -71.071292, 42.369631 ], [ -71.071255, 42.36962 ], [ -71.070773, 42.369377 ], [ -71.070731, 42.369364 ], [ -71.070694, 42.369354 ], [ -71.070655, 42.369356 ], [ -71.070587, 42.369362 ], [ -71.07053, 42.36938 ], [ -71.069963, 42.369596 ], [ -71.069909, 42.369607 ], [ -71.069864, 42.369608 ], [ -71.069805, 42.369604 ], [ -71.069745, 42.369589 ], [ -71.069703, 42.369574 ], [ -71.069655, 42.369547 ], [ -71.069599, 42.369515 ], [ -71.069498, 42.36945 ], [ -71.069464, 42.369416 ], [ -71.069436, 42.36938 ], [ -71.069416, 42.369328 ], [ -71.069405, 42.369286 ], [ -71.069397, 42.369254 ], [ -71.06938, 42.369229 ], [ -71.069361, 42.369198 ], [ -71.06933, 42.369177 ], [ -71.069302, 42.369151 ], [ -71.069254, 42.369137 ], [ -71.069203, 42.369122 ], [ -71.069146, 42.369121 ], [ -71.06909, 42.369123 ], [ -71.069042, 42.369136 ], [ -71.068954, 42.369177 ], [ -71.068846, 42.369252 ], [ -71.068786, 42.369303 ], [ -71.068702, 42.369367 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "North Poin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070694, 42.369354 ], [ -71.070734, 42.369289 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "North Poin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071408, 42.369629 ], [ -71.071453, 42.3696 ], [ -71.071493, 42.369556 ], [ -71.071527, 42.36951 ], [ -71.07153, 42.369466 ], [ -71.071516, 42.369428 ], [ -71.071477, 42.369382 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Shepard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122953, 42.380976 ], [ -71.123051, 42.380938 ], [ -71.123538, 42.380752 ], [ -71.124255, 42.380476 ], [ -71.124887, 42.380197 ], [ -71.125057, 42.380118 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150625, 42.377491 ], [ -71.150654, 42.37758 ], [ -71.150787, 42.377993 ], [ -71.150806, 42.378052 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150439, 42.376915 ], [ -71.15047, 42.377012 ], [ -71.150592, 42.377389 ], [ -71.150625, 42.377491 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Holworthy" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150014, 42.375471 ], [ -71.150031, 42.375533 ], [ -71.150207, 42.376142 ], [ -71.150226, 42.376209 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091781, 42.366295 ], [ -71.091944, 42.366429 ], [ -71.092331, 42.366747 ], [ -71.092368, 42.366778 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092368, 42.366778 ], [ -71.092392, 42.366797 ], [ -71.092747, 42.367087 ], [ -71.093118, 42.367391 ], [ -71.093228, 42.36748 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093228, 42.36748 ], [ -71.093339, 42.367571 ], [ -71.093703, 42.367871 ], [ -71.093803, 42.367953 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093803, 42.367953 ], [ -71.093892, 42.368026 ], [ -71.094203, 42.368283 ], [ -71.094372, 42.368423 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094372, 42.368423 ], [ -71.094438, 42.368477 ], [ -71.094789, 42.368765 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094789, 42.368765 ], [ -71.094955, 42.368901 ], [ -71.095389, 42.369257 ], [ -71.095518, 42.369363 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095518, 42.369363 ], [ -71.095629, 42.369455 ], [ -71.095905, 42.369681 ], [ -71.096034, 42.369787 ], [ -71.096093, 42.369835 ], [ -71.096193, 42.369917 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09753, 42.371014 ], [ -71.097411, 42.370917 ], [ -71.097251, 42.370786 ], [ -71.097117, 42.370676 ], [ -71.097011, 42.370588 ], [ -71.09688, 42.37048 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09753, 42.371014 ], [ -71.097653, 42.371115 ], [ -71.097992, 42.371395 ], [ -71.098121, 42.371501 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098121, 42.371501 ], [ -71.098243, 42.371601 ], [ -71.098458, 42.371778 ], [ -71.098528, 42.371835 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hampshire" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098528, 42.371835 ], [ -71.098549, 42.371852 ], [ -71.098858, 42.372106 ], [ -71.098975, 42.372202 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095766, 42.366188 ], [ -71.09559, 42.366114 ], [ -71.094983, 42.365859 ], [ -71.094878, 42.365815 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098746, 42.367261 ], [ -71.098645, 42.367231 ], [ -71.09833, 42.367135 ], [ -71.09801, 42.367038 ], [ -71.09786, 42.366993 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099659, 42.367566 ], [ -71.099774, 42.367606 ], [ -71.100273, 42.367782 ], [ -71.100691, 42.367929 ], [ -71.100784, 42.367962 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100784, 42.367962 ], [ -71.100864, 42.36799 ], [ -71.101141, 42.368089 ], [ -71.101229, 42.36812 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Harvard St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101229, 42.36812 ], [ -71.101313, 42.368149 ], [ -71.101606, 42.368253 ], [ -71.101742, 42.368301 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hawthorne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125649, 42.376233 ], [ -71.125697, 42.376125 ], [ -71.12598, 42.37548 ], [ -71.126017, 42.375395 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Hawthorne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126017, 42.375395 ], [ -71.126044, 42.375333 ], [ -71.126071, 42.375272 ], [ -71.126365, 42.374601 ], [ -71.12642, 42.37443 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131016, 42.382416 ], [ -71.131202, 42.382294 ], [ -71.131459, 42.382088 ], [ -71.131572, 42.381997 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131572, 42.381997 ], [ -71.131687, 42.381906 ], [ -71.132146, 42.381543 ], [ -71.132247, 42.381481 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133058, 42.381422 ], [ -71.132884, 42.381406 ], [ -71.132597, 42.381381 ], [ -71.132535, 42.381381 ], [ -71.132509, 42.381383 ], [ -71.132446, 42.381392 ], [ -71.132363, 42.381413 ], [ -71.132247, 42.381481 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133058, 42.381422 ], [ -71.133167, 42.381432 ], [ -71.133909, 42.381499 ], [ -71.134103, 42.381521 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134935, 42.381492 ], [ -71.135111, 42.381478 ], [ -71.135662, 42.381434 ], [ -71.135808, 42.381423 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135808, 42.381423 ], [ -71.136, 42.381408 ], [ -71.136441, 42.381374 ], [ -71.136572, 42.381364 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136572, 42.381364 ], [ -71.136724, 42.381352 ], [ -71.137187, 42.381317 ], [ -71.137337, 42.381306 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138781, 42.381166 ], [ -71.138977, 42.381128 ], [ -71.13988, 42.380954 ], [ -71.140017, 42.380928 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140017, 42.380928 ], [ -71.140649, 42.380806 ], [ -71.141043, 42.38073 ], [ -71.141167, 42.380705 ], [ -71.141282, 42.380682 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142318, 42.380481 ], [ -71.142144, 42.380515 ], [ -71.141603, 42.38062 ], [ -71.141424, 42.380655 ], [ -71.141282, 42.380682 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14351, 42.38025 ], [ -71.143326, 42.380286 ], [ -71.142481, 42.38045 ], [ -71.142318, 42.380481 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14351, 42.38025 ], [ -71.143681, 42.380218 ], [ -71.14394, 42.380169 ], [ -71.143993, 42.380157 ], [ -71.144051, 42.380139 ], [ -71.144334, 42.380035 ], [ -71.14453, 42.379964 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147294, 42.378756 ], [ -71.146985, 42.378765 ], [ -71.146628, 42.378837 ], [ -71.146477, 42.378883 ], [ -71.146377, 42.378923 ], [ -71.146234, 42.378984 ], [ -71.146101, 42.379051 ], [ -71.146004, 42.379111 ], [ -71.145903, 42.379185 ], [ -71.145567, 42.37946 ], [ -71.145422, 42.379559 ], [ -71.145258, 42.379659 ], [ -71.145103, 42.37974 ], [ -71.14493, 42.379817 ], [ -71.144765, 42.379877 ], [ -71.14453, 42.379964 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Huron Ave" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.151633, 42.379907 ], [ -71.151767, 42.379922 ], [ -71.151826, 42.379928 ], [ -71.152094, 42.379956 ], [ -71.152435, 42.380016 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087079, 42.362492 ], [ -71.086934, 42.362482 ], [ -71.086204, 42.362428 ], [ -71.085274, 42.362355 ], [ -71.085167, 42.362347 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088172, 42.36258 ], [ -71.088468, 42.362607 ], [ -71.089573, 42.362689 ], [ -71.089963, 42.362712 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091758, 42.36283 ], [ -71.092224, 42.362866 ], [ -71.093461, 42.36296 ], [ -71.093617, 42.362972 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087079, 42.362492 ], [ -71.087189, 42.362501 ], [ -71.087884, 42.362557 ], [ -71.088172, 42.36258 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089963, 42.362712 ], [ -71.09041, 42.362728 ], [ -71.091758, 42.36283 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093617, 42.362972 ], [ -71.093864, 42.362991 ], [ -71.095155, 42.363092 ], [ -71.095278, 42.363102 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095278, 42.363102 ], [ -71.095382, 42.363109 ], [ -71.0965, 42.363193 ], [ -71.096715, 42.363209 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09751, 42.363267 ], [ -71.097445, 42.363262 ], [ -71.097299, 42.363251 ], [ -71.096834, 42.363217 ], [ -71.096715, 42.363209 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098364, 42.363333 ], [ -71.097638, 42.363277 ], [ -71.09751, 42.363267 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10119, 42.363897 ], [ -71.101253, 42.363934 ], [ -71.101314, 42.363969 ], [ -71.10139, 42.364014 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10139, 42.364014 ], [ -71.101472, 42.364062 ], [ -71.101728, 42.364214 ], [ -71.102003, 42.364377 ], [ -71.102084, 42.364424 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102084, 42.364424 ], [ -71.102164, 42.364472 ], [ -71.102316, 42.364562 ], [ -71.102435, 42.364632 ], [ -71.102567, 42.36471 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103991, 42.365575 ], [ -71.104221, 42.365713 ], [ -71.104417, 42.365828 ], [ -71.104566, 42.365909 ], [ -71.104674, 42.365973 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104674, 42.365973 ], [ -71.104754, 42.36602 ], [ -71.105056, 42.366197 ], [ -71.105178, 42.366269 ], [ -71.105313, 42.366359 ], [ -71.105392, 42.366408 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105392, 42.366408 ], [ -71.10548, 42.366463 ], [ -71.105591, 42.366534 ], [ -71.105681, 42.36659 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105681, 42.36659 ], [ -71.105785, 42.366654 ], [ -71.106052, 42.366817 ], [ -71.106264, 42.366946 ], [ -71.106343, 42.366994 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Massachuse" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106343, 42.366994 ], [ -71.106413, 42.367039 ], [ -71.106571, 42.367138 ], [ -71.106662, 42.367195 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116072, 42.364302 ], [ -71.116602, 42.364264 ], [ -71.117695, 42.364187 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Western Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103991, 42.365574 ], [ -71.104112, 42.365536 ], [ -71.104243, 42.365459 ], [ -71.104302, 42.365407 ], [ -71.104357, 42.365369 ], [ -71.104394, 42.365354 ], [ -71.104484, 42.365327 ], [ -71.104553, 42.365317 ], [ -71.104646, 42.365307 ], [ -71.104753, 42.365297 ], [ -71.105023, 42.36527 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Brookline" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110329, 42.355082 ], [ -71.110367, 42.35492 ], [ -71.110386, 42.354838 ], [ -71.110414, 42.354767 ], [ -71.110439, 42.354725 ], [ -71.110497, 42.354655 ], [ -71.110553, 42.354587 ], [ -71.110797, 42.354221 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Concord Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144376, 42.388727 ], [ -71.145899, 42.389131 ], [ -71.145993, 42.389156 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Museum Way" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071365, 42.369808 ], [ -71.070837, 42.370368 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "North Poin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069789, 42.369818 ], [ -71.069637, 42.369751 ], [ -71.069486, 42.369651 ], [ -71.069341, 42.369525 ], [ -71.069257, 42.369446 ], [ -71.069151, 42.369329 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Industrial" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069789, 42.369818 ], [ -71.069535, 42.369921 ], [ -71.068808, 42.370185 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071828, 42.371027 ], [ -71.072153, 42.371091 ], [ -71.072507, 42.371165 ], [ -71.072785, 42.371226 ], [ -71.074141, 42.371523 ], [ -71.074829, 42.371673 ], [ -71.075004, 42.371718 ], [ -71.075077, 42.371744 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07217, 42.368819 ], [ -71.071822, 42.369217 ], [ -71.071711, 42.369337 ], [ -71.071648, 42.369365 ], [ -71.071565, 42.369383 ], [ -71.071477, 42.369382 ], [ -71.071402, 42.369368 ], [ -71.07132, 42.369332 ], [ -71.071214, 42.369264 ], [ -71.069822, 42.368555 ], [ -71.069742, 42.368549 ], [ -71.06961, 42.368668 ], [ -71.069476, 42.368814 ], [ -71.069399, 42.368851 ], [ -71.069302, 42.368791 ], [ -71.069193, 42.368689 ], [ -71.069134, 42.368674 ], [ -71.069057, 42.368682 ], [ -71.068972, 42.368695 ], [ -71.068876, 42.368684 ], [ -71.06877, 42.368655 ], [ -71.06869, 42.368615 ], [ -71.068637, 42.368578 ], [ -71.068582, 42.368576 ], [ -71.068361, 42.368668 ], [ -71.068209, 42.368691 ], [ -71.068019, 42.368823 ], [ -71.06771, 42.368999 ], [ -71.067507, 42.369082 ], [ -71.067272, 42.369167 ], [ -71.067204, 42.36924 ], [ -71.067123, 42.369311 ], [ -71.067046, 42.369449 ], [ -71.066973, 42.369428 ], [ -71.066788, 42.369359 ], [ -71.066744, 42.36933 ], [ -71.066704, 42.369314 ], [ -71.066265, 42.369351 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "North Poin" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069399, 42.368851 ], [ -71.069332, 42.368866 ], [ -71.069247, 42.368881 ], [ -71.069173, 42.368889 ], [ -71.069094, 42.368899 ], [ -71.069029, 42.368909 ], [ -71.068975, 42.368922 ], [ -71.068924, 42.368921 ], [ -71.068871, 42.368913 ], [ -71.06882, 42.368911 ], [ -71.068769, 42.368921 ], [ -71.068732, 42.36894 ], [ -71.068692, 42.368979 ], [ -71.068678, 42.369027 ], [ -71.068652, 42.369061 ], [ -71.068598, 42.369109 ], [ -71.068535, 42.369159 ], [ -71.068473, 42.369208 ], [ -71.068444, 42.369261 ], [ -71.068396, 42.369303 ], [ -71.068325, 42.369343 ], [ -71.068257, 42.369384 ], [ -71.06818, 42.369422 ], [ -71.068106, 42.369453 ], [ -71.068027, 42.369474 ], [ -71.067925, 42.369498 ], [ -71.067832, 42.369509 ], [ -71.067719, 42.369521 ], [ -71.067611, 42.369525 ], [ -71.067476, 42.369518 ], [ -71.067323, 42.369505 ], [ -71.067204, 42.369485 ], [ -71.067046, 42.369449 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073097, 42.369476 ], [ -71.073905, 42.369878 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Grove St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157935, 42.382227 ], [ -71.157935, 42.382339 ], [ -71.157946, 42.382416 ], [ -71.157962, 42.3825 ], [ -71.157981, 42.382571 ], [ -71.158001, 42.382628 ], [ -71.158042, 42.38271 ], [ -71.15809, 42.382786 ], [ -71.158126, 42.382845 ], [ -71.158256, 42.38303 ], [ -71.158592, 42.383548 ], [ -71.160199, 42.385986 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Prospect S" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10007, 42.370658 ], [ -71.100026, 42.370721 ], [ -71.099946, 42.370834 ], [ -71.099902, 42.370894 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Prospect S" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099902, 42.370894 ], [ -71.099861, 42.370953 ], [ -71.099057, 42.372086 ], [ -71.098975, 42.372202 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Prospect S" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101021, 42.369317 ], [ -71.100938, 42.369435 ], [ -71.100884, 42.369511 ], [ -71.100751, 42.369698 ], [ -71.100104, 42.370612 ], [ -71.10007, 42.370658 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Broad Cana" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081997, 42.362971 ], [ -71.081959, 42.362964 ], [ -71.081957, 42.362963 ], [ -71.081957, 42.362963 ], [ -71.081956, 42.362963 ], [ -71.081956, 42.362963 ], [ -71.081956, 42.362963 ], [ -71.081956, 42.362963 ], [ -71.081955, 42.362963 ], [ -71.081955, 42.362963 ], [ -71.081794, 42.362935 ], [ -71.081534, 42.362888 ], [ -71.081315, 42.362849 ], [ -71.081261, 42.362839 ], [ -71.081085, 42.362801 ], [ -71.080838, 42.362746 ], [ -71.080629, 42.362701 ], [ -71.080436, 42.362683 ], [ -71.080163, 42.362659 ], [ -71.079945, 42.362641 ], [ -71.079895, 42.362637 ], [ -71.079753, 42.362624 ], [ -71.079694, 42.362619 ], [ -71.07944, 42.362601 ], [ -71.079291, 42.362588 ], [ -71.079279, 42.362587 ], [ -71.079227, 42.362634 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Main St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09958, 42.36295 ], [ -71.099583, 42.363078 ], [ -71.099417, 42.363415 ], [ -71.098668, 42.363357 ], [ -71.098364, 42.363333 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Garden St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124176, 42.378969 ], [ -71.124249, 42.379065 ], [ -71.124628, 42.37957 ], [ -71.124694, 42.379657 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Garden St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124694, 42.379657 ], [ -71.124765, 42.37975 ], [ -71.124987, 42.380032 ], [ -71.125057, 42.380117 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Somerville" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116156, 42.386899 ], [ -71.116772, 42.387257 ], [ -71.117147, 42.387461 ], [ -71.117784, 42.387822 ], [ -71.118533, 42.388224 ], [ -71.118793, 42.388388 ], [ -71.11904, 42.388566 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118768, 42.375135 ], [ -71.118847, 42.37515 ], [ -71.118896, 42.375164 ], [ -71.118948, 42.375184 ], [ -71.11899, 42.375219 ], [ -71.119023, 42.375261 ], [ -71.119046, 42.375295 ], [ -71.119266, 42.375956 ], [ -71.11935, 42.376168 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Danehy Par" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136359, 42.388227 ], [ -71.136358, 42.388242 ], [ -71.136353, 42.388379 ], [ -71.136351, 42.388403 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133732, 42.387772 ], [ -71.13375, 42.387741 ], [ -71.133763, 42.38771 ], [ -71.133768, 42.387679 ], [ -71.133761, 42.387612 ], [ -71.133751, 42.387566 ], [ -71.133758, 42.387539 ], [ -71.133784, 42.387516 ], [ -71.133817, 42.387499 ], [ -71.134853, 42.387118 ], [ -71.134897, 42.38711 ], [ -71.134941, 42.387112 ], [ -71.134979, 42.387118 ], [ -71.135017, 42.387135 ], [ -71.135057, 42.387166 ], [ -71.13624, 42.388173 ], [ -71.136275, 42.3882 ], [ -71.136307, 42.388215 ], [ -71.136335, 42.388226 ], [ -71.136359, 42.388227 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13801, 42.388106 ], [ -71.138366, 42.388492 ], [ -71.13837, 42.388513 ], [ -71.138368, 42.388539 ], [ -71.138346, 42.38856 ], [ -71.137665, 42.389071 ], [ -71.137582, 42.389122 ], [ -71.137504, 42.389162 ], [ -71.137331, 42.389221 ], [ -71.137312, 42.389227 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137312, 42.389227 ], [ -71.137322, 42.389243 ], [ -71.137505, 42.389441 ], [ -71.137664, 42.389564 ], [ -71.137809, 42.389643 ], [ -71.137944, 42.389705 ], [ -71.138119, 42.389759 ], [ -71.13837, 42.389828 ], [ -71.138661, 42.389883 ], [ -71.138878, 42.38993 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136351, 42.388403 ], [ -71.13649, 42.388426 ], [ -71.136624, 42.388461 ], [ -71.136822, 42.388563 ], [ -71.137, 42.388689 ], [ -71.137121, 42.388851 ], [ -71.137207, 42.389056 ], [ -71.137312, 42.389227 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Danehy Par" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13801, 42.388106 ], [ -71.137637, 42.387699 ], [ -71.137606, 42.387677 ], [ -71.137577, 42.387666 ], [ -71.137545, 42.387664 ], [ -71.137504, 42.387673 ], [ -71.136467, 42.388196 ], [ -71.136436, 42.38821 ], [ -71.136402, 42.388221 ], [ -71.13638, 42.388226 ], [ -71.136359, 42.388227 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Danehy Par" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137884, 42.387224 ], [ -71.137649, 42.387385 ], [ -71.13801, 42.388043 ], [ -71.138025, 42.388069 ], [ -71.13804, 42.388089 ], [ -71.13801, 42.388106 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133552, 42.387715 ], [ -71.133732, 42.387772 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133732, 42.387772 ], [ -71.133733, 42.387772 ], [ -71.133715, 42.387803 ], [ -71.13368, 42.387832 ], [ -71.133638, 42.387862 ], [ -71.133607, 42.38788 ], [ -71.133346, 42.387991 ], [ -71.133314, 42.388014 ], [ -71.13329, 42.388039 ], [ -71.133279, 42.388065 ], [ -71.133284, 42.388092 ], [ -71.133295, 42.388116 ], [ -71.133452, 42.388342 ], [ -71.133517, 42.388407 ], [ -71.133567, 42.388445 ], [ -71.133636, 42.388477 ], [ -71.133709, 42.3885 ], [ -71.133774, 42.388511 ], [ -71.133934, 42.388525 ], [ -71.134016, 42.388531 ], [ -71.134069, 42.388543 ], [ -71.13412, 42.388562 ], [ -71.134139, 42.388571 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134139, 42.388571 ], [ -71.134254, 42.388533 ], [ -71.134564, 42.388448 ], [ -71.134821, 42.388405 ], [ -71.135083, 42.388406 ], [ -71.135325, 42.388443 ], [ -71.135596, 42.388469 ], [ -71.135815, 42.388448 ], [ -71.136125, 42.388406 ], [ -71.136351, 42.388403 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133278, 42.388569 ], [ -71.133347, 42.388562 ], [ -71.133556, 42.388577 ], [ -71.133856, 42.388625 ], [ -71.134011, 42.388615 ], [ -71.134139, 42.388571 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132698, 42.388628 ], [ -71.133278, 42.388569 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "St. Peter'" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131503, 42.386824 ], [ -71.13176, 42.386731 ], [ -71.131803, 42.386713 ], [ -71.13183, 42.386695 ], [ -71.131854, 42.386677 ], [ -71.131875, 42.386655 ], [ -71.131893, 42.386622 ], [ -71.132006, 42.386451 ], [ -71.132021, 42.386425 ], [ -71.132056, 42.386391 ], [ -71.13219, 42.386274 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "St. Peter'" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13219, 42.386274 ], [ -71.132683, 42.385841 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133942, 42.386301 ], [ -71.13392, 42.386344 ], [ -71.13389, 42.386409 ], [ -71.133872, 42.386491 ], [ -71.133808, 42.386579 ], [ -71.133656, 42.386799 ], [ -71.133624, 42.386875 ], [ -71.133544, 42.387081 ], [ -71.133494, 42.387177 ], [ -71.133448, 42.387237 ], [ -71.133398, 42.387282 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13219, 42.386274 ], [ -71.132251, 42.386316 ], [ -71.132538, 42.386499 ], [ -71.132551, 42.386512 ], [ -71.132572, 42.38656 ], [ -71.132597, 42.386606 ], [ -71.132629, 42.38664 ], [ -71.13268, 42.386676 ], [ -71.132746, 42.386717 ], [ -71.132863, 42.386779 ], [ -71.132891, 42.386798 ], [ -71.132921, 42.386825 ], [ -71.132965, 42.386869 ], [ -71.132986, 42.386886 ], [ -71.133028, 42.386907 ], [ -71.133087, 42.386947 ], [ -71.133147, 42.386995 ], [ -71.133216, 42.387052 ], [ -71.133275, 42.387114 ], [ -71.133319, 42.387178 ], [ -71.133344, 42.387209 ], [ -71.133379, 42.387244 ], [ -71.133398, 42.387282 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133398, 42.387282 ], [ -71.13336, 42.387316 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133552, 42.387715 ], [ -71.133546, 42.387729 ], [ -71.133523, 42.387749 ], [ -71.133433, 42.387787 ], [ -71.133096, 42.387917 ], [ -71.133061, 42.387949 ], [ -71.133035, 42.387988 ], [ -71.133026, 42.388041 ], [ -71.133037, 42.388095 ], [ -71.133074, 42.388144 ], [ -71.133155, 42.388248 ], [ -71.133241, 42.388377 ], [ -71.133276, 42.388444 ], [ -71.133287, 42.388502 ], [ -71.133278, 42.388569 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13336, 42.387316 ], [ -71.133435, 42.387407 ], [ -71.133558, 42.387622 ], [ -71.133564, 42.387665 ], [ -71.133558, 42.387699 ], [ -71.133552, 42.387715 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13336, 42.387316 ], [ -71.133327, 42.387336 ], [ -71.133303, 42.387349 ], [ -71.132156, 42.387785 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Longfellow" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134191, 42.374923 ], [ -71.134226, 42.375033 ], [ -71.134314, 42.375298 ], [ -71.134511, 42.375881 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10695, 42.365079 ], [ -71.10695, 42.365079 ], [ -71.107024, 42.365073 ], [ -71.107117, 42.365065 ], [ -71.107219, 42.365056 ], [ -71.107323, 42.365047 ], [ -71.107712, 42.365013 ], [ -71.108024, 42.364986 ], [ -71.108124, 42.364978 ], [ -71.108227, 42.364969 ], [ -71.108389, 42.364956 ], [ -71.108907, 42.364911 ], [ -71.109006, 42.364902 ], [ -71.109129, 42.364892 ], [ -71.109765, 42.364838 ], [ -71.10989, 42.364827 ], [ -71.110023, 42.364816 ], [ -71.11064, 42.364762 ], [ -71.110774, 42.36475 ], [ -71.110874, 42.364741 ], [ -71.111427, 42.364693 ], [ -71.111544, 42.364683 ], [ -71.111633, 42.364675 ], [ -71.112231, 42.364626 ], [ -71.112318, 42.364618 ], [ -71.112405, 42.364611 ], [ -71.112944, 42.364566 ], [ -71.113083, 42.364554 ], [ -71.113203, 42.364544 ], [ -71.113743, 42.364497 ], [ -71.113893, 42.364484 ], [ -71.114068, 42.364469 ], [ -71.114645, 42.36442 ], [ -71.11482, 42.364405 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Western Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105021, 42.365264 ], [ -71.105129, 42.365251 ], [ -71.105253, 42.365236 ], [ -71.105679, 42.3652 ], [ -71.105987, 42.36517 ], [ -71.106206, 42.365144 ], [ -71.106404, 42.365126 ], [ -71.106642, 42.365106 ], [ -71.106753, 42.365096 ], [ -71.10695, 42.365079 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Western Av" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11482, 42.364405 ], [ -71.114875, 42.3644 ], [ -71.114981, 42.364392 ], [ -71.116072, 42.364302 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Fulkerson" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087233, 42.37055 ], [ -71.087255, 42.37046 ], [ -71.087314, 42.370219 ], [ -71.087373, 42.369975 ], [ -71.087399, 42.369871 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Fulkerson" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087055, 42.371223 ], [ -71.087075, 42.371147 ], [ -71.087145, 42.370883 ], [ -71.087207, 42.370648 ], [ -71.087233, 42.37055 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Fulkerson" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086872, 42.37192 ], [ -71.086899, 42.371818 ], [ -71.086964, 42.37157 ], [ -71.087031, 42.371317 ], [ -71.087055, 42.371223 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fulkerson" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087399, 42.369871 ], [ -71.087422, 42.369774 ], [ -71.08743, 42.369738 ], [ -71.08745, 42.369651 ], [ -71.087691, 42.368629 ], [ -71.087718, 42.368514 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Alewife Gr" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14405, 42.398609 ], [ -71.142618, 42.398207 ], [ -71.142468, 42.398347 ], [ -71.142344, 42.398455 ], [ -71.142243, 42.398595 ], [ -71.142074, 42.398735 ], [ -71.141848, 42.398858 ], [ -71.141763, 42.398917 ], [ -71.141367, 42.399319 ], [ -71.140776, 42.399768 ], [ -71.140116, 42.400027 ], [ -71.139736, 42.400171 ], [ -71.139492, 42.400242 ], [ -71.139297, 42.400275 ], [ -71.139048, 42.400314 ], [ -71.138769, 42.400341 ], [ -71.13823, 42.400372 ], [ -71.138054, 42.400406 ], [ -71.137493, 42.400553 ], [ -71.137033, 42.400722 ], [ -71.136844, 42.400823 ], [ -71.13669, 42.400955 ], [ -71.136587, 42.40106 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Alewife Gr" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136312, 42.401238 ], [ -71.136312, 42.401239 ], [ -71.13631, 42.401246 ], [ -71.136307, 42.401253 ], [ -71.136304, 42.401259 ], [ -71.136299, 42.401265 ], [ -71.136296, 42.401269 ], [ -71.136294, 42.401271 ], [ -71.136288, 42.401276 ], [ -71.136279, 42.401285 ], [ -71.13627, 42.401295 ], [ -71.136263, 42.401303 ], [ -71.136262, 42.401305 ], [ -71.136255, 42.401314 ], [ -71.136246, 42.401322 ], [ -71.136237, 42.401331 ], [ -71.136228, 42.401338 ], [ -71.136218, 42.401346 ], [ -71.136207, 42.401353 ], [ -71.136206, 42.401353 ], [ -71.136196, 42.401359 ], [ -71.136184, 42.401365 ], [ -71.136167, 42.401374 ], [ -71.136151, 42.401385 ], [ -71.136135, 42.401395 ], [ -71.13612, 42.401406 ], [ -71.136105, 42.401417 ], [ -71.136091, 42.401429 ], [ -71.136078, 42.401441 ], [ -71.136065, 42.401453 ], [ -71.136052, 42.401466 ], [ -71.136046, 42.401473 ], [ -71.136041, 42.401479 ], [ -71.13603, 42.401493 ], [ -71.135983, 42.40157 ], [ -71.135971, 42.401592 ], [ -71.135958, 42.401614 ], [ -71.135945, 42.401636 ], [ -71.13593, 42.401657 ], [ -71.135915, 42.401678 ], [ -71.1359, 42.401699 ], [ -71.135865, 42.401738 ], [ -71.135779, 42.401838 ], [ -71.135654, 42.401981 ], [ -71.135482, 42.402184 ], [ -71.13545, 42.402222 ], [ -71.135418, 42.402261 ], [ -71.135388, 42.4023 ], [ -71.135358, 42.40234 ], [ -71.135329, 42.402379 ], [ -71.135243, 42.402502 ], [ -71.135228, 42.402522 ], [ -71.135218, 42.402536 ], [ -71.13509, 42.402737 ], [ -71.135031, 42.40283 ], [ -71.134976, 42.402881 ], [ -71.134848, 42.403143 ], [ -71.134824, 42.403245 ], [ -71.134814, 42.40331 ], [ -71.134821, 42.403395 ], [ -71.134807, 42.403489 ], [ -71.134723, 42.40394 ], [ -71.134708, 42.404011 ], [ -71.134698, 42.404355 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Linskey Wa" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081766, 42.364958 ], [ -71.082554, 42.365059 ], [ -71.082746, 42.365084 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068702, 42.369367 ], [ -71.068643, 42.369403 ], [ -71.068583, 42.369433 ], [ -71.06851, 42.369468 ], [ -71.06841, 42.369509 ], [ -71.068319, 42.369537 ], [ -71.068196, 42.369568 ], [ -71.068065, 42.369594 ], [ -71.06797, 42.36961 ], [ -71.067875, 42.369621 ], [ -71.067745, 42.369625 ], [ -71.067629, 42.369625 ], [ -71.067517, 42.369618 ], [ -71.067413, 42.369605 ], [ -71.067312, 42.369593 ], [ -71.067179, 42.369583 ], [ -71.066925, 42.369568 ], [ -71.066902, 42.369568 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066902, 42.369568 ], [ -71.066772, 42.369568 ], [ -71.066665, 42.36957 ], [ -71.066545, 42.369576 ], [ -71.066382, 42.36959 ], [ -71.06617, 42.369617 ], [ -71.065964, 42.369645 ], [ -71.06579, 42.369661 ], [ -71.065591, 42.369674 ], [ -71.065408, 42.36968 ], [ -71.065204, 42.369685 ], [ -71.064977, 42.369682 ], [ -71.064618, 42.369661 ], [ -71.064274, 42.369641 ], [ -71.063801, 42.369749 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138349, 42.395663 ], [ -71.13922, 42.395956 ], [ -71.139287, 42.395966 ], [ -71.139362, 42.395966 ], [ -71.139917, 42.395966 ], [ -71.139998, 42.396 ], [ -71.140053, 42.396021 ], [ -71.140141, 42.396052 ], [ -71.140441, 42.396089 ], [ -71.140582, 42.396112 ], [ -71.140855, 42.39614 ], [ -71.14092, 42.396161 ], [ -71.14098, 42.396206 ], [ -71.141021, 42.396288 ], [ -71.141055, 42.39636 ], [ -71.141134, 42.396429 ], [ -71.141175, 42.396493 ], [ -71.141191, 42.396589 ], [ -71.141197, 42.396697 ], [ -71.141254, 42.396773 ], [ -71.141347, 42.396809 ], [ -71.141409, 42.396876 ], [ -71.141855, 42.396776 ], [ -71.142741, 42.396586 ], [ -71.142775, 42.396585 ], [ -71.142895, 42.396587 ], [ -71.142917, 42.396582 ], [ -71.142996, 42.396553 ], [ -71.143048, 42.396561 ], [ -71.143074, 42.396583 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.158725, 42.395983 ], [ -71.158387, 42.395985 ], [ -71.157738, 42.396004 ], [ -71.156825, 42.396025 ], [ -71.156469, 42.396022 ], [ -71.155623, 42.395995 ], [ -71.154769, 42.395988 ], [ -71.152417, 42.395985 ], [ -71.151045, 42.395977 ], [ -71.150398, 42.395988 ], [ -71.150195, 42.395987 ], [ -71.149876, 42.395968 ], [ -71.148923, 42.395937 ], [ -71.147982, 42.395965 ], [ -71.147747, 42.395952 ], [ -71.146939, 42.395966 ], [ -71.146048, 42.396011 ], [ -71.144935, 42.396128 ], [ -71.144273, 42.396217 ], [ -71.144197, 42.396231 ], [ -71.144105, 42.396249 ], [ -71.144031, 42.39627 ], [ -71.143975, 42.396297 ], [ -71.143935, 42.396329 ], [ -71.143851, 42.39643 ], [ -71.143808, 42.396476 ], [ -71.143775, 42.396494 ], [ -71.143738, 42.396509 ], [ -71.143691, 42.396521 ], [ -71.143358, 42.39654 ], [ -71.143268, 42.396532 ], [ -71.143172, 42.39654 ], [ -71.143074, 42.396583 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143074, 42.396583 ], [ -71.143059, 42.396673 ], [ -71.143049, 42.396765 ], [ -71.143057, 42.396877 ], [ -71.14308, 42.396981 ], [ -71.143142, 42.39711 ], [ -71.14323, 42.397219 ], [ -71.143307, 42.397294 ], [ -71.143367, 42.397353 ], [ -71.143452, 42.39751 ], [ -71.143467, 42.39758 ], [ -71.143486, 42.397725 ], [ -71.143549, 42.397841 ], [ -71.143644, 42.397912 ], [ -71.143724, 42.39798 ], [ -71.143775, 42.398072 ], [ -71.144154, 42.39881 ], [ -71.144268, 42.399017 ], [ -71.144387, 42.399174 ], [ -71.144596, 42.399301 ], [ -71.144672, 42.399382 ], [ -71.144784, 42.399593 ], [ -71.144843, 42.399759 ], [ -71.144837, 42.399845 ], [ -71.1447, 42.400003 ], [ -71.144613, 42.400125 ], [ -71.144596, 42.400178 ], [ -71.144832, 42.400657 ], [ -71.144866, 42.400699 ], [ -71.144949, 42.400741 ], [ -71.145037, 42.400794 ], [ -71.145084, 42.40086 ], [ -71.14527, 42.401147 ], [ -71.145882, 42.40235 ], [ -71.146429, 42.403446 ], [ -71.146841, 42.404267 ], [ -71.146904, 42.404364 ], [ -71.147421, 42.405406 ], [ -71.147878, 42.406364 ], [ -71.148094, 42.406792 ], [ -71.148345, 42.407524 ], [ -71.14855, 42.408489 ], [ -71.148643, 42.408838 ], [ -71.148704, 42.40905 ], [ -71.148813, 42.409313 ], [ -71.148869, 42.409408 ], [ -71.148948, 42.409592 ], [ -71.14909, 42.409853 ], [ -71.149373, 42.410295 ], [ -71.149667, 42.410655 ], [ -71.149907, 42.410908 ], [ -71.150143, 42.411116 ], [ -71.150535, 42.411441 ], [ -71.150852, 42.411705 ], [ -71.151164, 42.412015 ], [ -71.151414, 42.412309 ], [ -71.15169, 42.412718 ], [ -71.151863, 42.413032 ], [ -71.152114, 42.413725 ], [ -71.152333, 42.414537 ], [ -71.152404, 42.414719 ], [ -71.152393, 42.414871 ], [ -71.15216, 42.415088 ], [ -71.153341, 42.415545 ], [ -71.152845, 42.415846 ], [ -71.153068, 42.416106 ], [ -71.153385, 42.41645 ], [ -71.15364, 42.416723 ], [ -71.153878, 42.416947 ], [ -71.154083, 42.417098 ], [ -71.154232, 42.41718 ], [ -71.154352, 42.417246 ], [ -71.154747, 42.417456 ], [ -71.156076, 42.418011 ], [ -71.157054, 42.418384 ], [ -71.157324, 42.41848 ], [ -71.157488, 42.418547 ], [ -71.162454, 42.420557 ], [ -71.163021, 42.420779 ], [ -71.163401, 42.42088 ], [ -71.163982, 42.421033 ], [ -71.164688, 42.421162 ], [ -71.165238, 42.421249 ], [ -71.166203, 42.421355 ], [ -71.167029, 42.421446 ], [ -71.167886, 42.421677 ], [ -71.168521, 42.421934 ], [ -71.169294, 42.422393 ], [ -71.170369, 42.423158 ], [ -71.17102, 42.423606 ], [ -71.173268, 42.425148 ], [ -71.173725, 42.425362 ], [ -71.174164, 42.425525 ], [ -71.174633, 42.425669 ], [ -71.175606, 42.425846 ], [ -71.175879, 42.425868 ], [ -71.176095, 42.42589 ], [ -71.176558, 42.425889 ], [ -71.178237, 42.425747 ], [ -71.180581, 42.425583 ], [ -71.183264, 42.425353 ], [ -71.184177, 42.425284 ], [ -71.185139, 42.425258 ], [ -71.185489, 42.425278 ], [ -71.186768, 42.425422 ], [ -71.192819, 42.426 ], [ -71.194532, 42.426241 ], [ -71.196131, 42.426707 ], [ -71.197411, 42.42723 ], [ -71.202332, 42.428967 ], [ -71.202707, 42.429116 ], [ -71.203083, 42.429276 ], [ -71.203794, 42.429731 ], [ -71.204294, 42.430104 ], [ -71.205948, 42.432051 ], [ -71.208164, 42.434591 ], [ -71.20846, 42.435228 ], [ -71.20876, 42.435689 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136316, 42.395708 ], [ -71.136436, 42.39573 ], [ -71.136674, 42.395728 ], [ -71.137009, 42.395722 ], [ -71.137426, 42.395733 ], [ -71.13817, 42.39573 ], [ -71.138284, 42.395709 ], [ -71.138328, 42.395654 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138349, 42.395663 ], [ -71.138342, 42.395748 ], [ -71.13839, 42.396722 ], [ -71.138376, 42.39677 ], [ -71.138336, 42.396814 ], [ -71.138294, 42.396842 ], [ -71.138215, 42.396866 ], [ -71.138044, 42.396902 ], [ -71.137826, 42.396934 ], [ -71.137678, 42.396951 ], [ -71.137489, 42.396961 ], [ -71.137229, 42.396972 ], [ -71.137153, 42.396982 ], [ -71.137101, 42.396999 ], [ -71.137019, 42.397047 ], [ -71.136986, 42.397097 ], [ -71.136948, 42.397338 ], [ -71.136918, 42.397646 ], [ -71.136912, 42.397714 ], [ -71.136871, 42.397759 ], [ -71.136728, 42.397826 ], [ -71.136551, 42.397871 ], [ -71.136409, 42.39789 ], [ -71.136314, 42.39789 ], [ -71.136214, 42.397885 ], [ -71.13608, 42.397881 ], [ -71.135954, 42.397902 ], [ -71.135661, 42.397973 ], [ -71.135511, 42.397999 ], [ -71.135395, 42.398012 ], [ -71.135287, 42.398017 ], [ -71.135214, 42.398013 ], [ -71.134989, 42.397992 ], [ -71.134755, 42.397986 ], [ -71.134438, 42.397998 ], [ -71.134269, 42.39801 ], [ -71.134129, 42.398017 ], [ -71.133847, 42.398014 ], [ -71.133674, 42.398 ], [ -71.133475, 42.397964 ], [ -71.133124, 42.397899 ], [ -71.132996, 42.397891 ], [ -71.13284, 42.397891 ], [ -71.132448, 42.397862 ], [ -71.131843, 42.39782 ], [ -71.131372, 42.397784 ], [ -71.130811, 42.397751 ], [ -71.130422, 42.397773 ], [ -71.129999, 42.39775 ], [ -71.129623, 42.397697 ], [ -71.129376, 42.397708 ], [ -71.12925, 42.397714 ], [ -71.129111, 42.397733 ], [ -71.129014, 42.397741 ], [ -71.128924, 42.397741 ], [ -71.12875, 42.397732 ], [ -71.128313, 42.397706 ], [ -71.12786, 42.397677 ], [ -71.127726, 42.397671 ], [ -71.127588, 42.397647 ], [ -71.127448, 42.397596 ], [ -71.127258, 42.397536 ], [ -71.127031, 42.397476 ], [ -71.126868, 42.397468 ], [ -71.126745, 42.397476 ], [ -71.12663, 42.39748 ], [ -71.126511, 42.397476 ], [ -71.126402, 42.397456 ], [ -71.126109, 42.39742 ], [ -71.125716, 42.397426 ], [ -71.125269, 42.397405 ], [ -71.125062, 42.397409 ], [ -71.124889, 42.397379 ], [ -71.124685, 42.397315 ], [ -71.124077, 42.397205 ], [ -71.12303, 42.39696 ], [ -71.122708, 42.396899 ], [ -71.122209, 42.396774 ], [ -71.122034, 42.396699 ], [ -71.121931, 42.396659 ], [ -71.121389, 42.396534 ], [ -71.121078, 42.3965 ], [ -71.120255, 42.396282 ], [ -71.120061, 42.39622 ], [ -71.119256, 42.395998 ], [ -71.117886, 42.395676 ], [ -71.117143, 42.3955 ], [ -71.11696, 42.395443 ], [ -71.116487, 42.395299 ], [ -71.116266, 42.395269 ], [ -71.116164, 42.395263 ], [ -71.115951, 42.395217 ], [ -71.115801, 42.395162 ], [ -71.115704, 42.395142 ], [ -71.115542, 42.395124 ], [ -71.11169, 42.394183 ], [ -71.1115, 42.394164 ], [ -71.111448, 42.394156 ], [ -71.111323, 42.394124 ], [ -71.111126, 42.394059 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mason St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124614, 42.375986 ], [ -71.123677, 42.376214 ], [ -71.123555, 42.376243 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Mason St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123555, 42.376243 ], [ -71.12343, 42.376273 ], [ -71.122506, 42.376491 ], [ -71.122185, 42.376564 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Albany St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100134, 42.358977 ], [ -71.100253, 42.358918 ], [ -71.100652, 42.358722 ], [ -71.103151, 42.357501 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Waverly St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103151, 42.357501 ], [ -71.103232, 42.357461 ], [ -71.103254, 42.357453 ], [ -71.103296, 42.357445 ], [ -71.10331, 42.357431 ], [ -71.103329, 42.357423 ], [ -71.103365, 42.357418 ], [ -71.103395, 42.357418 ], [ -71.103477, 42.357417 ], [ -71.103577, 42.357416 ], [ -71.103707, 42.357415 ], [ -71.10376, 42.357412 ], [ -71.103795, 42.357404 ], [ -71.10384, 42.357393 ], [ -71.103921, 42.357367 ], [ -71.104295, 42.357081 ], [ -71.104366, 42.35701 ], [ -71.104496, 42.356885 ], [ -71.10472, 42.356675 ], [ -71.10493, 42.356486 ], [ -71.105438, 42.356011 ], [ -71.105518, 42.355935 ], [ -71.105586, 42.355862 ], [ -71.10568, 42.355774 ], [ -71.105905, 42.355557 ], [ -71.106121, 42.355366 ], [ -71.106242, 42.355267 ], [ -71.106313, 42.355209 ], [ -71.106374, 42.355162 ], [ -71.106689, 42.355008 ], [ -71.106694, 42.355007 ], [ -71.106705, 42.355006 ], [ -71.106729, 42.355006 ], [ -71.106767, 42.355008 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Anglin St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103683, 42.357659 ], [ -71.10312, 42.358169 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Binney St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088138, 42.366372 ], [ -71.087886, 42.366381 ], [ -71.087369, 42.366314 ], [ -71.086072, 42.366151 ], [ -71.085955, 42.366136 ], [ -71.084694, 42.365973 ], [ -71.084455, 42.365942 ], [ -71.084287, 42.36592 ], [ -71.08264, 42.365708 ], [ -71.082409, 42.365678 ], [ -71.082406, 42.365677 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": "Binney St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079863, 42.365354 ], [ -71.079672, 42.365329 ], [ -71.078441, 42.365172 ], [ -71.078206, 42.365142 ], [ -71.077934, 42.365106 ], [ -71.077612, 42.365064 ], [ -71.077282, 42.365021 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": "Binney St" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082406, 42.365677 ], [ -71.08211, 42.36564 ], [ -71.080087, 42.365382 ], [ -71.079865, 42.365354 ], [ -71.079863, 42.365354 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Weeks Foot" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117402, 42.369161 ], [ -71.118544, 42.368089 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125462, 42.405995 ], [ -71.12531, 42.406253 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113636, 42.397456 ], [ -71.112954, 42.3972 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094683, 42.387814 ], [ -71.094012, 42.387612 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092488, 42.387143 ], [ -71.092197, 42.387041 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101932, 42.363418 ], [ -71.102432, 42.362863 ], [ -71.10294, 42.362326 ], [ -71.103431, 42.361786 ], [ -71.103575, 42.361634 ], [ -71.103969, 42.361219 ], [ -71.104088, 42.361097 ], [ -71.104293, 42.360902 ], [ -71.104495, 42.360715 ], [ -71.104624, 42.360591 ], [ -71.105033, 42.360204 ], [ -71.105278, 42.35998 ], [ -71.105687, 42.359597 ], [ -71.105731, 42.359555 ], [ -71.106153, 42.359151 ], [ -71.106695, 42.358632 ], [ -71.107261, 42.358104 ], [ -71.108024, 42.357376 ], [ -71.108799, 42.356638 ], [ -71.109577, 42.3559 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131552, 42.377527 ], [ -71.131606, 42.377515 ], [ -71.132059, 42.377523 ], [ -71.132433, 42.377525 ], [ -71.132466, 42.377523 ], [ -71.132825, 42.377498 ], [ -71.133381, 42.377429 ], [ -71.133711, 42.377382 ], [ -71.134426, 42.377279 ], [ -71.134732, 42.377234 ], [ -71.134979, 42.377198 ], [ -71.135175, 42.377168 ], [ -71.135929, 42.37705 ], [ -71.136484, 42.376958 ], [ -71.137281, 42.376826 ], [ -71.138484, 42.376592 ], [ -71.139119, 42.37647 ], [ -71.139748, 42.376346 ], [ -71.140743, 42.376149 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124365, 42.407671 ], [ -71.124179, 42.407977 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150622, 42.390097 ], [ -71.150673, 42.389836 ], [ -71.150639, 42.389739 ], [ -71.150569, 42.389648 ], [ -71.150322, 42.389388 ], [ -71.150268, 42.389303 ], [ -71.150234, 42.389237 ], [ -71.150212, 42.38916 ], [ -71.150199, 42.389093 ], [ -71.150196, 42.38897 ], [ -71.150223, 42.388879 ], [ -71.150314, 42.388758 ], [ -71.150432, 42.388639 ], [ -71.150511, 42.388554 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093842, 42.341002 ], [ -71.093783, 42.340893 ], [ -71.093738, 42.340808 ], [ -71.093601, 42.340575 ], [ -71.092461, 42.339033 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120447, 42.389908 ], [ -71.120604, 42.390043 ], [ -71.120704, 42.39013 ], [ -71.120954, 42.390323 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132733, 42.385789 ], [ -71.132197, 42.386275 ], [ -71.132008, 42.386433 ], [ -71.131913, 42.386585 ], [ -71.131879, 42.386649 ], [ -71.131802, 42.386712 ], [ -71.131707, 42.386744 ], [ -71.131604, 42.386782 ], [ -71.131501, 42.38682 ], [ -71.131424, 42.386852 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Magazine B" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114113, 42.355984 ], [ -71.11382, 42.355789 ], [ -71.113794, 42.355816 ], [ -71.113935, 42.355925 ], [ -71.113801, 42.356148 ], [ -71.113661, 42.356061 ], [ -71.113637, 42.35609 ], [ -71.11392, 42.356276 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114111, 42.355989 ], [ -71.114113, 42.355984 ], [ -71.114268, 42.35613 ], [ -71.114301, 42.356239 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112597, 42.363097 ], [ -71.112588, 42.362992 ], [ -71.112683, 42.362929 ], [ -71.112697, 42.362877 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11392, 42.356276 ], [ -71.114027, 42.356346 ], [ -71.114071, 42.356313 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116044, 42.386129 ], [ -71.116129, 42.386195 ], [ -71.116288, 42.386623 ], [ -71.116135, 42.386923 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13062, 42.408273 ], [ -71.130628, 42.408171 ], [ -71.130658, 42.407975 ], [ -71.130644, 42.407885 ], [ -71.130624, 42.407822 ], [ -71.130585, 42.407696 ], [ -71.130493, 42.407541 ], [ -71.130385, 42.407433 ], [ -71.130255, 42.407355 ], [ -71.129633, 42.407093 ], [ -71.128675, 42.406734 ], [ -71.127677, 42.406362 ], [ -71.126786, 42.406016 ], [ -71.126469, 42.405853 ], [ -71.12622, 42.405682 ], [ -71.126041, 42.405539 ], [ -71.125837, 42.405437 ], [ -71.125469, 42.405262 ], [ -71.124692, 42.404953 ], [ -71.124008, 42.404672 ], [ -71.123482, 42.40446 ], [ -71.123099, 42.404295 ], [ -71.122569, 42.404058 ], [ -71.122235, 42.403893 ], [ -71.122129, 42.403841 ], [ -71.121716, 42.403637 ], [ -71.121346, 42.40341 ], [ -71.121071, 42.403188 ], [ -71.120681, 42.402855 ], [ -71.120332, 42.402604 ], [ -71.120088, 42.402455 ], [ -71.120071, 42.402447 ], [ -71.119687, 42.402272 ], [ -71.119249, 42.402109 ], [ -71.118749, 42.401985 ], [ -71.118343, 42.40188 ], [ -71.117931, 42.401712 ], [ -71.117525, 42.401479 ], [ -71.117286, 42.401276 ], [ -71.117062, 42.401181 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Claire Sal" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113915, 42.331152 ], [ -71.11466, 42.3302 ], [ -71.11533, 42.32928 ], [ -71.11582, 42.32858 ], [ -71.11601, 42.3273 ], [ -71.116673, 42.325782 ], [ -71.11679, 42.32516 ], [ -71.11681, 42.324401 ], [ -71.11747, 42.32391 ], [ -71.11865, 42.32365 ], [ -71.12003, 42.32296 ], [ -71.119633, 42.322666 ], [ -71.119608, 42.321713 ], [ -71.120214, 42.321477 ], [ -71.121551, 42.320856 ], [ -71.122564, 42.320006 ], [ -71.12357, 42.319426 ], [ -71.123909, 42.318679 ], [ -71.123575, 42.317439 ], [ -71.123231, 42.316022 ], [ -71.123265, 42.314787 ], [ -71.122198, 42.313841 ], [ -71.12225, 42.313668 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113905, 42.370836 ], [ -71.114309, 42.371149 ], [ -71.115162, 42.371865 ], [ -71.115291, 42.371961 ], [ -71.115568, 42.372218 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069227, 42.369418 ], [ -71.06926, 42.369366 ], [ -71.069274, 42.369303 ], [ -71.069249, 42.369249 ], [ -71.069183, 42.369219 ], [ -71.069113, 42.369218 ], [ -71.069054, 42.369243 ], [ -71.069017, 42.369281 ], [ -71.06901, 42.369325 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142514, 42.39523 ], [ -71.143017, 42.396283 ], [ -71.143057, 42.396361 ], [ -71.143077, 42.396448 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142425, 42.394635 ], [ -71.142244, 42.39463 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047256, 42.30529 ], [ -71.04746, 42.305339 ], [ -71.04749, 42.305351 ], [ -71.047517, 42.305374 ], [ -71.047558, 42.305442 ], [ -71.047596, 42.305511 ], [ -71.047607, 42.305535 ], [ -71.0476, 42.30556 ], [ -71.047447, 42.305908 ], [ -71.04712, 42.306589 ], [ -71.047112, 42.306629 ], [ -71.047115, 42.306682 ], [ -71.047141, 42.306761 ], [ -71.047162, 42.306847 ], [ -71.047173, 42.306912 ], [ -71.047192, 42.306994 ], [ -71.047207, 42.30705 ], [ -71.047234, 42.307117 ], [ -71.04726, 42.307173 ], [ -71.047287, 42.307215 ], [ -71.047316, 42.307258 ], [ -71.047381, 42.307354 ], [ -71.047445, 42.307442 ], [ -71.047471, 42.307471 ], [ -71.047519, 42.30751 ], [ -71.047574, 42.307558 ], [ -71.047652, 42.307617 ], [ -71.047697, 42.307651 ], [ -71.04778, 42.307699 ], [ -71.047861, 42.307747 ], [ -71.047931, 42.307786 ], [ -71.048022, 42.307819 ], [ -71.048167, 42.30787 ], [ -71.048267, 42.307898 ], [ -71.048345, 42.307917 ], [ -71.048485, 42.307944 ], [ -71.048544, 42.307956 ], [ -71.048619, 42.307963 ], [ -71.048913, 42.307977 ], [ -71.049197, 42.307991 ], [ -71.050453, 42.308031 ], [ -71.051408, 42.308069 ], [ -71.052099, 42.308091 ], [ -71.052371, 42.308092 ], [ -71.052446, 42.30809 ], [ -71.052533, 42.308081 ], [ -71.052613, 42.308065 ], [ -71.052803, 42.308008 ], [ -71.05303, 42.307905 ], [ -71.053094, 42.307867 ], [ -71.053143, 42.307832 ], [ -71.053199, 42.307791 ], [ -71.05323, 42.30775 ], [ -71.053266, 42.307719 ], [ -71.053295, 42.30771 ], [ -71.0535, 42.307711 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072392, 42.368767 ], [ -71.072432, 42.368721 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145287, 42.381839 ], [ -71.145297, 42.381772 ], [ -71.145292, 42.381654 ], [ -71.145272, 42.381543 ], [ -71.145225, 42.381406 ], [ -71.145196, 42.381352 ], [ -71.14517, 42.381295 ], [ -71.145169, 42.381279 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092597, 42.361301 ], [ -71.092912, 42.36167 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122057, 42.372347 ], [ -71.122268, 42.37206 ], [ -71.122636, 42.371607 ], [ -71.123092, 42.371071 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087155, 42.363938 ], [ -71.08712, 42.363984 ], [ -71.087214, 42.364023 ], [ -71.086379, 42.365092 ], [ -71.086269, 42.365254 ], [ -71.086241, 42.365303 ], [ -71.086216, 42.365362 ], [ -71.086175, 42.365496 ], [ -71.086119, 42.365753 ], [ -71.086034, 42.366087 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104379, 42.376641 ], [ -71.103896, 42.376249 ], [ -71.103736, 42.37612 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111421, 42.399652 ], [ -71.110905, 42.399475 ], [ -71.110753, 42.399424 ], [ -71.110523, 42.399345 ], [ -71.110454, 42.399321 ], [ -71.11013, 42.399209 ], [ -71.109347, 42.398942 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148349, 42.395302 ], [ -71.147774, 42.395184 ], [ -71.147602, 42.395151 ], [ -71.147039, 42.395051 ], [ -71.146419, 42.39493 ], [ -71.14581, 42.394832 ], [ -71.145317, 42.394741 ], [ -71.144961, 42.394694 ], [ -71.144359, 42.394675 ], [ -71.143777, 42.39466 ], [ -71.14314, 42.394644 ], [ -71.143094, 42.394643 ], [ -71.142425, 42.394635 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142244, 42.39463 ], [ -71.142291, 42.394734 ], [ -71.142514, 42.39523 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Franklin P" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08736, 42.300198 ], [ -71.087626, 42.300389 ], [ -71.087726, 42.300503 ], [ -71.087871, 42.300723 ], [ -71.087978, 42.300887 ], [ -71.088127, 42.301014 ], [ -71.088223, 42.301086 ], [ -71.088281, 42.301117 ], [ -71.0884, 42.301224 ], [ -71.088411, 42.301246 ], [ -71.088429, 42.301283 ], [ -71.088466, 42.301342 ], [ -71.088879, 42.30168 ], [ -71.089057, 42.301792 ], [ -71.089185, 42.30185 ], [ -71.089545, 42.301976 ], [ -71.089758, 42.302054 ], [ -71.089933, 42.302128 ], [ -71.090064, 42.302191 ], [ -71.090215, 42.302282 ], [ -71.090492, 42.30246 ], [ -71.090699, 42.302624 ], [ -71.090824, 42.302751 ], [ -71.091008, 42.302966 ], [ -71.091103, 42.303098 ], [ -71.091252, 42.303333 ], [ -71.091299, 42.303402 ], [ -71.091393, 42.303513 ], [ -71.09155, 42.303682 ], [ -71.091637, 42.303809 ], [ -71.091729, 42.303955 ], [ -71.091798, 42.304121 ], [ -71.091875, 42.304253 ], [ -71.091932, 42.304307 ], [ -71.091995, 42.304358 ], [ -71.09212, 42.304433 ], [ -71.092249, 42.304519 ], [ -71.092399, 42.304603 ], [ -71.092532, 42.304684 ], [ -71.092624, 42.304734 ], [ -71.092707, 42.304779 ], [ -71.092956, 42.304901 ], [ -71.093197, 42.304988 ], [ -71.093374, 42.305038 ], [ -71.093617, 42.305099 ], [ -71.093843, 42.305137 ], [ -71.094091, 42.305156 ], [ -71.094327, 42.305142 ], [ -71.094573, 42.305091 ], [ -71.094861, 42.305018 ], [ -71.094987, 42.304983 ], [ -71.095138, 42.304911 ], [ -71.095266, 42.304835 ], [ -71.095433, 42.304722 ], [ -71.095753, 42.304532 ], [ -71.095797, 42.304511 ], [ -71.09585, 42.304487 ], [ -71.095969, 42.304435 ], [ -71.096064, 42.304404 ], [ -71.09624, 42.304351 ], [ -71.096506, 42.304286 ], [ -71.096745, 42.304202 ], [ -71.096906, 42.304131 ], [ -71.097079, 42.304054 ], [ -71.097293, 42.304001 ], [ -71.097554, 42.303951 ], [ -71.097797, 42.303917 ], [ -71.09798, 42.303886 ], [ -71.098118, 42.303862 ], [ -71.098455, 42.303779 ], [ -71.098621, 42.303741 ], [ -71.098741, 42.303692 ], [ -71.098769, 42.303678 ], [ -71.098784, 42.30366 ], [ -71.098809, 42.303629 ], [ -71.098836, 42.303588 ], [ -71.098871, 42.303535 ], [ -71.098911, 42.303474 ], [ -71.098961, 42.303407 ], [ -71.099076, 42.303335 ], [ -71.099149, 42.303304 ], [ -71.099218, 42.30328 ], [ -71.099409, 42.303221 ], [ -71.099522, 42.303163 ], [ -71.09964, 42.303086 ], [ -71.099776, 42.302971 ], [ -71.099827, 42.302918 ], [ -71.099889, 42.30286 ], [ -71.100023, 42.302753 ], [ -71.100134, 42.302663 ], [ -71.10018, 42.302594 ], [ -71.100259, 42.302472 ], [ -71.100337, 42.302401 ], [ -71.100422, 42.302346 ], [ -71.100525, 42.302299 ], [ -71.100729, 42.302257 ], [ -71.100957, 42.302204 ], [ -71.101008, 42.302156 ], [ -71.101021, 42.302033 ], [ -71.101032, 42.301892 ], [ -71.101013, 42.301761 ], [ -71.100964, 42.301573 ], [ -71.100927, 42.30142 ], [ -71.100945, 42.301294 ], [ -71.100951, 42.301153 ], [ -71.100947, 42.300998 ], [ -71.100891, 42.300763 ], [ -71.100815, 42.30056 ], [ -71.10075, 42.300439 ], [ -71.100654, 42.300249 ], [ -71.100539, 42.300077 ], [ -71.100422, 42.299937 ], [ -71.100303, 42.299821 ], [ -71.100203, 42.299734 ], [ -71.100162, 42.299661 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073832, 42.367329 ], [ -71.073756, 42.36733 ], [ -71.073698, 42.367334 ], [ -71.073668, 42.36736 ], [ -71.073272, 42.367773 ], [ -71.073262, 42.367798 ], [ -71.073274, 42.367825 ], [ -71.07383, 42.368126 ], [ -71.07391, 42.3682 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07626, 42.36466 ], [ -71.077093, 42.365122 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075797, 42.365137 ], [ -71.076639, 42.365591 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Franklin P" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100162, 42.299661 ], [ -71.100172, 42.299614 ], [ -71.100175, 42.299565 ], [ -71.100169, 42.299518 ], [ -71.100134, 42.29942 ], [ -71.100003, 42.299229 ], [ -71.099743, 42.29893 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "South Bay" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072249, 42.332912 ], [ -71.072246, 42.332888 ], [ -71.07224, 42.332869 ], [ -71.072224, 42.332849 ], [ -71.072205, 42.332823 ], [ -71.072242, 42.332789 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "South Bay" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072242, 42.332789 ], [ -71.072308, 42.332729 ], [ -71.072377, 42.332677 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Paul Dudle" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07391, 42.3682 ], [ -71.074361, 42.368438 ], [ -71.07445, 42.368484 ], [ -71.075374, 42.368963 ], [ -71.075415, 42.368978 ], [ -71.075445, 42.368978 ], [ -71.075476, 42.368971 ], [ -71.075497, 42.368948 ], [ -71.075527, 42.368915 ], [ -71.075555, 42.36888 ], [ -71.075599, 42.36885 ], [ -71.075658, 42.368817 ], [ -71.075712, 42.368797 ], [ -71.075767, 42.368777 ], [ -71.075825, 42.368765 ], [ -71.075883, 42.368757 ], [ -71.075938, 42.368757 ], [ -71.075992, 42.36876 ], [ -71.076057, 42.368773 ], [ -71.076118, 42.368791 ], [ -71.076176, 42.368816 ], [ -71.07623, 42.368849 ], [ -71.076288, 42.368888 ], [ -71.076332, 42.368938 ], [ -71.076362, 42.368989 ], [ -71.076379, 42.36904 ], [ -71.076385, 42.369088 ], [ -71.076385, 42.369133 ], [ -71.076378, 42.369189 ], [ -71.076364, 42.369244 ], [ -71.076336, 42.369287 ], [ -71.076292, 42.36933 ], [ -71.076234, 42.36937 ], [ -71.076155, 42.369413 ], [ -71.076087, 42.369433 ], [ -71.076005, 42.369453 ], [ -71.075916, 42.369463 ], [ -71.075844, 42.369457 ], [ -71.075773, 42.369447 ], [ -71.075718, 42.369427 ], [ -71.075674, 42.369416 ], [ -71.075613, 42.369444 ], [ -71.075568, 42.369441 ], [ -71.075517, 42.369426 ], [ -71.075432, 42.369388 ], [ -71.074773, 42.369064 ], [ -71.074551, 42.368936 ], [ -71.074422, 42.368861 ], [ -71.074303, 42.368798 ], [ -71.074203, 42.368747 ], [ -71.074077, 42.368677 ], [ -71.073922, 42.368596 ], [ -71.073621, 42.368439 ], [ -71.073578, 42.368427 ], [ -71.073522, 42.368425 ], [ -71.073442, 42.368434 ], [ -71.073397, 42.368451 ], [ -71.073362, 42.368472 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071493, 42.369692 ], [ -71.071389, 42.369639 ], [ -71.071351, 42.369638 ], [ -71.071313, 42.369637 ], [ -71.07127, 42.36963 ], [ -71.071223, 42.369611 ], [ -71.071184, 42.36959 ], [ -71.071093, 42.369542 ], [ -71.070996, 42.369489 ], [ -71.070898, 42.36944 ], [ -71.070795, 42.369384 ], [ -71.070739, 42.369366 ], [ -71.070662, 42.369354 ], [ -71.070602, 42.36936 ], [ -71.070548, 42.369376 ], [ -71.070461, 42.369404 ], [ -71.070301, 42.369469 ], [ -71.070178, 42.369518 ], [ -71.070079, 42.369557 ], [ -71.070024, 42.369579 ], [ -71.069967, 42.369598 ], [ -71.069862, 42.369611 ], [ -71.069805, 42.369607 ], [ -71.069745, 42.369591 ], [ -71.069682, 42.369567 ], [ -71.069639, 42.369543 ], [ -71.069587, 42.369511 ], [ -71.069546, 42.369481 ], [ -71.069504, 42.369449 ], [ -71.06947, 42.36942 ], [ -71.069441, 42.36938 ], [ -71.069423, 42.369338 ], [ -71.069409, 42.369294 ], [ -71.069398, 42.369253 ], [ -71.06937, 42.369213 ], [ -71.069323, 42.369167 ], [ -71.069245, 42.369131 ], [ -71.069195, 42.369126 ], [ -71.069144, 42.369122 ], [ -71.069083, 42.369128 ], [ -71.069004, 42.369152 ], [ -71.068925, 42.369197 ], [ -71.068751, 42.369323 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145287, 42.381839 ], [ -71.145435, 42.381922 ], [ -71.145511, 42.38195 ], [ -71.145571, 42.381978 ], [ -71.145648, 42.381997 ], [ -71.145827, 42.382 ], [ -71.146088, 42.381991 ], [ -71.146348, 42.381973 ], [ -71.14642, 42.381971 ], [ -71.146505, 42.381987 ], [ -71.146568, 42.382019 ], [ -71.146675, 42.3821 ], [ -71.146789, 42.382193 ], [ -71.146915, 42.382278 ], [ -71.147115, 42.382405 ], [ -71.14717, 42.382458 ], [ -71.1472, 42.382531 ], [ -71.147206, 42.3826 ], [ -71.147201, 42.382699 ], [ -71.147194, 42.382749 ], [ -71.147148, 42.382857 ], [ -71.147108, 42.382918 ], [ -71.14706, 42.383001 ], [ -71.147002, 42.383055 ], [ -71.146936, 42.38309 ], [ -71.146858, 42.383114 ], [ -71.146761, 42.383133 ], [ -71.146656, 42.383152 ], [ -71.14658, 42.38316 ], [ -71.14651, 42.383159 ], [ -71.146445, 42.383149 ], [ -71.146264, 42.383123 ], [ -71.14596, 42.383054 ], [ -71.145812, 42.383005 ], [ -71.145644, 42.382932 ], [ -71.145475, 42.382845 ], [ -71.145371, 42.382757 ], [ -71.145316, 42.382643 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124649, 42.371635 ], [ -71.124463, 42.371638 ], [ -71.124373, 42.371624 ], [ -71.124058, 42.371481 ], [ -71.123626, 42.371271 ], [ -71.123308, 42.371118 ], [ -71.123233, 42.371106 ], [ -71.123149, 42.371093 ], [ -71.123092, 42.371071 ], [ -71.123025, 42.371015 ], [ -71.122953, 42.37095 ], [ -71.122478, 42.370727 ], [ -71.121905, 42.370466 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143227, 42.396477 ], [ -71.143175, 42.396298 ], [ -71.143124, 42.396157 ], [ -71.143042, 42.395957 ], [ -71.142678, 42.395228 ], [ -71.142658, 42.395181 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072924, 42.371043 ], [ -71.071876, 42.370824 ], [ -71.071621, 42.37077 ], [ -71.07152, 42.370747 ], [ -71.071406, 42.370702 ], [ -71.070843, 42.370417 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069737, 42.369823 ], [ -71.06945, 42.369951 ], [ -71.069037, 42.370107 ], [ -71.068841, 42.370169 ], [ -71.06865, 42.370228 ], [ -71.068473, 42.370293 ], [ -71.068307, 42.370426 ], [ -71.068203, 42.370505 ], [ -71.0681, 42.370564 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fresh Pond" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144685, 42.381253 ], [ -71.144674, 42.380724 ], [ -71.144594, 42.380051 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094852, 42.360166 ], [ -71.095095, 42.360047 ], [ -71.095722, 42.359737 ], [ -71.096641, 42.35927 ], [ -71.0971, 42.359033 ], [ -71.097336, 42.358918 ], [ -71.098063, 42.358547 ], [ -71.098938, 42.35809 ], [ -71.099427, 42.357843 ], [ -71.100484, 42.357349 ], [ -71.101975, 42.356639 ], [ -71.103284, 42.355963 ], [ -71.10441, 42.355436 ], [ -71.105023, 42.355113 ], [ -71.105299, 42.354992 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155673, 42.381569 ], [ -71.156171, 42.38168 ], [ -71.156566, 42.381776 ], [ -71.156936, 42.381893 ], [ -71.157597, 42.382151 ], [ -71.157792, 42.382212 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153542, 42.380644 ], [ -71.153786, 42.380706 ], [ -71.153992, 42.380783 ], [ -71.154181, 42.380906 ], [ -71.154472, 42.381124 ], [ -71.154704, 42.381285 ], [ -71.154944, 42.381394 ], [ -71.155253, 42.381472 ], [ -71.155673, 42.381569 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157229, 42.390877 ], [ -71.157118, 42.39056 ], [ -71.157071, 42.390369 ], [ -71.157054, 42.390253 ], [ -71.157055, 42.390119 ], [ -71.157091, 42.389895 ], [ -71.15717, 42.389608 ], [ -71.157345, 42.388943 ], [ -71.157381, 42.388732 ], [ -71.157442, 42.388476 ], [ -71.157574, 42.387991 ], [ -71.157636, 42.387716 ], [ -71.157688, 42.387531 ], [ -71.157758, 42.387365 ], [ -71.15788, 42.387184 ], [ -71.157984, 42.387043 ], [ -71.158105, 42.386935 ], [ -71.158234, 42.386845 ], [ -71.158381, 42.386776 ], [ -71.158613, 42.386725 ], [ -71.158923, 42.386688 ], [ -71.159879, 42.38655 ], [ -71.160267, 42.386468 ], [ -71.160332, 42.386444 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0886, 42.380671 ], [ -71.088213, 42.380238 ], [ -71.087771, 42.379815 ], [ -71.08743, 42.379414 ], [ -71.087178, 42.379116 ], [ -71.087063, 42.378888 ], [ -71.086943, 42.378611 ], [ -71.086816, 42.378415 ], [ -71.086638, 42.378217 ], [ -71.086459, 42.378011 ], [ -71.086431, 42.377892 ], [ -71.086251, 42.377784 ], [ -71.085901, 42.377408 ], [ -71.085286, 42.376756 ], [ -71.084788, 42.376206 ], [ -71.084459, 42.375826 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106383, 42.378286 ], [ -71.105214, 42.378518 ], [ -71.104853, 42.378612 ], [ -71.104064, 42.37882 ], [ -71.103533, 42.378972 ], [ -71.103495, 42.378981 ], [ -71.102797, 42.379153 ], [ -71.102496, 42.37923 ], [ -71.102171, 42.379286 ], [ -71.101717, 42.379358 ], [ -71.101428, 42.379403 ], [ -71.101278, 42.379422 ], [ -71.101174, 42.379431 ], [ -71.10104, 42.379437 ], [ -71.100913, 42.379436 ], [ -71.100797, 42.379432 ], [ -71.100623, 42.379425 ], [ -71.100461, 42.379405 ], [ -71.100305, 42.379384 ], [ -71.100145, 42.379362 ], [ -71.099924, 42.379339 ], [ -71.099768, 42.379325 ], [ -71.099628, 42.379317 ], [ -71.099478, 42.37932 ], [ -71.099291, 42.379333 ], [ -71.099029, 42.379363 ], [ -71.098864, 42.379382 ], [ -71.098828, 42.379387 ], [ -71.098602, 42.379414 ], [ -71.098583, 42.379416 ], [ -71.097978, 42.37948 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108709, 42.380188 ], [ -71.108233, 42.380523 ], [ -71.107875, 42.380806 ], [ -71.107634, 42.380976 ], [ -71.107348, 42.381228 ], [ -71.107172, 42.381418 ], [ -71.107004, 42.381748 ], [ -71.106854, 42.38206 ], [ -71.106612, 42.382584 ], [ -71.106339, 42.383188 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110932, 42.38197 ], [ -71.110844, 42.381911 ], [ -71.110376, 42.381535 ], [ -71.109867, 42.381126 ], [ -71.109572, 42.380889 ], [ -71.109095, 42.380496 ], [ -71.108709, 42.380188 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116619, 42.400957 ], [ -71.117223, 42.400589 ], [ -71.117678, 42.400261 ], [ -71.118225, 42.399874 ], [ -71.118915, 42.399435 ], [ -71.119361, 42.399219 ], [ -71.119755, 42.399052 ], [ -71.120567, 42.398711 ], [ -71.120741, 42.398609 ], [ -71.120896, 42.398528 ], [ -71.121084, 42.398389 ], [ -71.121228, 42.398264 ], [ -71.121312, 42.398132 ], [ -71.121427, 42.397931 ], [ -71.121688, 42.397505 ], [ -71.121714, 42.397456 ], [ -71.121858, 42.39721 ], [ -71.121877, 42.397179 ], [ -71.121967, 42.397027 ], [ -71.122166, 42.396674 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12879, 42.398723 ], [ -71.128681, 42.398825 ], [ -71.128256, 42.399199 ], [ -71.127806, 42.399605 ], [ -71.127279, 42.400063 ], [ -71.126746, 42.400538 ], [ -71.126426, 42.400826 ], [ -71.126146, 42.401039 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118762, 42.391297 ], [ -71.118056, 42.392328 ], [ -71.117653, 42.392878 ], [ -71.117424, 42.393224 ], [ -71.117177, 42.393559 ], [ -71.116811, 42.394108 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120887, 42.393812 ], [ -71.120604, 42.393341 ], [ -71.120481, 42.393141 ], [ -71.120256, 42.392835 ], [ -71.120211, 42.392784 ], [ -71.119824, 42.392357 ], [ -71.11981, 42.392345 ], [ -71.119602, 42.392115 ], [ -71.119382, 42.391881 ], [ -71.119319, 42.391808 ], [ -71.11919, 42.391671 ], [ -71.119085, 42.391573 ], [ -71.118874, 42.391389 ], [ -71.118762, 42.391297 ], [ -71.118308, 42.390919 ], [ -71.117952, 42.390561 ], [ -71.117648, 42.390283 ], [ -71.11763, 42.390267 ], [ -71.117171, 42.389808 ], [ -71.117139, 42.389774 ], [ -71.117018, 42.389617 ], [ -71.116998, 42.389598 ], [ -71.116739, 42.389361 ], [ -71.116608, 42.389226 ], [ -71.116415, 42.389016 ], [ -71.116042, 42.388633 ], [ -71.115771, 42.388333 ], [ -71.115649, 42.38819 ], [ -71.115421, 42.387923 ], [ -71.115079, 42.387544 ], [ -71.114664, 42.387075 ], [ -71.114331, 42.386698 ], [ -71.113832, 42.386127 ], [ -71.11358, 42.385829 ], [ -71.113461, 42.385708 ], [ -71.113334, 42.385577 ], [ -71.113131, 42.38536 ], [ -71.112904, 42.385124 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07692, 42.370641 ], [ -71.078598, 42.370853 ], [ -71.079855, 42.371018 ], [ -71.081503, 42.37123 ], [ -71.08236, 42.371338 ], [ -71.083127, 42.371438 ], [ -71.08391, 42.371538 ], [ -71.08479, 42.371642 ], [ -71.085532, 42.371743 ], [ -71.086129, 42.371819 ], [ -71.086871, 42.371916 ], [ -71.08708, 42.37195 ], [ -71.087397, 42.371987 ], [ -71.087811, 42.372036 ], [ -71.088266, 42.3721 ], [ -71.088309, 42.372106 ], [ -71.088491, 42.372119 ], [ -71.088959, 42.372188 ], [ -71.088988, 42.372192 ], [ -71.089733, 42.372289 ], [ -71.089794, 42.372297 ], [ -71.090662, 42.372411 ], [ -71.091206, 42.372475 ], [ -71.09182, 42.372562 ], [ -71.092507, 42.372652 ], [ -71.093279, 42.372754 ], [ -71.094488, 42.372913 ], [ -71.095322, 42.373015 ], [ -71.096229, 42.373132 ], [ -71.097097, 42.373247 ], [ -71.098106, 42.373385 ], [ -71.099135, 42.373523 ], [ -71.099328, 42.373542 ], [ -71.099433, 42.373552 ], [ -71.099638, 42.373571 ], [ -71.10051, 42.373701 ], [ -71.100819, 42.373728 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Overpass" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106474, 42.351564 ], [ -71.106528, 42.351298 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Overpass" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100623, 42.351078 ], [ -71.100656, 42.350789 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.046403, 42.312873 ], [ -71.046452, 42.313211 ], [ -71.046451, 42.313339 ], [ -71.046419, 42.313473 ], [ -71.046372, 42.313555 ], [ -71.046332, 42.313596 ], [ -71.046252, 42.313672 ], [ -71.046178, 42.313757 ], [ -71.046133, 42.313824 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135728, 42.257709 ], [ -71.13603, 42.257844 ], [ -71.136329, 42.257914 ], [ -71.136609, 42.257999 ], [ -71.136963, 42.258083 ], [ -71.137262, 42.258098 ], [ -71.137673, 42.258169 ], [ -71.137935, 42.258183 ], [ -71.138234, 42.258115 ], [ -71.138516, 42.257977 ], [ -71.138666, 42.257894 ], [ -71.138854, 42.257728 ], [ -71.138873, 42.257561 ], [ -71.138856, 42.257353 ], [ -71.138894, 42.257228 ], [ -71.139062, 42.257159 ], [ -71.139343, 42.257132 ], [ -71.139604, 42.257203 ], [ -71.139772, 42.2573 ], [ -71.140033, 42.257398 ], [ -71.140257, 42.257538 ], [ -71.140387, 42.257636 ], [ -71.140554, 42.257775 ], [ -71.14076, 42.257831 ], [ -71.140946, 42.257887 ], [ -71.141152, 42.257846 ], [ -71.141265, 42.257708 ], [ -71.14149, 42.257597 ], [ -71.14179, 42.257557 ], [ -71.142107, 42.257558 ], [ -71.142369, 42.257545 ], [ -71.142687, 42.257587 ], [ -71.142911, 42.257671 ], [ -71.143097, 42.257783 ], [ -71.143321, 42.257909 ], [ -71.143469, 42.258034 ], [ -71.143655, 42.258229 ], [ -71.143841, 42.258438 ], [ -71.143953, 42.258563 ], [ -71.144045, 42.25873 ], [ -71.144119, 42.258925 ], [ -71.144174, 42.259133 ], [ -71.144285, 42.259342 ], [ -71.144452, 42.259579 ], [ -71.144638, 42.259746 ], [ -71.144917, 42.259969 ], [ -71.145066, 42.26008 ], [ -71.144785, 42.260218 ], [ -71.14454, 42.260426 ], [ -71.144389, 42.260648 ], [ -71.144276, 42.260897 ], [ -71.144219, 42.261133 ], [ -71.144123, 42.261425 ], [ -71.143992, 42.261605 ], [ -71.143804, 42.261729 ], [ -71.143561, 42.261742 ], [ -71.143318, 42.261742 ], [ -71.143112, 42.261824 ], [ -71.14298, 42.261963 ], [ -71.14281, 42.262212 ], [ -71.142772, 42.262434 ], [ -71.142752, 42.262656 ], [ -71.142731, 42.26292 ], [ -71.142712, 42.263073 ], [ -71.142711, 42.263212 ], [ -71.142636, 42.263336 ], [ -71.142523, 42.263447 ], [ -71.142466, 42.263614 ], [ -71.142465, 42.263822 ], [ -71.142519, 42.264114 ], [ -71.142518, 42.264322 ], [ -71.14248, 42.264489 ], [ -71.142497, 42.264661 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048115, 42.303061 ], [ -71.047956, 42.303397 ], [ -71.047514, 42.304344 ], [ -71.047322, 42.304774 ], [ -71.046995, 42.305466 ], [ -71.046615, 42.306275 ], [ -71.046297, 42.306989 ], [ -71.045988, 42.307637 ], [ -71.045751, 42.308142 ], [ -71.045564, 42.308564 ], [ -71.045509, 42.30874 ], [ -71.04544, 42.308961 ], [ -71.045353, 42.309411 ], [ -71.045327, 42.310158 ], [ -71.045359, 42.310475 ], [ -71.045423, 42.310818 ], [ -71.045514, 42.31114 ], [ -71.045645, 42.31148 ], [ -71.045898, 42.311949 ], [ -71.046149, 42.312415 ], [ -71.046204, 42.312513 ], [ -71.046379, 42.31282 ], [ -71.046403, 42.312873 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Draw 7 Par" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077364, 42.395482 ], [ -71.077292, 42.395475 ], [ -71.077217, 42.395465 ], [ -71.077152, 42.395457 ], [ -71.077102, 42.395447 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129765, 42.377782 ], [ -71.130349, 42.377856 ], [ -71.131616, 42.377499 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082454, 42.36571 ], [ -71.083734, 42.36344 ], [ -71.084371, 42.362721 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108215, 42.355262 ], [ -71.104935, 42.35839 ], [ -71.102587, 42.360331 ], [ -71.101707, 42.36105 ], [ -71.099699, 42.362956 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089919, 42.362777 ], [ -71.090261, 42.362489 ], [ -71.0949, 42.360124 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11195, 42.33645 ], [ -71.11175, 42.33617 ], [ -71.11166, 42.336 ], [ -71.11156, 42.33577 ], [ -71.11148, 42.33558 ], [ -71.11143, 42.33539 ], [ -71.11135, 42.33507 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11257, 42.33524 ], [ -71.112182, 42.335998 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112182, 42.335998 ], [ -71.11195, 42.33645 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075712, 42.36146 ], [ -71.071977, 42.361167 ], [ -71.071572, 42.361127 ], [ -71.071397, 42.361096 ], [ -71.071226, 42.361045 ], [ -71.071081, 42.361001 ], [ -71.070781, 42.360908 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096191, 42.296198 ], [ -71.095994, 42.296111 ], [ -71.095616, 42.29575 ], [ -71.094942, 42.295601 ], [ -71.094441, 42.295605 ], [ -71.093833, 42.295783 ], [ -71.093039, 42.296056 ], [ -71.092637, 42.296406 ], [ -71.092375, 42.296783 ], [ -71.092073, 42.297346 ], [ -71.091674, 42.297735 ], [ -71.091317, 42.297962 ], [ -71.090791, 42.298068 ], [ -71.090107, 42.298098 ], [ -71.089533, 42.298126 ], [ -71.088918, 42.29819 ], [ -71.088537, 42.298303 ], [ -71.088144, 42.298454 ], [ -71.087779, 42.298723 ], [ -71.087485, 42.29916 ], [ -71.087313, 42.299526 ], [ -71.087254, 42.29985 ], [ -71.087361, 42.3002 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121444, 42.401264 ], [ -71.12073, 42.401096 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108634, 42.398703 ], [ -71.10798, 42.398483 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100125, 42.358985 ], [ -71.101165, 42.358474 ], [ -71.101725, 42.3582 ], [ -71.102178, 42.357957 ], [ -71.102684, 42.357716 ], [ -71.10305, 42.357545 ], [ -71.103206, 42.357482 ], [ -71.103284, 42.357452 ], [ -71.103375, 42.357433 ], [ -71.103473, 42.357428 ], [ -71.103633, 42.357426 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157229, 42.390877 ], [ -71.157263, 42.390982 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110379, 42.354878 ], [ -71.110297, 42.355131 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116444, 42.401051 ], [ -71.115819, 42.401028 ], [ -71.115571, 42.400992 ], [ -71.115367, 42.400962 ], [ -71.115091, 42.400881 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113589, 42.400378 ], [ -71.112711, 42.400092 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114346, 42.400627 ], [ -71.11409, 42.400544 ], [ -71.114002, 42.400515 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112022, 42.399858 ], [ -71.111421, 42.399652 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115091, 42.400881 ], [ -71.114359, 42.400631 ], [ -71.114346, 42.400627 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119019, 42.400799 ], [ -71.118762, 42.400794 ], [ -71.118084, 42.400824 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119893, 42.400899 ], [ -71.119576, 42.400845 ], [ -71.119089, 42.4008 ], [ -71.119019, 42.400799 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122986, 42.40164 ], [ -71.122628, 42.401557 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123739, 42.401851 ], [ -71.122986, 42.40164 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145287, 42.381839 ], [ -71.145278, 42.381927 ], [ -71.145273, 42.381995 ], [ -71.145274, 42.382051 ], [ -71.145285, 42.3821 ], [ -71.145314, 42.382162 ], [ -71.145334, 42.382221 ], [ -71.145347, 42.382284 ], [ -71.145345, 42.382395 ], [ -71.145335, 42.38257 ], [ -71.145316, 42.382643 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144521, 42.379963 ], [ -71.144584, 42.380275 ], [ -71.144635, 42.380618 ], [ -71.144651, 42.380772 ], [ -71.144634, 42.380929 ], [ -71.144584, 42.381112 ], [ -71.144579, 42.381121 ], [ -71.14453, 42.381212 ], [ -71.144432, 42.381329 ], [ -71.144327, 42.381435 ], [ -71.144076, 42.381668 ], [ -71.144055, 42.381687 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071381, 42.369816 ], [ -71.070843, 42.370417 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115138, 42.372312 ], [ -71.11556, 42.372421 ], [ -71.115744, 42.37248 ], [ -71.116076, 42.372587 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142658, 42.395181 ], [ -71.142425, 42.394635 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118822, 42.374355 ], [ -71.11884, 42.374269 ], [ -71.118893, 42.374078 ], [ -71.11893, 42.37399 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102528, 42.37511 ], [ -71.102106, 42.37478 ], [ -71.101656, 42.374402 ], [ -71.101611, 42.374366 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103736, 42.37612 ], [ -71.103182, 42.375656 ], [ -71.102528, 42.37511 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105384, 42.377464 ], [ -71.105191, 42.377305 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106383, 42.378286 ], [ -71.105863, 42.377859 ], [ -71.105384, 42.377464 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105191, 42.377305 ], [ -71.104952, 42.37713 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108403, 42.379935 ], [ -71.108235, 42.379795 ], [ -71.107951, 42.379571 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107235, 42.378973 ], [ -71.107209, 42.378951 ], [ -71.106383, 42.378286 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111385, 42.382337 ], [ -71.110932, 42.38197 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112414, 42.383173 ], [ -71.111849, 42.382717 ], [ -71.111487, 42.382422 ], [ -71.111385, 42.382337 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112661, 42.383385 ], [ -71.112414, 42.383173 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113076, 42.383724 ], [ -71.112661, 42.383385 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113665, 42.384196 ], [ -71.113076, 42.383724 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114303, 42.38471 ], [ -71.114123, 42.384565 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114613, 42.384956 ], [ -71.114303, 42.38471 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116146, 42.386188 ], [ -71.115663, 42.385806 ], [ -71.115572, 42.385734 ], [ -71.115206, 42.385428 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117906, 42.37311 ], [ -71.117939, 42.373118 ], [ -71.118462, 42.373283 ], [ -71.118581, 42.373366 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118581, 42.373366 ], [ -71.118646, 42.373413 ], [ -71.118841, 42.373652 ], [ -71.11893, 42.37399 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072392, 42.368767 ], [ -71.0723, 42.36885 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118822, 42.374355 ], [ -71.11871, 42.374625 ], [ -71.118578, 42.375158 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1505, 42.379402 ], [ -71.150406, 42.379345 ], [ -71.150243, 42.379261 ], [ -71.150011, 42.379196 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.06901, 42.369325 ], [ -71.069018, 42.369377 ], [ -71.069076, 42.369421 ], [ -71.069147, 42.369434 ], [ -71.069227, 42.369418 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115568, 42.372218 ], [ -71.115489, 42.372281 ], [ -71.115383, 42.372331 ], [ -71.115138, 42.372312 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104952, 42.37713 ], [ -71.104379, 42.376641 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108709, 42.380188 ], [ -71.108403, 42.379935 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107951, 42.379571 ], [ -71.107235, 42.378973 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114123, 42.384565 ], [ -71.113665, 42.384196 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115206, 42.385428 ], [ -71.114613, 42.384956 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Claire Sal" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136287, 42.245056 ], [ -71.136279, 42.245096 ], [ -71.136277, 42.245103 ], [ -71.136291, 42.245222 ], [ -71.136315, 42.24533 ], [ -71.136349, 42.245485 ], [ -71.136363, 42.245637 ], [ -71.136342, 42.2459 ], [ -71.136311, 42.246164 ], [ -71.136285, 42.246316 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Claire Sal" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124869, 42.235227 ], [ -71.124659, 42.23515 ], [ -71.124, 42.234887 ], [ -71.123646, 42.234759 ], [ -71.123386, 42.234688 ], [ -71.122947, 42.234589 ], [ -71.122488, 42.234504 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Claire Sal" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124961, 42.235152 ], [ -71.124605, 42.235004 ], [ -71.124024, 42.234773 ], [ -71.123602, 42.234644 ], [ -71.123326, 42.234584 ], [ -71.122488, 42.234504 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109347, 42.398942 ], [ -71.108634, 42.398703 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112711, 42.400092 ], [ -71.112074, 42.399876 ], [ -71.112022, 42.399858 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114002, 42.400515 ], [ -71.113589, 42.400378 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118084, 42.400824 ], [ -71.117561, 42.400847 ], [ -71.116962, 42.400913 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12073, 42.401096 ], [ -71.119958, 42.40091 ], [ -71.119893, 42.400899 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12175, 42.401329 ], [ -71.121481, 42.401273 ], [ -71.121444, 42.401264 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122225, 42.401458 ], [ -71.12175, 42.401329 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122628, 42.401557 ], [ -71.122253, 42.401466 ], [ -71.122225, 42.401458 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124964, 42.402291 ], [ -71.124326, 42.40203 ], [ -71.123739, 42.401851 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110404, 42.35441 ], [ -71.110399, 42.354532 ], [ -71.110371, 42.354715 ], [ -71.110379, 42.354878 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106648, 42.346065 ], [ -71.10674, 42.34604 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144186, 42.387063 ], [ -71.144469, 42.387266 ], [ -71.144524, 42.387329 ], [ -71.144561, 42.387395 ], [ -71.144579, 42.387486 ], [ -71.144589, 42.387584 ], [ -71.144599, 42.387691 ], [ -71.144631, 42.387761 ], [ -71.144683, 42.387822 ], [ -71.144752, 42.387872 ], [ -71.144833, 42.387911 ], [ -71.144917, 42.387951 ], [ -71.144968, 42.388012 ], [ -71.144973, 42.388071 ], [ -71.144952, 42.388128 ], [ -71.144862, 42.388215 ], [ -71.144705, 42.388271 ], [ -71.144581, 42.388339 ], [ -71.144525, 42.388412 ], [ -71.144486, 42.388487 ], [ -71.14449, 42.388575 ], [ -71.144458, 42.38867 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110297, 42.355131 ], [ -71.110201, 42.355142 ], [ -71.110054, 42.355127 ], [ -71.109415, 42.354984 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137584, 42.364829 ], [ -71.137482, 42.364815 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132057, 42.387788 ], [ -71.133213, 42.387376 ], [ -71.133278, 42.387352 ], [ -71.133338, 42.387324 ], [ -71.133364, 42.387304 ], [ -71.133391, 42.387279 ], [ -71.133425, 42.387246 ], [ -71.133475, 42.387181 ], [ -71.133515, 42.387122 ], [ -71.133537, 42.387079 ], [ -71.133587, 42.386959 ], [ -71.13363, 42.386826 ], [ -71.133699, 42.386718 ], [ -71.133759, 42.386623 ], [ -71.133836, 42.386515 ], [ -71.133862, 42.386439 ], [ -71.133913, 42.386357 ], [ -71.133929, 42.386325 ], [ -71.133976, 42.386261 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135805, 42.365739 ], [ -71.135773, 42.365697 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Community" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069454, 42.373752 ], [ -71.071049, 42.371844 ], [ -71.072491, 42.370082 ], [ -71.072722, 42.369822 ], [ -71.073014, 42.369479 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Jamaicaway" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12119, 42.313814 ], [ -71.121146, 42.31383 ], [ -71.12097, 42.313853 ], [ -71.120904, 42.313847 ], [ -71.120838, 42.313847 ], [ -71.120333, 42.31391 ], [ -71.120209, 42.313918 ], [ -71.119905, 42.313893 ], [ -71.119579, 42.313971 ], [ -71.119536, 42.313988 ], [ -71.119504, 42.314002 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fresh Pond" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144657, 42.379935 ], [ -71.144683, 42.380043 ], [ -71.144726, 42.380221 ], [ -71.144769, 42.380468 ], [ -71.144765, 42.380797 ], [ -71.144726, 42.381081 ], [ -71.144717, 42.381189 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07536, 42.356311 ], [ -71.07529, 42.356351 ], [ -71.075231, 42.356397 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084759, 42.353494 ], [ -71.084675, 42.353312 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07449, 42.35609 ], [ -71.074224, 42.356398 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084675, 42.353312 ], [ -71.084646, 42.353254 ], [ -71.084641, 42.353193 ], [ -71.0847, 42.353153 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081209, 42.354467 ], [ -71.081416, 42.354634 ], [ -71.081559, 42.354656 ], [ -71.081799, 42.354656 ], [ -71.082014, 42.354625 ], [ -71.084265, 42.35403 ], [ -71.084428, 42.353979 ], [ -71.084608, 42.353884 ], [ -71.084719, 42.353767 ], [ -71.084769, 42.353642 ], [ -71.084771, 42.353559 ], [ -71.084759, 42.353494 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12085, 42.336234 ], [ -71.120934, 42.336296 ], [ -71.121017, 42.336384 ], [ -71.1212, 42.33656 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11713, 42.34343 ], [ -71.118077, 42.343177 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11457, 42.34061 ], [ -71.113894, 42.340552 ], [ -71.113256, 42.340499 ], [ -71.11298, 42.340469 ], [ -71.11255, 42.34046 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11438, 42.34416 ], [ -71.11713, 42.34343 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106821, 42.346253 ], [ -71.107801, 42.345982 ], [ -71.1087, 42.34572 ], [ -71.109177, 42.345597 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139128, 42.338527 ], [ -71.14012, 42.338287 ], [ -71.14033, 42.338241 ], [ -71.141263, 42.338037 ], [ -71.14203, 42.33789 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12304, 42.33464 ], [ -71.12207, 42.33433 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1212, 42.33656 ], [ -71.121297, 42.336709 ], [ -71.121348, 42.336791 ], [ -71.121408, 42.336939 ], [ -71.121463, 42.337124 ], [ -71.12149, 42.33737 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13127, 42.33948 ], [ -71.130837, 42.339529 ], [ -71.130171, 42.3396 ], [ -71.12959, 42.339698 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12144, 42.33798 ], [ -71.121409, 42.338282 ], [ -71.12135, 42.33863 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12078, 42.34011 ], [ -71.12076, 42.340239 ], [ -71.120769, 42.340389 ], [ -71.12078, 42.34051 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11974, 42.342699 ], [ -71.12021, 42.34257 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11255, 42.34046 ], [ -71.111932, 42.34045 ], [ -71.11116, 42.34045 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13736, 42.338959 ], [ -71.13779, 42.33885 ], [ -71.13853, 42.33867 ], [ -71.139128, 42.338527 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124159, 42.398518 ], [ -71.124567, 42.399034 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124682, 42.399163 ], [ -71.125235, 42.399856 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11741, 42.405433 ], [ -71.117445, 42.405641 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087378, 42.386437 ], [ -71.086976, 42.387047 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086339, 42.388057 ], [ -71.08597, 42.388626 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117199, 42.404015 ], [ -71.117322, 42.404854 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104504, 42.380082 ], [ -71.104605, 42.380379 ], [ -71.104618, 42.380433 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089541, 42.38368 ], [ -71.089353, 42.383936 ], [ -71.089059, 42.384244 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087559, 42.380988 ], [ -71.087632, 42.3811 ], [ -71.088128, 42.381607 ], [ -71.088623, 42.382131 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086646, 42.387593 ], [ -71.086339, 42.388057 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126783, 42.40243 ], [ -71.126996, 42.402877 ], [ -71.127072, 42.402985 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126146, 42.401039 ], [ -71.126159, 42.401056 ], [ -71.126503, 42.401773 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123672, 42.39792 ], [ -71.123888, 42.398176 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116847, 42.401583 ], [ -71.116919, 42.402039 ], [ -71.116993, 42.402728 ], [ -71.11709, 42.403336 ], [ -71.117173, 42.403843 ], [ -71.117178, 42.403877 ], [ -71.117199, 42.404015 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107293, 42.378083 ], [ -71.107272, 42.378087 ], [ -71.107007, 42.378147 ], [ -71.106383, 42.378286 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096387, 42.379635 ], [ -71.096144, 42.379662 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088035, 42.385422 ], [ -71.087838, 42.385692 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125235, 42.399856 ], [ -71.125674, 42.400405 ], [ -71.125688, 42.400425 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121328, 42.394574 ], [ -71.121141, 42.394258 ], [ -71.120887, 42.393812 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117322, 42.404854 ], [ -71.117393, 42.40533 ], [ -71.11741, 42.405433 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094129, 42.379074 ], [ -71.094119, 42.379091 ], [ -71.094004, 42.37928 ], [ -71.093876, 42.379449 ], [ -71.093764, 42.379531 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093052, 42.379494 ], [ -71.093383, 42.379541 ], [ -71.093594, 42.379547 ], [ -71.093764, 42.379531 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090376, 42.382201 ], [ -71.090226, 42.382461 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086708, 42.387444 ], [ -71.086646, 42.387593 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125688, 42.400425 ], [ -71.126146, 42.401039 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122309, 42.396489 ], [ -71.122166, 42.396674 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121424, 42.394734 ], [ -71.121328, 42.394574 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09143, 42.379609 ], [ -71.091794, 42.379518 ], [ -71.092157, 42.379481 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090126, 42.38267 ], [ -71.090098, 42.382729 ], [ -71.090094, 42.382739 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086976, 42.387047 ], [ -71.086708, 42.387444 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123504, 42.397709 ], [ -71.123672, 42.39792 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122309, 42.396489 ], [ -71.122384, 42.396227 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097696, 42.379503 ], [ -71.097427, 42.37953 ], [ -71.097264, 42.379547 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089769, 42.383315 ], [ -71.089541, 42.38368 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123888, 42.398176 ], [ -71.124159, 42.398518 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127072, 42.402985 ], [ -71.127246, 42.403293 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126503, 42.401773 ], [ -71.126783, 42.40243 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124567, 42.399034 ], [ -71.124667, 42.399144 ], [ -71.124682, 42.399163 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121863, 42.395333 ], [ -71.121424, 42.394734 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116847, 42.401583 ], [ -71.11687, 42.401449 ], [ -71.116909, 42.401303 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117445, 42.405641 ], [ -71.117431, 42.405821 ], [ -71.117425, 42.405833 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104367, 42.380854 ], [ -71.104325, 42.380923 ], [ -71.104314, 42.380941 ], [ -71.104304, 42.380959 ], [ -71.104252, 42.381045 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092157, 42.379481 ], [ -71.092483, 42.379463 ], [ -71.093052, 42.379494 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088623, 42.382131 ], [ -71.089152, 42.382715 ], [ -71.089408, 42.382964 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087838, 42.385692 ], [ -71.087526, 42.386177 ], [ -71.087378, 42.386437 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070492, 42.386129 ], [ -71.070456, 42.386151 ], [ -71.070322, 42.386226 ], [ -71.070271, 42.386295 ], [ -71.070271, 42.386394 ], [ -71.070301, 42.386489 ], [ -71.070344, 42.386545 ], [ -71.070443, 42.386626 ], [ -71.070631, 42.386719 ], [ -71.070899, 42.386864 ], [ -71.071237, 42.387086 ], [ -71.071481, 42.387254 ], [ -71.071618, 42.387329 ], [ -71.071671, 42.387347 ], [ -71.071762, 42.387355 ], [ -71.071832, 42.387355 ], [ -71.07195, 42.387337 ], [ -71.072015, 42.387311 ], [ -71.072082, 42.387261 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097978, 42.37948 ], [ -71.097696, 42.379503 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097264, 42.379547 ], [ -71.096387, 42.379635 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12003, 42.33338 ], [ -71.11961, 42.33331 ], [ -71.11937, 42.33326 ], [ -71.1192, 42.33322 ], [ -71.11903, 42.33313 ], [ -71.118913, 42.333039 ], [ -71.11885, 42.33299 ], [ -71.11875, 42.33289 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104064, 42.37882 ], [ -71.104344, 42.379639 ], [ -71.104504, 42.380082 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104618, 42.380433 ], [ -71.104379, 42.380833 ], [ -71.104367, 42.380854 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103969, 42.381516 ], [ -71.103721, 42.38193 ], [ -71.103399, 42.382436 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090226, 42.382461 ], [ -71.090126, 42.38267 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090094, 42.382739 ], [ -71.090073, 42.382783 ], [ -71.090044, 42.382844 ], [ -71.090003, 42.382913 ], [ -71.089978, 42.382955 ], [ -71.089948, 42.383007 ], [ -71.089937, 42.383025 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089059, 42.384244 ], [ -71.088548, 42.384833 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088548, 42.384833 ], [ -71.088151, 42.385264 ], [ -71.088035, 42.385422 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122384, 42.396227 ], [ -71.122261, 42.396027 ], [ -71.122183, 42.395901 ], [ -71.121863, 42.395333 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116549, 42.401313 ], [ -71.116623, 42.401376 ], [ -71.116713, 42.401455 ], [ -71.116847, 42.401583 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104252, 42.381045 ], [ -71.104232, 42.381079 ], [ -71.103969, 42.381516 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090653, 42.379881 ], [ -71.09143, 42.379609 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089937, 42.383025 ], [ -71.089927, 42.383042 ], [ -71.089769, 42.383315 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089408, 42.382964 ], [ -71.089769, 42.383315 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118077, 42.343177 ], [ -71.119216, 42.342843 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12209, 42.34272 ], [ -71.121787, 42.34254 ], [ -71.12172, 42.3425 ], [ -71.121517, 42.342368 ], [ -71.12141, 42.3423 ], [ -71.12134, 42.34224 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119216, 42.342843 ], [ -71.11974, 42.342699 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1135, 42.34441 ], [ -71.11438, 42.34416 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14203, 42.33789 ], [ -71.14309, 42.33767 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12959, 42.339698 ], [ -71.129386, 42.339733 ], [ -71.128929, 42.339833 ], [ -71.128653, 42.339905 ], [ -71.128449, 42.339959 ], [ -71.128143, 42.340027 ], [ -71.127848, 42.340129 ], [ -71.127497, 42.340241 ], [ -71.12677, 42.34053 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11753, 42.34097 ], [ -71.116678, 42.340832 ], [ -71.116244, 42.340781 ], [ -71.115775, 42.340731 ], [ -71.11457, 42.34061 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109177, 42.345597 ], [ -71.10966, 42.34546 ], [ -71.110631, 42.345191 ], [ -71.110908, 42.345117 ], [ -71.110993, 42.345095 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14309, 42.33767 ], [ -71.1435, 42.33758 ], [ -71.143751, 42.337529 ], [ -71.14414, 42.33745 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12078, 42.34051 ], [ -71.12092, 42.34096 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134296, 42.339427 ], [ -71.134118, 42.339442 ], [ -71.133931, 42.339462 ], [ -71.13363, 42.339468 ], [ -71.133235, 42.33948 ], [ -71.132718, 42.339471 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121463, 42.337701 ], [ -71.12144, 42.33798 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12135, 42.33863 ], [ -71.12125, 42.33893 ], [ -71.12121, 42.33901 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12121, 42.33901 ], [ -71.12113, 42.3392 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12113, 42.3392 ], [ -71.12097, 42.3396 ], [ -71.12093, 42.33973 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12207, 42.33433 ], [ -71.12166, 42.33416 ], [ -71.12143, 42.33405 ], [ -71.12124, 42.33391 ], [ -71.12089, 42.33366 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12149, 42.33737 ], [ -71.121463, 42.337701 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12093, 42.33973 ], [ -71.12078, 42.34011 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11195, 42.33645 ], [ -71.111837, 42.33667 ], [ -71.111741, 42.336849 ], [ -71.111673, 42.336938 ], [ -71.111627, 42.336999 ], [ -71.111582, 42.33707 ], [ -71.111527, 42.337121 ], [ -71.111442, 42.337207 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12677, 42.34053 ], [ -71.126626, 42.340585 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14717, 42.33682 ], [ -71.14772, 42.3367 ], [ -71.1481, 42.336611 ], [ -71.148308, 42.336561 ], [ -71.148493, 42.336516 ], [ -71.148583, 42.33649 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14414, 42.33745 ], [ -71.14446, 42.33739 ], [ -71.1451, 42.33725 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13557, 42.33946 ], [ -71.13623, 42.33926 ], [ -71.13712, 42.33902 ], [ -71.137341, 42.338964 ], [ -71.137346, 42.338963 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126626, 42.340585 ], [ -71.126167, 42.340761 ], [ -71.125384, 42.341002 ], [ -71.125378, 42.341004 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12092, 42.34096 ], [ -71.12106, 42.3415 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12209, 42.34272 ], [ -71.121716, 42.343143 ], [ -71.121665, 42.343198 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1451, 42.33725 ], [ -71.145502, 42.337165 ], [ -71.1459, 42.33708 ], [ -71.14657, 42.33695 ], [ -71.14717, 42.33682 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137346, 42.338963 ], [ -71.13736, 42.338959 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1352, 42.33923 ], [ -71.13467, 42.339368 ], [ -71.13432, 42.339425 ], [ -71.134304, 42.339426 ], [ -71.134296, 42.339427 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132718, 42.339471 ], [ -71.132644, 42.33947 ], [ -71.13203, 42.339472 ], [ -71.13127, 42.33948 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125378, 42.341004 ], [ -71.12518, 42.341059 ], [ -71.124709, 42.341182 ], [ -71.124226, 42.341281 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12089, 42.33366 ], [ -71.1208, 42.33362 ], [ -71.12061, 42.33353 ], [ -71.12041, 42.33347 ], [ -71.12003, 42.33338 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121665, 42.343198 ], [ -71.12117, 42.34373 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112243, 42.344753 ], [ -71.1135, 42.34441 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110993, 42.345095 ], [ -71.111493, 42.344961 ], [ -71.112243, 42.344753 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099405, 42.391321 ], [ -71.099999, 42.391894 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102708, 42.39519 ], [ -71.103097, 42.395705 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097952, 42.389884 ], [ -71.098482, 42.390421 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097146, 42.389121 ], [ -71.097952, 42.389884 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103097, 42.395705 ], [ -71.103657, 42.396397 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101838, 42.3941 ], [ -71.102278, 42.394691 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098482, 42.390421 ], [ -71.098957, 42.390889 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098957, 42.390889 ], [ -71.099216, 42.39114 ], [ -71.099405, 42.391321 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102278, 42.394691 ], [ -71.102708, 42.39519 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100573, 42.392478 ], [ -71.101188, 42.393285 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103657, 42.396397 ], [ -71.104047, 42.396898 ], [ -71.104238, 42.397151 ], [ -71.104396, 42.397361 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099999, 42.391894 ], [ -71.100573, 42.392478 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101188, 42.393285 ], [ -71.101439, 42.393585 ], [ -71.101838, 42.3941 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12117, 42.34373 ], [ -71.1198, 42.34517 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09623, 42.37606 ], [ -71.09597, 42.376449 ], [ -71.095589, 42.376972 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097803, 42.373859 ], [ -71.097782, 42.37389 ], [ -71.097461, 42.374362 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098106, 42.373385 ], [ -71.097803, 42.373859 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097416, 42.374429 ], [ -71.097196, 42.374703 ], [ -71.096888, 42.375143 ], [ -71.09654, 42.375644 ], [ -71.09623, 42.37606 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097461, 42.374362 ], [ -71.097416, 42.374429 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967107, 42.355432 ], [ -70.96708, 42.355367 ], [ -70.967058, 42.355301 ], [ -70.967034, 42.355192 ], [ -70.967018, 42.355065 ], [ -70.967002, 42.355004 ], [ -70.966991, 42.354984 ], [ -70.966951, 42.35498 ], [ -70.966927, 42.354992 ], [ -70.966919, 42.355028 ], [ -70.966895, 42.355071 ], [ -70.966879, 42.355117 ], [ -70.966833, 42.355198 ], [ -70.966774, 42.355349 ], [ -70.966747, 42.355436 ], [ -70.966715, 42.355529 ], [ -70.966699, 42.355587 ], [ -70.966707, 42.35563 ], [ -70.966694, 42.355704 ], [ -70.96668, 42.355765 ], [ -70.966671, 42.35582 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.185557, 42.280508 ], [ -71.185599, 42.280522 ], [ -71.18565, 42.28052 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Northern A" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048443, 42.354073 ], [ -71.048418, 42.354062 ], [ -71.047954, 42.353874 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075231, 42.356397 ], [ -71.075192, 42.3565 ], [ -71.075191, 42.356639 ], [ -71.075178, 42.356831 ], [ -71.075145, 42.356891 ], [ -71.075088, 42.356944 ], [ -71.074991, 42.356997 ], [ -71.074866, 42.357045 ], [ -71.074698, 42.357101 ], [ -71.07461, 42.357146 ], [ -71.074196, 42.357191 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": "Surface Ar" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048333, 42.354195 ], [ -71.050933, 42.355243 ], [ -71.051128, 42.355372 ], [ -71.051154, 42.355549 ], [ -71.051006, 42.355794 ], [ -71.050815, 42.356473 ], [ -71.051063, 42.357074 ], [ -71.051327, 42.357468 ], [ -71.051745, 42.358169 ], [ -71.052156, 42.359827 ], [ -71.052597, 42.360398 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.012735, 42.337737 ], [ -71.012628, 42.337651 ], [ -71.012423, 42.337487 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.012046, 42.337166 ], [ -71.012259, 42.33735 ], [ -71.012423, 42.337487 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Boston Har" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.033399, 42.329683 ], [ -71.033217, 42.329739 ], [ -71.032853, 42.329862 ], [ -71.032482, 42.330005 ], [ -71.032098, 42.330153 ], [ -71.031768, 42.330281 ], [ -71.031458, 42.33042 ], [ -71.031121, 42.330573 ], [ -71.03077, 42.330726 ], [ -71.030419, 42.330894 ], [ -71.030008, 42.331092 ], [ -71.029623, 42.33129 ], [ -71.029279, 42.331453 ], [ -71.028969, 42.331596 ], [ -71.028706, 42.3317 ], [ -71.028443, 42.331819 ], [ -71.028153, 42.331932 ], [ -71.027767, 42.332089 ], [ -71.027472, 42.332188 ], [ -71.027121, 42.332305 ], [ -71.026826, 42.332404 ], [ -71.026549, 42.33248 ], [ -71.026279, 42.332556 ], [ -71.02599, 42.332633 ], [ -71.025719, 42.3327 ], [ -71.02543, 42.332762 ], [ -71.025264, 42.332793 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.178827, 42.291515 ], [ -71.178822, 42.29151 ], [ -71.178818, 42.291505 ], [ -71.178813, 42.291501 ], [ -71.178808, 42.291496 ], [ -71.178803, 42.291492 ], [ -71.178798, 42.291488 ], [ -71.178793, 42.291484 ], [ -71.178787, 42.291479 ], [ -71.178782, 42.291475 ], [ -71.178776, 42.291472 ], [ -71.17877, 42.291468 ], [ -71.178764, 42.291464 ], [ -71.178758, 42.291461 ], [ -71.178752, 42.291457 ], [ -71.178745, 42.291454 ], [ -71.178739, 42.291451 ], [ -71.178716, 42.291441 ], [ -71.178693, 42.291431 ], [ -71.178687, 42.291429 ], [ -71.178682, 42.291427 ], [ -71.178676, 42.291425 ], [ -71.178671, 42.291424 ], [ -71.178665, 42.291422 ], [ -71.178659, 42.291421 ], [ -71.178653, 42.29142 ], [ -71.178648, 42.291419 ], [ -71.178642, 42.291418 ], [ -71.178636, 42.291418 ], [ -71.178629, 42.291417 ], [ -71.178623, 42.291417 ], [ -71.17857, 42.291414 ], [ -71.178516, 42.29141 ], [ -71.178507, 42.29141 ], [ -71.178499, 42.29141 ], [ -71.178491, 42.291411 ], [ -71.178482, 42.291411 ], [ -71.178474, 42.291411 ], [ -71.178466, 42.291412 ], [ -71.178457, 42.291413 ], [ -71.178449, 42.291414 ], [ -71.178441, 42.291415 ], [ -71.178432, 42.291416 ], [ -71.178424, 42.291417 ], [ -71.178416, 42.291419 ], [ -71.178407, 42.29142 ], [ -71.178399, 42.291422 ], [ -71.178391, 42.291424 ], [ -71.178383, 42.291426 ], [ -71.178375, 42.291428 ], [ -71.178367, 42.29143 ], [ -71.17836, 42.291433 ], [ -71.178352, 42.291435 ], [ -71.178345, 42.291438 ], [ -71.178337, 42.29144 ], [ -71.178331, 42.291443 ], [ -71.178326, 42.291445 ], [ -71.178321, 42.291448 ], [ -71.178315, 42.291451 ], [ -71.17831, 42.291454 ], [ -71.178305, 42.291457 ], [ -71.1783, 42.29146 ], [ -71.178295, 42.291464 ], [ -71.17829, 42.291468 ], [ -71.178286, 42.291471 ], [ -71.178282, 42.291475 ], [ -71.178278, 42.291478 ], [ -71.178274, 42.291482 ], [ -71.17827, 42.291486 ], [ -71.178266, 42.29149 ], [ -71.178263, 42.291494 ], [ -71.17826, 42.291499 ], [ -71.178256, 42.291503 ], [ -71.178254, 42.291507 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167427, 42.311881 ], [ -71.167384, 42.311855 ], [ -71.167325, 42.311795 ], [ -71.167207, 42.311681 ], [ -71.167154, 42.311635 ], [ -71.167054, 42.31158 ], [ -71.166987, 42.311532 ], [ -71.166952, 42.311473 ], [ -71.166926, 42.311403 ], [ -71.166867, 42.3113 ], [ -71.166805, 42.311221 ], [ -71.166698, 42.311108 ], [ -71.166588, 42.311019 ], [ -71.16648, 42.310943 ], [ -71.166403, 42.310898 ], [ -71.166287, 42.310832 ], [ -71.166266, 42.310814 ], [ -71.166247, 42.310771 ], [ -71.166231, 42.310719 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.167913, 42.310049 ], [ -71.167945, 42.310057 ], [ -71.168025, 42.31008 ], [ -71.168122, 42.310108 ], [ -71.168194, 42.310118 ], [ -71.168256, 42.310116 ], [ -71.168334, 42.310088 ], [ -71.168401, 42.310049 ], [ -71.168452, 42.310041 ], [ -71.168504, 42.310035 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.180463, 42.282084 ], [ -71.180498, 42.282151 ], [ -71.180525, 42.282177 ], [ -71.180554, 42.282201 ], [ -71.180598, 42.282224 ], [ -71.18064, 42.282242 ], [ -71.180714, 42.282252 ], [ -71.180771, 42.282252 ], [ -71.180825, 42.28224 ], [ -71.18088, 42.282215 ], [ -71.180938, 42.282185 ], [ -71.180952, 42.282117 ], [ -71.180958, 42.28206 ], [ -71.18095, 42.28198 ], [ -71.180943, 42.281907 ], [ -71.180947, 42.281846 ], [ -71.180959, 42.281788 ], [ -71.180971, 42.281728 ], [ -71.180997, 42.281659 ], [ -71.181036, 42.281603 ], [ -71.181068, 42.281552 ], [ -71.181126, 42.28149 ], [ -71.181195, 42.281431 ], [ -71.181305, 42.281349 ], [ -71.181398, 42.281308 ], [ -71.181414, 42.28124 ], [ -71.181418, 42.281191 ], [ -71.181417, 42.281151 ], [ -71.181398, 42.281103 ], [ -71.181372, 42.281074 ], [ -71.181325, 42.281044 ], [ -71.181282, 42.28102 ], [ -71.181209, 42.281008 ], [ -71.181147, 42.281008 ], [ -71.181099, 42.281016 ], [ -71.181058, 42.281028 ], [ -71.181006, 42.281064 ], [ -71.180954, 42.281105 ], [ -71.180863, 42.281173 ], [ -71.180806, 42.281216 ], [ -71.180735, 42.28128 ], [ -71.180655, 42.281369 ], [ -71.180609, 42.281429 ], [ -71.180576, 42.281476 ], [ -71.180554, 42.28151 ], [ -71.180511, 42.281572 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.182328, 42.280918 ], [ -71.182201, 42.280942 ], [ -71.182029, 42.280984 ], [ -71.181843, 42.281042 ], [ -71.181689, 42.281101 ], [ -71.181626, 42.281143 ], [ -71.18152, 42.281226 ], [ -71.181404, 42.281304 ], [ -71.181335, 42.281401 ], [ -71.181246, 42.281526 ], [ -71.181176, 42.281621 ], [ -71.181143, 42.281695 ], [ -71.181131, 42.281736 ], [ -71.181123, 42.281806 ], [ -71.18112, 42.281857 ], [ -71.181125, 42.281911 ], [ -71.181144, 42.281963 ], [ -71.181174, 42.282024 ], [ -71.181206, 42.282082 ], [ -71.181251, 42.282147 ], [ -71.181297, 42.282197 ], [ -71.181362, 42.282258 ], [ -71.181516, 42.282377 ], [ -71.181675, 42.282518 ], [ -71.181749, 42.282566 ], [ -71.181828, 42.282599 ], [ -71.181917, 42.282633 ], [ -71.181982, 42.282639 ], [ -71.182091, 42.282637 ], [ -71.182176, 42.282631 ], [ -71.182281, 42.282605 ], [ -71.182434, 42.282548 ], [ -71.182566, 42.282494 ], [ -71.182743, 42.282423 ], [ -71.183025, 42.282314 ], [ -71.18322, 42.282244 ], [ -71.183408, 42.282183 ], [ -71.183502, 42.282151 ], [ -71.183593, 42.282123 ], [ -71.183753, 42.282084 ], [ -71.183857, 42.28206 ], [ -71.184017, 42.282038 ], [ -71.184159, 42.282018 ], [ -71.184296, 42.281996 ], [ -71.18463, 42.281963 ], [ -71.185156, 42.281903 ], [ -71.185406, 42.281881 ], [ -71.18568, 42.281857 ], [ -71.185866, 42.281834 ], [ -71.185953, 42.281816 ], [ -71.186012, 42.281794 ], [ -71.186066, 42.28176 ], [ -71.1861, 42.281722 ], [ -71.18614, 42.281681 ], [ -71.186165, 42.281635 ], [ -71.186168, 42.281589 ], [ -71.186165, 42.28155 ], [ -71.186151, 42.281488 ], [ -71.186138, 42.281449 ], [ -71.186104, 42.281401 ], [ -71.186057, 42.281369 ], [ -71.186008, 42.281345 ], [ -71.185947, 42.281328 ], [ -71.185885, 42.281314 ], [ -71.185796, 42.281312 ], [ -71.185728, 42.281314 ], [ -71.185645, 42.281322 ], [ -71.185409, 42.281371 ], [ -71.185126, 42.281437 ], [ -71.185032, 42.281458 ], [ -71.184942, 42.281458 ], [ -71.184826, 42.281449 ], [ -71.184695, 42.281433 ], [ -71.184451, 42.281407 ], [ -71.184241, 42.281385 ], [ -71.184057, 42.281361 ], [ -71.183912, 42.281347 ], [ -71.183812, 42.28133 ], [ -71.18373, 42.281308 ], [ -71.183644, 42.281278 ], [ -71.183499, 42.28123 ], [ -71.183421, 42.281195 ], [ -71.183307, 42.281147 ], [ -71.183142, 42.281079 ], [ -71.18299, 42.281016 ], [ -71.182885, 42.280986 ], [ -71.182813, 42.280966 ], [ -71.18274, 42.280958 ], [ -71.18267, 42.280948 ], [ -71.182601, 42.280939 ], [ -71.182509, 42.280929 ], [ -71.182249, 42.280913 ], [ -71.182048, 42.280901 ], [ -71.18174, 42.280879 ], [ -71.181497, 42.280865 ], [ -71.181301, 42.280849 ], [ -71.181159, 42.280851 ], [ -71.181084, 42.280857 ], [ -71.181028, 42.280863 ], [ -71.180964, 42.280877 ], [ -71.180892, 42.280893 ], [ -71.180813, 42.280919 ], [ -71.180739, 42.280952 ], [ -71.180586, 42.28102 ], [ -71.180372, 42.281121 ], [ -71.180216, 42.281207 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114232, 42.27048 ], [ -71.114608, 42.270453 ], [ -71.115023, 42.270517 ], [ -71.115398, 42.270649 ], [ -71.115689, 42.270856 ], [ -71.115971, 42.271222 ], [ -71.116122, 42.271587 ], [ -71.116082, 42.271861 ], [ -71.115965, 42.272197 ], [ -71.115748, 42.272442 ], [ -71.115555, 42.272726 ], [ -71.115507, 42.272983 ], [ -71.115579, 42.273168 ], [ -71.115763, 42.27326 ], [ -71.116039, 42.273312 ], [ -71.116346, 42.273313 ], [ -71.116599, 42.273314 ], [ -71.116822, 42.273361 ], [ -71.117013, 42.273441 ], [ -71.117154, 42.273533 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.046834, 42.277917 ], [ -71.046913, 42.278067 ], [ -71.046956, 42.27841 ], [ -71.046904, 42.278562 ], [ -71.046844, 42.278651 ], [ -71.046741, 42.278753 ], [ -71.046544, 42.278867 ], [ -71.046123, 42.27907 ], [ -71.046012, 42.279146 ], [ -71.045866, 42.279273 ], [ -71.045248, 42.27987 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.045248, 42.27987 ], [ -71.045059, 42.280042 ], [ -71.044887, 42.280131 ], [ -71.044639, 42.280232 ], [ -71.04433, 42.280315 ], [ -71.044232, 42.280346 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.181262, 42.283987 ], [ -71.181316, 42.283953 ], [ -71.181364, 42.283907 ], [ -71.181442, 42.283842 ], [ -71.181508, 42.28377 ], [ -71.181552, 42.283689 ], [ -71.181581, 42.283608 ], [ -71.181598, 42.28352 ], [ -71.181579, 42.283411 ], [ -71.181557, 42.283336 ], [ -71.181512, 42.28326 ], [ -71.181449, 42.283179 ], [ -71.181416, 42.283142 ], [ -71.181318, 42.283067 ], [ -71.181239, 42.283008 ], [ -71.181135, 42.282933 ], [ -71.180998, 42.282823 ], [ -71.180812, 42.282685 ], [ -71.180757, 42.282644 ], [ -71.180684, 42.282584 ], [ -71.180634, 42.282525 ], [ -71.180606, 42.282466 ], [ -71.180587, 42.282442 ], [ -71.180559, 42.28241 ], [ -71.180522, 42.282377 ], [ -71.180459, 42.282348 ], [ -71.180412, 42.28233 ], [ -71.180372, 42.282317 ], [ -71.180319, 42.28231 ], [ -71.18027, 42.28231 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.178548, 42.289546 ], [ -71.17852, 42.289518 ], [ -71.178519, 42.289516 ], [ -71.178508, 42.289501 ], [ -71.178496, 42.289488 ], [ -71.178479, 42.289469 ], [ -71.178459, 42.289445 ], [ -71.17843, 42.289415 ], [ -71.1784, 42.289383 ], [ -71.178374, 42.289359 ], [ -71.178351, 42.289338 ], [ -71.178344, 42.289331 ], [ -71.178336, 42.289325 ], [ -71.178311, 42.289305 ], [ -71.178302, 42.289298 ], [ -71.178294, 42.289292 ], [ -71.178278, 42.289281 ], [ -71.178269, 42.289275 ], [ -71.17826, 42.289269 ], [ -71.178245, 42.289261 ], [ -71.178239, 42.289257 ], [ -71.178232, 42.289253 ], [ -71.178225, 42.28925 ], [ -71.178206, 42.289242 ], [ -71.178199, 42.289239 ], [ -71.178192, 42.289236 ], [ -71.178172, 42.289231 ], [ -71.178165, 42.289228 ], [ -71.178157, 42.289226 ], [ -71.178153, 42.289225 ], [ -71.178129, 42.28922 ], [ -71.178117, 42.289216 ], [ -71.178112, 42.289215 ], [ -71.178106, 42.289213 ], [ -71.178099, 42.289212 ], [ -71.178076, 42.289208 ], [ -71.178069, 42.289208 ], [ -71.178061, 42.289207 ], [ -71.178056, 42.289206 ], [ -71.178049, 42.289206 ], [ -71.178043, 42.289206 ], [ -71.178036, 42.289206 ], [ -71.178031, 42.289205 ], [ -71.178022, 42.289206 ], [ -71.178017, 42.289206 ], [ -71.178011, 42.289207 ], [ -71.178003, 42.289208 ], [ -71.177997, 42.289209 ], [ -71.177989, 42.28921 ], [ -71.177984, 42.289211 ], [ -71.177976, 42.289213 ], [ -71.177969, 42.289214 ], [ -71.177961, 42.289217 ], [ -71.177954, 42.289218 ], [ -71.177947, 42.28922 ], [ -71.177939, 42.289223 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.183046, 42.280077 ], [ -71.183159, 42.280105 ], [ -71.183239, 42.280129 ], [ -71.183342, 42.280169 ], [ -71.183443, 42.280222 ], [ -71.183553, 42.280272 ], [ -71.183623, 42.280298 ], [ -71.183742, 42.280322 ], [ -71.183877, 42.28035 ], [ -71.184033, 42.280383 ], [ -71.18428, 42.28043 ], [ -71.184615, 42.280502 ], [ -71.184872, 42.280553 ], [ -71.185048, 42.280581 ], [ -71.185198, 42.280597 ], [ -71.185307, 42.280589 ], [ -71.185393, 42.280575 ], [ -71.185488, 42.280573 ], [ -71.185575, 42.280553 ], [ -71.18565, 42.28052 ], [ -71.185733, 42.280518 ], [ -71.185851, 42.280516 ], [ -71.185944, 42.280522 ], [ -71.186053, 42.280532 ], [ -71.186206, 42.280557 ], [ -71.186299, 42.280575 ], [ -71.186357, 42.280591 ], [ -71.18643, 42.280617 ], [ -71.18651, 42.280647 ], [ -71.186598, 42.280685 ], [ -71.18667, 42.280724 ], [ -71.186753, 42.280772 ], [ -71.186822, 42.280821 ], [ -71.186919, 42.280889 ], [ -71.186991, 42.28094 ], [ -71.187045, 42.280982 ], [ -71.18711, 42.281036 ], [ -71.187155, 42.281075 ], [ -71.187181, 42.281107 ], [ -71.18721, 42.281153 ], [ -71.187238, 42.281216 ], [ -71.187308, 42.281389 ], [ -71.187337, 42.281468 ], [ -71.187351, 42.281516 ], [ -71.187356, 42.281564 ], [ -71.187358, 42.281619 ], [ -71.187348, 42.281653 ], [ -71.187337, 42.281687 ], [ -71.187316, 42.28172 ], [ -71.187244, 42.281806 ], [ -71.187177, 42.281881 ], [ -71.18708, 42.281968 ], [ -71.186904, 42.282131 ], [ -71.186722, 42.282292 ], [ -71.186623, 42.282383 ], [ -71.186542, 42.282445 ], [ -71.186459, 42.282516 ], [ -71.186344, 42.282596 ], [ -71.1862, 42.282673 ], [ -71.186109, 42.282709 ], [ -71.186, 42.282742 ], [ -71.185886, 42.282768 ], [ -71.185783, 42.28278 ], [ -71.185645, 42.282802 ], [ -71.18552, 42.282826 ], [ -71.185384, 42.282858 ], [ -71.185261, 42.282897 ], [ -71.185126, 42.282941 ], [ -71.185004, 42.28298 ], [ -71.184913, 42.282992 ], [ -71.184817, 42.282987 ], [ -71.184752, 42.282979 ], [ -71.184666, 42.282947 ], [ -71.184559, 42.282911 ], [ -71.184481, 42.282887 ], [ -71.184417, 42.282879 ], [ -71.184353, 42.282883 ], [ -71.184298, 42.282895 ], [ -71.184244, 42.282917 ], [ -71.184168, 42.282963 ], [ -71.184111, 42.283014 ], [ -71.184011, 42.283096 ], [ -71.183918, 42.283169 ], [ -71.183805, 42.283267 ], [ -71.18369, 42.283354 ], [ -71.18359, 42.283435 ], [ -71.183471, 42.283524 ], [ -71.183408, 42.283573 ], [ -71.183349, 42.283618 ], [ -71.183247, 42.283671 ], [ -71.183113, 42.283752 ], [ -71.183041, 42.283792 ], [ -71.182998, 42.283818 ], [ -71.182957, 42.283848 ], [ -71.182912, 42.283881 ], [ -71.182885, 42.283911 ], [ -71.182842, 42.283957 ], [ -71.182776, 42.284038 ], [ -71.182742, 42.28408 ], [ -71.182701, 42.28412 ], [ -71.18264, 42.284165 ], [ -71.182505, 42.284272 ], [ -71.182194, 42.284507 ], [ -71.18158, 42.284955 ], [ -71.181493, 42.285016 ], [ -71.181457, 42.28503 ], [ -71.181414, 42.285036 ], [ -71.181367, 42.285038 ], [ -71.181303, 42.285024 ], [ -71.181163, 42.284985 ], [ -71.180962, 42.284929 ], [ -71.180734, 42.284864 ], [ -71.180396, 42.284764 ], [ -71.180216, 42.284713 ], [ -71.1801, 42.284677 ], [ -71.180002, 42.284635 ], [ -71.179921, 42.284598 ], [ -71.179858, 42.284572 ], [ -71.17978, 42.284526 ], [ -71.179697, 42.284475 ], [ -71.179609, 42.284413 ], [ -71.179531, 42.284346 ], [ -71.179487, 42.284303 ], [ -71.17945, 42.284266 ], [ -71.179379, 42.284205 ], [ -71.179275, 42.284117 ], [ -71.179222, 42.284092 ], [ -71.179182, 42.284072 ], [ -71.179138, 42.284058 ], [ -71.179079, 42.284046 ], [ -71.179031, 42.284038 ], [ -71.178982, 42.28403 ], [ -71.178918, 42.284026 ], [ -71.178718, 42.284024 ], [ -71.178622, 42.284028 ], [ -71.178522, 42.284026 ], [ -71.178357, 42.284028 ], [ -71.178241, 42.284026 ], [ -71.17814, 42.284016 ], [ -71.178018, 42.283999 ], [ -71.177903, 42.283975 ], [ -71.177832, 42.283949 ], [ -71.177765, 42.283917 ], [ -71.177663, 42.283868 ], [ -71.177539, 42.283786 ], [ -71.177459, 42.283717 ], [ -71.177402, 42.283657 ], [ -71.177349, 42.283558 ], [ -71.177325, 42.283492 ], [ -71.177327, 42.283419 ], [ -71.177352, 42.283294 ], [ -71.177365, 42.283179 ], [ -71.17736, 42.283111 ], [ -71.177346, 42.283008 ], [ -71.177314, 42.282858 ], [ -71.177293, 42.28277 ], [ -71.177285, 42.282695 ], [ -71.177284, 42.282586 ], [ -71.177283, 42.282423 ], [ -71.17729, 42.281951 ], [ -71.177289, 42.281736 ], [ -71.177288, 42.281657 ], [ -71.177287, 42.281484 ], [ -71.177279, 42.281399 ], [ -71.177293, 42.281345 ], [ -71.177322, 42.281318 ], [ -71.177378, 42.281267 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.181982, 42.282639 ], [ -71.181879, 42.282643 ], [ -71.181792, 42.282645 ], [ -71.181673, 42.282629 ], [ -71.181576, 42.282609 ], [ -71.181469, 42.28258 ], [ -71.18138, 42.282548 ], [ -71.181311, 42.28251 ], [ -71.181214, 42.282466 ], [ -71.181152, 42.282421 ], [ -71.181093, 42.282363 ], [ -71.181058, 42.282328 ], [ -71.181016, 42.28228 ], [ -71.180973, 42.28223 ], [ -71.180938, 42.282185 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.178548, 42.289546 ], [ -71.178603, 42.289553 ], [ -71.178614, 42.289554 ], [ -71.178652, 42.28956 ], [ -71.178703, 42.289566 ], [ -71.178755, 42.289572 ], [ -71.178825, 42.289577 ], [ -71.178867, 42.289582 ], [ -71.178918, 42.289586 ], [ -71.178958, 42.28959 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.044114, 42.281165 ], [ -71.044149, 42.281344 ], [ -71.044209, 42.281458 ], [ -71.044312, 42.281579 ], [ -71.044475, 42.281686 ], [ -71.04469, 42.28182 ], [ -71.044776, 42.281896 ], [ -71.044802, 42.282023 ], [ -71.044793, 42.282144 ], [ -71.044681, 42.282252 ], [ -71.044433, 42.282448 ], [ -71.044132, 42.28276 ], [ -71.043935, 42.283026 ], [ -71.043753, 42.283285 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.17806, 42.291089 ], [ -71.178065, 42.291082 ], [ -71.178069, 42.291076 ], [ -71.178074, 42.291068 ], [ -71.178079, 42.291061 ], [ -71.178083, 42.291054 ], [ -71.178088, 42.291047 ], [ -71.178092, 42.291039 ], [ -71.178096, 42.291032 ], [ -71.1781, 42.291024 ], [ -71.178103, 42.291017 ], [ -71.178107, 42.291009 ], [ -71.17811, 42.291001 ], [ -71.178114, 42.290993 ], [ -71.178117, 42.290986 ], [ -71.178125, 42.290965 ], [ -71.178134, 42.290944 ], [ -71.178138, 42.290932 ], [ -71.178143, 42.29092 ], [ -71.178147, 42.290909 ], [ -71.178151, 42.290897 ], [ -71.178155, 42.290885 ], [ -71.178159, 42.290873 ], [ -71.178163, 42.290861 ], [ -71.178166, 42.290849 ], [ -71.178171, 42.290822 ], [ -71.178176, 42.290795 ], [ -71.178177, 42.290789 ], [ -71.178179, 42.290782 ], [ -71.178181, 42.290776 ], [ -71.178183, 42.290769 ], [ -71.178185, 42.290763 ], [ -71.178188, 42.290757 ], [ -71.178191, 42.290751 ], [ -71.178194, 42.290744 ], [ -71.178197, 42.290739 ], [ -71.1782, 42.290734 ], [ -71.178202, 42.290728 ], [ -71.178205, 42.290723 ], [ -71.178207, 42.290718 ], [ -71.178209, 42.290712 ], [ -71.178211, 42.290706 ], [ -71.178213, 42.290701 ], [ -71.178214, 42.290695 ], [ -71.178216, 42.29069 ], [ -71.178217, 42.290684 ], [ -71.178218, 42.290679 ], [ -71.178219, 42.290673 ], [ -71.178219, 42.290667 ], [ -71.17822, 42.290661 ], [ -71.17822, 42.290656 ], [ -71.17822, 42.290628 ], [ -71.178221, 42.2906 ], [ -71.178221, 42.290585 ], [ -71.178221, 42.290571 ], [ -71.178221, 42.290557 ], [ -71.178222, 42.290543 ], [ -71.178222, 42.290529 ], [ -71.178223, 42.290515 ], [ -71.178227, 42.290495 ], [ -71.178232, 42.290476 ], [ -71.178233, 42.290472 ], [ -71.178234, 42.290468 ], [ -71.178236, 42.290464 ], [ -71.178237, 42.29046 ], [ -71.178239, 42.290456 ], [ -71.178241, 42.290452 ], [ -71.178244, 42.290448 ], [ -71.178246, 42.290444 ], [ -71.178249, 42.29044 ], [ -71.178251, 42.290437 ], [ -71.178254, 42.290433 ], [ -71.178258, 42.29043 ], [ -71.178261, 42.290426 ], [ -71.178264, 42.290423 ], [ -71.178268, 42.29042 ], [ -71.178272, 42.290416 ], [ -71.178276, 42.290413 ], [ -71.17828, 42.29041 ], [ -71.178284, 42.290408 ], [ -71.178288, 42.290405 ], [ -71.178293, 42.290402 ], [ -71.178297, 42.290399 ], [ -71.178337, 42.290378 ], [ -71.178378, 42.290357 ], [ -71.178386, 42.290353 ], [ -71.178394, 42.290347 ], [ -71.178402, 42.290342 ], [ -71.17841, 42.290336 ], [ -71.178417, 42.290332 ], [ -71.178426, 42.290326 ], [ -71.178433, 42.290321 ], [ -71.178441, 42.290314 ], [ -71.178447, 42.290309 ], [ -71.178455, 42.290303 ], [ -71.178466, 42.290292 ], [ -71.178474, 42.290285 ], [ -71.178485, 42.290275 ], [ -71.178492, 42.290268 ], [ -71.1785, 42.29026 ], [ -71.178511, 42.290249 ], [ -71.178519, 42.290241 ], [ -71.178529, 42.29023 ], [ -71.178537, 42.290222 ], [ -71.178546, 42.29021 ], [ -71.178554, 42.290202 ], [ -71.178561, 42.290193 ], [ -71.178579, 42.290168 ], [ -71.178585, 42.290159 ], [ -71.178592, 42.29015 ], [ -71.178608, 42.290126 ], [ -71.178634, 42.290088 ], [ -71.178651, 42.290059 ], [ -71.178671, 42.290024 ], [ -71.178683, 42.290003 ], [ -71.178691, 42.289992 ], [ -71.178692, 42.289989 ], [ -71.178693, 42.289985 ], [ -71.178695, 42.289983 ], [ -71.178696, 42.289979 ], [ -71.178697, 42.289976 ], [ -71.178697, 42.289972 ], [ -71.178698, 42.289969 ], [ -71.178698, 42.289966 ], [ -71.178698, 42.289962 ], [ -71.178698, 42.289959 ], [ -71.178698, 42.289956 ], [ -71.178698, 42.289953 ], [ -71.178697, 42.289949 ], [ -71.178696, 42.289946 ], [ -71.178694, 42.289944 ], [ -71.178689, 42.289934 ], [ -71.178687, 42.289931 ], [ -71.178676, 42.289918 ], [ -71.178661, 42.289898 ], [ -71.178644, 42.289877 ], [ -71.178622, 42.289853 ], [ -71.178605, 42.289833 ], [ -71.178591, 42.289814 ], [ -71.17858, 42.289797 ], [ -71.178571, 42.289786 ], [ -71.178569, 42.289781 ], [ -71.178567, 42.289776 ], [ -71.178565, 42.289772 ], [ -71.178563, 42.289768 ], [ -71.178561, 42.289763 ], [ -71.178559, 42.289759 ], [ -71.178558, 42.289754 ], [ -71.178557, 42.289749 ], [ -71.178556, 42.289744 ], [ -71.178555, 42.28974 ], [ -71.178555, 42.289735 ], [ -71.178554, 42.289731 ], [ -71.178554, 42.289726 ], [ -71.178554, 42.289721 ], [ -71.178555, 42.289717 ], [ -71.178555, 42.289712 ], [ -71.178555, 42.289707 ], [ -71.178556, 42.289692 ], [ -71.178557, 42.289687 ], [ -71.178554, 42.289658 ], [ -71.17855, 42.289632 ], [ -71.178547, 42.28961 ], [ -71.178542, 42.289582 ], [ -71.178542, 42.28958 ], [ -71.178548, 42.289546 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.180771, 42.282252 ], [ -71.180785, 42.282284 ], [ -71.180788, 42.282316 ], [ -71.18075, 42.28234 ], [ -71.180678, 42.282373 ], [ -71.180637, 42.282405 ], [ -71.180587, 42.282442 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.180281, 42.282487 ], [ -71.1803, 42.282479 ], [ -71.180317, 42.282479 ], [ -71.180333, 42.282481 ], [ -71.180348, 42.282487 ], [ -71.18036, 42.282493 ], [ -71.180368, 42.282502 ], [ -71.180372, 42.282514 ], [ -71.180371, 42.282524 ], [ -71.180369, 42.282532 ], [ -71.180363, 42.282541 ], [ -71.180354, 42.282546 ], [ -71.180338, 42.282551 ], [ -71.180323, 42.282553 ], [ -71.180305, 42.282552 ], [ -71.180291, 42.282548 ], [ -71.180278, 42.282536 ], [ -71.18027, 42.28252 ], [ -71.180274, 42.282501 ], [ -71.18026, 42.28248 ], [ -71.180204, 42.282468 ], [ -71.180087, 42.282447 ], [ -71.179972, 42.282431 ], [ -71.179892, 42.282421 ], [ -71.179825, 42.282405 ], [ -71.179788, 42.282383 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.183645, 42.27991 ], [ -71.183649, 42.27991 ], [ -71.183654, 42.27991 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.177288, 42.281657 ], [ -71.177337, 42.281594 ], [ -71.1774, 42.281528 ], [ -71.177464, 42.281484 ], [ -71.177539, 42.28146 ], [ -71.177636, 42.281457 ], [ -71.177745, 42.281451 ], [ -71.177867, 42.281433 ], [ -71.178038, 42.281397 ], [ -71.17829, 42.281349 ], [ -71.178539, 42.281292 ], [ -71.178736, 42.281246 ], [ -71.179036, 42.281211 ], [ -71.179224, 42.281214 ], [ -71.179379, 42.281234 ], [ -71.179556, 42.28127 ], [ -71.179712, 42.281318 ], [ -71.179873, 42.281393 ], [ -71.179979, 42.281336 ], [ -71.180077, 42.281286 ], [ -71.180216, 42.281207 ], [ -71.180211, 42.281159 ], [ -71.180205, 42.281099 ], [ -71.18025, 42.281022 ], [ -71.180361, 42.280921 ], [ -71.180436, 42.280861 ], [ -71.180581, 42.280794 ], [ -71.18071, 42.28075 ], [ -71.180924, 42.280699 ], [ -71.181327, 42.280631 ], [ -71.18153, 42.280591 ], [ -71.181693, 42.280558 ], [ -71.181938, 42.280484 ], [ -71.182201, 42.280425 ], [ -71.182285, 42.280399 ], [ -71.182464, 42.280345 ], [ -71.182705, 42.28029 ], [ -71.182845, 42.28027 ], [ -71.182932, 42.280276 ], [ -71.183118, 42.280318 ], [ -71.18334, 42.280371 ], [ -71.183462, 42.280405 ], [ -71.183558, 42.280409 ], [ -71.183708, 42.280405 ], [ -71.183805, 42.280389 ], [ -71.183877, 42.28035 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095994, 42.296111 ], [ -71.095965, 42.29624 ], [ -71.095939, 42.296375 ], [ -71.09588, 42.296546 ], [ -71.095772, 42.296736 ], [ -71.095633, 42.296847 ], [ -71.095467, 42.29697 ], [ -71.09537, 42.297041 ], [ -71.095316, 42.297133 ], [ -71.095236, 42.297256 ], [ -71.095209, 42.297379 ], [ -71.095252, 42.297526 ], [ -71.095332, 42.297665 ], [ -71.095467, 42.297795 ], [ -71.09559, 42.297883 ], [ -71.095756, 42.297942 ], [ -71.095976, 42.297966 ], [ -71.096142, 42.29795 ], [ -71.096293, 42.297903 ], [ -71.096588, 42.297811 ], [ -71.096733, 42.297783 ], [ -71.096893, 42.297768 ], [ -71.097162, 42.297772 ], [ -71.097344, 42.297807 ], [ -71.097382, 42.297832 ], [ -71.097478, 42.297895 ], [ -71.097564, 42.297986 ], [ -71.097682, 42.298149 ], [ -71.097838, 42.298407 ], [ -71.097945, 42.298637 ], [ -71.098106, 42.299037 ], [ -71.098175, 42.299224 ], [ -71.098267, 42.299434 ], [ -71.098293, 42.299553 ], [ -71.098374, 42.299664 ], [ -71.098508, 42.299807 ], [ -71.098568, 42.299873 ], [ -71.098664, 42.299978 ], [ -71.098803, 42.300129 ], [ -71.098889, 42.300168 ], [ -71.099093, 42.30024 ], [ -71.099307, 42.300299 ], [ -71.099608, 42.30037 ], [ -71.099822, 42.300422 ], [ -71.099978, 42.300442 ], [ -71.100096, 42.300466 ], [ -71.100214, 42.300466 ], [ -71.100354, 42.300466 ], [ -71.10052, 42.300458 ], [ -71.100831, 42.300442 ], [ -71.100965, 42.300458 ], [ -71.101281, 42.300533 ], [ -71.101389, 42.300585 ], [ -71.101528, 42.300668 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098743, 42.297717 ], [ -71.098664, 42.297746 ], [ -71.098594, 42.297768 ], [ -71.098484, 42.297789 ], [ -71.098358, 42.297815 ], [ -71.098245, 42.297827 ], [ -71.098119, 42.297835 ], [ -71.097956, 42.297821 ], [ -71.097811, 42.297799 ], [ -71.097714, 42.297799 ], [ -71.097612, 42.297809 ], [ -71.09751, 42.297825 ], [ -71.097382, 42.297832 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098669, 42.296833 ], [ -71.098548, 42.296792 ], [ -71.098355, 42.296728 ], [ -71.098252, 42.296711 ], [ -71.09801, 42.2967 ], [ -71.097839, 42.296716 ], [ -71.097578, 42.296778 ], [ -71.097412, 42.296831 ], [ -71.097151, 42.296888 ], [ -71.096904, 42.296913 ], [ -71.096796, 42.296896 ], [ -71.096671, 42.296856 ], [ -71.096537, 42.296789 ], [ -71.096384, 42.296689 ], [ -71.096291, 42.296598 ], [ -71.096188, 42.296477 ], [ -71.096148, 42.296397 ], [ -71.09614, 42.296316 ], [ -71.096149, 42.296246 ], [ -71.096186, 42.296206 ], [ -71.096191, 42.296198 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096213, 42.299886 ], [ -71.096204, 42.299928 ], [ -71.096177, 42.299956 ], [ -71.096148, 42.299976 ], [ -71.096091, 42.29999 ], [ -71.096014, 42.299996 ], [ -71.095936, 42.299994 ], [ -71.09588, 42.29998 ], [ -71.095815, 42.299924 ], [ -71.095702, 42.299825 ], [ -71.095568, 42.299724 ], [ -71.095437, 42.299631 ], [ -71.095359, 42.299557 ], [ -71.095319, 42.299474 ], [ -71.095236, 42.299343 ], [ -71.095193, 42.299242 ], [ -71.095169, 42.299154 ], [ -71.095155, 42.299067 ], [ -71.095158, 42.298916 ], [ -71.095158, 42.298752 ], [ -71.095209, 42.298696 ], [ -71.095246, 42.298619 ], [ -71.095279, 42.298561 ], [ -71.095303, 42.29849 ], [ -71.095327, 42.298448 ], [ -71.095383, 42.298406 ], [ -71.09545, 42.298347 ], [ -71.095483, 42.298297 ], [ -71.095509, 42.298202 ], [ -71.095523, 42.298119 ], [ -71.09555, 42.298043 ], [ -71.095571, 42.29797 ], [ -71.09559, 42.297883 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078373, 42.355646 ], [ -71.078007, 42.355519 ], [ -71.077782, 42.355499 ], [ -71.075853, 42.356022 ], [ -71.075572, 42.356167 ], [ -71.07536, 42.356311 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127327, 42.291372 ], [ -71.127571, 42.291326 ], [ -71.127982, 42.291002 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100942, 42.301331 ], [ -71.100946, 42.301317 ], [ -71.100976, 42.301275 ], [ -71.101062, 42.301208 ], [ -71.101131, 42.301152 ], [ -71.101214, 42.301069 ], [ -71.101263, 42.300981 ], [ -71.101314, 42.30091 ], [ -71.101381, 42.300811 ], [ -71.101475, 42.300718 ], [ -71.101528, 42.300668 ], [ -71.10155, 42.300654 ], [ -71.101633, 42.300624 ], [ -71.101665, 42.300599 ], [ -71.101711, 42.300583 ], [ -71.101767, 42.300579 ], [ -71.101847, 42.300587 ], [ -71.102, 42.300617 ], [ -71.10218, 42.30065 ], [ -71.102298, 42.300672 ], [ -71.102639, 42.300733 ], [ -71.102945, 42.300797 ], [ -71.103097, 42.300825 ], [ -71.103285, 42.300878 ], [ -71.103703, 42.300991 ], [ -71.10387, 42.301039 ], [ -71.10398, 42.301063 ], [ -71.104165, 42.301083 ], [ -71.104307, 42.301087 ], [ -71.10453, 42.301089 ], [ -71.104621, 42.301081 ], [ -71.104691, 42.301071 ], [ -71.104766, 42.301057 ], [ -71.104849, 42.301027 ], [ -71.10498, 42.300972 ], [ -71.105074, 42.300912 ], [ -71.105184, 42.300817 ], [ -71.105313, 42.300726 ], [ -71.105495, 42.300648 ], [ -71.105664, 42.300599 ], [ -71.105962, 42.300535 ], [ -71.106101, 42.300479 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099538, 42.381442 ], [ -71.099731, 42.381416 ], [ -71.099851, 42.381412 ], [ -71.099937, 42.381414 ], [ -71.100079, 42.381421 ], [ -71.10055, 42.38151 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098313, 42.38163 ], [ -71.098733, 42.381557 ], [ -71.099043, 42.381514 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097172, 42.381019 ], [ -71.097394, 42.381316 ], [ -71.097507, 42.381481 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097507, 42.381481 ], [ -71.097859, 42.381614 ], [ -71.098057, 42.381632 ], [ -71.098313, 42.38163 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096144, 42.379662 ], [ -71.096298, 42.379811 ], [ -71.096373, 42.37991 ], [ -71.096413, 42.379978 ], [ -71.096454, 42.380027 ], [ -71.096498, 42.38007 ], [ -71.096548, 42.380123 ], [ -71.096609, 42.380186 ], [ -71.096659, 42.380247 ], [ -71.096748, 42.38033 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096748, 42.38033 ], [ -71.097011, 42.380741 ], [ -71.097172, 42.381019 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099043, 42.381514 ], [ -71.09913, 42.381502 ], [ -71.099278, 42.38148 ], [ -71.099538, 42.381442 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11932, 42.33484 ], [ -71.11954, 42.33514 ], [ -71.11971, 42.33531 ], [ -71.12002, 42.33558 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118229, 42.332245 ], [ -71.118324, 42.332355 ], [ -71.118445, 42.332517 ], [ -71.118524, 42.332618 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118524, 42.332618 ], [ -71.118616, 42.33271 ], [ -71.11875, 42.33289 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118871, 42.333804 ], [ -71.11892, 42.334 ], [ -71.11899, 42.33421 ], [ -71.11908, 42.33439 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11862, 42.332601 ], [ -71.118557, 42.332496 ], [ -71.118336, 42.332174 ], [ -71.118275, 42.332109 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11875, 42.33289 ], [ -71.11874, 42.33321 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11908, 42.33439 ], [ -71.11923, 42.33468 ], [ -71.11932, 42.33484 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12002, 42.33558 ], [ -71.12052, 42.33597 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11874, 42.33321 ], [ -71.11881, 42.333533 ], [ -71.118871, 42.333804 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11875, 42.33289 ], [ -71.118709, 42.332757 ], [ -71.118678, 42.332691 ], [ -71.11862, 42.332601 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081052, 42.354141 ], [ -71.081209, 42.354467 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072821, 42.361578 ], [ -71.072898, 42.361734 ], [ -71.072995, 42.362282 ], [ -71.072797, 42.363719 ], [ -71.072662, 42.364091 ], [ -71.072354, 42.364414 ], [ -71.071991, 42.364621 ], [ -71.071533, 42.364789 ], [ -71.07099, 42.364907 ], [ -71.070427, 42.3648 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072877, 42.35781 ], [ -71.073393, 42.357934 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086747, 42.352764 ], [ -71.086641, 42.352757 ], [ -71.086407, 42.352664 ], [ -71.086347, 42.352649 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07461, 42.357146 ], [ -71.074686, 42.357157 ], [ -71.074763, 42.357162 ], [ -71.074841, 42.357161 ], [ -71.074918, 42.357155 ], [ -71.074994, 42.357142 ], [ -71.075067, 42.357124 ], [ -71.075138, 42.3571 ], [ -71.075205, 42.357071 ], [ -71.075637, 42.356674 ], [ -71.07604, 42.356393 ], [ -71.076314, 42.356272 ], [ -71.0781, 42.355781 ], [ -71.078369, 42.355645 ], [ -71.080863, 42.354961 ], [ -71.08104, 42.354908 ], [ -71.081334, 42.354751 ], [ -71.081416, 42.354634 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084906, 42.353145 ], [ -71.084788, 42.353225 ], [ -71.084675, 42.353312 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091648, 42.343233 ], [ -71.091652, 42.343183 ], [ -71.091628, 42.342653 ], [ -71.091641, 42.342477 ], [ -71.091705, 42.342165 ], [ -71.092143, 42.341663 ], [ -71.092318, 42.341427 ], [ -71.092586, 42.341224 ], [ -71.093014, 42.341065 ], [ -71.093416, 42.340994 ], [ -71.093659, 42.340933 ], [ -71.093802, 42.340905 ], [ -71.093925, 42.340873 ], [ -71.094116, 42.340812 ], [ -71.094554, 42.340636 ], [ -71.094996, 42.340478 ], [ -71.095573, 42.340244 ], [ -71.095855, 42.340139 ], [ -71.095969, 42.340066 ], [ -71.096216, 42.339945 ], [ -71.096469, 42.339723 ], [ -71.096614, 42.339554 ], [ -71.096871, 42.339223 ], [ -71.097016, 42.339072 ], [ -71.097266, 42.3389 ], [ -71.097416, 42.338836 ], [ -71.097569, 42.338809 ], [ -71.097809, 42.33878 ], [ -71.09788, 42.338783 ], [ -71.098282, 42.338906 ], [ -71.098413, 42.338944 ], [ -71.098656, 42.339062 ], [ -71.099094, 42.339282 ], [ -71.099596, 42.339582 ], [ -71.099739, 42.339772 ], [ -71.099857, 42.340028 ], [ -71.099902, 42.340181 ], [ -71.099913, 42.340329 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073183, 42.357059 ], [ -71.073273, 42.35705 ], [ -71.07341, 42.357068 ], [ -71.073542, 42.357107 ], [ -71.073628, 42.357101 ], [ -71.073714, 42.357094 ], [ -71.073799, 42.357107 ], [ -71.073842, 42.357151 ], [ -71.073927, 42.357172 ], [ -71.074196, 42.357191 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068084, 42.367246 ], [ -71.067941, 42.367198 ], [ -71.067868, 42.367189 ], [ -71.067746, 42.367199 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107885, 42.351813 ], [ -71.10799, 42.35186 ], [ -71.1081, 42.351901 ], [ -71.108213, 42.351935 ], [ -71.10833, 42.351964 ], [ -71.108449, 42.351985 ], [ -71.10857, 42.352 ], [ -71.108692, 42.352008 ], [ -71.108815, 42.352009 ], [ -71.108938, 42.352003 ], [ -71.109059, 42.35199 ], [ -71.109179, 42.351971 ], [ -71.109296, 42.351944 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088783, 42.352207 ], [ -71.088343, 42.352332 ], [ -71.087864, 42.352462 ], [ -71.087268, 42.352628 ], [ -71.086747, 42.352764 ], [ -71.085488, 42.353108 ], [ -71.085289, 42.353132 ], [ -71.085129, 42.353136 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073575, 42.35762 ], [ -71.073516, 42.357601 ], [ -71.073461, 42.357577 ], [ -71.07341, 42.357547 ], [ -71.073366, 42.357512 ], [ -71.073329, 42.357473 ], [ -71.073299, 42.357431 ], [ -71.073276, 42.357386 ], [ -71.073263, 42.357339 ], [ -71.073258, 42.357291 ], [ -71.073261, 42.357243 ], [ -71.073273, 42.357196 ], [ -71.073303, 42.357165 ], [ -71.073324, 42.357131 ], [ -71.073338, 42.357094 ], [ -71.073342, 42.357057 ], [ -71.073338, 42.357019 ], [ -71.073326, 42.356982 ], [ -71.073304, 42.356948 ], [ -71.073276, 42.356916 ], [ -71.07324, 42.356889 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068176, 42.367 ], [ -71.068174, 42.36705 ], [ -71.068164, 42.367099 ], [ -71.068147, 42.367147 ], [ -71.068122, 42.367193 ], [ -71.06809, 42.367237 ], [ -71.068051, 42.367277 ], [ -71.068006, 42.367314 ], [ -71.067956, 42.367347 ], [ -71.067901, 42.367375 ], [ -71.067734, 42.36743 ], [ -71.067565, 42.367483 ], [ -71.066831, 42.367794 ], [ -71.066755, 42.367846 ], [ -71.066673, 42.367892 ], [ -71.066585, 42.367933 ], [ -71.066493, 42.367967 ], [ -71.066397, 42.367995 ], [ -71.066298, 42.368017 ], [ -71.066197, 42.368031 ], [ -71.066094, 42.368039 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -71.077351, 42.355076 ], [ -71.077706, 42.355769 ] ], [ [ -71.077888, 42.35584 ], [ -71.077879, 42.355823 ], [ -71.077867, 42.355808 ], [ -71.077851, 42.355794 ], [ -71.077832, 42.355782 ], [ -71.077811, 42.355773 ], [ -71.077788, 42.355767 ], [ -71.077764, 42.355764 ], [ -71.077739, 42.355764 ], [ -71.077715, 42.355767 ], [ -71.077692, 42.355773 ], [ -71.077671, 42.355782 ], [ -71.077652, 42.355794 ], [ -71.077637, 42.355808 ], [ -71.077624, 42.355824 ], [ -71.077616, 42.355841 ], [ -71.077612, 42.355859 ], [ -71.077611, 42.355877 ], [ -71.077616, 42.355895 ], [ -71.077624, 42.355912 ] ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099043, 42.351069 ], [ -71.099671, 42.351392 ], [ -71.099774, 42.351436 ], [ -71.099881, 42.351475 ], [ -71.099991, 42.351508 ], [ -71.100104, 42.351536 ], [ -71.100219, 42.351557 ], [ -71.100336, 42.351573 ], [ -71.10091, 42.351616 ], [ -71.101019, 42.351619 ], [ -71.101128, 42.351614 ], [ -71.101237, 42.351604 ], [ -71.101343, 42.351588 ], [ -71.101448, 42.351565 ], [ -71.101551, 42.351537 ], [ -71.10165, 42.351503 ], [ -71.102237, 42.351288 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15234, 42.29588 ], [ -71.15273, 42.29582 ], [ -71.153225, 42.295772 ], [ -71.1535, 42.29575 ], [ -71.153689, 42.295745 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095032, 42.305863 ], [ -71.095053, 42.305928 ], [ -71.095076, 42.306015 ], [ -71.095082, 42.306102 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094903, 42.306454 ], [ -71.094798, 42.306533 ], [ -71.094635, 42.306595 ], [ -71.094194, 42.306675 ], [ -71.093588, 42.306864 ], [ -71.092936, 42.307142 ], [ -71.092352, 42.307447 ], [ -71.091872, 42.307696 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091872, 42.307696 ], [ -71.091538, 42.307895 ], [ -71.09139, 42.307997 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.153461, 42.295562 ], [ -71.153344, 42.295574 ], [ -71.153126, 42.295586 ], [ -71.152804, 42.295619 ], [ -71.15226, 42.2957 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095082, 42.306102 ], [ -71.095062, 42.306227 ], [ -71.09501, 42.306328 ], [ -71.094948, 42.306409 ], [ -71.094903, 42.306454 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120382, 42.299831 ], [ -71.120285, 42.299775 ], [ -71.120234, 42.299742 ], [ -71.120218, 42.299656 ], [ -71.120241, 42.299535 ], [ -71.120226, 42.299447 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168274, 42.312377 ], [ -71.16824, 42.312404 ], [ -71.168203, 42.31243 ], [ -71.168146, 42.312469 ], [ -71.168076, 42.312507 ], [ -71.167945, 42.312551 ], [ -71.167827, 42.312582 ], [ -71.167712, 42.31261 ], [ -71.167629, 42.312616 ], [ -71.167556, 42.31261 ], [ -71.167489, 42.312592 ], [ -71.167417, 42.312559 ], [ -71.167309, 42.312501 ], [ -71.16725, 42.312457 ], [ -71.167213, 42.312419 ], [ -71.167164, 42.312352 ], [ -71.167132, 42.312309 ], [ -71.167089, 42.31222 ], [ -71.167022, 42.312102 ], [ -71.166977, 42.312002 ], [ -71.16691, 42.311884 ], [ -71.166834, 42.311762 ], [ -71.166703, 42.311594 ], [ -71.166617, 42.311485 ], [ -71.166505, 42.311352 ], [ -71.166413, 42.311249 ], [ -71.16633, 42.311171 ], [ -71.166252, 42.311112 ], [ -71.16618, 42.311056 ], [ -71.166038, 42.310939 ], [ -71.165906, 42.310854 ], [ -71.165737, 42.310727 ], [ -71.165673, 42.310673 ], [ -71.165651, 42.310638 ], [ -71.165638, 42.310608 ], [ -71.165638, 42.310568 ], [ -71.165649, 42.310523 ], [ -71.165678, 42.310467 ], [ -71.165877, 42.310263 ], [ -71.165947, 42.310183 ], [ -71.165973, 42.310164 ], [ -71.166014, 42.310146 ], [ -71.166057, 42.310128 ], [ -71.166105, 42.310145 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168181, 42.311849 ], [ -71.168135, 42.311862 ], [ -71.16809, 42.31188 ], [ -71.168042, 42.311898 ], [ -71.16802, 42.311926 ], [ -71.168004, 42.311967 ], [ -71.167988, 42.312029 ], [ -71.167983, 42.312085 ], [ -71.167961, 42.312146 ], [ -71.167929, 42.3122 ], [ -71.167875, 42.312245 ], [ -71.167816, 42.312275 ], [ -71.167733, 42.312285 ], [ -71.167645, 42.312275 ], [ -71.167567, 42.312243 ], [ -71.167521, 42.312192 ], [ -71.167484, 42.312077 ], [ -71.167459, 42.311961 ], [ -71.167427, 42.311881 ], [ -71.167451, 42.311827 ], [ -71.167486, 42.311744 ], [ -71.167529, 42.311687 ], [ -71.167585, 42.311631 ], [ -71.167658, 42.311572 ], [ -71.1678, 42.311473 ], [ -71.16787, 42.311421 ], [ -71.16791, 42.311366 ], [ -71.167937, 42.311324 ], [ -71.167945, 42.311265 ], [ -71.16795, 42.311193 ], [ -71.167953, 42.311106 ], [ -71.167947, 42.311048 ], [ -71.167921, 42.310979 ], [ -71.167902, 42.310931 ], [ -71.167851, 42.31087 ], [ -71.167808, 42.310806 ], [ -71.167792, 42.310761 ], [ -71.167771, 42.310687 ], [ -71.16776, 42.310632 ], [ -71.167746, 42.310592 ], [ -71.167725, 42.31056 ], [ -71.16769, 42.310513 ], [ -71.167631, 42.310443 ], [ -71.167575, 42.31037 ], [ -71.167529, 42.31032 ], [ -71.167486, 42.310287 ], [ -71.167433, 42.310263 ], [ -71.167368, 42.310249 ], [ -71.167317, 42.310247 ], [ -71.167274, 42.310253 ], [ -71.167239, 42.310267 ], [ -71.16718, 42.310285 ], [ -71.1671, 42.310312 ], [ -71.167027, 42.31034 ], [ -71.166971, 42.310362 ], [ -71.16691, 42.310376 ], [ -71.166824, 42.310396 ], [ -71.166716, 42.310408 ], [ -71.16655, 42.31041 ], [ -71.166518, 42.310416 ], [ -71.166507, 42.310449 ], [ -71.166499, 42.310473 ], [ -71.166486, 42.310507 ], [ -71.166467, 42.310544 ], [ -71.166435, 42.310588 ], [ -71.1664, 42.310628 ], [ -71.166357, 42.310668 ], [ -71.166311, 42.310693 ], [ -71.166266, 42.310713 ], [ -71.166231, 42.310719 ], [ -71.166204, 42.310723 ], [ -71.166148, 42.310725 ], [ -71.166097, 42.310715 ], [ -71.166038, 42.310703 ], [ -71.165995, 42.310675 ], [ -71.165947, 42.310636 ], [ -71.165914, 42.31059 ], [ -71.165898, 42.310531 ], [ -71.165901, 42.310479 ], [ -71.16592, 42.310429 ], [ -71.165952, 42.31037 ], [ -71.166011, 42.310285 ], [ -71.166105, 42.310145 ], [ -71.166118, 42.310126 ], [ -71.166153, 42.310086 ], [ -71.166188, 42.310053 ], [ -71.166218, 42.310029 ], [ -71.16625, 42.310007 ], [ -71.166298, 42.309991 ], [ -71.166349, 42.309969 ], [ -71.166405, 42.309957 ], [ -71.16647, 42.309945 ], [ -71.166526, 42.309942 ], [ -71.166601, 42.309944 ], [ -71.166657, 42.309951 ], [ -71.166746, 42.309963 ], [ -71.166805, 42.309973 ], [ -71.166864, 42.309979 ], [ -71.166931, 42.309983 ], [ -71.166969, 42.309981 ], [ -71.167011, 42.309969 ], [ -71.167062, 42.309953 ], [ -71.167331, 42.309822 ], [ -71.167403, 42.309793 ], [ -71.167473, 42.309777 ], [ -71.167516, 42.309771 ], [ -71.167588, 42.309773 ], [ -71.167644, 42.309775 ], [ -71.167706, 42.309789 ], [ -71.167886, 42.30985 ], [ -71.16809, 42.30992 ], [ -71.168157, 42.309942 ], [ -71.168226, 42.309949 ], [ -71.168291, 42.309945 ], [ -71.168377, 42.309934 ], [ -71.168471, 42.309914 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12027, 42.299387 ], [ -71.120368, 42.299285 ], [ -71.120498, 42.299156 ], [ -71.120587, 42.299041 ], [ -71.120756, 42.298892 ], [ -71.120876, 42.298769 ], [ -71.120945, 42.298684 ], [ -71.121073, 42.298608 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122984, 42.30044 ], [ -71.122894, 42.300522 ], [ -71.122805, 42.300544 ], [ -71.122694, 42.300544 ], [ -71.122553, 42.300505 ], [ -71.122427, 42.300433 ], [ -71.122324, 42.300327 ], [ -71.122236, 42.300189 ], [ -71.122214, 42.300074 ], [ -71.122229, 42.29998 ], [ -71.122289, 42.299909 ], [ -71.122386, 42.299848 ], [ -71.122498, 42.299815 ], [ -71.122631, 42.299799 ], [ -71.122765, 42.299805 ], [ -71.122965, 42.299844 ], [ -71.123246, 42.299922 ], [ -71.123476, 42.300028 ], [ -71.123668, 42.300128 ], [ -71.12389, 42.300255 ], [ -71.124104, 42.300433 ], [ -71.124244, 42.300598 ], [ -71.124369, 42.30077 ], [ -71.124443, 42.300935 ], [ -71.124509, 42.30109 ], [ -71.124596, 42.301443 ], [ -71.124631, 42.301719 ], [ -71.124638, 42.301851 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121021, 42.297684 ], [ -71.120971, 42.297768 ], [ -71.120935, 42.29782 ], [ -71.120831, 42.297883 ], [ -71.120703, 42.297948 ], [ -71.120634, 42.298002 ], [ -71.120591, 42.298105 ], [ -71.120563, 42.298233 ], [ -71.120509, 42.298497 ], [ -71.120426, 42.298795 ], [ -71.120313, 42.299164 ], [ -71.12027, 42.299387 ], [ -71.120226, 42.299447 ], [ -71.120125, 42.299585 ], [ -71.120038, 42.299705 ], [ -71.119875, 42.299858 ], [ -71.119782, 42.299936 ], [ -71.119587, 42.300016 ], [ -71.119528, 42.300056 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119427, 42.301163 ], [ -71.119437, 42.301111 ], [ -71.119496, 42.301032 ], [ -71.119544, 42.300952 ], [ -71.119689, 42.300925 ], [ -71.119899, 42.300936 ], [ -71.120043, 42.300956 ], [ -71.12029, 42.300952 ], [ -71.120285, 42.300774 ], [ -71.120242, 42.300266 ], [ -71.1203, 42.299939 ], [ -71.120306, 42.299901 ], [ -71.12044, 42.299778 ], [ -71.120725, 42.299393 ], [ -71.120891, 42.299088 ], [ -71.120977, 42.298853 ], [ -71.121073, 42.298608 ], [ -71.121336, 42.298385 ], [ -71.121889, 42.298242 ], [ -71.122532, 42.298084 ], [ -71.122821, 42.297995 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091872, 42.307696 ], [ -71.092024, 42.307835 ], [ -71.092543, 42.308321 ], [ -71.093018, 42.308644 ], [ -71.093758, 42.309063 ], [ -71.094059, 42.309276 ], [ -71.094223, 42.309399 ], [ -71.09445, 42.309761 ], [ -71.094786, 42.310281 ], [ -71.095204, 42.31072 ], [ -71.095469, 42.310898 ], [ -71.09573, 42.311015 ], [ -71.095903, 42.311077 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096199, 42.306691 ], [ -71.095929, 42.306464 ], [ -71.095652, 42.306265 ], [ -71.095359, 42.306081 ], [ -71.095275, 42.305974 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096596, 42.307032 ], [ -71.096992, 42.3074 ], [ -71.097236, 42.307665 ], [ -71.097355, 42.307818 ], [ -71.097458, 42.307985 ], [ -71.097535, 42.308167 ], [ -71.097547, 42.308366 ], [ -71.09753, 42.308538 ], [ -71.097497, 42.308655 ], [ -71.09745, 42.3088 ], [ -71.097309, 42.309196 ], [ -71.097252, 42.30937 ], [ -71.097224, 42.309529 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098069, 42.306969 ], [ -71.097892, 42.306947 ], [ -71.097786, 42.306933 ], [ -71.097703, 42.30693 ], [ -71.097612, 42.30693 ], [ -71.097441, 42.306939 ], [ -71.097066, 42.306973 ], [ -71.096596, 42.307032 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096423, 42.311787 ], [ -71.096613, 42.31195 ], [ -71.096772, 42.312054 ], [ -71.097017, 42.312177 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096199, 42.306691 ], [ -71.096596, 42.307032 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096328, 42.311387 ], [ -71.096132, 42.311203 ], [ -71.095903, 42.311077 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096546, 42.31098 ], [ -71.09646, 42.311095 ], [ -71.096379, 42.31122 ], [ -71.096328, 42.311387 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096328, 42.311387 ], [ -71.09638, 42.311551 ], [ -71.096424, 42.311761 ], [ -71.096423, 42.311787 ], [ -71.096415, 42.311946 ], [ -71.096379, 42.312152 ], [ -71.09633, 42.312336 ], [ -71.096224, 42.312503 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097105, 42.310153 ], [ -71.097061, 42.310352 ], [ -71.097035, 42.310436 ], [ -71.096982, 42.310556 ], [ -71.09692, 42.310656 ], [ -71.096767, 42.310811 ], [ -71.096546, 42.31098 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096546, 42.31098 ], [ -71.096307, 42.311078 ], [ -71.096105, 42.311105 ], [ -71.095903, 42.311077 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096199, 42.306691 ], [ -71.095968, 42.306601 ], [ -71.095812, 42.306557 ], [ -71.095584, 42.306498 ], [ -71.095378, 42.30647 ], [ -71.095189, 42.306453 ], [ -71.095013, 42.306449 ], [ -71.094903, 42.306454 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.066246, 42.294744 ], [ -71.066051, 42.294005 ], [ -71.066032, 42.293922 ], [ -71.065854, 42.293203 ], [ -71.065694, 42.293222 ], [ -71.065639, 42.293016 ], [ -71.06576, 42.292943 ], [ -71.065582, 42.292096 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114463, 42.301209 ], [ -71.114346, 42.301266 ], [ -71.114242, 42.301315 ], [ -71.114129, 42.301331 ], [ -71.114009, 42.301326 ], [ -71.113862, 42.301302 ], [ -71.113687, 42.301275 ], [ -71.113503, 42.301224 ], [ -71.113319, 42.301186 ], [ -71.113131, 42.30119 ], [ -71.112949, 42.301227 ], [ -71.112696, 42.30131 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048714, 42.32576 ], [ -71.048664, 42.326062 ], [ -71.048578, 42.326367 ], [ -71.048362, 42.326893 ], [ -71.047895, 42.32681 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048069, 42.32772 ], [ -71.047889, 42.327655 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047075, 42.328508 ], [ -71.046643, 42.32884 ], [ -71.045964, 42.329279 ], [ -71.045624, 42.32947 ], [ -71.045146, 42.329713 ], [ -71.044714, 42.329879 ], [ -71.04419, 42.330028 ], [ -71.043751, 42.330138 ], [ -71.043341, 42.330147 ], [ -71.041784, 42.33018 ], [ -71.041079, 42.330152 ], [ -71.040433, 42.330102 ], [ -71.039739, 42.330015 ], [ -71.038875, 42.329843 ], [ -71.038066, 42.329644 ], [ -71.037258, 42.329461 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048962, 42.325456 ], [ -71.048758, 42.325451 ], [ -71.048714, 42.32576 ], [ -71.048639, 42.325754 ], [ -71.04862, 42.325769 ], [ -71.048254, 42.325705 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.027695, 42.369836 ], [ -71.027712, 42.369907 ], [ -71.027724, 42.369979 ], [ -71.027729, 42.370052 ], [ -71.02767, 42.370063 ], [ -71.027613, 42.370079 ], [ -71.02756, 42.370101 ], [ -71.027511, 42.370128 ], [ -71.027467, 42.37016 ], [ -71.02743, 42.370196 ], [ -71.0274, 42.370235 ], [ -71.027378, 42.370277 ], [ -71.027363, 42.370321 ], [ -71.027372, 42.370367 ], [ -71.027388, 42.370411 ], [ -71.02741, 42.370454 ], [ -71.027437, 42.370495 ], [ -71.02747, 42.370534 ], [ -71.027553, 42.370632 ], [ -71.027642, 42.370728 ], [ -71.027737, 42.370821 ], [ -71.027837, 42.37091 ], [ -71.027942, 42.370996 ], [ -71.028069, 42.371085 ], [ -71.028199, 42.371171 ], [ -71.028275, 42.371228 ], [ -71.028346, 42.371288 ], [ -71.028414, 42.37135 ], [ -71.028477, 42.371415 ], [ -71.029133, 42.371986 ], [ -71.02921, 42.372054 ], [ -71.029294, 42.372119 ], [ -71.029383, 42.372178 ], [ -71.029456, 42.372245 ], [ -71.029521, 42.372316 ], [ -71.029579, 42.372391 ], [ -71.029628, 42.372468 ], [ -71.029664, 42.372526 ], [ -71.029705, 42.372582 ], [ -71.029751, 42.372635 ], [ -71.030177, 42.373137 ], [ -71.030215, 42.373175 ], [ -71.030259, 42.373209 ], [ -71.030308, 42.373239 ], [ -71.030362, 42.373265 ], [ -71.030419, 42.373286 ], [ -71.030479, 42.373302 ], [ -71.030542, 42.373312 ], [ -71.030463, 42.373412 ], [ -71.030389, 42.373514 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.028094, 42.369277 ], [ -71.027985, 42.369376 ], [ -71.027883, 42.369479 ], [ -71.027787, 42.369585 ], [ -71.027697, 42.369694 ], [ -71.027685, 42.369722 ], [ -71.027679, 42.36975 ], [ -71.027678, 42.369779 ], [ -71.027684, 42.369808 ], [ -71.027695, 42.369836 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.030542, 42.373312 ], [ -71.030613, 42.373318 ], [ -71.030685, 42.373317 ], [ -71.030757, 42.373311 ], [ -71.030827, 42.373299 ], [ -71.030895, 42.373281 ], [ -71.03096, 42.373257 ], [ -71.031021, 42.373229 ], [ -71.031077, 42.373195 ], [ -71.031128, 42.373158 ], [ -71.031663, 42.372638 ], [ -71.031756, 42.372581 ], [ -71.031855, 42.37253 ], [ -71.031959, 42.372485 ], [ -71.032068, 42.372445 ], [ -71.03218, 42.372412 ], [ -71.032296, 42.372386 ], [ -71.032406, 42.372367 ], [ -71.032517, 42.372353 ], [ -71.03263, 42.372346 ], [ -71.032704, 42.372338 ], [ -71.032775, 42.372323 ], [ -71.032844, 42.372302 ], [ -71.032909, 42.372275 ], [ -71.032968, 42.372242 ], [ -71.033022, 42.372203 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061911, 42.341831 ], [ -71.061483, 42.342633 ], [ -71.06135, 42.342823 ], [ -71.060964, 42.343544 ], [ -71.061108, 42.343606 ], [ -71.060933, 42.34388 ], [ -71.060901, 42.343928 ], [ -71.060642, 42.34386 ], [ -71.060422, 42.344209 ], [ -71.060419, 42.344209 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138729, 42.31281 ], [ -71.138543, 42.312719 ], [ -71.138459, 42.312731 ], [ -71.13801, 42.312221 ], [ -71.137856, 42.311823 ], [ -71.137723, 42.311723 ], [ -71.137289, 42.311518 ], [ -71.137066, 42.311534 ], [ -71.136943, 42.311509 ], [ -71.136626, 42.311475 ], [ -71.13652, 42.311413 ], [ -71.136431, 42.3113 ], [ -71.136579, 42.311087 ], [ -71.1366, 42.311057 ], [ -71.136769, 42.310714 ], [ -71.13706, 42.310623 ], [ -71.137389, 42.310629 ], [ -71.137645, 42.31072 ], [ -71.137924, 42.310705 ], [ -71.13813, 42.31078 ], [ -71.138442, 42.310839 ], [ -71.138185, 42.311309 ], [ -71.138177, 42.311323 ], [ -71.138182, 42.311448 ], [ -71.138182, 42.311459 ], [ -71.138142, 42.311629 ], [ -71.137856, 42.311823 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13959, 42.3109 ], [ -71.139497, 42.310855 ], [ -71.13888, 42.310846 ], [ -71.138442, 42.310839 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047637, 42.278113 ], [ -71.047472, 42.278183 ], [ -71.047307, 42.278182 ], [ -71.047186, 42.278148 ], [ -71.047094, 42.278083 ], [ -71.046721, 42.277845 ], [ -71.046497, 42.277679 ], [ -71.046187, 42.277472 ], [ -71.046058, 42.277381 ], [ -71.04584, 42.27727 ], [ -71.045585, 42.277158 ], [ -71.045317, 42.277078 ], [ -71.045069, 42.277031 ], [ -71.044923, 42.27702 ], [ -71.044814, 42.277037 ], [ -71.044688, 42.277075 ], [ -71.044278, 42.277254 ], [ -71.04412, 42.27732 ], [ -71.043849, 42.277456 ], [ -71.04378, 42.277506 ], [ -71.04367, 42.27761 ], [ -71.043539, 42.277775 ], [ -71.043429, 42.27794 ], [ -71.043261, 42.278237 ], [ -71.043234, 42.278374 ], [ -71.04321, 42.278526 ], [ -71.043245, 42.279001 ], [ -71.043246, 42.279129 ], [ -71.043193, 42.279331 ], [ -71.043136, 42.279586 ], [ -71.043192, 42.279883 ], [ -71.043298, 42.280046 ], [ -71.043449, 42.28019 ], [ -71.043587, 42.280255 ], [ -71.043763, 42.280304 ], [ -71.043953, 42.280336 ], [ -71.044232, 42.280346 ], [ -71.044259, 42.280475 ], [ -71.044331, 42.280609 ], [ -71.044341, 42.280663 ], [ -71.04426, 42.280914 ], [ -71.044144, 42.28116 ], [ -71.044019, 42.281178 ], [ -71.043874, 42.281162 ], [ -71.043615, 42.281125 ], [ -71.043225, 42.281033 ], [ -71.042705, 42.280859 ], [ -71.042556, 42.280831 ], [ -71.042414, 42.280848 ], [ -71.042276, 42.280901 ], [ -71.042168, 42.280978 ], [ -71.042102, 42.281109 ], [ -71.042086, 42.281357 ], [ -71.042029, 42.282084 ], [ -71.041922, 42.282494 ], [ -71.041841, 42.282742 ], [ -71.04185, 42.282889 ], [ -71.041863, 42.282991 ], [ -71.041937, 42.283251 ], [ -71.041999, 42.283362 ], [ -71.042133, 42.283508 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.015204, 42.330797 ], [ -71.015356, 42.330823 ], [ -71.015513, 42.330824 ], [ -71.015573, 42.330801 ], [ -71.015615, 42.330764 ], [ -71.015648, 42.330728 ], [ -71.015678, 42.330673 ], [ -71.015675, 42.330631 ], [ -71.015655, 42.330596 ], [ -71.015598, 42.330534 ], [ -71.015541, 42.330511 ], [ -71.015476, 42.330498 ], [ -71.015368, 42.33049 ], [ -71.015251, 42.330499 ], [ -71.01516, 42.330529 ], [ -71.015096, 42.330568 ], [ -71.015049, 42.33061 ], [ -71.015034, 42.330629 ], [ -71.01504, 42.330661 ], [ -71.015059, 42.330687 ], [ -71.015204, 42.330797 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.012046, 42.337166 ], [ -71.011884, 42.336822 ], [ -71.011867, 42.336619 ], [ -71.011859, 42.336408 ], [ -71.011913, 42.336261 ], [ -71.012182, 42.335695 ], [ -71.012314, 42.335427 ], [ -71.012339, 42.335302 ], [ -71.012321, 42.335113 ], [ -71.012413, 42.334788 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.013048, 42.338268 ], [ -71.012744, 42.337741 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042807, 42.350586 ], [ -71.042163, 42.350308 ], [ -71.040028, 42.353172 ], [ -71.03879, 42.352689 ], [ -71.040943, 42.349792 ], [ -71.03898, 42.349006 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "0" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.050123, 42.379544 ], [ -71.049255, 42.379398 ], [ -71.048895, 42.379437 ], [ -71.048749, 42.379324 ], [ -71.048178, 42.379229 ], [ -71.048175, 42.379219 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.013048, 42.338268 ], [ -71.013267, 42.338708 ], [ -71.012513, 42.338997 ], [ -71.011616, 42.339144 ], [ -71.011361, 42.339185 ], [ -71.011115, 42.339213 ], [ -71.010447, 42.339181 ], [ -71.010332, 42.339164 ], [ -71.010231, 42.339129 ], [ -71.010168, 42.339195 ], [ -71.00993, 42.339319 ], [ -71.009576, 42.338925 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.015204, 42.330797 ], [ -71.015033, 42.331026 ], [ -71.014381, 42.331681 ], [ -71.014062, 42.332034 ], [ -71.01379, 42.332376 ], [ -71.013456, 42.332818 ], [ -71.013241, 42.333149 ], [ -71.012921, 42.333685 ], [ -71.012665, 42.334174 ], [ -71.012435, 42.33468 ], [ -71.012413, 42.334788 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.015678, 42.330673 ], [ -71.016214, 42.330728 ], [ -71.016984, 42.330846 ], [ -71.017576, 42.330974 ], [ -71.01813, 42.331113 ], [ -71.018506, 42.331252 ], [ -71.019013, 42.331443 ], [ -71.019528, 42.331668 ], [ -71.020196, 42.332002 ], [ -71.021689, 42.332868 ], [ -71.022627, 42.333367 ], [ -71.022667, 42.333388 ], [ -71.023237, 42.334136 ], [ -71.023585, 42.334711 ], [ -71.023711, 42.33519 ], [ -71.02368, 42.335796 ], [ -71.023461, 42.336337 ], [ -71.023035, 42.336871 ], [ -71.02258, 42.337259 ], [ -71.022517, 42.337263 ], [ -71.02184, 42.337691 ], [ -71.021682, 42.337776 ], [ -71.021489, 42.337895 ], [ -71.021033, 42.338102 ], [ -71.020427, 42.338322 ], [ -71.019951, 42.338448 ], [ -71.019575, 42.338511 ], [ -71.019016, 42.338587 ], [ -71.018481, 42.338635 ], [ -71.01743, 42.338691 ], [ -71.016476, 42.338719 ], [ -71.015725, 42.338716 ], [ -71.015018, 42.33866 ], [ -71.014524, 42.338329 ], [ -71.014445, 42.33829 ], [ -71.014382, 42.338281 ], [ -71.01424, 42.338281 ], [ -71.013564, 42.338279 ], [ -71.013353, 42.3383 ], [ -71.0132, 42.338287 ], [ -71.013048, 42.338268 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037636, 42.348461 ], [ -71.037225, 42.348291 ], [ -71.036546, 42.34924 ], [ -71.035833, 42.348961 ], [ -71.034823, 42.348538 ], [ -71.034031, 42.348232 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.012413, 42.334788 ], [ -71.012276, 42.335101 ], [ -71.012182, 42.335203 ], [ -71.012045, 42.33539 ], [ -71.01183, 42.335729 ], [ -71.011723, 42.335893 ], [ -71.011592, 42.336028 ], [ -71.01135, 42.336191 ], [ -71.011055, 42.336347 ], [ -71.010398, 42.336634 ], [ -71.010146, 42.33674 ], [ -71.00992, 42.336738 ], [ -71.009808, 42.336755 ], [ -71.00966, 42.336806 ], [ -71.009553, 42.336909 ], [ -71.009514, 42.337009 ], [ -71.009493, 42.337194 ], [ -71.00951, 42.337416 ], [ -71.009725, 42.338271 ], [ -71.009749, 42.338486 ], [ -71.009975, 42.338837 ], [ -71.010134, 42.339043 ], [ -71.010231, 42.339129 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "0" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048977, 42.377515 ], [ -71.049478, 42.377949 ], [ -71.049022, 42.378265 ], [ -71.048067, 42.378812 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.010374, 42.385276 ], [ -71.010413, 42.385264 ], [ -71.010344, 42.385143 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.011366, 42.383106 ], [ -71.011339, 42.382926 ], [ -71.011328, 42.382815 ], [ -71.011328, 42.382748 ], [ -71.01137, 42.382465 ], [ -71.011471, 42.381814 ], [ -71.011536, 42.381386 ], [ -71.011991, 42.381216 ], [ -71.012089, 42.381179 ], [ -71.012222, 42.381371 ], [ -71.012365, 42.381576 ], [ -71.012463, 42.381538 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.01045, 42.385433 ], [ -71.010374, 42.385276 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.010344, 42.385143 ], [ -71.010713, 42.385016 ], [ -71.010694, 42.384983 ], [ -71.010292, 42.385129 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.010292, 42.385129 ], [ -71.010012, 42.38471 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.010012, 42.38471 ], [ -71.009955, 42.384624 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.025546, 42.378643 ], [ -71.025441, 42.378741 ], [ -71.025372, 42.378815 ], [ -71.025302, 42.378892 ], [ -71.025176, 42.379001 ], [ -71.025074, 42.379068 ], [ -71.024945, 42.379124 ], [ -71.024879, 42.379176 ], [ -71.024841, 42.379249 ], [ -71.024833, 42.379302 ], [ -71.024828, 42.379377 ], [ -71.024793, 42.379444 ], [ -71.024809, 42.379541 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.011512, 42.382839 ], [ -71.011466, 42.382891 ], [ -71.011418, 42.382975 ], [ -71.011366, 42.383106 ], [ -71.011324, 42.383211 ], [ -71.011219, 42.383417 ], [ -71.011214, 42.383465 ], [ -71.011118, 42.383621 ], [ -71.011048, 42.383744 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.010524, 42.384148 ], [ -71.010406, 42.384301 ], [ -71.010289, 42.384424 ], [ -71.010165, 42.384539 ], [ -71.01011, 42.384584 ], [ -71.010052, 42.384607 ], [ -71.01001, 42.384609 ], [ -71.009981, 42.384612 ], [ -71.009955, 42.384624 ], [ -71.009923, 42.38464 ], [ -71.009899, 42.38466 ], [ -71.009873, 42.384673 ], [ -71.009774, 42.384706 ], [ -71.009647, 42.38474 ], [ -71.009173, 42.384858 ], [ -71.009102, 42.384869 ], [ -71.009025, 42.384876 ], [ -71.008961, 42.384876 ], [ -71.008919, 42.384869 ], [ -71.008888, 42.38486 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139339, 42.233593 ], [ -71.139257, 42.233667 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049109, 42.307987 ], [ -71.04571, 42.308746 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135297, 42.288252 ], [ -71.135423, 42.288215 ], [ -71.13552, 42.288183 ], [ -71.135621, 42.288144 ], [ -71.135723, 42.288088 ], [ -71.135798, 42.288056 ], [ -71.135831, 42.288029 ], [ -71.135863, 42.287969 ], [ -71.135895, 42.287886 ], [ -71.135938, 42.287802 ], [ -71.136018, 42.287739 ], [ -71.136061, 42.287667 ], [ -71.136072, 42.287612 ], [ -71.136067, 42.287556 ], [ -71.135943, 42.287274 ], [ -71.135809, 42.287005 ], [ -71.135761, 42.286926 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133764, 42.28728 ], [ -71.133884, 42.287219 ], [ -71.134071, 42.287124 ], [ -71.134211, 42.287068 ], [ -71.134361, 42.286997 ], [ -71.134452, 42.286969 ], [ -71.134586, 42.286957 ], [ -71.13479, 42.286953 ], [ -71.135146, 42.286934 ], [ -71.135364, 42.286929 ], [ -71.135434, 42.286926 ], [ -71.135546, 42.286921 ], [ -71.135761, 42.286926 ], [ -71.135847, 42.286917 ], [ -71.135992, 42.286902 ], [ -71.136228, 42.286886 ], [ -71.136474, 42.286886 ], [ -71.136603, 42.286897 ], [ -71.136716, 42.286925 ], [ -71.136917, 42.286935 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135117, 42.286304 ], [ -71.135133, 42.286683 ], [ -71.135141, 42.286935 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111301, 42.349164 ], [ -71.111228, 42.349493 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123482, 42.40446 ], [ -71.123089, 42.405063 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124535, 42.407433 ], [ -71.124378, 42.407651 ], [ -71.124365, 42.407671 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092782, 42.388187 ], [ -71.092467, 42.388631 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093611, 42.362981 ], [ -71.092424, 42.362887 ], [ -71.091648, 42.362819 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092466, 42.337639 ], [ -71.092539, 42.33767 ], [ -71.092635, 42.337688 ], [ -71.092707, 42.337674 ], [ -71.09277, 42.337642 ], [ -71.092819, 42.3376 ], [ -71.092848, 42.337557 ], [ -71.092877, 42.337478 ], [ -71.092911, 42.337396 ], [ -71.092931, 42.337361 ], [ -71.092965, 42.3373 ], [ -71.092985, 42.337243 ], [ -71.092966, 42.337189 ], [ -71.092913, 42.337153 ], [ -71.092849, 42.337116 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101002, 42.359492 ], [ -71.101872, 42.359041 ], [ -71.102361, 42.358803 ], [ -71.102642, 42.358644 ], [ -71.102781, 42.358543 ], [ -71.103142, 42.358187 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087383, 42.364034 ], [ -71.088675, 42.364579 ], [ -71.089329, 42.364807 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120098, 42.378979 ], [ -71.120206, 42.377988 ], [ -71.12019, 42.377701 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084212, 42.384563 ], [ -71.083412, 42.384348 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064917, 42.368894 ], [ -71.06476, 42.368776 ], [ -71.06462, 42.368685 ], [ -71.064413, 42.368614 ], [ -71.064055, 42.36848 ], [ -71.063447, 42.368284 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085157, 42.363095 ], [ -71.087155, 42.363938 ], [ -71.087383, 42.364034 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "McGrath Pe" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090158, 42.38818 ], [ -71.090075, 42.388315 ], [ -71.089318, 42.388061 ], [ -71.089399, 42.387929 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093175, 42.387361 ], [ -71.092488, 42.387143 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119683, 42.376737 ], [ -71.11977, 42.376873 ], [ -71.119891, 42.37721 ], [ -71.12001, 42.377546 ], [ -71.120058, 42.377743 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111523, 42.396664 ], [ -71.110886, 42.396426 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142312, 42.390178 ], [ -71.142247, 42.390232 ], [ -71.142227, 42.390252 ], [ -71.142214, 42.390273 ], [ -71.142204, 42.390301 ], [ -71.142175, 42.390343 ], [ -71.142108, 42.390424 ], [ -71.142036, 42.390501 ], [ -71.141953, 42.390581 ], [ -71.141908, 42.390619 ], [ -71.141866, 42.390653 ], [ -71.141824, 42.390677 ], [ -71.141796, 42.390697 ], [ -71.141772, 42.390723 ], [ -71.141745, 42.390761 ], [ -71.141706, 42.390818 ], [ -71.141673, 42.390869 ], [ -71.141641, 42.390925 ], [ -71.141595, 42.391004 ], [ -71.141563, 42.39107 ], [ -71.141528, 42.391141 ], [ -71.141472, 42.391285 ], [ -71.141435, 42.391389 ], [ -71.141401, 42.391495 ], [ -71.141346, 42.391683 ], [ -71.141258, 42.391958 ], [ -71.141043, 42.392633 ], [ -71.140946, 42.392959 ], [ -71.140825, 42.393341 ], [ -71.140711, 42.393739 ], [ -71.140703, 42.393782 ], [ -71.140696, 42.393824 ], [ -71.140696, 42.393862 ], [ -71.140695, 42.39393 ], [ -71.140699, 42.394009 ], [ -71.140713, 42.394075 ], [ -71.140725, 42.394129 ], [ -71.140734, 42.394158 ], [ -71.140746, 42.394189 ], [ -71.140764, 42.394224 ], [ -71.140781, 42.394246 ], [ -71.140807, 42.394268 ], [ -71.140861, 42.394303 ], [ -71.140973, 42.394363 ], [ -71.141097, 42.394427 ], [ -71.141236, 42.394499 ], [ -71.141317, 42.394538 ], [ -71.141357, 42.394565 ], [ -71.141378, 42.394586 ], [ -71.141377, 42.394667 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085231, 42.362999 ], [ -71.084684, 42.362765 ], [ -71.084383, 42.362626 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088465, 42.338154 ], [ -71.088432, 42.338263 ], [ -71.088418, 42.338368 ], [ -71.088501, 42.338487 ], [ -71.088564, 42.338592 ], [ -71.088441, 42.338759 ], [ -71.088607, 42.339026 ], [ -71.088887, 42.339389 ], [ -71.08918, 42.339771 ], [ -71.089405, 42.339682 ], [ -71.089598, 42.339971 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092516, 42.357024 ], [ -71.092353, 42.357074 ], [ -71.092283, 42.357062 ], [ -71.091462, 42.357344 ], [ -71.090859, 42.35755 ], [ -71.09017, 42.357773 ], [ -71.089515, 42.357991 ], [ -71.088837, 42.35821 ], [ -71.08828, 42.358402 ], [ -71.087619, 42.35862 ], [ -71.086964, 42.358839 ], [ -71.086407, 42.359022 ], [ -71.086118, 42.359116 ], [ -71.085787, 42.359229 ], [ -71.085234, 42.359411 ], [ -71.084736, 42.359575 ], [ -71.083873, 42.359868 ], [ -71.082911, 42.36019 ], [ -71.08226, 42.360408 ], [ -71.081847, 42.360543 ], [ -71.081844, 42.360575 ], [ -71.081724, 42.360603 ], [ -71.081567, 42.360627 ], [ -71.081422, 42.360646 ], [ -71.081263, 42.360658 ], [ -71.081087, 42.360669 ], [ -71.080944, 42.360668 ], [ -71.080796, 42.360667 ], [ -71.080605, 42.360666 ], [ -71.08049, 42.360664 ], [ -71.080305, 42.360662 ], [ -71.08013, 42.360659 ], [ -71.079927, 42.360658 ], [ -71.07977, 42.360658 ], [ -71.079642, 42.360667 ], [ -71.079495, 42.360688 ], [ -71.079373, 42.360715 ], [ -71.079227, 42.360761 ], [ -71.079058, 42.360836 ], [ -71.078943, 42.360904 ], [ -71.078856, 42.360963 ], [ -71.078758, 42.361039 ], [ -71.078683, 42.361111 ], [ -71.078608, 42.361191 ], [ -71.078556, 42.361276 ], [ -71.07851, 42.361357 ], [ -71.078475, 42.361429 ], [ -71.078451, 42.361514 ], [ -71.078434, 42.36162 ], [ -71.07839, 42.361883 ], [ -71.078382, 42.361963 ], [ -71.078359, 42.362111 ], [ -71.078333, 42.362264 ], [ -71.07829, 42.362447 ], [ -71.078261, 42.362561 ], [ -71.078226, 42.36268 ], [ -71.078231, 42.362748 ], [ -71.078228, 42.3628 ], [ -71.078217, 42.362827 ], [ -71.078194, 42.362847 ], [ -71.078145, 42.362874 ], [ -71.078119, 42.36289 ], [ -71.078093, 42.362901 ], [ -71.07806, 42.362899 ], [ -71.07803, 42.362895 ], [ -71.077987, 42.362898 ], [ -71.077938, 42.362909 ], [ -71.077915, 42.362922 ], [ -71.077896, 42.362944 ], [ -71.077876, 42.362961 ], [ -71.077854, 42.362985 ], [ -71.077655, 42.363201 ], [ -71.077366, 42.363497 ], [ -71.077106, 42.363769 ], [ -71.076968, 42.363915 ], [ -71.076749, 42.364139 ], [ -71.076443, 42.364465 ], [ -71.076128, 42.364789 ], [ -71.075877, 42.36505 ], [ -71.075515, 42.365426 ], [ -71.075389, 42.365553 ], [ -71.075279, 42.365669 ], [ -71.075058, 42.365903 ], [ -71.07489, 42.36609 ], [ -71.074534, 42.36645 ], [ -71.074394, 42.366595 ], [ -71.07424, 42.366756 ], [ -71.074157, 42.366841 ], [ -71.074083, 42.366917 ], [ -71.073932, 42.367085 ], [ -71.073877, 42.367166 ], [ -71.073849, 42.367251 ], [ -71.073832, 42.367329 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123294, 42.397041 ], [ -71.123265, 42.397109 ], [ -71.12219, 42.396831 ], [ -71.122259, 42.396706 ], [ -71.122078, 42.396652 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096284, 42.388304 ], [ -71.095676, 42.38813 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119909, 42.389174 ], [ -71.119796, 42.389022 ], [ -71.119668, 42.38876 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124179, 42.407977 ], [ -71.123873, 42.408462 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122731, 42.405581 ], [ -71.12242, 42.406029 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103953, 42.365561 ], [ -71.103734, 42.365417 ], [ -71.10318, 42.365071 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11322, 42.302325 ], [ -71.113576, 42.302059 ], [ -71.113593, 42.301927 ], [ -71.11362, 42.301875 ], [ -71.113662, 42.301792 ], [ -71.113646, 42.301691 ], [ -71.113658, 42.301363 ], [ -71.113675, 42.301271 ], [ -71.113731, 42.301103 ], [ -71.11382, 42.300958 ], [ -71.114144, 42.30107 ], [ -71.114232, 42.300916 ], [ -71.114608, 42.300997 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068303, 42.366675 ], [ -71.068491, 42.36659 ], [ -71.068524, 42.366562 ], [ -71.068627, 42.366473 ], [ -71.068696, 42.36641 ], [ -71.068862, 42.366298 ], [ -71.069049, 42.366134 ], [ -71.069272, 42.365941 ], [ -71.069403, 42.365824 ], [ -71.069451, 42.365782 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094012, 42.387612 ], [ -71.093785, 42.387545 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150221, 42.376215 ], [ -71.150444, 42.376936 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119673, 42.38905 ], [ -71.119737, 42.389161 ], [ -71.119802, 42.38924 ], [ -71.119955, 42.389427 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121574, 42.372654 ], [ -71.121624, 42.372603 ], [ -71.121756, 42.372443 ], [ -71.121879, 42.372286 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140442, 42.396174 ], [ -71.140105, 42.396168 ], [ -71.139993, 42.396014 ], [ -71.139944, 42.395988 ], [ -71.139885, 42.395977 ], [ -71.139804, 42.395974 ], [ -71.13971, 42.395973 ], [ -71.139593, 42.395973 ], [ -71.139426, 42.395969 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089351, 42.364739 ], [ -71.087449, 42.363946 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.078197, 42.365195 ], [ -71.079857, 42.365412 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1185, 42.371939 ], [ -71.118209, 42.371828 ], [ -71.117856, 42.371698 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079979, 42.391273 ], [ -71.080032, 42.391361 ], [ -71.080089, 42.391457 ], [ -71.080146, 42.391589 ], [ -71.080178, 42.391687 ], [ -71.080195, 42.391755 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Forest Hil" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120509, 42.297842 ], [ -71.120427, 42.297721 ], [ -71.120309, 42.297715 ], [ -71.120177, 42.297761 ], [ -71.12008, 42.297874 ], [ -71.119917, 42.298042 ], [ -71.1198, 42.298157 ], [ -71.119721, 42.298368 ], [ -71.119577, 42.298661 ], [ -71.119479, 42.298752 ], [ -71.119388, 42.298823 ], [ -71.119291, 42.298909 ], [ -71.119131, 42.299008 ], [ -71.119026, 42.299141 ], [ -71.118933, 42.299245 ], [ -71.11881, 42.299283 ], [ -71.118674, 42.299282 ], [ -71.118531, 42.299258 ], [ -71.118409, 42.299214 ], [ -71.118299, 42.299166 ], [ -71.118241, 42.299098 ], [ -71.118125, 42.299031 ], [ -71.117983, 42.298958 ], [ -71.117841, 42.298905 ], [ -71.117699, 42.298851 ], [ -71.117552, 42.298797 ], [ -71.117414, 42.298765 ], [ -71.117296, 42.298744 ], [ -71.117144, 42.298728 ], [ -71.116977, 42.298733 ], [ -71.116797, 42.298789 ], [ -71.116191, 42.29925 ], [ -71.115996, 42.299404 ], [ -71.115779, 42.299508 ], [ -71.115598, 42.29957 ], [ -71.115345, 42.299651 ], [ -71.115138, 42.299698 ], [ -71.114924, 42.29964 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094915, 42.384089 ], [ -71.094567, 42.384595 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.177004, 42.281736 ], [ -71.17709, 42.281732 ], [ -71.177289, 42.281736 ], [ -71.177353, 42.281744 ], [ -71.177394, 42.281754 ], [ -71.177411, 42.281786 ], [ -71.177439, 42.281844 ], [ -71.177459, 42.281941 ], [ -71.177546, 42.282359 ], [ -71.177573, 42.282407 ], [ -71.177636, 42.282437 ], [ -71.177743, 42.282451 ], [ -71.177782, 42.282443 ], [ -71.177885, 42.282444 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079682, 42.361915 ], [ -71.080407, 42.361972 ], [ -71.080984, 42.36202 ], [ -71.081875, 42.362093 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079879, 42.365308 ], [ -71.07822, 42.365093 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117734, 42.364182 ], [ -71.117729, 42.364223 ], [ -71.117719, 42.364286 ], [ -71.117714, 42.364295 ], [ -71.117714, 42.364302 ], [ -71.117723, 42.364317 ], [ -71.117729, 42.364327 ], [ -71.11773, 42.364342 ], [ -71.117731, 42.364359 ], [ -71.117732, 42.364385 ], [ -71.117733, 42.36441 ], [ -71.117733, 42.364448 ], [ -71.117732, 42.364537 ], [ -71.117733, 42.364665 ], [ -71.11773, 42.364782 ], [ -71.117729, 42.364927 ], [ -71.117727, 42.365017 ], [ -71.117727, 42.365102 ], [ -71.117724, 42.365257 ], [ -71.117721, 42.365377 ], [ -71.117722, 42.365503 ], [ -71.117721, 42.365625 ], [ -71.117723, 42.365694 ], [ -71.117727, 42.365782 ], [ -71.117728, 42.36584 ], [ -71.117737, 42.365939 ], [ -71.117741, 42.366034 ], [ -71.117746, 42.366097 ], [ -71.117748, 42.366164 ], [ -71.117752, 42.366219 ], [ -71.11776, 42.366307 ], [ -71.117765, 42.366362 ], [ -71.117773, 42.366409 ], [ -71.117781, 42.366462 ], [ -71.117792, 42.366538 ], [ -71.117807, 42.366603 ], [ -71.117823, 42.366665 ], [ -71.117838, 42.366722 ], [ -71.117849, 42.366767 ], [ -71.117869, 42.36682 ], [ -71.117896, 42.36688 ], [ -71.117918, 42.366923 ], [ -71.117943, 42.366966 ], [ -71.117975, 42.367018 ], [ -71.118001, 42.367059 ], [ -71.11803, 42.367105 ], [ -71.118134, 42.367238 ], [ -71.118244, 42.367373 ], [ -71.118258, 42.367388 ], [ -71.118275, 42.367405 ], [ -71.118297, 42.367429 ], [ -71.118383, 42.367515 ], [ -71.118417, 42.367549 ], [ -71.118451, 42.367581 ], [ -71.118476, 42.367607 ], [ -71.118529, 42.367653 ], [ -71.118577, 42.367689 ], [ -71.118675, 42.36775 ], [ -71.118718, 42.367778 ], [ -71.118755, 42.367801 ], [ -71.118792, 42.367824 ], [ -71.118831, 42.367842 ], [ -71.118901, 42.367867 ], [ -71.118956, 42.367885 ], [ -71.119039, 42.367908 ], [ -71.119101, 42.36792 ], [ -71.119157, 42.367929 ], [ -71.119206, 42.367938 ], [ -71.1193, 42.367948 ], [ -71.11939, 42.367957 ], [ -71.119459, 42.367962 ], [ -71.119532, 42.367966 ], [ -71.119619, 42.367971 ], [ -71.119705, 42.367974 ], [ -71.119791, 42.36798 ], [ -71.119861, 42.367984 ], [ -71.119944, 42.36799 ], [ -71.120097, 42.367998 ], [ -71.120172, 42.368002 ], [ -71.120245, 42.368004 ], [ -71.12031, 42.368006 ], [ -71.120387, 42.368008 ], [ -71.120466, 42.368011 ], [ -71.120717, 42.368017 ], [ -71.120802, 42.36802 ], [ -71.120898, 42.368023 ], [ -71.121004, 42.368026 ], [ -71.121247, 42.368024 ], [ -71.12143, 42.368025 ], [ -71.121541, 42.368025 ], [ -71.121651, 42.368027 ], [ -71.121739, 42.368031 ], [ -71.121809, 42.368036 ], [ -71.12189, 42.368044 ], [ -71.121994, 42.368056 ], [ -71.122155, 42.368082 ], [ -71.122205, 42.368091 ], [ -71.122235, 42.368095 ], [ -71.12226, 42.368099 ], [ -71.122299, 42.368101 ], [ -71.122387, 42.368112 ], [ -71.122507, 42.36814 ], [ -71.122673, 42.368182 ], [ -71.122806, 42.368219 ], [ -71.122941, 42.368263 ], [ -71.123005, 42.368285 ], [ -71.123094, 42.368316 ], [ -71.123203, 42.36835 ], [ -71.123232, 42.368364 ], [ -71.123251, 42.368374 ], [ -71.123274, 42.368389 ], [ -71.123296, 42.368406 ], [ -71.123312, 42.368419 ], [ -71.123323, 42.368431 ], [ -71.123357, 42.368491 ], [ -71.123361, 42.368505 ], [ -71.123364, 42.368515 ], [ -71.123363, 42.368528 ], [ -71.123364, 42.368538 ], [ -71.123365, 42.368545 ], [ -71.123371, 42.36855 ], [ -71.123427, 42.368577 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132631, 42.389144 ], [ -71.132562, 42.389106 ], [ -71.132083, 42.389112 ], [ -71.132084, 42.38896 ], [ -71.131621, 42.388959 ], [ -71.131377, 42.38895 ], [ -71.131341, 42.388984 ], [ -71.131162, 42.388987 ], [ -71.131102, 42.389016 ], [ -71.130569, 42.389025 ], [ -71.13001, 42.389031 ], [ -71.129766, 42.389034 ], [ -71.129794, 42.389452 ], [ -71.129525, 42.389443 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fitchburg" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.155172, 42.395979 ], [ -71.155302, 42.395979 ], [ -71.155742, 42.39598 ], [ -71.156191, 42.395989 ], [ -71.156553, 42.396004 ], [ -71.156943, 42.395998 ], [ -71.157256, 42.395999 ], [ -71.157481, 42.396 ], [ -71.158833, 42.396011 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117567, 42.398929 ], [ -71.116671, 42.398593 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123528, 42.368628 ], [ -71.12356, 42.368644 ], [ -71.123573, 42.368647 ], [ -71.123587, 42.368642 ], [ -71.123602, 42.368634 ], [ -71.123638, 42.368616 ], [ -71.123662, 42.368604 ], [ -71.123685, 42.368596 ], [ -71.12371, 42.368593 ], [ -71.123748, 42.368587 ], [ -71.123783, 42.368586 ], [ -71.12386, 42.368592 ], [ -71.123882, 42.368596 ], [ -71.123913, 42.368602 ], [ -71.124036, 42.36864 ], [ -71.124209, 42.368702 ], [ -71.124437, 42.368776 ], [ -71.124562, 42.368824 ], [ -71.124712, 42.368877 ], [ -71.124786, 42.368906 ], [ -71.12489, 42.368946 ], [ -71.124975, 42.368975 ], [ -71.125076, 42.369012 ], [ -71.125149, 42.369038 ], [ -71.125298, 42.369091 ], [ -71.125373, 42.36912 ], [ -71.125504, 42.369166 ], [ -71.125614, 42.369207 ], [ -71.125659, 42.369225 ], [ -71.125757, 42.369276 ], [ -71.125862, 42.369335 ], [ -71.125938, 42.369392 ], [ -71.126022, 42.369453 ], [ -71.126055, 42.369478 ], [ -71.126078, 42.369501 ], [ -71.126141, 42.369581 ], [ -71.12617, 42.369624 ], [ -71.126187, 42.369653 ], [ -71.126212, 42.369697 ], [ -71.126219, 42.369713 ], [ -71.126234, 42.369728 ], [ -71.126247, 42.369737 ], [ -71.126283, 42.369756 ], [ -71.126305, 42.369772 ], [ -71.126367, 42.369829 ], [ -71.126389, 42.369858 ], [ -71.126421, 42.369901 ], [ -71.12647, 42.369998 ], [ -71.126511, 42.370092 ], [ -71.126517, 42.370107 ], [ -71.126516, 42.370129 ], [ -71.126514, 42.370152 ], [ -71.126506, 42.370216 ], [ -71.126506, 42.370225 ], [ -71.126507, 42.37023 ], [ -71.126511, 42.370237 ], [ -71.126531, 42.370276 ], [ -71.126546, 42.370315 ], [ -71.126553, 42.370346 ], [ -71.126561, 42.370403 ], [ -71.126571, 42.370455 ], [ -71.12659, 42.370541 ], [ -71.126605, 42.37061 ], [ -71.126627, 42.370664 ], [ -71.126644, 42.370705 ], [ -71.126658, 42.370739 ], [ -71.126673, 42.3708 ], [ -71.126681, 42.370844 ], [ -71.126692, 42.370897 ], [ -71.126704, 42.370954 ], [ -71.126723, 42.37106 ], [ -71.126755, 42.37124 ], [ -71.126774, 42.371344 ], [ -71.126808, 42.371523 ], [ -71.12685, 42.371702 ], [ -71.126874, 42.371817 ], [ -71.126922, 42.371945 ], [ -71.126984, 42.37206 ], [ -71.12709, 42.372221 ], [ -71.127131, 42.372276 ], [ -71.127172, 42.372327 ], [ -71.127212, 42.372372 ], [ -71.127284, 42.372451 ], [ -71.127393, 42.372541 ], [ -71.127462, 42.372593 ], [ -71.127519, 42.372637 ], [ -71.127584, 42.372683 ], [ -71.127639, 42.37272 ], [ -71.12771, 42.372761 ], [ -71.127793, 42.372804 ], [ -71.127894, 42.372859 ], [ -71.127908, 42.372868 ], [ -71.127924, 42.372885 ], [ -71.127939, 42.372898 ], [ -71.128047, 42.372968 ], [ -71.128105, 42.373003 ], [ -71.128153, 42.373027 ], [ -71.128276, 42.373087 ], [ -71.128427, 42.37315 ], [ -71.128606, 42.37323 ], [ -71.128727, 42.373276 ], [ -71.128796, 42.373299 ], [ -71.128868, 42.373323 ], [ -71.128925, 42.373339 ], [ -71.129002, 42.373364 ], [ -71.129088, 42.373384 ], [ -71.129122, 42.37339 ], [ -71.12915, 42.373395 ], [ -71.129278, 42.373409 ], [ -71.129387, 42.37342 ], [ -71.129462, 42.373424 ], [ -71.129556, 42.373432 ], [ -71.129646, 42.373441 ], [ -71.129741, 42.373451 ], [ -71.129822, 42.373457 ], [ -71.129901, 42.37346 ], [ -71.130123, 42.373464 ], [ -71.130339, 42.37346 ], [ -71.130603, 42.373445 ], [ -71.130698, 42.373436 ], [ -71.13079, 42.373426 ], [ -71.130856, 42.373417 ], [ -71.130946, 42.373401 ], [ -71.131012, 42.373389 ], [ -71.131086, 42.373374 ], [ -71.131167, 42.373357 ], [ -71.131247, 42.373337 ], [ -71.131308, 42.373323 ], [ -71.13136, 42.373311 ], [ -71.131415, 42.3733 ], [ -71.13148, 42.373283 ], [ -71.131542, 42.373268 ], [ -71.131619, 42.373242 ], [ -71.131713, 42.373207 ], [ -71.1318, 42.373175 ], [ -71.131889, 42.373145 ], [ -71.132008, 42.373104 ], [ -71.132075, 42.373077 ], [ -71.132138, 42.373043 ], [ -71.132194, 42.373013 ], [ -71.132244, 42.372982 ], [ -71.132358, 42.372898 ], [ -71.132457, 42.372807 ], [ -71.132532, 42.372711 ], [ -71.13257, 42.372628 ], [ -71.132583, 42.372514 ], [ -71.132586, 42.372408 ], [ -71.132573, 42.372353 ], [ -71.132546, 42.372247 ], [ -71.132539, 42.372225 ], [ -71.13253, 42.372204 ], [ -71.132474, 42.372119 ], [ -71.132278, 42.371882 ], [ -71.13221, 42.371797 ], [ -71.132157, 42.37174 ], [ -71.132122, 42.371708 ], [ -71.132087, 42.371679 ], [ -71.13204, 42.37165 ], [ -71.131982, 42.371616 ], [ -71.131883, 42.371558 ], [ -71.13185, 42.371534 ], [ -71.131794, 42.371495 ], [ -71.131734, 42.371451 ], [ -71.131678, 42.371408 ], [ -71.131597, 42.371343 ], [ -71.131527, 42.371282 ], [ -71.131459, 42.371221 ], [ -71.131346, 42.371118 ], [ -71.13132, 42.371087 ], [ -71.131284, 42.371045 ], [ -71.131253, 42.371003 ], [ -71.131204, 42.370935 ], [ -71.131163, 42.370874 ], [ -71.131121, 42.370813 ], [ -71.131046, 42.370704 ], [ -71.131026, 42.37067 ], [ -71.130999, 42.370615 ], [ -71.130956, 42.370519 ], [ -71.130889, 42.370367 ], [ -71.13084, 42.370193 ], [ -71.130798, 42.370032 ], [ -71.130791, 42.369938 ], [ -71.130788, 42.369893 ], [ -71.130783, 42.369842 ], [ -71.130786, 42.369776 ], [ -71.130791, 42.369737 ], [ -71.130798, 42.369657 ], [ -71.130813, 42.36956 ], [ -71.130832, 42.36945 ], [ -71.130877, 42.369276 ], [ -71.130933, 42.36912 ], [ -71.130989, 42.369001 ], [ -71.131097, 42.368807 ], [ -71.131165, 42.368703 ], [ -71.131193, 42.368663 ], [ -71.13123, 42.368608 ], [ -71.13138, 42.368436 ], [ -71.131426, 42.368388 ], [ -71.131489, 42.368323 ], [ -71.131562, 42.368258 ], [ -71.131761, 42.368096 ], [ -71.131935, 42.367968 ], [ -71.132188, 42.367823 ], [ -71.132419, 42.367713 ], [ -71.132661, 42.367613 ], [ -71.132846, 42.367554 ], [ -71.133001, 42.367507 ], [ -71.133049, 42.367497 ], [ -71.133106, 42.367485 ], [ -71.133175, 42.367472 ], [ -71.133385, 42.367441 ], [ -71.133608, 42.367396 ], [ -71.133802, 42.367352 ], [ -71.133861, 42.367342 ], [ -71.133925, 42.367328 ], [ -71.133965, 42.367318 ], [ -71.134184, 42.36726 ], [ -71.134463, 42.367173 ], [ -71.134735, 42.367092 ], [ -71.134971, 42.367023 ], [ -71.135008, 42.367011 ], [ -71.135048, 42.366999 ], [ -71.135106, 42.366981 ], [ -71.135193, 42.366947 ], [ -71.135391, 42.366884 ], [ -71.135571, 42.366792 ], [ -71.135628, 42.366749 ], [ -71.135647, 42.366735 ], [ -71.135681, 42.366723 ], [ -71.135715, 42.366715 ], [ -71.135742, 42.366704 ], [ -71.135762, 42.366694 ], [ -71.135795, 42.366676 ], [ -71.135835, 42.366653 ], [ -71.135894, 42.36661 ], [ -71.135973, 42.366571 ], [ -71.136032, 42.366545 ], [ -71.13605, 42.366536 ], [ -71.136071, 42.36652 ], [ -71.136085, 42.366505 ], [ -71.136099, 42.366489 ], [ -71.136115, 42.366473 ], [ -71.136129, 42.366452 ], [ -71.136138, 42.366429 ], [ -71.136156, 42.366382 ], [ -71.136169, 42.366336 ], [ -71.136184, 42.366299 ], [ -71.136198, 42.366276 ], [ -71.136219, 42.366261 ], [ -71.136248, 42.36624 ], [ -71.136323, 42.366199 ], [ -71.13639, 42.366158 ], [ -71.136455, 42.366117 ], [ -71.136497, 42.366088 ], [ -71.136527, 42.366066 ], [ -71.136554, 42.366046 ], [ -71.1366, 42.366008 ], [ -71.136617, 42.365991 ], [ -71.136634, 42.365977 ], [ -71.136692, 42.365935 ], [ -71.136714, 42.365921 ], [ -71.136751, 42.365899 ], [ -71.136774, 42.365889 ], [ -71.136799, 42.365879 ], [ -71.13683, 42.365868 ], [ -71.136859, 42.365858 ], [ -71.136883, 42.36585 ], [ -71.136915, 42.365839 ], [ -71.136942, 42.365824 ], [ -71.136961, 42.36581 ], [ -71.136983, 42.365789 ], [ -71.137004, 42.365762 ], [ -71.137027, 42.365733 ], [ -71.137042, 42.365706 ], [ -71.137062, 42.365677 ], [ -71.137111, 42.365605 ], [ -71.13715, 42.365549 ], [ -71.137166, 42.365534 ], [ -71.137185, 42.365525 ], [ -71.137223, 42.365514 ], [ -71.137285, 42.365487 ], [ -71.137316, 42.365473 ], [ -71.137345, 42.365458 ], [ -71.137364, 42.365442 ], [ -71.137387, 42.365417 ], [ -71.137434, 42.365348 ], [ -71.137469, 42.365289 ], [ -71.137526, 42.365229 ], [ -71.137543, 42.365217 ], [ -71.137558, 42.365204 ], [ -71.137576, 42.36519 ], [ -71.137596, 42.365171 ], [ -71.137664, 42.365126 ], [ -71.137681, 42.365103 ], [ -71.137692, 42.365086 ], [ -71.137695, 42.365068 ], [ -71.137696, 42.365034 ], [ -71.137703, 42.364965 ], [ -71.137709, 42.364915 ], [ -71.137727, 42.36486 ], [ -71.137746, 42.364832 ], [ -71.137761, 42.364815 ], [ -71.137779, 42.364796 ], [ -71.137812, 42.364781 ], [ -71.137852, 42.36477 ], [ -71.137897, 42.364757 ], [ -71.137957, 42.364741 ], [ -71.138069, 42.364707 ], [ -71.138109, 42.364693 ], [ -71.138154, 42.364675 ], [ -71.138191, 42.364658 ], [ -71.138226, 42.36464 ], [ -71.138264, 42.364617 ], [ -71.138317, 42.364586 ], [ -71.138357, 42.364563 ], [ -71.138385, 42.364542 ], [ -71.138419, 42.36451 ], [ -71.138481, 42.364459 ], [ -71.138506, 42.364438 ], [ -71.13853, 42.364415 ], [ -71.138557, 42.364392 ], [ -71.138592, 42.36437 ], [ -71.138615, 42.364359 ], [ -71.138642, 42.364345 ], [ -71.138693, 42.364321 ], [ -71.138727, 42.36431 ], [ -71.138751, 42.364302 ], [ -71.138793, 42.364296 ], [ -71.138845, 42.364285 ], [ -71.138895, 42.364274 ], [ -71.138947, 42.364259 ], [ -71.138987, 42.364248 ], [ -71.139035, 42.364232 ], [ -71.139073, 42.364218 ], [ -71.139178, 42.364168 ], [ -71.139296, 42.364122 ], [ -71.139368, 42.364088 ], [ -71.139427, 42.36406 ], [ -71.139481, 42.364036 ], [ -71.139538, 42.364014 ], [ -71.139649, 42.363974 ], [ -71.139694, 42.363959 ], [ -71.139727, 42.36395 ], [ -71.139762, 42.363939 ], [ -71.139804, 42.36393 ], [ -71.139834, 42.363923 ], [ -71.139875, 42.363916 ], [ -71.139917, 42.363913 ], [ -71.139972, 42.363909 ], [ -71.14001, 42.363907 ], [ -71.140069, 42.363904 ], [ -71.140128, 42.363905 ], [ -71.140193, 42.363908 ], [ -71.140262, 42.363913 ], [ -71.14029, 42.363915 ], [ -71.140317, 42.363919 ], [ -71.140344, 42.363923 ], [ -71.14043, 42.363936 ], [ -71.140553, 42.363955 ], [ -71.140651, 42.363971 ], [ -71.140776, 42.363985 ], [ -71.14081, 42.363987 ], [ -71.140844, 42.363992 ], [ -71.140892, 42.363995 ], [ -71.140944, 42.363992 ], [ -71.141, 42.36398 ], [ -71.141053, 42.363969 ], [ -71.141154, 42.363936 ], [ -71.141202, 42.363919 ], [ -71.141249, 42.3639 ], [ -71.1413, 42.363876 ], [ -71.14135, 42.363853 ], [ -71.141407, 42.363823 ], [ -71.141459, 42.363794 ], [ -71.141507, 42.363775 ], [ -71.141554, 42.36376 ], [ -71.141597, 42.363756 ], [ -71.141645, 42.363755 ], [ -71.141702, 42.36376 ], [ -71.141751, 42.363772 ], [ -71.141807, 42.363795 ], [ -71.141863, 42.363823 ], [ -71.141908, 42.363866 ], [ -71.141929, 42.363897 ], [ -71.141934, 42.363919 ], [ -71.141936, 42.363942 ], [ -71.141955, 42.363988 ], [ -71.141985, 42.364043 ], [ -71.142028, 42.364103 ], [ -71.14207, 42.364162 ], [ -71.142123, 42.364234 ], [ -71.142179, 42.364305 ], [ -71.142217, 42.364347 ], [ -71.142254, 42.364379 ], [ -71.14229, 42.364409 ], [ -71.142347, 42.364435 ], [ -71.1424, 42.364447 ], [ -71.142459, 42.364448 ], [ -71.14255, 42.364434 ], [ -71.142645, 42.364412 ], [ -71.14275, 42.364371 ], [ -71.142843, 42.364326 ], [ -71.142884, 42.364294 ], [ -71.142929, 42.364261 ], [ -71.142959, 42.36423 ], [ -71.142983, 42.364196 ], [ -71.143012, 42.364162 ], [ -71.143049, 42.36412 ], [ -71.143108, 42.364056 ], [ -71.143134, 42.364022 ], [ -71.143163, 42.363975 ], [ -71.143193, 42.363934 ], [ -71.143216, 42.3639 ], [ -71.143245, 42.363868 ], [ -71.143291, 42.363821 ], [ -71.143373, 42.363734 ], [ -71.1434, 42.363709 ], [ -71.14343, 42.363682 ], [ -71.143465, 42.36365 ], [ -71.143521, 42.3636 ], [ -71.143567, 42.363556 ], [ -71.143627, 42.363494 ], [ -71.14366, 42.363462 ], [ -71.143698, 42.363427 ], [ -71.143732, 42.363398 ], [ -71.14375, 42.363381 ], [ -71.143768, 42.363364 ], [ -71.143803, 42.363339 ], [ -71.143831, 42.363321 ], [ -71.143864, 42.363302 ], [ -71.143915, 42.363277 ], [ -71.143963, 42.363261 ], [ -71.144015, 42.363245 ], [ -71.144073, 42.363231 ], [ -71.144126, 42.363221 ], [ -71.144191, 42.363211 ], [ -71.144253, 42.363202 ], [ -71.144309, 42.363193 ], [ -71.14436, 42.363184 ], [ -71.144403, 42.363176 ], [ -71.144455, 42.363164 ], [ -71.144507, 42.363156 ], [ -71.144555, 42.363145 ], [ -71.144617, 42.363135 ], [ -71.144711, 42.363128 ], [ -71.144788, 42.36313 ], [ -71.144852, 42.363143 ], [ -71.144903, 42.363135 ], [ -71.144947, 42.363109 ], [ -71.144971, 42.363062 ], [ -71.144971, 42.362998 ], [ -71.144971, 42.362934 ], [ -71.14497, 42.362867 ], [ -71.144976, 42.362843 ], [ -71.144986, 42.362823 ], [ -71.145009, 42.362811 ], [ -71.145035, 42.362798 ], [ -71.14509, 42.362767 ], [ -71.145149, 42.362734 ], [ -71.145197, 42.362707 ], [ -71.145244, 42.362679 ], [ -71.145285, 42.362653 ], [ -71.145344, 42.362619 ], [ -71.145416, 42.362567 ], [ -71.145507, 42.362504 ], [ -71.145586, 42.362453 ], [ -71.145648, 42.362411 ], [ -71.14572, 42.36236 ], [ -71.145775, 42.362319 ], [ -71.145836, 42.362278 ], [ -71.14589, 42.362239 ], [ -71.145938, 42.362206 ], [ -71.146116, 42.362079 ], [ -71.14627, 42.361969 ], [ -71.146424, 42.36186 ], [ -71.146553, 42.361769 ], [ -71.146579, 42.361754 ], [ -71.146602, 42.361748 ], [ -71.146612, 42.361746 ], [ -71.146623, 42.361743 ], [ -71.146632, 42.361735 ], [ -71.146678, 42.36169 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123873, 42.408462 ], [ -71.123537, 42.408931 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082465, 42.365625 ], [ -71.079879, 42.365308 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0908, 42.386618 ], [ -71.090635, 42.386566 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140935, 42.396183 ], [ -71.140442, 42.396174 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10937, 42.3473 ], [ -71.109289, 42.347709 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.150982, 42.378677 ], [ -71.150913, 42.378648 ], [ -71.150848, 42.378645 ], [ -71.150502, 42.378877 ], [ -71.150221, 42.379066 ], [ -71.150011, 42.379196 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.180506, 42.28157 ], [ -71.180211, 42.281476 ], [ -71.179996, 42.281421 ], [ -71.179873, 42.281393 ], [ -71.179858, 42.281394 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087449, 42.363946 ], [ -71.085231, 42.362999 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115904, 42.398306 ], [ -71.115588, 42.398188 ], [ -71.115158, 42.398027 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145287, 42.381839 ], [ -71.145297, 42.381772 ], [ -71.145292, 42.381654 ], [ -71.145272, 42.381543 ], [ -71.145225, 42.381406 ], [ -71.145196, 42.381352 ], [ -71.14517, 42.381295 ], [ -71.145169, 42.381279 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112253, 42.396938 ], [ -71.111523, 42.396664 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141951, 42.387432 ], [ -71.141889, 42.38739 ], [ -71.141814, 42.387346 ], [ -71.141747, 42.3873 ], [ -71.141692, 42.387268 ], [ -71.141624, 42.387225 ], [ -71.141548, 42.38719 ], [ -71.141456, 42.387149 ], [ -71.141341, 42.387098 ], [ -71.141239, 42.387051 ], [ -71.141012, 42.38696 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094567, 42.384595 ], [ -71.094174, 42.385148 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119668, 42.38876 ], [ -71.119521, 42.388777 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07767, 42.386979 ], [ -71.077452, 42.387108 ], [ -71.077359, 42.387231 ], [ -71.077356, 42.387407 ], [ -71.077375, 42.387686 ], [ -71.077403, 42.387973 ], [ -71.077428, 42.388315 ], [ -71.077442, 42.38855 ], [ -71.077474, 42.388731 ], [ -71.077525, 42.3889 ], [ -71.077616, 42.389076 ], [ -71.077755, 42.389289 ], [ -71.077876, 42.389432 ], [ -71.078036, 42.389576 ], [ -71.078344, 42.389827 ], [ -71.07862, 42.390054 ], [ -71.07874, 42.390154 ], [ -71.07906, 42.390417 ], [ -71.079303, 42.390618 ], [ -71.079538, 42.390817 ], [ -71.079756, 42.390995 ], [ -71.079928, 42.391137 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.161048, 42.3587 ], [ -71.161101, 42.35865 ], [ -71.161111, 42.35863 ], [ -71.161125, 42.358605 ], [ -71.161147, 42.35857 ], [ -71.161174, 42.358544 ], [ -71.161203, 42.358524 ], [ -71.161236, 42.358501 ], [ -71.161341, 42.35844 ], [ -71.161514, 42.358349 ], [ -71.161757, 42.358231 ], [ -71.161837, 42.358199 ], [ -71.161929, 42.358167 ], [ -71.162043, 42.35813 ], [ -71.162142, 42.358103 ], [ -71.162206, 42.358092 ], [ -71.16227, 42.35808 ], [ -71.162344, 42.358072 ], [ -71.162506, 42.358055 ], [ -71.162597, 42.358048 ], [ -71.162682, 42.35804 ], [ -71.16279, 42.358034 ], [ -71.162918, 42.358028 ], [ -71.163046, 42.358023 ], [ -71.163166, 42.358019 ], [ -71.16397, 42.358017 ], [ -71.164835, 42.358029 ], [ -71.165756, 42.35804 ], [ -71.165991, 42.358036 ], [ -71.166031, 42.358037 ], [ -71.166068, 42.358039 ], [ -71.166097, 42.358049 ], [ -71.166235, 42.3581 ], [ -71.166264, 42.358108 ], [ -71.166296, 42.358107 ], [ -71.166351, 42.3581 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081312, 42.383777 ], [ -71.081195, 42.383744 ], [ -71.080764, 42.38363 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075657, 42.361614 ], [ -71.079162, 42.361876 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144484, 42.388773 ], [ -71.14446, 42.388819 ], [ -71.144455, 42.388828 ], [ -71.14444, 42.388828 ], [ -71.144425, 42.388822 ], [ -71.144316, 42.38879 ], [ -71.144133, 42.388744 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.168276, 42.312386 ], [ -71.168274, 42.312377 ], [ -71.168272, 42.312358 ], [ -71.168248, 42.312209 ], [ -71.168216, 42.312005 ], [ -71.168194, 42.311908 ], [ -71.168181, 42.311849 ], [ -71.168194, 42.311765 ], [ -71.168213, 42.311536 ], [ -71.168261, 42.311066 ], [ -71.168291, 42.310822 ], [ -71.168307, 42.310675 ], [ -71.168304, 42.310596 ], [ -71.168296, 42.310552 ], [ -71.168267, 42.310477 ], [ -71.168237, 42.310445 ], [ -71.168192, 42.310398 ], [ -71.168125, 42.310352 ], [ -71.16806, 42.310316 ], [ -71.167974, 42.310259 ], [ -71.167945, 42.310231 ], [ -71.167923, 42.310207 ], [ -71.167918, 42.310162 ], [ -71.167913, 42.310049 ], [ -71.16791, 42.309989 ], [ -71.167915, 42.309942 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Minuteman" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143016, 42.396492 ], [ -71.143082, 42.396549 ], [ -71.143043, 42.396668 ], [ -71.143049, 42.396798 ], [ -71.143061, 42.396909 ], [ -71.143096, 42.39701 ], [ -71.14317, 42.397139 ], [ -71.143232, 42.397226 ], [ -71.143338, 42.397316 ], [ -71.143366, 42.397358 ], [ -71.143461, 42.39755 ], [ -71.14347, 42.397673 ], [ -71.143542, 42.397831 ], [ -71.143703, 42.397965 ], [ -71.143765, 42.398026 ], [ -71.143957, 42.398405 ], [ -71.144259, 42.399021 ], [ -71.144294, 42.399061 ], [ -71.14455, 42.399267 ], [ -71.144627, 42.399323 ], [ -71.144751, 42.399527 ], [ -71.144844, 42.399723 ], [ -71.144851, 42.399824 ], [ -71.144835, 42.399883 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.132917, 42.41451 ], [ -71.13228, 42.414506 ], [ -71.132057, 42.414508 ], [ -71.131943, 42.414519 ], [ -71.131874, 42.414522 ], [ -71.131783, 42.414525 ], [ -71.131732, 42.414521 ], [ -71.131686, 42.414517 ], [ -71.131629, 42.414509 ], [ -71.131584, 42.414494 ], [ -71.131537, 42.414479 ], [ -71.131501, 42.414462 ], [ -71.131473, 42.414443 ], [ -71.131434, 42.41441 ], [ -71.131404, 42.414377 ], [ -71.131372, 42.414341 ], [ -71.131345, 42.414291 ], [ -71.131339, 42.414221 ], [ -71.131349, 42.413985 ], [ -71.131365, 42.413664 ], [ -71.131365, 42.413382 ], [ -71.131334, 42.413121 ], [ -71.131263, 42.412876 ], [ -71.131217, 42.412718 ], [ -71.13114, 42.412499 ], [ -71.1311, 42.412278 ], [ -71.131073, 42.412019 ], [ -71.131072, 42.411713 ], [ -71.1311, 42.411156 ], [ -71.131098, 42.411083 ], [ -71.131044, 42.410708 ], [ -71.130934, 42.410352 ], [ -71.130893, 42.410235 ], [ -71.130746, 42.409806 ], [ -71.130697, 42.409643 ], [ -71.130675, 42.409497 ], [ -71.130678, 42.409334 ], [ -71.130705, 42.409193 ], [ -71.130862, 42.408939 ], [ -71.131037, 42.408725 ], [ -71.131228, 42.408551 ], [ -71.131474, 42.408393 ], [ -71.131969, 42.408158 ], [ -71.132372, 42.407953 ], [ -71.132579, 42.407834 ], [ -71.132769, 42.407709 ], [ -71.13293, 42.407599 ], [ -71.133149, 42.40745 ], [ -71.133297, 42.407317 ], [ -71.133426, 42.40719 ], [ -71.133643, 42.406945 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09917, 42.34053 ], [ -71.099188, 42.34053 ], [ -71.099229, 42.340535 ], [ -71.099271, 42.340544 ], [ -71.099317, 42.340554 ], [ -71.099398, 42.340571 ], [ -71.099477, 42.340591 ], [ -71.099533, 42.340611 ], [ -71.099576, 42.340626 ], [ -71.099615, 42.340642 ], [ -71.099676, 42.340667 ], [ -71.099737, 42.340692 ], [ -71.099757, 42.340697 ], [ -71.099779, 42.340698 ], [ -71.09981, 42.340696 ], [ -71.099857, 42.340693 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081826, 42.383926 ], [ -71.081312, 42.383777 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146836, 42.361536 ], [ -71.14684, 42.361532 ], [ -71.146853, 42.361517 ], [ -71.146856, 42.361512 ], [ -71.146858, 42.361503 ], [ -71.146861, 42.361486 ], [ -71.146866, 42.361476 ], [ -71.146883, 42.361461 ], [ -71.146915, 42.361437 ], [ -71.146964, 42.3614 ], [ -71.147026, 42.361359 ], [ -71.147175, 42.361267 ], [ -71.147293, 42.36119 ], [ -71.147442, 42.361112 ], [ -71.147608, 42.361025 ], [ -71.147678, 42.360987 ], [ -71.14775, 42.360952 ], [ -71.14781, 42.360928 ], [ -71.147872, 42.360902 ], [ -71.147938, 42.36088 ], [ -71.14801, 42.360856 ], [ -71.14807, 42.360836 ], [ -71.148151, 42.360814 ], [ -71.148252, 42.360789 ], [ -71.148356, 42.360764 ], [ -71.148437, 42.360745 ], [ -71.148532, 42.360726 ], [ -71.148781, 42.360678 ], [ -71.148893, 42.360656 ], [ -71.148994, 42.360636 ], [ -71.149092, 42.360617 ], [ -71.149201, 42.360597 ], [ -71.149498, 42.36055 ], [ -71.149644, 42.36053 ], [ -71.149775, 42.360515 ], [ -71.149919, 42.3605 ], [ -71.150024, 42.360493 ], [ -71.150258, 42.360475 ], [ -71.15046, 42.360452 ], [ -71.150585, 42.36044 ], [ -71.150735, 42.360424 ], [ -71.150976, 42.360398 ], [ -71.151138, 42.360378 ], [ -71.151278, 42.36036 ], [ -71.151387, 42.360343 ], [ -71.1515, 42.360325 ], [ -71.151613, 42.360305 ], [ -71.15174, 42.360281 ], [ -71.151887, 42.360255 ], [ -71.151952, 42.360244 ], [ -71.152005, 42.360234 ], [ -71.152059, 42.360223 ], [ -71.152114, 42.360211 ], [ -71.152158, 42.360203 ], [ -71.152204, 42.360195 ], [ -71.15225, 42.36019 ], [ -71.152304, 42.360179 ], [ -71.152345, 42.360171 ], [ -71.152404, 42.360153 ], [ -71.152466, 42.360133 ], [ -71.152515, 42.360116 ], [ -71.152572, 42.360094 ], [ -71.15261, 42.360079 ], [ -71.152649, 42.360064 ], [ -71.15271, 42.360041 ], [ -71.152767, 42.360019 ], [ -71.152794, 42.360005 ], [ -71.152819, 42.35999 ], [ -71.152849, 42.35997 ], [ -71.152885, 42.359946 ], [ -71.152921, 42.359923 ], [ -71.15295, 42.359905 ], [ -71.152975, 42.359888 ], [ -71.153012, 42.359867 ], [ -71.153038, 42.359851 ], [ -71.153067, 42.359833 ], [ -71.153108, 42.35981 ], [ -71.153146, 42.359793 ], [ -71.153186, 42.359769 ], [ -71.15324, 42.359747 ], [ -71.153304, 42.359716 ], [ -71.153364, 42.359691 ], [ -71.153434, 42.359666 ], [ -71.15351, 42.35964 ], [ -71.153607, 42.359611 ], [ -71.153695, 42.35958 ], [ -71.153789, 42.359547 ], [ -71.153898, 42.359509 ], [ -71.154084, 42.359441 ], [ -71.154245, 42.3594 ], [ -71.154407, 42.359357 ], [ -71.15458, 42.35932 ], [ -71.154777, 42.359292 ], [ -71.154893, 42.35928 ], [ -71.154911, 42.359276 ], [ -71.154923, 42.35927 ], [ -71.154942, 42.359257 ], [ -71.154968, 42.359252 ], [ -71.155011, 42.359245 ], [ -71.155059, 42.359241 ], [ -71.155116, 42.359242 ], [ -71.155161, 42.359243 ], [ -71.155207, 42.359243 ], [ -71.155256, 42.359246 ], [ -71.155305, 42.359248 ], [ -71.155352, 42.359252 ], [ -71.155402, 42.359251 ], [ -71.155456, 42.359247 ], [ -71.155505, 42.359237 ], [ -71.155549, 42.359228 ], [ -71.155598, 42.359213 ], [ -71.155653, 42.359202 ], [ -71.15572, 42.359194 ], [ -71.155785, 42.359189 ], [ -71.155846, 42.359187 ], [ -71.155898, 42.359187 ], [ -71.155945, 42.359192 ], [ -71.156002, 42.359199 ], [ -71.156088, 42.359213 ], [ -71.156165, 42.359236 ], [ -71.156249, 42.359246 ], [ -71.15636, 42.359246 ], [ -71.156413, 42.359243 ], [ -71.156467, 42.359233 ], [ -71.156546, 42.359214 ], [ -71.156596, 42.359196 ], [ -71.156634, 42.359183 ], [ -71.156713, 42.359174 ], [ -71.156868, 42.359163 ], [ -71.156968, 42.35916 ], [ -71.157074, 42.359155 ], [ -71.157176, 42.359149 ], [ -71.157274, 42.359145 ], [ -71.157406, 42.359142 ], [ -71.157547, 42.359139 ], [ -71.157684, 42.35914 ], [ -71.157838, 42.359145 ], [ -71.157949, 42.359145 ], [ -71.158073, 42.359146 ], [ -71.158231, 42.359167 ], [ -71.158284, 42.359178 ], [ -71.158336, 42.35919 ], [ -71.158404, 42.359208 ], [ -71.158487, 42.359225 ], [ -71.158599, 42.359235 ], [ -71.158687, 42.359235 ], [ -71.158752, 42.359235 ], [ -71.158932, 42.35924 ], [ -71.159173, 42.35925 ], [ -71.159352, 42.35925 ], [ -71.159506, 42.359246 ], [ -71.15962, 42.359235 ], [ -71.159654, 42.35923 ], [ -71.159689, 42.359224 ], [ -71.159725, 42.359215 ], [ -71.159803, 42.359195 ], [ -71.159897, 42.35917 ], [ -71.159999, 42.359143 ], [ -71.160093, 42.359125 ], [ -71.160159, 42.359108 ], [ -71.160223, 42.359093 ], [ -71.16029, 42.359078 ], [ -71.16041, 42.359043 ], [ -71.160508, 42.359004 ], [ -71.160558, 42.358973 ], [ -71.160605, 42.358934 ], [ -71.160677, 42.358901 ], [ -71.160763, 42.358874 ], [ -71.160862, 42.358851 ], [ -71.160907, 42.358845 ], [ -71.160926, 42.358841 ], [ -71.160942, 42.358826 ], [ -71.160961, 42.358802 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Community" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.071804, 42.371004 ], [ -71.071855, 42.371024 ], [ -71.071922, 42.371023 ], [ -71.071965, 42.371012 ], [ -71.072027, 42.370986 ], [ -71.072083, 42.370966 ], [ -71.072139, 42.370958 ], [ -71.072209, 42.370964 ], [ -71.072735, 42.371069 ], [ -71.072977, 42.371127 ], [ -71.073, 42.371132 ], [ -71.073496, 42.371246 ], [ -71.073871, 42.371326 ], [ -71.073963, 42.371345 ], [ -71.074143, 42.371383 ], [ -71.074698, 42.371498 ], [ -71.07481, 42.371525 ], [ -71.07517, 42.371613 ], [ -71.075253, 42.371641 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113433, 42.399029 ], [ -71.112711, 42.400092 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.011048, 42.383744 ], [ -71.010938, 42.383857 ], [ -71.010831, 42.383942 ], [ -71.010691, 42.384017 ], [ -71.010524, 42.384148 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086034, 42.366087 ], [ -71.085139, 42.365974 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083393, 42.362049 ], [ -71.083152, 42.36202 ], [ -71.082484, 42.361972 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13217, 42.38151 ], [ -71.132028, 42.381288 ], [ -71.131997, 42.381194 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091471, 42.34331 ], [ -71.091465, 42.343367 ], [ -71.091459, 42.343371 ], [ -71.09145, 42.343377 ], [ -71.091432, 42.343385 ], [ -71.091415, 42.343394 ], [ -71.091399, 42.343407 ], [ -71.091334, 42.343503 ], [ -71.091243, 42.343597 ], [ -71.091106, 42.343736 ], [ -71.091052, 42.343791 ], [ -71.09097, 42.343895 ], [ -71.090923, 42.344023 ], [ -71.09089, 42.344105 ], [ -71.090869, 42.344199 ], [ -71.090867, 42.344223 ], [ -71.090865, 42.344262 ], [ -71.090868, 42.344334 ], [ -71.090867, 42.344421 ], [ -71.090885, 42.344538 ], [ -71.09089, 42.344609 ], [ -71.090895, 42.344693 ], [ -71.090893, 42.344772 ], [ -71.090869, 42.34488 ], [ -71.09085, 42.344962 ], [ -71.090831, 42.345024 ], [ -71.090805, 42.345113 ], [ -71.090781, 42.345195 ], [ -71.090764, 42.345252 ], [ -71.090755, 42.34529 ], [ -71.09075, 42.345319 ], [ -71.090748, 42.345352 ], [ -71.090743, 42.345396 ], [ -71.090738, 42.345446 ], [ -71.090738, 42.345473 ], [ -71.09074, 42.345508 ], [ -71.090747, 42.345576 ], [ -71.090752, 42.345625 ], [ -71.090754, 42.345646 ], [ -71.090778, 42.345736 ], [ -71.090812, 42.345855 ], [ -71.09085, 42.345974 ], [ -71.090869, 42.34604 ], [ -71.090885, 42.34609 ], [ -71.090902, 42.346147 ], [ -71.090926, 42.346208 ], [ -71.090937, 42.346228 ], [ -71.090948, 42.346243 ], [ -71.090964, 42.346262 ], [ -71.091006, 42.346299 ], [ -71.091026, 42.346314 ], [ -71.091067, 42.346334 ], [ -71.09112, 42.346358 ], [ -71.091161, 42.346373 ], [ -71.091199, 42.346383 ], [ -71.09124, 42.346389 ], [ -71.091282, 42.346394 ], [ -71.091324, 42.346399 ], [ -71.091356, 42.346405 ], [ -71.091383, 42.346413 ], [ -71.091428, 42.34643 ], [ -71.091476, 42.34645 ], [ -71.091529, 42.346469 ], [ -71.091663, 42.346526 ], [ -71.091736, 42.346551 ], [ -71.091838, 42.346582 ], [ -71.091914, 42.346598 ], [ -71.092021, 42.34662 ], [ -71.092092, 42.346629 ], [ -71.092173, 42.346639 ], [ -71.09225, 42.346645 ], [ -71.092344, 42.346651 ], [ -71.092426, 42.346648 ], [ -71.092525, 42.346644 ], [ -71.092647, 42.346638 ], [ -71.09269, 42.346633 ], [ -71.092743, 42.346624 ], [ -71.092786, 42.346615 ], [ -71.092842, 42.346603 ], [ -71.092996, 42.346555 ], [ -71.093035, 42.34654 ], [ -71.093068, 42.346522 ], [ -71.093098, 42.346502 ], [ -71.093135, 42.346478 ], [ -71.093168, 42.346453 ], [ -71.093205, 42.346423 ], [ -71.093341, 42.34631 ], [ -71.09346, 42.346189 ], [ -71.093614, 42.346047 ], [ -71.093711, 42.345961 ], [ -71.093788, 42.345888 ], [ -71.093879, 42.34581 ], [ -71.093962, 42.345728 ], [ -71.094022, 42.345665 ], [ -71.094093, 42.345594 ], [ -71.094158, 42.345518 ], [ -71.094188, 42.345487 ], [ -71.094215, 42.345446 ], [ -71.094265, 42.345367 ], [ -71.09429, 42.345321 ], [ -71.094316, 42.345259 ], [ -71.094381, 42.345098 ], [ -71.09443, 42.344972 ], [ -71.094448, 42.344925 ], [ -71.094485, 42.34481 ], [ -71.094504, 42.344763 ], [ -71.094528, 42.344669 ], [ -71.094561, 42.34452 ], [ -71.094574, 42.344451 ], [ -71.094585, 42.344367 ], [ -71.094594, 42.344186 ], [ -71.094593, 42.344123 ], [ -71.094591, 42.344066 ], [ -71.094593, 42.344031 ], [ -71.094588, 42.343961 ], [ -71.094585, 42.343912 ], [ -71.094581, 42.343869 ], [ -71.094564, 42.343779 ], [ -71.094549, 42.34372 ], [ -71.094536, 42.343666 ], [ -71.094514, 42.343589 ], [ -71.094475, 42.343428 ], [ -71.094434, 42.343271 ], [ -71.094433, 42.343255 ], [ -71.094438, 42.343232 ], [ -71.094448, 42.343212 ], [ -71.094456, 42.343192 ], [ -71.094467, 42.343171 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119345, 42.388169 ], [ -71.119376, 42.388281 ], [ -71.119392, 42.388343 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115309, 42.396283 ], [ -71.114913, 42.39686 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086661, 42.366168 ], [ -71.086034, 42.366087 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140861, 42.383349 ], [ -71.141065, 42.383925 ], [ -71.141152, 42.384172 ], [ -71.141151, 42.384221 ], [ -71.141136, 42.38427 ], [ -71.141087, 42.384326 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115721, 42.395683 ], [ -71.115602, 42.395856 ], [ -71.115309, 42.396283 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119392, 42.388343 ], [ -71.119407, 42.388398 ], [ -71.119414, 42.388423 ], [ -71.11942, 42.388443 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089475, 42.364816 ], [ -71.089672, 42.364054 ], [ -71.089765, 42.363715 ], [ -71.089788, 42.363551 ], [ -71.089813, 42.363367 ], [ -71.089962, 42.362814 ], [ -71.089932, 42.362723 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12242, 42.406029 ], [ -71.122223, 42.406303 ], [ -71.12192, 42.406724 ], [ -71.121908, 42.406741 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091859, 42.389502 ], [ -71.091458, 42.390022 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12911, 42.41411 ], [ -71.129297, 42.414202 ], [ -71.129401, 42.414242 ], [ -71.129762, 42.414418 ], [ -71.129911, 42.414503 ], [ -71.129986, 42.414546 ], [ -71.130042, 42.414599 ], [ -71.130081, 42.41465 ], [ -71.130121, 42.414686 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091956, 42.389349 ], [ -71.091859, 42.389502 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091568, 42.338754 ], [ -71.091232, 42.338633 ], [ -71.091083, 42.338563 ], [ -71.091004, 42.338479 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126457, 42.242921 ], [ -71.126572, 42.24293 ], [ -71.126697, 42.24293 ], [ -71.126851, 42.242924 ], [ -71.127016, 42.242911 ], [ -71.127159, 42.242912 ], [ -71.127336, 42.24292 ], [ -71.127437, 42.242925 ], [ -71.127527, 42.242932 ], [ -71.127559, 42.242944 ], [ -71.127563, 42.242949 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137883, 42.395204 ], [ -71.137895, 42.395265 ], [ -71.137897, 42.39534 ], [ -71.137897, 42.395401 ], [ -71.137797, 42.395404 ], [ -71.137746, 42.395418 ], [ -71.137712, 42.395431 ], [ -71.137688, 42.395453 ], [ -71.137683, 42.395483 ], [ -71.137677, 42.395737 ], [ -71.137667, 42.395737 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090477, 42.38652 ], [ -71.089936, 42.38635 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09268, 42.357369 ], [ -71.092516, 42.357024 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088937, 42.386036 ], [ -71.088617, 42.385935 ], [ -71.087838, 42.385692 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109289, 42.347709 ], [ -71.10921, 42.34811 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07918, 42.36172 ], [ -71.075712, 42.36146 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157229, 42.390877 ], [ -71.156806, 42.39083 ], [ -71.15644, 42.390787 ], [ -71.156278, 42.390773 ], [ -71.156101, 42.390764 ], [ -71.155953, 42.390753 ], [ -71.155804, 42.390737 ], [ -71.155604, 42.390717 ], [ -71.155425, 42.390697 ], [ -71.154318, 42.390556 ], [ -71.154005, 42.390548 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121668, 42.407087 ], [ -71.121484, 42.407356 ], [ -71.121258, 42.407702 ], [ -71.121086, 42.407961 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.179858, 42.281394 ], [ -71.179792, 42.281397 ], [ -71.179664, 42.281393 ], [ -71.179524, 42.281385 ], [ -71.179401, 42.281373 ], [ -71.179197, 42.281381 ], [ -71.179074, 42.281393 ], [ -71.17888, 42.281425 ], [ -71.178602, 42.281484 ], [ -71.178441, 42.281516 ], [ -71.178349, 42.28154 ], [ -71.178247, 42.28158 ], [ -71.178188, 42.281615 ], [ -71.178117, 42.281667 ], [ -71.17806, 42.281711 ], [ -71.177995, 42.281766 ], [ -71.177927, 42.281836 ], [ -71.177899, 42.281901 ], [ -71.177883, 42.281941 ], [ -71.177888, 42.282191 ], [ -71.177889, 42.282665 ], [ -71.177895, 42.28278 ], [ -71.177931, 42.282873 ], [ -71.178007, 42.283022 ], [ -71.178103, 42.283135 ], [ -71.178206, 42.283225 ], [ -71.178313, 42.283288 ], [ -71.178426, 42.283344 ], [ -71.178603, 42.283396 ], [ -71.178614, 42.283399 ], [ -71.178689, 42.283411 ], [ -71.178805, 42.283417 ], [ -71.178968, 42.283435 ], [ -71.179186, 42.283449 ], [ -71.179304, 42.283469 ], [ -71.179472, 42.283487 ], [ -71.179578, 42.283505 ], [ -71.179686, 42.28355 ], [ -71.179804, 42.283602 ], [ -71.17998, 42.283703 ], [ -71.18012, 42.283782 ], [ -71.180243, 42.283862 ], [ -71.180415, 42.283945 ], [ -71.180511, 42.283989 ], [ -71.180613, 42.284024 ], [ -71.180769, 42.284048 ], [ -71.180961, 42.284051 ], [ -71.181139, 42.284016 ], [ -71.181262, 42.283987 ], [ -71.181392, 42.283955 ], [ -71.181632, 42.283917 ], [ -71.181874, 42.28387 ], [ -71.181949, 42.28385 ], [ -71.182131, 42.283794 ], [ -71.182363, 42.283709 ], [ -71.182578, 42.28363 ], [ -71.182916, 42.283487 ], [ -71.18321, 42.283369 ], [ -71.18373, 42.28312 ], [ -71.183896, 42.283048 ], [ -71.184079, 42.282969 ], [ -71.184175, 42.282933 ], [ -71.184244, 42.282917 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.138945, 42.389963 ], [ -71.138654, 42.3899 ], [ -71.138211, 42.389805 ], [ -71.137822, 42.389676 ], [ -71.137614, 42.38958 ], [ -71.137409, 42.389414 ], [ -71.137269, 42.38925 ], [ -71.137167, 42.389052 ], [ -71.137049, 42.388795 ], [ -71.136877, 42.388623 ], [ -71.136639, 42.388486 ], [ -71.136449, 42.388422 ], [ -71.136191, 42.388405 ], [ -71.136019, 42.388421 ], [ -71.135841, 42.388448 ], [ -71.135738, 42.388458 ], [ -71.135631, 42.388468 ], [ -71.135534, 42.388466 ], [ -71.135429, 42.388454 ], [ -71.135039, 42.388414 ], [ -71.134743, 42.388429 ], [ -71.134458, 42.388493 ], [ -71.134189, 42.388579 ], [ -71.134049, 42.388622 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12274, 42.39119 ], [ -71.122846, 42.391241 ], [ -71.123213, 42.391397 ], [ -71.123237, 42.391412 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073832, 42.367329 ], [ -71.073826, 42.367357 ], [ -71.073825, 42.367472 ], [ -71.073847, 42.367566 ], [ -71.073905, 42.367682 ], [ -71.073992, 42.367768 ], [ -71.074044, 42.367832 ], [ -71.074081, 42.367893 ], [ -71.074113, 42.367975 ], [ -71.074111, 42.368029 ], [ -71.074097, 42.368077 ], [ -71.074072, 42.368113 ], [ -71.074025, 42.368165 ], [ -71.073972, 42.368209 ], [ -71.073942, 42.368232 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082374, 42.365731 ], [ -71.084414, 42.365999 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141377, 42.394764 ], [ -71.14209, 42.394726 ], [ -71.142291, 42.394734 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145998, 42.389162 ], [ -71.145617, 42.389089 ], [ -71.145075, 42.388937 ], [ -71.144484, 42.388773 ], [ -71.144134, 42.38868 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079162, 42.361876 ], [ -71.079682, 42.361915 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12255, 42.39651 ], [ -71.122757, 42.396819 ], [ -71.122982, 42.397087 ], [ -71.123089, 42.397214 ], [ -71.123451, 42.397642 ], [ -71.123504, 42.397709 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.126848, 42.418302 ], [ -71.126861, 42.41823 ], [ -71.126898, 42.418101 ], [ -71.12693, 42.418048 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093347, 42.386897 ], [ -71.093175, 42.387361 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133049, 42.381416 ], [ -71.132663, 42.381386 ], [ -71.13244, 42.381398 ], [ -71.13217, 42.38151 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119521, 42.388777 ], [ -71.119616, 42.388954 ], [ -71.119673, 42.38905 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092197, 42.387041 ], [ -71.092005, 42.386983 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084312, 42.362713 ], [ -71.084508, 42.362813 ], [ -71.085157, 42.363095 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.152767, 42.390381 ], [ -71.152653, 42.390365 ], [ -71.151707, 42.390254 ], [ -71.1512, 42.390182 ], [ -71.150641, 42.390103 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088463, 42.338153 ], [ -71.088586, 42.338085 ], [ -71.088687, 42.338042 ], [ -71.088779, 42.338021 ], [ -71.088962, 42.337972 ], [ -71.089098, 42.337912 ], [ -71.08919, 42.337855 ], [ -71.089262, 42.337784 ], [ -71.089316, 42.337702 ], [ -71.089379, 42.33763 ], [ -71.089437, 42.337591 ], [ -71.089514, 42.337563 ], [ -71.089611, 42.337538 ], [ -71.08971, 42.337514 ], [ -71.089881, 42.337475 ], [ -71.090031, 42.337432 ], [ -71.090166, 42.337361 ], [ -71.090229, 42.337301 ], [ -71.090277, 42.337244 ], [ -71.090388, 42.337262 ], [ -71.090518, 42.337281 ], [ -71.090639, 42.337267 ], [ -71.090759, 42.337217 ], [ -71.090827, 42.337182 ], [ -71.090842, 42.337128 ], [ -71.090828, 42.337074 ], [ -71.090765, 42.337024 ], [ -71.090713, 42.336995 ], [ -71.09065, 42.336963 ], [ -71.090559, 42.336941 ], [ -71.090443, 42.336944 ], [ -71.090332, 42.336969 ], [ -71.090245, 42.337008 ], [ -71.090197, 42.337047 ], [ -71.090187, 42.337104 ], [ -71.090196, 42.337151 ], [ -71.090239, 42.337201 ], [ -71.090282, 42.337244 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090635, 42.386566 ], [ -71.090477, 42.38652 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11137, 42.3488 ], [ -71.111301, 42.349164 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10913, 42.34848 ], [ -71.109084, 42.348667 ], [ -71.109061, 42.348814 ], [ -71.10907, 42.34889 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081875, 42.362093 ], [ -71.081901, 42.362095 ], [ -71.082123, 42.362116 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089932, 42.362723 ], [ -71.089844, 42.362828 ], [ -71.089709, 42.363388 ], [ -71.089351, 42.364739 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119904, 42.373342 ], [ -71.120387, 42.373276 ], [ -71.120779, 42.373186 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093498, 42.386468 ], [ -71.093493, 42.386484 ], [ -71.093413, 42.38672 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084465, 42.35316 ], [ -71.084486, 42.353162 ], [ -71.08477, 42.353146 ], [ -71.084859, 42.35315 ], [ -71.085157, 42.353147 ], [ -71.085178, 42.353141 ], [ -71.085191, 42.35313 ], [ -71.085237, 42.353082 ], [ -71.085253, 42.353063 ], [ -71.085305, 42.353006 ], [ -71.08534, 42.352974 ], [ -71.085358, 42.352956 ], [ -71.085421, 42.352915 ], [ -71.085495, 42.352892 ], [ -71.085671, 42.352845 ], [ -71.085846, 42.352797 ], [ -71.08601, 42.352754 ], [ -71.086169, 42.352709 ], [ -71.086259, 42.352685 ], [ -71.086295, 42.352671 ], [ -71.08634, 42.352654 ], [ -71.08637, 42.352639 ], [ -71.086439, 42.352599 ], [ -71.086493, 42.352564 ], [ -71.086522, 42.352555 ], [ -71.086638, 42.352523 ], [ -71.086828, 42.352473 ], [ -71.086869, 42.352461 ], [ -71.087016, 42.352428 ], [ -71.087113, 42.352413 ], [ -71.087381, 42.352384 ], [ -71.087834, 42.352332 ], [ -71.087918, 42.352318 ], [ -71.088014, 42.352301 ], [ -71.088114, 42.352285 ], [ -71.088285, 42.352261 ], [ -71.088374, 42.35225 ], [ -71.088554, 42.352231 ], [ -71.088645, 42.352219 ], [ -71.088865, 42.352196 ], [ -71.08928, 42.352149 ], [ -71.089463, 42.352138 ], [ -71.089564, 42.35213 ], [ -71.089752, 42.35211 ], [ -71.090274, 42.35203 ], [ -71.090366, 42.352015 ], [ -71.090445, 42.352003 ], [ -71.090631, 42.35198 ], [ -71.090811, 42.351961 ], [ -71.090998, 42.35194 ], [ -71.091265, 42.351909 ], [ -71.091536, 42.351878 ], [ -71.091629, 42.351869 ], [ -71.091723, 42.351857 ], [ -71.091812, 42.351844 ], [ -71.092072, 42.351793 ], [ -71.092164, 42.35177 ], [ -71.092256, 42.351748 ], [ -71.092342, 42.351726 ], [ -71.092451, 42.351695 ], [ -71.092597, 42.35165 ], [ -71.092683, 42.351623 ], [ -71.092763, 42.351596 ], [ -71.092853, 42.351567 ], [ -71.092928, 42.351542 ], [ -71.093018, 42.351513 ], [ -71.093099, 42.351489 ], [ -71.093396, 42.351402 ], [ -71.093643, 42.351309 ], [ -71.093854, 42.35123 ], [ -71.094048, 42.351162 ], [ -71.094136, 42.351121 ], [ -71.094216, 42.351081 ], [ -71.09425, 42.351066 ], [ -71.094295, 42.351049 ], [ -71.09438, 42.35102 ], [ -71.094465, 42.351003 ], [ -71.094551, 42.35099 ], [ -71.094639, 42.350972 ], [ -71.094724, 42.350947 ], [ -71.094802, 42.350921 ], [ -71.094897, 42.350889 ], [ -71.094974, 42.350865 ], [ -71.095049, 42.35084 ], [ -71.095151, 42.350817 ], [ -71.095249, 42.35081 ], [ -71.095321, 42.350813 ], [ -71.095423, 42.350819 ], [ -71.09561, 42.350832 ], [ -71.095704, 42.350838 ], [ -71.095939, 42.350852 ], [ -71.096343, 42.350883 ], [ -71.096443, 42.35089 ], [ -71.096717, 42.350909 ], [ -71.096808, 42.350914 ], [ -71.097053, 42.350931 ], [ -71.097551, 42.350966 ], [ -71.098021, 42.350996 ], [ -71.098124, 42.351005 ], [ -71.098202, 42.351011 ], [ -71.098383, 42.351022 ], [ -71.098479, 42.351029 ], [ -71.098787, 42.35105 ], [ -71.099673, 42.35111 ], [ -71.099953, 42.351128 ], [ -71.100315, 42.351152 ], [ -71.100417, 42.351159 ], [ -71.100902, 42.351192 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109312, 42.349943 ], [ -71.109333, 42.350079 ], [ -71.109359, 42.350166 ], [ -71.109393, 42.350249 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10907, 42.34889 ], [ -71.10907, 42.348932 ], [ -71.10911, 42.34902 ], [ -71.109162, 42.349159 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095676, 42.38813 ], [ -71.094683, 42.387814 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.010524, 42.384148 ], [ -71.010365, 42.384237 ], [ -71.010016, 42.384418 ], [ -71.009779, 42.384523 ], [ -71.009437, 42.38466 ], [ -71.009116, 42.384782 ], [ -71.008972, 42.384834 ], [ -71.008888, 42.38486 ], [ -71.00875, 42.384891 ], [ -71.008581, 42.38493 ], [ -71.008345, 42.384961 ], [ -71.008152, 42.384974 ], [ -71.007986, 42.384979 ], [ -71.007906, 42.384982 ], [ -71.007673, 42.384977 ], [ -71.007494, 42.38496 ], [ -71.00737, 42.38494 ], [ -71.007268, 42.384925 ], [ -71.007206, 42.384927 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.148438, 42.362228 ], [ -71.148403, 42.362247 ], [ -71.148336, 42.362307 ], [ -71.148263, 42.362359 ], [ -71.148201, 42.362417 ], [ -71.148134, 42.362468 ], [ -71.148071, 42.362517 ], [ -71.147983, 42.362587 ], [ -71.147469, 42.363069 ], [ -71.14734, 42.36319 ], [ -71.147269, 42.363263 ], [ -71.147188, 42.363344 ], [ -71.147086, 42.363443 ], [ -71.146947, 42.363588 ], [ -71.146796, 42.36374 ], [ -71.146602, 42.363928 ], [ -71.146448, 42.364076 ], [ -71.146296, 42.364211 ], [ -71.1462, 42.364293 ], [ -71.146093, 42.364379 ], [ -71.145966, 42.36447 ], [ -71.145826, 42.364569 ], [ -71.145722, 42.364638 ], [ -71.14562, 42.364716 ], [ -71.145534, 42.364784 ], [ -71.145448, 42.364843 ], [ -71.145385, 42.36489 ], [ -71.145289, 42.364951 ], [ -71.145165, 42.365025 ], [ -71.145059, 42.365094 ], [ -71.145021, 42.365125 ], [ -71.144981, 42.365148 ], [ -71.144902, 42.365185 ], [ -71.14481, 42.365224 ], [ -71.144715, 42.365267 ], [ -71.14461, 42.36531 ], [ -71.144529, 42.365338 ], [ -71.144465, 42.365359 ], [ -71.144375, 42.365385 ], [ -71.144299, 42.365403 ], [ -71.144205, 42.365423 ], [ -71.144086, 42.365443 ], [ -71.143975, 42.365461 ], [ -71.143888, 42.365473 ], [ -71.143834, 42.365482 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080809, 42.393944 ], [ -71.081059, 42.39485 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123868, 42.403904 ], [ -71.123482, 42.40446 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124936, 42.406837 ], [ -71.124819, 42.406982 ], [ -71.124809, 42.406999 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Yerxa Tunn" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129117, 42.390577 ], [ -71.129358, 42.389696 ], [ -71.129512, 42.389474 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129029, 42.394269 ], [ -71.129253, 42.394521 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Fitchburg" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14404, 42.396276 ], [ -71.143585, 42.396415 ], [ -71.143086, 42.396514 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109162, 42.349159 ], [ -71.109189, 42.349255 ], [ -71.10925, 42.34943 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085139, 42.365974 ], [ -71.082465, 42.365625 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079801, 42.361767 ], [ -71.07918, 42.36172 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084414, 42.365999 ], [ -71.086043, 42.366216 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086902, 42.338809 ], [ -71.087046, 42.338863 ], [ -71.087111, 42.338825 ], [ -71.087143, 42.338795 ], [ -71.087208, 42.338772 ], [ -71.08728, 42.338754 ], [ -71.087344, 42.338739 ], [ -71.087397, 42.338716 ], [ -71.087441, 42.33868 ], [ -71.087485, 42.338659 ], [ -71.087566, 42.338648 ], [ -71.087634, 42.338684 ], [ -71.087685, 42.338755 ], [ -71.087717, 42.338791 ], [ -71.087777, 42.338824 ], [ -71.087833, 42.33883 ], [ -71.087966, 42.338807 ], [ -71.088091, 42.338754 ], [ -71.088223, 42.338728 ], [ -71.088311, 42.338734 ], [ -71.08844, 42.338755 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110302, 42.353658 ], [ -71.110289, 42.353633 ], [ -71.110259, 42.353643 ], [ -71.110234, 42.353652 ], [ -71.110181, 42.353654 ], [ -71.110138, 42.353654 ], [ -71.110073, 42.353647 ], [ -71.110011, 42.353634 ], [ -71.109949, 42.353621 ], [ -71.109866, 42.353609 ], [ -71.109783, 42.353593 ], [ -71.109694, 42.353578 ], [ -71.109609, 42.353561 ], [ -71.109533, 42.353548 ], [ -71.109447, 42.353534 ], [ -71.109373, 42.353522 ], [ -71.109308, 42.353509 ], [ -71.10922, 42.353493 ], [ -71.109151, 42.353477 ], [ -71.109093, 42.353467 ], [ -71.109029, 42.353453 ], [ -71.108959, 42.353437 ], [ -71.108892, 42.353424 ], [ -71.108844, 42.353416 ], [ -71.108766, 42.353405 ], [ -71.108706, 42.353399 ], [ -71.10864, 42.353397 ], [ -71.108568, 42.3534 ], [ -71.108501, 42.353399 ], [ -71.108433, 42.353402 ], [ -71.108375, 42.353401 ], [ -71.108309, 42.353404 ], [ -71.108246, 42.353406 ], [ -71.108167, 42.353405 ], [ -71.10804, 42.353392 ], [ -71.107857, 42.353386 ], [ -71.107694, 42.353376 ], [ -71.107533, 42.353362 ], [ -71.107335, 42.353348 ], [ -71.107216, 42.353348 ], [ -71.107083, 42.353345 ], [ -71.106914, 42.353345 ], [ -71.106664, 42.353352 ], [ -71.106406, 42.353364 ], [ -71.106137, 42.353371 ], [ -71.105913, 42.353384 ], [ -71.10567, 42.353397 ], [ -71.105426, 42.353409 ], [ -71.105232, 42.353421 ], [ -71.104998, 42.353439 ], [ -71.104728, 42.353467 ], [ -71.104481, 42.353497 ], [ -71.10429, 42.353525 ], [ -71.104101, 42.35356 ], [ -71.103944, 42.35359 ], [ -71.103742, 42.353634 ], [ -71.103537, 42.353683 ], [ -71.103342, 42.353738 ], [ -71.103098, 42.353809 ], [ -71.102861, 42.353885 ], [ -71.102658, 42.353953 ], [ -71.10245, 42.354023 ], [ -71.102252, 42.354088 ], [ -71.10206, 42.354158 ], [ -71.101859, 42.354221 ], [ -71.101656, 42.354295 ], [ -71.101472, 42.354356 ], [ -71.101292, 42.354417 ], [ -71.101085, 42.354481 ], [ -71.100868, 42.354549 ], [ -71.100711, 42.354598 ], [ -71.100574, 42.354644 ], [ -71.100424, 42.354686 ], [ -71.10026, 42.354722 ], [ -71.100127, 42.354749 ], [ -71.10002, 42.354768 ], [ -71.099883, 42.35479 ], [ -71.099723, 42.354817 ], [ -71.099583, 42.35484 ], [ -71.099436, 42.354857 ], [ -71.099249, 42.354881 ], [ -71.099068, 42.354909 ], [ -71.098954, 42.354924 ], [ -71.098796, 42.354953 ], [ -71.098741, 42.354944 ], [ -71.098688, 42.354935 ], [ -71.09863, 42.354949 ], [ -71.098586, 42.354959 ], [ -71.098286, 42.355061 ], [ -71.09805, 42.355136 ], [ -71.09769, 42.355258 ], [ -71.097311, 42.355381 ], [ -71.096999, 42.355483 ], [ -71.096703, 42.355578 ], [ -71.096393, 42.355686 ], [ -71.095986, 42.355824 ], [ -71.095598, 42.355966 ], [ -71.095224, 42.356088 ], [ -71.094765, 42.356244 ], [ -71.094259, 42.356403 ], [ -71.093794, 42.356561 ], [ -71.093007, 42.356822 ], [ -71.092645, 42.356936 ], [ -71.092596, 42.357 ], [ -71.092516, 42.357024 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116308, 42.394828 ], [ -71.116037, 42.395223 ], [ -71.116034, 42.395227 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12019, 42.377701 ], [ -71.120112, 42.377487 ], [ -71.119876, 42.376859 ], [ -71.119858, 42.376816 ], [ -71.119713, 42.376475 ], [ -71.119706, 42.376458 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Somerville" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103928, 42.391194 ], [ -71.103786, 42.391081 ], [ -71.103661, 42.39098 ], [ -71.103603, 42.390942 ], [ -71.103562, 42.390875 ], [ -71.103511, 42.390815 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088298, 42.366416 ], [ -71.088421, 42.366382 ], [ -71.088543, 42.366344 ], [ -71.088664, 42.366294 ], [ -71.088787, 42.366232 ], [ -71.088892, 42.366161 ], [ -71.088986, 42.366084 ], [ -71.08906, 42.366017 ], [ -71.089176, 42.365855 ], [ -71.089227, 42.365739 ], [ -71.089279, 42.365568 ], [ -71.089475, 42.364816 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137908, 42.394572 ], [ -71.137842, 42.394544 ], [ -71.13778, 42.39453 ], [ -71.137728, 42.394518 ], [ -71.137692, 42.394511 ], [ -71.137656, 42.394505 ], [ -71.137607, 42.394497 ], [ -71.137536, 42.394479 ], [ -71.137425, 42.39445 ], [ -71.137345, 42.394426 ], [ -71.137285, 42.394394 ], [ -71.137233, 42.394363 ], [ -71.137191, 42.394325 ], [ -71.137167, 42.394289 ], [ -71.137133, 42.39423 ], [ -71.137114, 42.394198 ], [ -71.137106, 42.394159 ], [ -71.137101, 42.394093 ], [ -71.137098, 42.394053 ], [ -71.137095, 42.394011 ], [ -71.137084, 42.393774 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096206, 42.382254 ], [ -71.095767, 42.382854 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094467, 42.343171 ], [ -71.094493, 42.343118 ], [ -71.094503, 42.343038 ], [ -71.094507, 42.342943 ], [ -71.094511, 42.342912 ], [ -71.094522, 42.34287 ], [ -71.094525, 42.342853 ], [ -71.094536, 42.342826 ], [ -71.094549, 42.342796 ], [ -71.094623, 42.342682 ], [ -71.094731, 42.342544 ], [ -71.094802, 42.342469 ], [ -71.094829, 42.342441 ], [ -71.09486, 42.342414 ], [ -71.094976, 42.342315 ], [ -71.095041, 42.342264 ], [ -71.095089, 42.342228 ], [ -71.095108, 42.342215 ], [ -71.095132, 42.342201 ], [ -71.095172, 42.342178 ], [ -71.095218, 42.342152 ], [ -71.095268, 42.342127 ], [ -71.095316, 42.342104 ], [ -71.095369, 42.342078 ], [ -71.095421, 42.342058 ], [ -71.095486, 42.342034 ], [ -71.09565, 42.341983 ], [ -71.095822, 42.341938 ], [ -71.095993, 42.341889 ], [ -71.096148, 42.341849 ], [ -71.096289, 42.341812 ], [ -71.096417, 42.341781 ], [ -71.096549, 42.341743 ], [ -71.096702, 42.3417 ], [ -71.096855, 42.341656 ], [ -71.097007, 42.341618 ], [ -71.097074, 42.341594 ], [ -71.097129, 42.341572 ], [ -71.097191, 42.34154 ], [ -71.097232, 42.341515 ], [ -71.097269, 42.341488 ], [ -71.097327, 42.341436 ], [ -71.097418, 42.341356 ], [ -71.097527, 42.341262 ], [ -71.097637, 42.341182 ], [ -71.097682, 42.341147 ], [ -71.097748, 42.34109 ], [ -71.097855, 42.340995 ], [ -71.097973, 42.340895 ], [ -71.098071, 42.340823 ], [ -71.098093, 42.340809 ], [ -71.098118, 42.340795 ], [ -71.098218, 42.340748 ], [ -71.09833, 42.340703 ], [ -71.098456, 42.340658 ], [ -71.098501, 42.340643 ], [ -71.098547, 42.340628 ], [ -71.098676, 42.340592 ], [ -71.098724, 42.34058 ], [ -71.098788, 42.340566 ], [ -71.098859, 42.340552 ], [ -71.098918, 42.340542 ], [ -71.098995, 42.340532 ], [ -71.099033, 42.34053 ], [ -71.09906, 42.34053 ], [ -71.09917, 42.34053 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119438, 42.321605 ], [ -71.119405, 42.321633 ], [ -71.119433, 42.321746 ], [ -71.11945, 42.321952 ], [ -71.119458, 42.322212 ], [ -71.119466, 42.322519 ], [ -71.119437, 42.322659 ], [ -71.119273, 42.322884 ], [ -71.119272, 42.322988 ], [ -71.118841, 42.323256 ], [ -71.118625, 42.323393 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095533, 42.38316 ], [ -71.095279, 42.383559 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089329, 42.364807 ], [ -71.089191, 42.365342 ], [ -71.089104, 42.365669 ], [ -71.089066, 42.36577 ], [ -71.089009, 42.36587 ], [ -71.088924, 42.365971 ], [ -71.088834, 42.366057 ], [ -71.088731, 42.366133 ], [ -71.088627, 42.366192 ], [ -71.088489, 42.366249 ], [ -71.088382, 42.366283 ], [ -71.088262, 42.366309 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093413, 42.38672 ], [ -71.093347, 42.386897 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0774, 42.365023 ], [ -71.077515, 42.365112 ], [ -71.078197, 42.365195 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114114, 42.394307 ], [ -71.114094, 42.394419 ], [ -71.11404, 42.394545 ], [ -71.11399, 42.394642 ], [ -71.113881, 42.394731 ], [ -71.113737, 42.394813 ], [ -71.113676, 42.39483 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123089, 42.405063 ], [ -71.122731, 42.405581 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082123, 42.362116 ], [ -71.082415, 42.362133 ], [ -71.082857, 42.36216 ], [ -71.083071, 42.362179 ], [ -71.083241, 42.3622 ], [ -71.083387, 42.36223 ], [ -71.083542, 42.362272 ], [ -71.083656, 42.362316 ], [ -71.083821, 42.362396 ], [ -71.083973, 42.36249 ], [ -71.084312, 42.362713 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121057, 42.390253 ], [ -71.120982, 42.390204 ], [ -71.120712, 42.390004 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093785, 42.387545 ], [ -71.093175, 42.387361 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116202, 42.364292 ], [ -71.116215, 42.364226 ], [ -71.116226, 42.364142 ], [ -71.116229, 42.364033 ], [ -71.11623, 42.363883 ], [ -71.116229, 42.363746 ], [ -71.116228, 42.36363 ], [ -71.116229, 42.363469 ], [ -71.116224, 42.363339 ], [ -71.116221, 42.363168 ], [ -71.116214, 42.363069 ], [ -71.116209, 42.362985 ], [ -71.116212, 42.362855 ], [ -71.116209, 42.362762 ], [ -71.116201, 42.362686 ], [ -71.116198, 42.362585 ], [ -71.11619, 42.362285 ], [ -71.116162, 42.361991 ], [ -71.116155, 42.361862 ], [ -71.116146, 42.361742 ], [ -71.11614, 42.361646 ], [ -71.116128, 42.361536 ], [ -71.116135, 42.361509 ], [ -71.116135, 42.361489 ], [ -71.116115, 42.361425 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125148, 42.40647 ], [ -71.124936, 42.406837 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116333, 42.325914 ], [ -71.116327, 42.325959 ], [ -71.116298, 42.326007 ], [ -71.116282, 42.326035 ], [ -71.116252, 42.326066 ], [ -71.11622, 42.326098 ], [ -71.116184, 42.326147 ], [ -71.116128, 42.326241 ], [ -71.116114, 42.326269 ], [ -71.116092, 42.326312 ], [ -71.116077, 42.326372 ], [ -71.116058, 42.326423 ], [ -71.116044, 42.326471 ], [ -71.116002, 42.326544 ], [ -71.115969, 42.326595 ], [ -71.115935, 42.32664 ], [ -71.115843, 42.326746 ], [ -71.115796, 42.326813 ], [ -71.115754, 42.32687 ], [ -71.115719, 42.32692 ], [ -71.11568, 42.326994 ], [ -71.115658, 42.327048 ], [ -71.115627, 42.327113 ], [ -71.115597, 42.327192 ], [ -71.115579, 42.32726 ], [ -71.115563, 42.327326 ], [ -71.115549, 42.327404 ], [ -71.115538, 42.32748 ], [ -71.115538, 42.327653 ], [ -71.115534, 42.327754 ], [ -71.115523, 42.327845 ], [ -71.115504, 42.32795 ], [ -71.115474, 42.328077 ], [ -71.115455, 42.328157 ], [ -71.115423, 42.328231 ], [ -71.115397, 42.328308 ], [ -71.115369, 42.328403 ], [ -71.11527, 42.328617 ], [ -71.115156, 42.328825 ], [ -71.115069, 42.328949 ], [ -71.114931, 42.329146 ], [ -71.114713, 42.329433 ], [ -71.114662, 42.329508 ], [ -71.114616, 42.329576 ], [ -71.114148, 42.330373 ], [ -71.114119, 42.330428 ], [ -71.114088, 42.330502 ], [ -71.114025, 42.330667 ], [ -71.114001, 42.330742 ], [ -71.113971, 42.330839 ], [ -71.113925, 42.330978 ], [ -71.113842, 42.331128 ], [ -71.113774, 42.331278 ], [ -71.11371, 42.33138 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137908, 42.394572 ], [ -71.137922, 42.394481 ], [ -71.137941, 42.394377 ], [ -71.137948, 42.394342 ], [ -71.137957, 42.394296 ], [ -71.137985, 42.394218 ], [ -71.138002, 42.393849 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Melnea Cas" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087596, 42.336433 ], [ -71.087558, 42.336397 ], [ -71.087382, 42.336283 ], [ -71.087314, 42.336242 ], [ -71.087237, 42.336182 ], [ -71.087162, 42.336104 ], [ -71.087098, 42.336032 ], [ -71.087008, 42.335847 ], [ -71.086875, 42.335762 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11371, 42.33138 ], [ -71.113616, 42.331093 ], [ -71.113599, 42.331044 ], [ -71.113565, 42.330945 ], [ -71.113505, 42.330823 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047525, 42.280827 ], [ -71.047407, 42.280914 ], [ -71.047237, 42.281036 ], [ -71.047121, 42.281118 ], [ -71.047024, 42.28119 ], [ -71.046921, 42.281273 ], [ -71.046851, 42.281336 ], [ -71.046779, 42.281401 ], [ -71.04674, 42.281441 ], [ -71.04671, 42.281481 ], [ -71.046684, 42.281524 ], [ -71.046654, 42.281579 ], [ -71.046618, 42.281646 ], [ -71.046578, 42.281724 ], [ -71.046419, 42.282047 ], [ -71.04636, 42.282149 ], [ -71.046252, 42.282296 ], [ -71.046183, 42.282375 ], [ -71.046079, 42.282472 ], [ -71.045977, 42.282554 ], [ -71.045875, 42.28263 ], [ -71.04581, 42.28267 ], [ -71.045648, 42.282738 ], [ -71.045527, 42.282787 ], [ -71.045028, 42.282914 ], [ -71.044006, 42.283206 ], [ -71.043774, 42.283266 ], [ -71.043759, 42.283277 ], [ -71.04358, 42.283463 ], [ -71.043458, 42.283611 ], [ -71.043395, 42.283666 ], [ -71.043354, 42.283686 ], [ -71.043271, 42.283703 ], [ -71.043217, 42.283706 ], [ -71.043149, 42.283693 ], [ -71.043091, 42.283673 ], [ -71.043039, 42.28364 ], [ -71.042991, 42.28359 ], [ -71.042946, 42.283537 ], [ -71.042904, 42.283502 ], [ -71.042842, 42.283462 ], [ -71.042801, 42.283441 ], [ -71.042745, 42.283413 ], [ -71.042682, 42.28339 ], [ -71.042613, 42.283372 ], [ -71.042558, 42.283373 ], [ -71.042501, 42.283378 ], [ -71.042449, 42.283388 ], [ -71.042351, 42.283408 ], [ -71.042281, 42.283432 ], [ -71.042222, 42.283465 ], [ -71.042155, 42.283506 ], [ -71.042079, 42.283561 ], [ -71.042054, 42.283589 ], [ -71.042023, 42.28363 ], [ -71.04199, 42.28367 ], [ -71.041947, 42.28373 ], [ -71.041829, 42.283892 ], [ -71.041748, 42.283988 ], [ -71.041632, 42.284129 ], [ -71.041416, 42.284347 ], [ -71.041216, 42.284435 ], [ -71.041012, 42.284517 ], [ -71.040737, 42.284585 ], [ -71.040441, 42.284684 ], [ -71.040127, 42.284869 ], [ -71.040089, 42.284901 ], [ -71.040042, 42.284952 ], [ -71.040001, 42.284995 ], [ -71.039942, 42.285046 ], [ -71.039873, 42.285101 ], [ -71.039806, 42.285154 ], [ -71.039702, 42.285235 ], [ -71.039652, 42.285276 ], [ -71.039609, 42.285315 ], [ -71.039576, 42.28535 ], [ -71.039546, 42.285386 ], [ -71.039516, 42.285423 ], [ -71.039481, 42.28548 ], [ -71.039412, 42.285571 ], [ -71.039269, 42.285668 ], [ -71.039192, 42.285716 ], [ -71.039084, 42.285774 ], [ -71.039021, 42.285813 ], [ -71.03877, 42.28596 ], [ -71.038694, 42.286011 ], [ -71.038679, 42.286028 ], [ -71.038659, 42.286048 ], [ -71.038649, 42.28608 ], [ -71.038646, 42.286105 ], [ -71.038652, 42.286137 ], [ -71.038665, 42.286165 ], [ -71.038687, 42.286185 ], [ -71.038713, 42.286209 ], [ -71.038917, 42.286391 ], [ -71.038999, 42.286469 ], [ -71.039064, 42.286523 ], [ -71.039123, 42.286579 ], [ -71.039153, 42.286619 ], [ -71.039173, 42.286649 ], [ -71.039176, 42.28668 ], [ -71.039178, 42.286732 ], [ -71.039174, 42.28681 ], [ -71.039192, 42.286867 ], [ -71.039214, 42.286901 ], [ -71.039246, 42.286941 ], [ -71.039325, 42.28701 ], [ -71.039437, 42.287091 ], [ -71.039521, 42.28715 ], [ -71.039621, 42.287223 ], [ -71.03971, 42.28727 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10938, 42.34635 ], [ -71.109379, 42.34657 ], [ -71.10939, 42.347091 ], [ -71.10937, 42.3473 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119983, 42.379983 ], [ -71.120009, 42.379743 ], [ -71.120046, 42.379446 ], [ -71.120098, 42.378979 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090837, 42.337124 ], [ -71.091106, 42.33714 ], [ -71.091372, 42.337158 ], [ -71.091853, 42.337221 ], [ -71.092074, 42.337243 ], [ -71.092479, 42.337295 ], [ -71.092902, 42.337353 ], [ -71.092931, 42.337353 ], [ -71.093229, 42.337415 ], [ -71.093369, 42.337465 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104051, 42.365614 ], [ -71.104251, 42.365447 ], [ -71.104381, 42.365364 ], [ -71.104478, 42.365332 ], [ -71.104671, 42.365289 ], [ -71.104994, 42.365253 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.156144, 42.330704 ], [ -71.15607, 42.330623 ], [ -71.15601, 42.33055 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086081, 42.385151 ], [ -71.085723, 42.385036 ], [ -71.085432, 42.384944 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11942, 42.388443 ], [ -71.119521, 42.388777 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111165, 42.349782 ], [ -71.111104, 42.350054 ], [ -71.11108, 42.350152 ], [ -71.11105, 42.350216 ], [ -71.110986, 42.350262 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087838, 42.385692 ], [ -71.087035, 42.385445 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125837, 42.405437 ], [ -71.125462, 42.405995 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Somerville" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127874, 42.397679 ], [ -71.127697, 42.397668 ], [ -71.127376, 42.397571 ], [ -71.125307, 42.397392 ], [ -71.124802, 42.397326 ], [ -71.124624, 42.397289 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124577, 42.402847 ], [ -71.124211, 42.403381 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122078, 42.396652 ], [ -71.121515, 42.396511 ], [ -71.121293, 42.39651 ], [ -71.111079, 42.394059 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.15645, 42.331016 ], [ -71.156357, 42.330951 ], [ -71.15632, 42.33092 ], [ -71.156208, 42.330778 ], [ -71.156144, 42.330704 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11165, 42.34757 ], [ -71.11159, 42.34784 ], [ -71.11152, 42.34811 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124964, 42.402291 ], [ -71.124577, 42.402847 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068779, 42.369326 ], [ -71.06893, 42.369322 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.146823, 42.378789 ], [ -71.147126, 42.378759 ], [ -71.147437, 42.378742 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.123323, 42.391332 ], [ -71.123016, 42.391193 ], [ -71.122815, 42.391108 ], [ -71.122571, 42.391006 ], [ -71.122283, 42.390879 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120712, 42.390004 ], [ -71.12067, 42.389973 ], [ -71.120532, 42.389844 ], [ -71.120386, 42.389707 ], [ -71.120105, 42.38943 ], [ -71.120063, 42.389374 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083412, 42.384348 ], [ -71.082681, 42.384143 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115568, 42.372218 ], [ -71.115927, 42.372482 ], [ -71.116076, 42.372587 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110952, 42.35045 ], [ -71.110986, 42.350262 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121538, 42.390524 ], [ -71.121327, 42.390428 ], [ -71.121057, 42.390253 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.121908, 42.406741 ], [ -71.121752, 42.406964 ], [ -71.121668, 42.407087 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091458, 42.390022 ], [ -71.091151, 42.390386 ], [ -71.090778, 42.390838 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114913, 42.39686 ], [ -71.114689, 42.397187 ], [ -71.114326, 42.397715 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11152, 42.34811 ], [ -71.11137, 42.3488 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114326, 42.397715 ], [ -71.113636, 42.397456 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12531, 42.406253 ], [ -71.125148, 42.40647 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.139426, 42.395969 ], [ -71.139448, 42.39621 ], [ -71.139479, 42.396248 ], [ -71.139563, 42.396268 ], [ -71.139723, 42.396262 ], [ -71.139728, 42.39647 ], [ -71.139719, 42.396602 ], [ -71.139704, 42.396702 ], [ -71.139691, 42.396774 ], [ -71.139687, 42.396845 ], [ -71.139688, 42.396877 ], [ -71.139692, 42.396904 ], [ -71.139705, 42.396939 ], [ -71.139731, 42.39699 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141343, 42.396849 ], [ -71.143016, 42.396492 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115158, 42.398027 ], [ -71.114326, 42.397715 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116671, 42.398593 ], [ -71.115904, 42.398306 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080195, 42.391755 ], [ -71.080538, 42.392984 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072676, 42.359902 ], [ -71.072711, 42.359737 ], [ -71.072727, 42.359685 ], [ -71.072775, 42.359572 ], [ -71.072809, 42.359489 ], [ -71.072836, 42.359415 ], [ -71.073043, 42.358871 ], [ -71.073341, 42.358109 ], [ -71.073457, 42.357832 ], [ -71.073503, 42.357709 ], [ -71.073553, 42.357648 ], [ -71.073579, 42.357625 ], [ -71.073635, 42.357612 ], [ -71.073714, 42.3576 ], [ -71.073814, 42.357591 ], [ -71.073867, 42.35758 ], [ -71.073925, 42.357559 ], [ -71.073964, 42.357529 ], [ -71.07401, 42.357495 ], [ -71.074059, 42.35742 ], [ -71.074091, 42.357351 ], [ -71.07414, 42.357224 ], [ -71.074184, 42.357149 ], [ -71.074219, 42.357087 ], [ -71.074253, 42.357042 ], [ -71.074362, 42.356886 ], [ -71.074423, 42.356803 ], [ -71.074544, 42.356632 ], [ -71.074588, 42.356571 ], [ -71.074615, 42.356539 ], [ -71.074648, 42.356499 ], [ -71.074712, 42.356435 ], [ -71.074808, 42.356321 ], [ -71.074932, 42.356215 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Arnold Arb" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.125491, 42.301631 ], [ -71.125261, 42.301664 ], [ -71.125038, 42.301729 ], [ -71.124837, 42.301795 ], [ -71.124638, 42.301851 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080134, 42.361791 ], [ -71.079801, 42.361767 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106679, 42.364557 ], [ -71.106224, 42.364708 ], [ -71.105935, 42.364812 ], [ -71.105726, 42.364899 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10921, 42.34811 ], [ -71.10913, 42.34848 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089936, 42.38635 ], [ -71.089557, 42.386231 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122442, 42.369804 ], [ -71.122611, 42.369983 ], [ -71.122611, 42.370078 ], [ -71.12268, 42.370218 ], [ -71.12274, 42.370414 ], [ -71.122834, 42.37063 ], [ -71.122945, 42.370834 ], [ -71.123067, 42.371061 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079857, 42.365412 ], [ -71.082374, 42.365731 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124809, 42.406999 ], [ -71.124535, 42.407433 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082681, 42.384143 ], [ -71.081826, 42.383926 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118869, 42.323536 ], [ -71.118694, 42.323395 ], [ -71.118663, 42.323381 ], [ -71.118628, 42.323396 ], [ -71.118569, 42.323444 ], [ -71.1185, 42.323512 ], [ -71.118427, 42.323578 ], [ -71.118375, 42.323618 ], [ -71.118297, 42.323663 ], [ -71.118196, 42.323699 ], [ -71.118111, 42.323723 ], [ -71.118031, 42.323734 ], [ -71.117938, 42.32374 ], [ -71.117845, 42.323735 ], [ -71.117767, 42.32372 ], [ -71.117698, 42.323705 ], [ -71.117642, 42.323703 ], [ -71.117564, 42.323708 ], [ -71.117488, 42.32372 ], [ -71.117363, 42.323742 ], [ -71.117261, 42.323762 ], [ -71.117139, 42.323795 ], [ -71.11704, 42.323823 ], [ -71.116978, 42.323849 ], [ -71.116919, 42.323879 ], [ -71.116864, 42.323908 ], [ -71.116819, 42.323944 ], [ -71.116738, 42.324016 ], [ -71.116678, 42.324078 ], [ -71.116621, 42.324168 ], [ -71.116589, 42.324242 ], [ -71.116558, 42.324323 ], [ -71.116538, 42.324402 ], [ -71.116534, 42.324468 ], [ -71.116535, 42.324527 ], [ -71.116541, 42.324568 ], [ -71.116553, 42.324605 ], [ -71.116579, 42.324671 ], [ -71.116616, 42.324742 ], [ -71.116647, 42.324815 ], [ -71.116664, 42.324877 ], [ -71.116674, 42.32495 ], [ -71.116668, 42.325037 ], [ -71.116659, 42.325111 ], [ -71.116642, 42.325199 ], [ -71.116629, 42.325279 ], [ -71.116612, 42.325327 ], [ -71.116574, 42.325387 ], [ -71.116529, 42.325436 ], [ -71.116479, 42.325498 ], [ -71.116447, 42.325555 ], [ -71.116411, 42.325623 ], [ -71.116388, 42.325681 ], [ -71.116372, 42.325749 ], [ -71.116354, 42.325807 ], [ -71.116338, 42.325872 ], [ -71.116333, 42.325914 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.177885, 42.282444 ], [ -71.178006, 42.282445 ], [ -71.178178, 42.282445 ], [ -71.178537, 42.282421 ], [ -71.178854, 42.282401 ], [ -71.179037, 42.282387 ], [ -71.179322, 42.282379 ], [ -71.179547, 42.282375 ], [ -71.179788, 42.282383 ], [ -71.179986, 42.282354 ], [ -71.180132, 42.282328 ], [ -71.18027, 42.28231 ], [ -71.180273, 42.282308 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.180273, 42.282308 ], [ -71.180356, 42.282246 ], [ -71.180425, 42.282179 ], [ -71.180463, 42.282084 ], [ -71.180458, 42.281937 ], [ -71.180458, 42.281841 ], [ -71.180468, 42.281758 ], [ -71.180506, 42.281635 ], [ -71.180511, 42.281572 ], [ -71.180506, 42.28157 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120954, 42.390323 ], [ -71.121124, 42.390425 ], [ -71.121436, 42.390587 ], [ -71.121457, 42.390597 ], [ -71.121833, 42.390769 ], [ -71.122208, 42.390939 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122283, 42.390879 ], [ -71.122156, 42.390823 ], [ -71.121712, 42.390604 ], [ -71.121538, 42.390524 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140442, 42.396174 ], [ -71.1404, 42.395442 ], [ -71.14043, 42.394964 ], [ -71.140393, 42.394056 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140393, 42.394056 ], [ -71.140387, 42.393905 ], [ -71.140446, 42.393683 ], [ -71.140511, 42.393462 ], [ -71.140561, 42.393279 ], [ -71.140629, 42.393064 ], [ -71.141074, 42.391655 ], [ -71.141207, 42.391237 ], [ -71.141351, 42.390881 ], [ -71.141443, 42.390734 ], [ -71.141506, 42.390639 ], [ -71.141732, 42.390341 ], [ -71.141737, 42.39026 ], [ -71.141936, 42.390054 ], [ -71.142234, 42.389701 ], [ -71.142684, 42.389185 ], [ -71.142767, 42.389081 ], [ -71.142896, 42.388896 ], [ -71.142926, 42.388809 ], [ -71.14296, 42.388693 ], [ -71.142967, 42.388613 ], [ -71.142973, 42.388567 ], [ -71.142981, 42.38851 ], [ -71.142991, 42.38846 ], [ -71.142997, 42.388417 ], [ -71.142998, 42.38838 ], [ -71.142996, 42.388347 ], [ -71.142989, 42.388314 ], [ -71.142978, 42.388275 ], [ -71.142968, 42.388243 ], [ -71.142954, 42.388212 ], [ -71.14291, 42.388139 ], [ -71.142819, 42.388004 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116034, 42.395227 ], [ -71.115721, 42.395683 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114326, 42.397715 ], [ -71.113433, 42.399029 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092761, 42.357538 ], [ -71.09268, 42.357369 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118915, 42.399435 ], [ -71.117567, 42.398929 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.166351, 42.3581 ], [ -71.166764, 42.358048 ], [ -71.167681, 42.358068 ], [ -71.167854, 42.35807 ], [ -71.168021, 42.358074 ], [ -71.168192, 42.358077 ], [ -71.168338, 42.358084 ], [ -71.168515, 42.358089 ], [ -71.16878, 42.358101 ], [ -71.16897, 42.358109 ], [ -71.169101, 42.358114 ], [ -71.169249, 42.358121 ], [ -71.169348, 42.358126 ], [ -71.16942, 42.358131 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120063, 42.389374 ], [ -71.119909, 42.389174 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092005, 42.386983 ], [ -71.091411, 42.386809 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087035, 42.385445 ], [ -71.086081, 42.385151 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092467, 42.337645 ], [ -71.09236, 42.337816 ], [ -71.092316, 42.337919 ], [ -71.092253, 42.337987 ], [ -71.092243, 42.338041 ], [ -71.092295, 42.338095 ], [ -71.0923, 42.338152 ], [ -71.092256, 42.338237 ], [ -71.09214, 42.33833 ], [ -71.092047, 42.338422 ], [ -71.091965, 42.338529 ], [ -71.091873, 42.33864 ], [ -71.091564, 42.338752 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127563, 42.242949 ], [ -71.127573, 42.242959 ], [ -71.127575, 42.242982 ], [ -71.127544, 42.24309 ], [ -71.127486, 42.243209 ], [ -71.12743, 42.243323 ], [ -71.127317, 42.24354 ], [ -71.127165, 42.243779 ], [ -71.127093, 42.243894 ], [ -71.127059, 42.243972 ], [ -71.127051, 42.243989 ], [ -71.127012, 42.244112 ], [ -71.126978, 42.244286 ], [ -71.126927, 42.244457 ], [ -71.12687, 42.244593 ], [ -71.126852, 42.244654 ], [ -71.126846, 42.244705 ], [ -71.126845, 42.244763 ], [ -71.12636, 42.244736 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081059, 42.39485 ], [ -71.08124, 42.395499 ], [ -71.081296, 42.395708 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145855, 42.375608 ], [ -71.145927, 42.375779 ], [ -71.146132, 42.376265 ], [ -71.146426, 42.376919 ], [ -71.146428, 42.376924 ], [ -71.146966, 42.378149 ], [ -71.147138, 42.378551 ], [ -71.147119, 42.378597 ], [ -71.147069, 42.378653 ], [ -71.147007, 42.378701 ], [ -71.146823, 42.378789 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096706, 42.381596 ], [ -71.096206, 42.382254 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120058, 42.377743 ], [ -71.120063, 42.377765 ], [ -71.120077, 42.377956 ], [ -71.12006, 42.378165 ], [ -71.120035, 42.378455 ], [ -71.119982, 42.378938 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109358, 42.346005 ], [ -71.10937, 42.346051 ], [ -71.109379, 42.346135 ], [ -71.10938, 42.34623 ], [ -71.10938, 42.34635 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082484, 42.361972 ], [ -71.081889, 42.361931 ], [ -71.080445, 42.361817 ], [ -71.080134, 42.361791 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.122208, 42.390939 ], [ -71.122505, 42.391079 ], [ -71.12274, 42.39119 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Somerville" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104436, 42.391063 ], [ -71.104332, 42.391097 ], [ -71.104286, 42.391159 ], [ -71.104219, 42.391201 ], [ -71.104135, 42.391225 ], [ -71.104032, 42.39122 ], [ -71.10393, 42.391196 ], [ -71.103928, 42.391194 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120183, 42.376501 ], [ -71.11958, 42.375526 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092203, 42.389002 ], [ -71.091956, 42.389349 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Somerville" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.129912, 42.397712 ], [ -71.130711, 42.39788 ], [ -71.130905, 42.397781 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134049, 42.388622 ], [ -71.133905, 42.388629 ], [ -71.133819, 42.388623 ], [ -71.133671, 42.388605 ], [ -71.133522, 42.388584 ], [ -71.133433, 42.388573 ], [ -71.133342, 42.388572 ], [ -71.133171, 42.388587 ], [ -71.1326, 42.388681 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097172, 42.381019 ], [ -71.09674, 42.381532 ], [ -71.096706, 42.381596 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091411, 42.386809 ], [ -71.0908, 42.386618 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104397, 42.344208 ], [ -71.104271, 42.344179 ], [ -71.104382, 42.343989 ], [ -71.104169, 42.34398 ], [ -71.104082, 42.343911 ], [ -71.103994, 42.343939 ], [ -71.103901, 42.343967 ], [ -71.103825, 42.343967 ], [ -71.103716, 42.343958 ], [ -71.103612, 42.34393 ], [ -71.103531, 42.343881 ], [ -71.103488, 42.343804 ], [ -71.103461, 42.343727 ], [ -71.103429, 42.34356 ], [ -71.103366, 42.343232 ], [ -71.103324, 42.342993 ], [ -71.103297, 42.342892 ], [ -71.10327, 42.342855 ], [ -71.103231, 42.342896 ], [ -71.103116, 42.343021 ], [ -71.102803, 42.343323 ], [ -71.10258, 42.34312 ], [ -71.10252, 42.343063 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07822, 42.365093 ], [ -71.077516, 42.365001 ], [ -71.0774, 42.365023 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092467, 42.388631 ], [ -71.092203, 42.389002 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087829, 42.366428 ], [ -71.088057, 42.366433 ], [ -71.088298, 42.366416 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084383, 42.362626 ], [ -71.084272, 42.36257 ], [ -71.084117, 42.362466 ], [ -71.083908, 42.362327 ], [ -71.083774, 42.362257 ], [ -71.083635, 42.362199 ], [ -71.083499, 42.362155 ], [ -71.083249, 42.362093 ], [ -71.08296, 42.362039 ], [ -71.082484, 42.361972 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119566, 42.388491 ], [ -71.119546, 42.388433 ], [ -71.119535, 42.388399 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120779, 42.373186 ], [ -71.121092, 42.373069 ], [ -71.121261, 42.372985 ], [ -71.121435, 42.372851 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141377, 42.394667 ], [ -71.141377, 42.394764 ], [ -71.141197, 42.394819 ], [ -71.140983, 42.394868 ], [ -71.140915, 42.394896 ], [ -71.140854, 42.394933 ], [ -71.140793, 42.394975 ], [ -71.140762, 42.395026 ], [ -71.140747, 42.395141 ], [ -71.140853, 42.39569 ], [ -71.140935, 42.396183 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092155, 42.338966 ], [ -71.091568, 42.338754 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085432, 42.384944 ], [ -71.08506, 42.384826 ], [ -71.084212, 42.384563 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140442, 42.396174 ], [ -71.140767, 42.39697 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.057876, 42.381573 ], [ -71.058073, 42.381586 ], [ -71.058208, 42.381568 ], [ -71.05832, 42.381534 ], [ -71.058488, 42.381427 ], [ -71.058566, 42.38131 ], [ -71.058586, 42.381212 ], [ -71.05857, 42.381113 ], [ -71.058524, 42.380986 ], [ -71.058418, 42.380894 ], [ -71.058276, 42.380821 ], [ -71.058025, 42.380734 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145714, 42.37527 ], [ -71.145855, 42.375608 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.137908, 42.394572 ], [ -71.13788, 42.39478 ], [ -71.137877, 42.394859 ], [ -71.137876, 42.39495 ], [ -71.137889, 42.395016 ], [ -71.137904, 42.395093 ], [ -71.137933, 42.395186 ], [ -71.137971, 42.395255 ], [ -71.138019, 42.395332 ], [ -71.13807, 42.395398 ], [ -71.138127, 42.395458 ], [ -71.138201, 42.395523 ], [ -71.138287, 42.395592 ], [ -71.138353, 42.395656 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092849, 42.337116 ], [ -71.092735, 42.337099 ], [ -71.092596, 42.337077 ], [ -71.092508, 42.337202 ], [ -71.09245, 42.337295 ], [ -71.092391, 42.337394 ], [ -71.092342, 42.337487 ], [ -71.092342, 42.337551 ], [ -71.09238, 42.337602 ], [ -71.092462, 42.337638 ], [ -71.092466, 42.337639 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088734, 42.339197 ], [ -71.088895, 42.339165 ], [ -71.089039, 42.339133 ], [ -71.089156, 42.339082 ], [ -71.089249, 42.339032 ], [ -71.089333, 42.338982 ], [ -71.089434, 42.338952 ], [ -71.089526, 42.338941 ], [ -71.089619, 42.338899 ], [ -71.089715, 42.338837 ], [ -71.089792, 42.338802 ], [ -71.089848, 42.338775 ], [ -71.089961, 42.338755 ], [ -71.090155, 42.338716 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119668, 42.38876 ], [ -71.119635, 42.388693 ], [ -71.119566, 42.388491 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086043, 42.366216 ], [ -71.086647, 42.366287 ], [ -71.087421, 42.366379 ], [ -71.087754, 42.366422 ], [ -71.087829, 42.366428 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095767, 42.382854 ], [ -71.095533, 42.38316 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088262, 42.366309 ], [ -71.088078, 42.366331 ], [ -71.087843, 42.366334 ], [ -71.086661, 42.366168 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112954, 42.3972 ], [ -71.1129, 42.397181 ], [ -71.112253, 42.396938 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.095279, 42.383559 ], [ -71.094915, 42.384089 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093737, 42.38579 ], [ -71.093614, 42.386126 ], [ -71.093569, 42.386258 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.147437, 42.378742 ], [ -71.147201, 42.378186 ], [ -71.146915, 42.377491 ], [ -71.146613, 42.376887 ], [ -71.146605, 42.376872 ], [ -71.146382, 42.376328 ], [ -71.146118, 42.375751 ], [ -71.146057, 42.375576 ], [ -71.145927, 42.375256 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141388, 42.394577 ], [ -71.141387, 42.39476 ], [ -71.142126, 42.394729 ], [ -71.142191, 42.394747 ], [ -71.142256, 42.394811 ], [ -71.142957, 42.396353 ], [ -71.143016, 42.396492 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093569, 42.386258 ], [ -71.093528, 42.38638 ], [ -71.093498, 42.386468 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05163, 42.349901 ], [ -71.052629, 42.348589 ], [ -71.052629, 42.348565 ], [ -71.052611, 42.348545 ], [ -71.052591, 42.348522 ], [ -71.052575, 42.348497 ], [ -71.05256, 42.348475 ], [ -71.052556, 42.348443 ], [ -71.052568, 42.348417 ], [ -71.052589, 42.348393 ], [ -71.052621, 42.348375 ], [ -71.052652, 42.348367 ], [ -71.05269, 42.348364 ], [ -71.052722, 42.348361 ], [ -71.052751, 42.348357 ], [ -71.05278, 42.348345 ], [ -71.052807, 42.348329 ], [ -71.052888, 42.348242 ], [ -71.052905, 42.348223 ], [ -71.052915, 42.3482 ], [ -71.0529, 42.348178 ], [ -71.052886, 42.348165 ], [ -71.052757, 42.348046 ], [ -71.052752, 42.34803 ], [ -71.052752, 42.348014 ], [ -71.052755, 42.347996 ], [ -71.053106, 42.347524 ], [ -71.053131, 42.347504 ], [ -71.053164, 42.347499 ], [ -71.053555, 42.347477 ], [ -71.053578, 42.347473 ], [ -71.05359, 42.347459 ], [ -71.054276, 42.346508 ], [ -71.054744, 42.345835 ], [ -71.054766, 42.345818 ], [ -71.054794, 42.345802 ], [ -71.054842, 42.345773 ], [ -71.054879, 42.345753 ], [ -71.054906, 42.345744 ], [ -71.054946, 42.345742 ], [ -71.055514, 42.345741 ], [ -71.055831, 42.345724 ], [ -71.056017, 42.345704 ], [ -71.056216, 42.345684 ], [ -71.056496, 42.345651 ], [ -71.057026, 42.345611 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093175, 42.387361 ], [ -71.093045, 42.387701 ], [ -71.09289, 42.387998 ], [ -71.092782, 42.388187 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154102, 42.336147 ], [ -71.154096, 42.336136 ], [ -71.153967, 42.335844 ], [ -71.153907, 42.335565 ], [ -71.153898, 42.335273 ], [ -71.153958, 42.334943 ], [ -71.154061, 42.334664 ], [ -71.154276, 42.334099 ], [ -71.154525, 42.333541 ], [ -71.154611, 42.333281 ], [ -71.154842, 42.333001 ], [ -71.1551, 42.332722 ], [ -71.155435, 42.332469 ], [ -71.155624, 42.332329 ], [ -71.156302, 42.331993 ], [ -71.156662, 42.33184 ], [ -71.156971, 42.331764 ], [ -71.15722, 42.331732 ], [ -71.157572, 42.331745 ], [ -71.157967, 42.331834 ], [ -71.158276, 42.332024 ], [ -71.158619, 42.332329 ], [ -71.15898, 42.332703 ], [ -71.15928, 42.332944 ], [ -71.159881, 42.3333 ], [ -71.160619, 42.333649 ], [ -71.160936, 42.333763 ], [ -71.161683, 42.334017 ], [ -71.161684, 42.334017 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.09204, 42.339198 ], [ -71.092353, 42.339627 ], [ -71.09278, 42.340206 ], [ -71.093153, 42.340742 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144837, 42.381459 ], [ -71.144798, 42.381556 ], [ -71.144787, 42.381591 ], [ -71.144787, 42.381624 ], [ -71.144791, 42.381667 ], [ -71.144792, 42.381695 ], [ -71.144786, 42.381728 ], [ -71.144774, 42.381751 ], [ -71.144756, 42.38178 ], [ -71.144741, 42.381801 ], [ -71.144712, 42.381823 ], [ -71.144681, 42.381846 ], [ -71.144628, 42.381865 ], [ -71.144509, 42.381902 ], [ -71.144442, 42.381924 ], [ -71.144385, 42.38195 ], [ -71.14433, 42.38198 ], [ -71.144273, 42.382012 ], [ -71.144201, 42.382064 ], [ -71.144145, 42.382112 ], [ -71.144058, 42.382184 ], [ -71.143956, 42.382267 ], [ -71.143881, 42.382331 ], [ -71.143696, 42.382484 ], [ -71.14361, 42.382555 ], [ -71.143517, 42.382633 ], [ -71.143401, 42.382729 ], [ -71.143338, 42.38279 ], [ -71.143217, 42.382914 ], [ -71.143131, 42.383009 ], [ -71.143045, 42.383142 ], [ -71.143014, 42.383172 ], [ -71.142991, 42.383186 ], [ -71.142962, 42.383191 ], [ -71.14293, 42.383191 ], [ -71.142894, 42.383181 ], [ -71.142834, 42.383163 ], [ -71.142802, 42.383168 ], [ -71.142778, 42.383183 ], [ -71.142714, 42.383255 ], [ -71.142563, 42.383424 ], [ -71.142453, 42.383573 ], [ -71.142312, 42.383793 ], [ -71.142099, 42.384129 ], [ -71.141938, 42.384411 ], [ -71.141773, 42.38473 ], [ -71.141685, 42.384908 ], [ -71.141646, 42.385019 ], [ -71.141574, 42.385237 ], [ -71.14149, 42.385499 ], [ -71.141423, 42.385725 ], [ -71.141392, 42.385897 ], [ -71.141377, 42.386052 ], [ -71.141382, 42.386171 ], [ -71.14139, 42.386426 ], [ -71.141407, 42.386527 ], [ -71.141432, 42.386641 ], [ -71.141456, 42.38669 ], [ -71.141474, 42.386728 ], [ -71.141509, 42.386801 ], [ -71.141533, 42.386857 ], [ -71.141568, 42.386913 ], [ -71.141653, 42.386977 ], [ -71.141736, 42.387027 ], [ -71.141775, 42.387034 ], [ -71.141822, 42.387041 ], [ -71.141904, 42.387048 ], [ -71.14197, 42.387057 ], [ -71.142013, 42.387071 ], [ -71.142058, 42.387091 ], [ -71.142275, 42.387232 ], [ -71.142604, 42.387442 ], [ -71.142876, 42.387608 ], [ -71.142935, 42.387654 ], [ -71.142981, 42.387699 ], [ -71.143, 42.387721 ], [ -71.143028, 42.387749 ], [ -71.143082, 42.387778 ], [ -71.143151, 42.387811 ], [ -71.143234, 42.387851 ], [ -71.143286, 42.387874 ], [ -71.143357, 42.387911 ], [ -71.143425, 42.387962 ], [ -71.143515, 42.388042 ], [ -71.143595, 42.388117 ], [ -71.143705, 42.388189 ], [ -71.143745, 42.388214 ], [ -71.14378, 42.388245 ], [ -71.143814, 42.388286 ], [ -71.143855, 42.38833 ], [ -71.14393, 42.38841 ], [ -71.143959, 42.388436 ], [ -71.14398, 42.388457 ], [ -71.144037, 42.388491 ], [ -71.144074, 42.38852 ], [ -71.144112, 42.388541 ], [ -71.14416, 42.388567 ], [ -71.144218, 42.388593 ], [ -71.144289, 42.388621 ], [ -71.144382, 42.388646 ], [ -71.144527, 42.38869 ], [ -71.144484, 42.388773 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100902, 42.351192 ], [ -71.101053, 42.351202 ], [ -71.101332, 42.351221 ], [ -71.101792, 42.351252 ], [ -71.101892, 42.351259 ], [ -71.101969, 42.351264 ], [ -71.102616, 42.351308 ], [ -71.102995, 42.351334 ], [ -71.103184, 42.351346 ], [ -71.103452, 42.351364 ], [ -71.103692, 42.351383 ], [ -71.103927, 42.351397 ], [ -71.103989, 42.351403 ], [ -71.104076, 42.35141 ], [ -71.104207, 42.351419 ], [ -71.104335, 42.351427 ], [ -71.10446, 42.351435 ], [ -71.104535, 42.35144 ], [ -71.105153, 42.351483 ], [ -71.105558, 42.351509 ], [ -71.105833, 42.351526 ], [ -71.105987, 42.351541 ], [ -71.106096, 42.351548 ], [ -71.106391, 42.351561 ], [ -71.106464, 42.351563 ], [ -71.106904, 42.351605 ], [ -71.106957, 42.35161 ], [ -71.107097, 42.351629 ], [ -71.107204, 42.351648 ], [ -71.107262, 42.351661 ], [ -71.107331, 42.351673 ], [ -71.107391, 42.351685 ], [ -71.107516, 42.351708 ], [ -71.107714, 42.35176 ], [ -71.107846, 42.351786 ], [ -71.107891, 42.351787 ], [ -71.107948, 42.351784 ], [ -71.108035, 42.351778 ], [ -71.10818, 42.351769 ], [ -71.108254, 42.351767 ], [ -71.10835, 42.351764 ], [ -71.108409, 42.351767 ], [ -71.108464, 42.351769 ], [ -71.108512, 42.351773 ], [ -71.108552, 42.351777 ], [ -71.108654, 42.351785 ], [ -71.108684, 42.351788 ], [ -71.108713, 42.351792 ], [ -71.10882, 42.351814 ], [ -71.108957, 42.351845 ], [ -71.108999, 42.351858 ], [ -71.109067, 42.351874 ], [ -71.10919, 42.351916 ], [ -71.109326, 42.351953 ], [ -71.109505, 42.351967 ], [ -71.109653, 42.351972 ], [ -71.109802, 42.351968 ], [ -71.10995, 42.351955 ], [ -71.110062, 42.351935 ], [ -71.110134, 42.351933 ], [ -71.110215, 42.351934 ], [ -71.110336, 42.351946 ], [ -71.110394, 42.35195 ], [ -71.110466, 42.35196 ], [ -71.110521, 42.351977 ], [ -71.110528, 42.35198 ], [ -71.110532, 42.351984 ], [ -71.110533, 42.351993 ], [ -71.110519, 42.352055 ], [ -71.11051, 42.352101 ], [ -71.110504, 42.352132 ], [ -71.110504, 42.352143 ], [ -71.110507, 42.352156 ], [ -71.110511, 42.352168 ], [ -71.110515, 42.352174 ], [ -71.110524, 42.352179 ], [ -71.110551, 42.352185 ], [ -71.110564, 42.352188 ], [ -71.110598, 42.352196 ], [ -71.110824, 42.352213 ], [ -71.110889, 42.352217 ], [ -71.110943, 42.352221 ], [ -71.11105, 42.35223 ], [ -71.111124, 42.352236 ], [ -71.111131, 42.352233 ], [ -71.111141, 42.35223 ], [ -71.111152, 42.352222 ], [ -71.111177, 42.352205 ], [ -71.111208, 42.352182 ], [ -71.111255, 42.352164 ], [ -71.111294, 42.352155 ], [ -71.11135, 42.352147 ], [ -71.111422, 42.352133 ], [ -71.111545, 42.352107 ], [ -71.111623, 42.352093 ], [ -71.111709, 42.352087 ], [ -71.111837, 42.352086 ], [ -71.111981, 42.35209 ], [ -71.112069, 42.352095 ], [ -71.112187, 42.352096 ], [ -71.112471, 42.352106 ], [ -71.112644, 42.352115 ], [ -71.112879, 42.352153 ], [ -71.113058, 42.352181 ], [ -71.113278, 42.352242 ], [ -71.113442, 42.352286 ], [ -71.113501, 42.352304 ], [ -71.11365, 42.352356 ], [ -71.113729, 42.352381 ], [ -71.113798, 42.352406 ], [ -71.113881, 42.352438 ], [ -71.113977, 42.352478 ], [ -71.114199, 42.352579 ], [ -71.114384, 42.35268 ], [ -71.114513, 42.352748 ], [ -71.114642, 42.352819 ], [ -71.11487, 42.352944 ], [ -71.115129, 42.353087 ], [ -71.115404, 42.353237 ], [ -71.115677, 42.353391 ], [ -71.115837, 42.353483 ], [ -71.115909, 42.353533 ], [ -71.11597, 42.353573 ], [ -71.11611, 42.353656 ], [ -71.116188, 42.3537 ], [ -71.116273, 42.353743 ], [ -71.116416, 42.353814 ], [ -71.116601, 42.353903 ], [ -71.116792, 42.354014 ], [ -71.116952, 42.354106 ], [ -71.117149, 42.354244 ], [ -71.117285, 42.354355 ], [ -71.11742, 42.35447 ], [ -71.117506, 42.354545 ], [ -71.117591, 42.354637 ], [ -71.117659, 42.35472 ], [ -71.117701, 42.354773 ], [ -71.117757, 42.354846 ], [ -71.11777, 42.354861 ], [ -71.117813, 42.354923 ], [ -71.117831, 42.354952 ], [ -71.117889, 42.355043 ], [ -71.117917, 42.355094 ], [ -71.117943, 42.355144 ], [ -71.117975, 42.355211 ], [ -71.118023, 42.355327 ], [ -71.118047, 42.355385 ], [ -71.118069, 42.355442 ], [ -71.118088, 42.355509 ], [ -71.11811, 42.355587 ], [ -71.118136, 42.355673 ], [ -71.118181, 42.355834 ], [ -71.1182, 42.35592 ], [ -71.118209, 42.355978 ], [ -71.118212, 42.356024 ], [ -71.118211, 42.356114 ], [ -71.118211, 42.356205 ], [ -71.118212, 42.356328 ], [ -71.118205, 42.356465 ], [ -71.118197, 42.356519 ], [ -71.118186, 42.356584 ], [ -71.118177, 42.356657 ], [ -71.118167, 42.356714 ], [ -71.118153, 42.356778 ], [ -71.118144, 42.356832 ], [ -71.118138, 42.356884 ], [ -71.118126, 42.356956 ], [ -71.118104, 42.357041 ], [ -71.118057, 42.357206 ], [ -71.118041, 42.357284 ], [ -71.118019, 42.357374 ], [ -71.118014, 42.357399 ], [ -71.118006, 42.35742 ], [ -71.117985, 42.357472 ], [ -71.117865, 42.357777 ], [ -71.117826, 42.357889 ], [ -71.117682, 42.358241 ], [ -71.117553, 42.358559 ], [ -71.117482, 42.358716 ], [ -71.11741, 42.358893 ], [ -71.11735, 42.359038 ], [ -71.117327, 42.359104 ], [ -71.117307, 42.359153 ], [ -71.117298, 42.359187 ], [ -71.117292, 42.359216 ], [ -71.11728, 42.359288 ], [ -71.11727, 42.359331 ], [ -71.117261, 42.359374 ], [ -71.117256, 42.359416 ], [ -71.117252, 42.359443 ], [ -71.117247, 42.359507 ], [ -71.117243, 42.359543 ], [ -71.117237, 42.359591 ], [ -71.117234, 42.359617 ], [ -71.117234, 42.359723 ], [ -71.117233, 42.35987 ], [ -71.11725, 42.360071 ], [ -71.117297, 42.360388 ], [ -71.117309, 42.360467 ], [ -71.117323, 42.360551 ], [ -71.117333, 42.360609 ], [ -71.117349, 42.360728 ], [ -71.117358, 42.360782 ], [ -71.117369, 42.36086 ], [ -71.117373, 42.360918 ], [ -71.117372, 42.360923 ], [ -71.117367, 42.360928 ], [ -71.11734, 42.360946 ], [ -71.117337, 42.360951 ], [ -71.117337, 42.360956 ], [ -71.117359, 42.361011 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 2.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154005, 42.390548 ], [ -71.154303, 42.390616 ], [ -71.155985, 42.390832 ], [ -71.15706, 42.390967 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Overpass" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.079586, 42.354704 ], [ -71.079494, 42.35452 ], [ -71.078927, 42.354662 ], [ -71.078788, 42.354363 ], [ -71.079266, 42.354236 ], [ -71.079254, 42.354189 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.141012, 42.38696 ], [ -71.14073, 42.386825 ], [ -71.140334, 42.38665 ], [ -71.140205, 42.386595 ], [ -71.140225, 42.386563 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080538, 42.392984 ], [ -71.080809, 42.393944 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119982, 42.378938 ], [ -71.119927, 42.379484 ], [ -71.119895, 42.379732 ], [ -71.119855, 42.379983 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119955, 42.389427 ], [ -71.120118, 42.389589 ], [ -71.120419, 42.389884 ], [ -71.120447, 42.389908 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10925, 42.34943 ], [ -71.109311, 42.349939 ], [ -71.109312, 42.349943 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Cambridge" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119454, 42.376572 ], [ -71.119419, 42.376598 ], [ -71.119185, 42.376478 ], [ -71.118985, 42.37639 ], [ -71.118778, 42.376304 ], [ -71.118577, 42.37623 ], [ -71.118399, 42.376182 ], [ -71.118288, 42.37616 ], [ -71.118176, 42.376149 ], [ -71.118082, 42.376143 ], [ -71.117976, 42.376138 ], [ -71.117802, 42.376133 ], [ -71.117628, 42.376123 ], [ -71.117507, 42.376093 ], [ -71.117347, 42.376023 ], [ -71.117047, 42.375865 ], [ -71.116735, 42.375685 ], [ -71.116592, 42.375637 ], [ -71.116363, 42.375602 ], [ -71.115714, 42.375482 ], [ -71.11516, 42.375174 ], [ -71.114781, 42.374948 ], [ -71.114479, 42.374775 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116446, 42.39463 ], [ -71.116308, 42.394828 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116811, 42.394108 ], [ -71.116446, 42.39463 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110886, 42.396426 ], [ -71.110302, 42.396207 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117856, 42.371698 ], [ -71.117668, 42.371629 ], [ -71.117414, 42.371535 ], [ -71.117056, 42.371413 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.143834, 42.365482 ], [ -71.143812, 42.365484 ], [ -71.143743, 42.365489 ], [ -71.143643, 42.365493 ], [ -71.143567, 42.365494 ], [ -71.143487, 42.365492 ], [ -71.143386, 42.365491 ], [ -71.143285, 42.365486 ], [ -71.143193, 42.365474 ], [ -71.143095, 42.365464 ], [ -71.14298, 42.365444 ], [ -71.142855, 42.365422 ], [ -71.142741, 42.365397 ], [ -71.142668, 42.365379 ], [ -71.142587, 42.365357 ], [ -71.142511, 42.365336 ], [ -71.14241, 42.365311 ], [ -71.142311, 42.365285 ], [ -71.142205, 42.365257 ], [ -71.142082, 42.365227 ], [ -71.141969, 42.365195 ], [ -71.141843, 42.365162 ], [ -71.141723, 42.365132 ], [ -71.141653, 42.365115 ], [ -71.141582, 42.365099 ], [ -71.141507, 42.365081 ], [ -71.141434, 42.365065 ], [ -71.141379, 42.365059 ], [ -71.141307, 42.365049 ], [ -71.141241, 42.365041 ], [ -71.141173, 42.365033 ], [ -71.141108, 42.365027 ], [ -71.141044, 42.365023 ], [ -71.140963, 42.365016 ], [ -71.140896, 42.365005 ], [ -71.140808, 42.365004 ], [ -71.14074, 42.365005 ], [ -71.140691, 42.365008 ], [ -71.140648, 42.36501 ], [ -71.140574, 42.365017 ], [ -71.140501, 42.365024 ], [ -71.140431, 42.365033 ], [ -71.140369, 42.36504 ], [ -71.140299, 42.365051 ], [ -71.140231, 42.365063 ], [ -71.140165, 42.365077 ], [ -71.140091, 42.365096 ], [ -71.140015, 42.365119 ], [ -71.139922, 42.365149 ], [ -71.139864, 42.365172 ], [ -71.13981, 42.365193 ], [ -71.13976, 42.365214 ], [ -71.139711, 42.365236 ], [ -71.139614, 42.365278 ], [ -71.13953, 42.36532 ], [ -71.13942, 42.365376 ], [ -71.139343, 42.365416 ], [ -71.139228, 42.365475 ], [ -71.139131, 42.365532 ], [ -71.139034, 42.365586 ], [ -71.138961, 42.36563 ], [ -71.138881, 42.36568 ], [ -71.138801, 42.365737 ], [ -71.138714, 42.3658 ], [ -71.138644, 42.365864 ], [ -71.138563, 42.365927 ], [ -71.138496, 42.365989 ], [ -71.138414, 42.366057 ], [ -71.138322, 42.366132 ], [ -71.13826, 42.366188 ], [ -71.138197, 42.366244 ], [ -71.138117, 42.366309 ], [ -71.138036, 42.366383 ], [ -71.137975, 42.366433 ], [ -71.137906, 42.366488 ], [ -71.137847, 42.366543 ], [ -71.137725, 42.366643 ], [ -71.137603, 42.36674 ], [ -71.137479, 42.366833 ], [ -71.137412, 42.366878 ], [ -71.137283, 42.366968 ], [ -71.137189, 42.367033 ], [ -71.137115, 42.367088 ], [ -71.137052, 42.367126 ], [ -71.136983, 42.367163 ], [ -71.1369, 42.367216 ], [ -71.136794, 42.36728 ], [ -71.136695, 42.367338 ], [ -71.136593, 42.367403 ], [ -71.136484, 42.367466 ], [ -71.136352, 42.367542 ], [ -71.136259, 42.367601 ], [ -71.136129, 42.367672 ], [ -71.135967, 42.367762 ], [ -71.135844, 42.367834 ], [ -71.135691, 42.367926 ], [ -71.135592, 42.367996 ], [ -71.135524, 42.368041 ], [ -71.135435, 42.3681 ], [ -71.13536, 42.368159 ], [ -71.135237, 42.368266 ], [ -71.135141, 42.368374 ], [ -71.134998, 42.368502 ], [ -71.134903, 42.368598 ], [ -71.13482, 42.3687 ], [ -71.134783, 42.368749 ], [ -71.134755, 42.368787 ], [ -71.13473, 42.368813 ], [ -71.1347, 42.368846 ], [ -71.134683, 42.368879 ], [ -71.134667, 42.368912 ], [ -71.13465, 42.368953 ], [ -71.134612, 42.369017 ], [ -71.134585, 42.369065 ], [ -71.134524, 42.369163 ], [ -71.134489, 42.36923 ], [ -71.134454, 42.369313 ], [ -71.134444, 42.369356 ], [ -71.134427, 42.369402 ], [ -71.134386, 42.369591 ], [ -71.134375, 42.369642 ], [ -71.134362, 42.369686 ], [ -71.134354, 42.369729 ], [ -71.134352, 42.369771 ], [ -71.13434, 42.369814 ], [ -71.134326, 42.369873 ], [ -71.13431, 42.369922 ], [ -71.134296, 42.36998 ], [ -71.134248, 42.370069 ], [ -71.134221, 42.370133 ], [ -71.134182, 42.370184 ], [ -71.134122, 42.370245 ], [ -71.13407, 42.370286 ], [ -71.134005, 42.370337 ], [ -71.133952, 42.370373 ], [ -71.133875, 42.370409 ], [ -71.13376, 42.370454 ], [ -71.133661, 42.370488 ], [ -71.133572, 42.370523 ], [ -71.133467, 42.370559 ], [ -71.133374, 42.370591 ], [ -71.133282, 42.370626 ], [ -71.133194, 42.370661 ], [ -71.133106, 42.370697 ], [ -71.133042, 42.370728 ], [ -71.133007, 42.370762 ], [ -71.132994, 42.370797 ], [ -71.132993, 42.370832 ], [ -71.132993, 42.370864 ], [ -71.133019, 42.370899 ], [ -71.133074, 42.370976 ], [ -71.133151, 42.371076 ], [ -71.133224, 42.371162 ], [ -71.133284, 42.371252 ], [ -71.13334, 42.371322 ], [ -71.133395, 42.37139 ], [ -71.133545, 42.371577 ], [ -71.133575, 42.371607 ], [ -71.133612, 42.371634 ], [ -71.133664, 42.371646 ], [ -71.13372, 42.371647 ], [ -71.133783, 42.371644 ], [ -71.133873, 42.371642 ], [ -71.133989, 42.371641 ], [ -71.134045, 42.371651 ], [ -71.134083, 42.371673 ], [ -71.134122, 42.371705 ], [ -71.134148, 42.371731 ], [ -71.134196, 42.371774 ], [ -71.134205, 42.371789 ], [ -71.134216, 42.371811 ], [ -71.134216, 42.371852 ], [ -71.134207, 42.37192 ], [ -71.134202, 42.371983 ], [ -71.134203, 42.372086 ], [ -71.134208, 42.372211 ], [ -71.134205, 42.372243 ], [ -71.134202, 42.372277 ], [ -71.134192, 42.372316 ], [ -71.13418, 42.372347 ], [ -71.134163, 42.372368 ], [ -71.134146, 42.372387 ], [ -71.134103, 42.372428 ], [ -71.134071, 42.372456 ], [ -71.134044, 42.372485 ], [ -71.13397, 42.372552 ], [ -71.133923, 42.372606 ], [ -71.133879, 42.372679 ], [ -71.133827, 42.372756 ], [ -71.133774, 42.372824 ], [ -71.133719, 42.372894 ], [ -71.133671, 42.372955 ], [ -71.133597, 42.373035 ], [ -71.133507, 42.37312 ], [ -71.133417, 42.373202 ], [ -71.133327, 42.373276 ], [ -71.133232, 42.373352 ], [ -71.133112, 42.373446 ], [ -71.133018, 42.373519 ], [ -71.132931, 42.373587 ], [ -71.132844, 42.373654 ], [ -71.132756, 42.373719 ], [ -71.132687, 42.373775 ], [ -71.132597, 42.373837 ], [ -71.132514, 42.373888 ], [ -71.132423, 42.37394 ], [ -71.132328, 42.373987 ], [ -71.132225, 42.374038 ], [ -71.132132, 42.374079 ], [ -71.131993, 42.374133 ], [ -71.131875, 42.37417 ], [ -71.131758, 42.374205 ], [ -71.131648, 42.374236 ], [ -71.131508, 42.374267 ], [ -71.131367, 42.374295 ], [ -71.131225, 42.374321 ], [ -71.131073, 42.374346 ], [ -71.130939, 42.374362 ], [ -71.130809, 42.374378 ], [ -71.130676, 42.374391 ], [ -71.130517, 42.374402 ], [ -71.130348, 42.374408 ], [ -71.130188, 42.374408 ], [ -71.130054, 42.374404 ], [ -71.129927, 42.374399 ], [ -71.129809, 42.374392 ], [ -71.129687, 42.374381 ], [ -71.129533, 42.374367 ], [ -71.129434, 42.374351 ], [ -71.129316, 42.374336 ], [ -71.129214, 42.374321 ], [ -71.129094, 42.374301 ], [ -71.128974, 42.374278 ], [ -71.128843, 42.374249 ], [ -71.128725, 42.374214 ], [ -71.128591, 42.374177 ], [ -71.128462, 42.37414 ], [ -71.128371, 42.374106 ], [ -71.128234, 42.374056 ], [ -71.128108, 42.374009 ], [ -71.127979, 42.373957 ], [ -71.127859, 42.373902 ], [ -71.127707, 42.373824 ], [ -71.127575, 42.373751 ], [ -71.127485, 42.373699 ], [ -71.127352, 42.37363 ], [ -71.127212, 42.373544 ], [ -71.127068, 42.373462 ], [ -71.126961, 42.373401 ], [ -71.126837, 42.373328 ], [ -71.126738, 42.373264 ], [ -71.126605, 42.373177 ], [ -71.126476, 42.373094 ], [ -71.126351, 42.37301 ], [ -71.126253, 42.372939 ], [ -71.126137, 42.372859 ], [ -71.126042, 42.372795 ], [ -71.125929, 42.372711 ], [ -71.125813, 42.372619 ], [ -71.125697, 42.372534 ], [ -71.125614, 42.37245 ], [ -71.125527, 42.372383 ], [ -71.125464, 42.372326 ], [ -71.125382, 42.372257 ], [ -71.125325, 42.372205 ], [ -71.125249, 42.372138 ], [ -71.125193, 42.372078 ], [ -71.12512, 42.372009 ], [ -71.125034, 42.371922 ], [ -71.124971, 42.371862 ], [ -71.124914, 42.3718 ], [ -71.124855, 42.371736 ], [ -71.124795, 42.371664 ], [ -71.124732, 42.37158 ], [ -71.124663, 42.371486 ], [ -71.12461, 42.371416 ], [ -71.124554, 42.371339 ], [ -71.124488, 42.37124 ], [ -71.124435, 42.37117 ], [ -71.124398, 42.371115 ], [ -71.124346, 42.371034 ], [ -71.1243, 42.370953 ], [ -71.124237, 42.370876 ], [ -71.124164, 42.370794 ], [ -71.124098, 42.370725 ], [ -71.124019, 42.370638 ], [ -71.123962, 42.370586 ], [ -71.123893, 42.370522 ], [ -71.123823, 42.370452 ], [ -71.12377, 42.370398 ], [ -71.123694, 42.370326 ], [ -71.123631, 42.370274 ], [ -71.123574, 42.370229 ], [ -71.123521, 42.370184 ], [ -71.123455, 42.37013 ], [ -71.123402, 42.370092 ], [ -71.123335, 42.370053 ], [ -71.123262, 42.370005 ], [ -71.123196, 42.369968 ], [ -71.123113, 42.369921 ], [ -71.12306, 42.369896 ], [ -71.123, 42.369866 ], [ -71.122917, 42.369834 ], [ -71.122854, 42.369809 ], [ -71.122748, 42.369776 ], [ -71.122622, 42.369741 ], [ -71.122538, 42.369717 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144133, 42.388744 ], [ -71.144017, 42.388715 ], [ -71.14397, 42.388703 ], [ -71.143928, 42.388699 ], [ -71.143888, 42.388697 ], [ -71.143848, 42.388703 ], [ -71.143814, 42.388718 ], [ -71.143714, 42.388769 ], [ -71.143628, 42.388818 ], [ -71.143516, 42.388862 ], [ -71.143439, 42.388902 ], [ -71.143374, 42.388944 ], [ -71.143303, 42.388992 ], [ -71.143235, 42.389038 ], [ -71.1432, 42.389066 ], [ -71.143177, 42.38909 ], [ -71.143157, 42.38912 ], [ -71.14311, 42.389182 ], [ -71.143036, 42.389269 ], [ -71.142938, 42.389383 ], [ -71.142383, 42.390029 ], [ -71.14237, 42.390049 ], [ -71.142363, 42.390068 ], [ -71.142361, 42.390085 ], [ -71.142364, 42.390116 ], [ -71.142361, 42.390132 ], [ -71.142351, 42.390146 ], [ -71.142312, 42.390178 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.131885, 42.355902 ], [ -71.132044, 42.356115 ], [ -71.131889, 42.356762 ], [ -71.132533, 42.356851 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.124211, 42.403381 ], [ -71.123868, 42.403904 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111228, 42.349493 ], [ -71.111165, 42.349782 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08843, 42.278635 ], [ -71.088531, 42.27859 ], [ -71.088605, 42.278578 ], [ -71.088653, 42.278578 ], [ -71.088722, 42.278613 ], [ -71.088791, 42.278652 ], [ -71.088878, 42.278698 ], [ -71.088969, 42.278731 ], [ -71.08906, 42.278741 ], [ -71.089178, 42.278777 ], [ -71.089247, 42.278816 ], [ -71.089312, 42.278845 ], [ -71.089364, 42.278877 ], [ -71.089446, 42.278923 ], [ -71.089499, 42.278858 ], [ -71.089607, 42.278903 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.088882, 42.278698 ], [ -71.089035, 42.278608 ], [ -71.08914, 42.278544 ], [ -71.089275, 42.278467 ], [ -71.089402, 42.278361 ], [ -71.08959, 42.278197 ], [ -71.089809, 42.27802 ], [ -71.08994, 42.277914 ], [ -71.090019, 42.277846 ], [ -71.090106, 42.277782 ], [ -71.090158, 42.277724 ], [ -71.090185, 42.277669 ], [ -71.09019, 42.277631 ], [ -71.090151, 42.277559 ], [ -71.090112, 42.277482 ], [ -71.090086, 42.277453 ], [ -71.090305, 42.277234 ], [ -71.090305, 42.277231 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062138, 42.365055 ], [ -71.063277, 42.366231 ], [ -71.0634, 42.36616 ], [ -71.063429, 42.366185 ], [ -71.063302, 42.366256 ], [ -71.063327, 42.366275 ], [ -71.063479, 42.36622 ], [ -71.063665, 42.36612 ], [ -71.064033, 42.366462 ], [ -71.064153, 42.36645 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089894, 42.276926 ], [ -71.089794, 42.276974 ], [ -71.08968, 42.277051 ], [ -71.089619, 42.277144 ], [ -71.089601, 42.277215 ], [ -71.089618, 42.277267 ], [ -71.089652, 42.277319 ], [ -71.089726, 42.277354 ], [ -71.089804, 42.277384 ], [ -71.089865, 42.277407 ], [ -71.089943, 42.277417 ], [ -71.090026, 42.277427 ], [ -71.090086, 42.277456 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098352, 42.405685 ], [ -71.096989, 42.403891 ], [ -71.094842, 42.402616 ], [ -71.094696, 42.402258 ], [ -71.094624, 42.401762 ], [ -71.094739, 42.401349 ], [ -71.093263, 42.399664 ], [ -71.091451, 42.398364 ], [ -71.090411, 42.398277 ], [ -71.087287, 42.399317 ], [ -71.086404, 42.399416 ], [ -71.084799, 42.398615 ], [ -71.084665, 42.398576 ], [ -71.084491, 42.398613 ], [ -71.084362, 42.398675 ], [ -71.084259, 42.398736 ], [ -71.084181, 42.398793 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105787, 42.393319 ], [ -71.105665, 42.393499 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10947, 42.3839 ], [ -71.108932, 42.383776 ], [ -71.108801, 42.383747 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11238, 42.384846 ], [ -71.112173, 42.384739 ], [ -71.111775, 42.384554 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112904, 42.385124 ], [ -71.112706, 42.385018 ], [ -71.11238, 42.384846 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113442, 42.385403 ], [ -71.112904, 42.385124 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097739, 42.380487 ], [ -71.097315, 42.380308 ], [ -71.096995, 42.380179 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102041, 42.381997 ], [ -71.102006, 42.381986 ], [ -71.101716, 42.381891 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104188, 42.382697 ], [ -71.103399, 42.382436 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105453, 42.382994 ], [ -71.105117, 42.38292 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099539, 42.381183 ], [ -71.099335, 42.381102 ], [ -71.09928, 42.381083 ], [ -71.099185, 42.381048 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101716, 42.381891 ], [ -71.1013, 42.381756 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105117, 42.38292 ], [ -71.104588, 42.3828 ], [ -71.104188, 42.382697 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106339, 42.383188 ], [ -71.105453, 42.382994 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108011, 42.383576 ], [ -71.107483, 42.383452 ], [ -71.106884, 42.383314 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10831, 42.383641 ], [ -71.108011, 42.383576 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109792, 42.387568 ], [ -71.109623, 42.387794 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104139, 42.395761 ], [ -71.104034, 42.395894 ], [ -71.1039, 42.396106 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109046, 42.388662 ], [ -71.108861, 42.388901 ], [ -71.108618, 42.389245 ], [ -71.108303, 42.389698 ], [ -71.107942, 42.390203 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106774, 42.391879 ], [ -71.106662, 42.392069 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110668, 42.386344 ], [ -71.110429, 42.386656 ], [ -71.110176, 42.387028 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1039, 42.396106 ], [ -71.103657, 42.396397 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104417, 42.395351 ], [ -71.104139, 42.395761 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106662, 42.392069 ], [ -71.106397, 42.39245 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107539, 42.390803 ], [ -71.107149, 42.391372 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110885, 42.38604 ], [ -71.110668, 42.386344 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111775, 42.384554 ], [ -71.111796, 42.384639 ], [ -71.111771, 42.384732 ], [ -71.111709, 42.384847 ], [ -71.111444, 42.385219 ], [ -71.11121, 42.385561 ], [ -71.110885, 42.38604 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093481, 42.384871 ], [ -71.092918, 42.384659 ], [ -71.092657, 42.384543 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101141, 42.387643 ], [ -71.101115, 42.387634 ], [ -71.100261, 42.387347 ], [ -71.099921, 42.387237 ], [ -71.099242, 42.38701 ], [ -71.098724, 42.386836 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103428, 42.388415 ], [ -71.102696, 42.388176 ], [ -71.1019, 42.387907 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109409, 42.390866 ], [ -71.108711, 42.390539 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116811, 42.394108 ], [ -71.116207, 42.393859 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119424, 42.395235 ], [ -71.120474, 42.395694 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096878, 42.386209 ], [ -71.096052, 42.385888 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097825, 42.386532 ], [ -71.096878, 42.386209 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110212, 42.39122 ], [ -71.109409, 42.390866 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104316, 42.388715 ], [ -71.103428, 42.388415 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11088, 42.39153 ], [ -71.110212, 42.39122 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105228, 42.389025 ], [ -71.104457, 42.388763 ], [ -71.104316, 42.388715 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112389, 42.392219 ], [ -71.111638, 42.391868 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118605, 42.394894 ], [ -71.11795, 42.394609 ], [ -71.11776, 42.394529 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096052, 42.385888 ], [ -71.095263, 42.38557 ], [ -71.094551, 42.385294 ], [ -71.094174, 42.385148 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098724, 42.386836 ], [ -71.097825, 42.386532 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092657, 42.384543 ], [ -71.092469, 42.384465 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094174, 42.385148 ], [ -71.093481, 42.384871 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1019, 42.387907 ], [ -71.101141, 42.387643 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108711, 42.390539 ], [ -71.107942, 42.390203 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11776, 42.394529 ], [ -71.117448, 42.394397 ], [ -71.116811, 42.394108 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119424, 42.395235 ], [ -71.120474, 42.395694 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096878, 42.386209 ], [ -71.096052, 42.385888 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097825, 42.386532 ], [ -71.096878, 42.386209 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110212, 42.39122 ], [ -71.109409, 42.390866 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.104316, 42.388715 ], [ -71.103428, 42.388415 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11088, 42.39153 ], [ -71.110212, 42.39122 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107942, 42.390203 ], [ -71.107266, 42.389897 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106803, 42.389676 ], [ -71.106233, 42.389417 ], [ -71.10578, 42.389231 ], [ -71.105228, 42.389025 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113164, 42.392535 ], [ -71.112389, 42.392219 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114033, 42.39291 ], [ -71.113164, 42.392535 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115564, 42.393572 ], [ -71.114898, 42.393292 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119424, 42.395235 ], [ -71.118605, 42.394894 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107266, 42.389897 ], [ -71.106803, 42.389676 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114898, 42.393292 ], [ -71.114033, 42.39291 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111638, 42.391868 ], [ -71.11088, 42.39153 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116207, 42.393859 ], [ -71.116178, 42.393847 ], [ -71.115616, 42.393595 ], [ -71.115564, 42.393572 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120474, 42.395694 ], [ -71.121464, 42.396124 ], [ -71.121945, 42.396332 ], [ -71.122309, 42.396489 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093481, 42.384871 ], [ -71.092918, 42.384659 ], [ -71.092657, 42.384543 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.101141, 42.387643 ], [ -71.101115, 42.387634 ], [ -71.100261, 42.387347 ], [ -71.099921, 42.387237 ], [ -71.099242, 42.38701 ], [ -71.098724, 42.386836 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103428, 42.388415 ], [ -71.102696, 42.388176 ], [ -71.1019, 42.387907 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109409, 42.390866 ], [ -71.108711, 42.390539 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116811, 42.394108 ], [ -71.116207, 42.393859 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090633, 42.377845 ], [ -71.090209, 42.377698 ], [ -71.090162, 42.377677 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093092, 42.378704 ], [ -71.092589, 42.378536 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094129, 42.379074 ], [ -71.093562, 42.378872 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08837, 42.37484 ], [ -71.088424, 42.374964 ], [ -71.08878, 42.37582 ], [ -71.088948, 42.376189 ], [ -71.089033, 42.37643 ], [ -71.089119, 42.376737 ], [ -71.089173, 42.377226 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10514, 42.394295 ], [ -71.104776, 42.394802 ], [ -71.104417, 42.395351 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106397, 42.39245 ], [ -71.106205, 42.392718 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109259, 42.388355 ], [ -71.109046, 42.388662 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109623, 42.387794 ], [ -71.109468, 42.388038 ], [ -71.109259, 42.388355 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107149, 42.391372 ], [ -71.106774, 42.391879 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110176, 42.387028 ], [ -71.10988, 42.387449 ], [ -71.109792, 42.387568 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105665, 42.393499 ], [ -71.10514, 42.394295 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106205, 42.392718 ], [ -71.10618, 42.392751 ], [ -71.10603, 42.392961 ], [ -71.105913, 42.393133 ], [ -71.105887, 42.393171 ], [ -71.105787, 42.393319 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107942, 42.390203 ], [ -71.107539, 42.390803 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108801, 42.383747 ], [ -71.108438, 42.383669 ], [ -71.10831, 42.383641 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111775, 42.384554 ], [ -71.111486, 42.384435 ], [ -71.111012, 42.384266 ], [ -71.110986, 42.384259 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.10055, 42.38151 ], [ -71.099765, 42.381271 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110986, 42.384259 ], [ -71.110645, 42.384158 ], [ -71.110261, 42.384069 ], [ -71.109727, 42.38395 ], [ -71.109686, 42.383942 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116153, 42.38691 ], [ -71.115764, 42.386681 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099765, 42.381271 ], [ -71.099539, 42.381183 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106884, 42.383314 ], [ -71.106339, 42.383188 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115764, 42.386681 ], [ -71.115735, 42.386664 ], [ -71.115658, 42.386623 ], [ -71.115317, 42.38644 ], [ -71.114793, 42.386148 ], [ -71.114304, 42.385878 ], [ -71.113914, 42.385645 ], [ -71.113498, 42.385433 ], [ -71.113442, 42.385403 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099185, 42.381048 ], [ -71.098585, 42.380829 ], [ -71.097904, 42.380557 ], [ -71.097739, 42.380487 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1013, 42.381756 ], [ -71.10055, 42.38151 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109686, 42.383942 ], [ -71.10947, 42.3839 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096995, 42.380179 ], [ -71.096731, 42.380072 ], [ -71.096667, 42.38004 ], [ -71.096601, 42.379998 ], [ -71.096551, 42.379956 ], [ -71.096508, 42.379903 ], [ -71.096483, 42.379846 ], [ -71.096387, 42.379635 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103399, 42.382436 ], [ -71.1027, 42.382219 ], [ -71.102041, 42.381997 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119, 42.388583 ], [ -71.119338, 42.388817 ], [ -71.119673, 42.38905 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11362, 42.390473 ], [ -71.113965, 42.38999 ], [ -71.114276, 42.389517 ], [ -71.114407, 42.389352 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112389, 42.392219 ], [ -71.112832, 42.39158 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114407, 42.389352 ], [ -71.114583, 42.38913 ], [ -71.114763, 42.388886 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114867, 42.388745 ], [ -71.114924, 42.388668 ], [ -71.115205, 42.388276 ], [ -71.115421, 42.387923 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114763, 42.388886 ], [ -71.114867, 42.388745 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112832, 42.39158 ], [ -71.113238, 42.39105 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113238, 42.39105 ], [ -71.11362, 42.390473 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108946, 42.397071 ], [ -71.108896, 42.397143 ], [ -71.10888, 42.397167 ], [ -71.108863, 42.397191 ], [ -71.108815, 42.39726 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109294, 42.396569 ], [ -71.109022, 42.396961 ], [ -71.108946, 42.397071 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109837, 42.395799 ], [ -71.109797, 42.395853 ], [ -71.109759, 42.395913 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110739, 42.394497 ], [ -71.110425, 42.394922 ], [ -71.110232, 42.395215 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112389, 42.392219 ], [ -71.11197, 42.392812 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108491, 42.397728 ], [ -71.108281, 42.398053 ], [ -71.10798, 42.398483 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.109759, 42.395913 ], [ -71.109294, 42.396569 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111591, 42.393319 ], [ -71.111243, 42.393767 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11097, 42.394187 ], [ -71.110739, 42.394497 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108815, 42.39726 ], [ -71.108504, 42.397709 ], [ -71.108491, 42.397728 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110232, 42.395215 ], [ -71.109837, 42.395799 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111243, 42.393767 ], [ -71.111077, 42.394034 ], [ -71.11097, 42.394187 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11197, 42.392812 ], [ -71.111591, 42.393319 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115421, 42.387923 ], [ -71.115652, 42.38775 ], [ -71.115657, 42.387745 ], [ -71.116147, 42.387544 ], [ -71.116595, 42.387335 ], [ -71.116715, 42.387228 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083072, 42.381777 ], [ -71.083853, 42.381669 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.084567, 42.381581 ], [ -71.08496, 42.381522 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085908, 42.381374 ], [ -71.086232, 42.381315 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.080931, 42.382134 ], [ -71.081517, 42.382042 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081517, 42.382042 ], [ -71.081555, 42.382036 ], [ -71.081897, 42.381978 ], [ -71.081958, 42.381969 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.086232, 42.381315 ], [ -71.086744, 42.381193 ], [ -71.087073, 42.381119 ], [ -71.087097, 42.381113 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.082383, 42.381905 ], [ -71.083072, 42.381777 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083853, 42.381669 ], [ -71.084567, 42.381581 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.087097, 42.381113 ], [ -71.087559, 42.380988 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.081958, 42.381969 ], [ -71.082383, 42.381905 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.08496, 42.381522 ], [ -71.085675, 42.381416 ], [ -71.085908, 42.381374 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092589, 42.378536 ], [ -71.091831, 42.378277 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091043, 42.377988 ], [ -71.090633, 42.377845 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.093562, 42.378872 ], [ -71.093092, 42.378704 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.091831, 42.378277 ], [ -71.091043, 42.377988 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.090162, 42.377677 ], [ -71.089173, 42.377226 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12052, 42.33597 ], [ -71.12085, 42.336234 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12106, 42.3415 ], [ -71.12123, 42.342 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11116, 42.34045 ], [ -71.11089, 42.34044 ], [ -71.110823, 42.340432 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110823, 42.340432 ], [ -71.110597, 42.340406 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.12, 42.34132 ], [ -71.119358, 42.341232 ], [ -71.11844, 42.341078 ], [ -71.11794, 42.341018 ], [ -71.11753, 42.34097 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993618, 42.392191 ], [ -70.993628, 42.392132 ], [ -70.993636, 42.392045 ], [ -70.993642, 42.39199 ], [ -70.993647, 42.391853 ], [ -70.993711, 42.391653 ], [ -70.993808, 42.391384 ], [ -70.993838, 42.391271 ], [ -70.99384, 42.391184 ], [ -70.993803, 42.391106 ], [ -70.99377, 42.391071 ], [ -70.99362, 42.390972 ], [ -70.993487, 42.390904 ], [ -70.993196, 42.390758 ], [ -70.993137, 42.390723 ], [ -70.99295, 42.390615 ], [ -70.992692, 42.390476 ], [ -70.992478, 42.39035 ], [ -70.992252, 42.390191 ], [ -70.992011, 42.390025 ], [ -70.991786, 42.389902 ], [ -70.991539, 42.389815 ], [ -70.991378, 42.389783 ], [ -70.991212, 42.389767 ], [ -70.991002, 42.389791 ], [ -70.990847, 42.389842 ], [ -70.990729, 42.38989 ], [ -70.990697, 42.389909 ], [ -70.990632, 42.389949 ], [ -70.990525, 42.390021 ], [ -70.990466, 42.390128 ], [ -70.990396, 42.390199 ], [ -70.99031, 42.39033 ], [ -70.990251, 42.390401 ], [ -70.990165, 42.39056 ], [ -70.990053, 42.390754 ], [ -70.989929, 42.390987 ], [ -70.989844, 42.391178 ], [ -70.98986, 42.391217 ], [ -70.989962, 42.391257 ], [ -70.990048, 42.391265 ], [ -70.990187, 42.391237 ], [ -70.990444, 42.391178 ], [ -70.990691, 42.391082 ], [ -70.990815, 42.391075 ], [ -70.990917, 42.391083 ], [ -70.991002, 42.39111 ], [ -70.991072, 42.391158 ], [ -70.991153, 42.391221 ], [ -70.991206, 42.391297 ], [ -70.991255, 42.391384 ], [ -70.991303, 42.391471 ], [ -70.991351, 42.39159 ], [ -70.991415, 42.3918 ], [ -70.991442, 42.39195 ], [ -70.991464, 42.392109 ], [ -70.991501, 42.3922 ], [ -70.99155, 42.392243 ], [ -70.991684, 42.392275 ], [ -70.991887, 42.392267 ], [ -70.992059, 42.392228 ], [ -70.992247, 42.392212 ], [ -70.992456, 42.392176 ], [ -70.992671, 42.392164 ], [ -70.992993, 42.392176 ], [ -70.993341, 42.392192 ], [ -70.993545, 42.392196 ], [ -70.993755, 42.392183 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.993487, 42.390904 ], [ -70.993508, 42.390942 ], [ -70.993518, 42.390972 ], [ -70.993537, 42.391021 ], [ -70.993532, 42.391073 ], [ -70.993523, 42.391094 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.990262, 42.391786 ], [ -70.990345, 42.39178 ], [ -70.990533, 42.391808 ], [ -70.990732, 42.391847 ], [ -70.990847, 42.391859 ], [ -70.990962, 42.391853 ], [ -70.991102, 42.391837 ], [ -70.991338, 42.391833 ], [ -70.991389, 42.391816 ], [ -70.991493, 42.39175 ], [ -70.991617, 42.391701 ], [ -70.9917, 42.391669 ], [ -70.991861, 42.391631 ], [ -70.992003, 42.391629 ], [ -70.992279, 42.391631 ], [ -70.992424, 42.391625 ], [ -70.992531, 42.391613 ], [ -70.992609, 42.3916 ], [ -70.992676, 42.39158 ], [ -70.992807, 42.391536 ], [ -70.992917, 42.391508 ], [ -70.993009, 42.391463 ], [ -70.993068, 42.391424 ], [ -70.993105, 42.391399 ], [ -70.993301, 42.391243 ], [ -70.993441, 42.391152 ], [ -70.993523, 42.391094 ], [ -70.99354, 42.391083 ], [ -70.993601, 42.391061 ], [ -70.993647, 42.391057 ], [ -70.993725, 42.391065 ], [ -70.99377, 42.391071 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.964454, 42.355551 ], [ -70.964508, 42.355516 ], [ -70.964556, 42.355508 ], [ -70.964684, 42.355519 ], [ -70.964878, 42.355551 ], [ -70.965055, 42.355579 ], [ -70.965301, 42.355618 ], [ -70.965516, 42.355662 ], [ -70.965726, 42.355691 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.953884, 42.346643 ], [ -70.95372, 42.346302 ], [ -70.953618, 42.346112 ], [ -70.95358, 42.345941 ], [ -70.953527, 42.345668 ], [ -70.953473, 42.345398 ], [ -70.953441, 42.345224 ], [ -70.953495, 42.345089 ], [ -70.953537, 42.345009 ], [ -70.953478, 42.344906 ], [ -70.953409, 42.344807 ], [ -70.953393, 42.344696 ], [ -70.953371, 42.344577 ], [ -70.953387, 42.344462 ], [ -70.953419, 42.344371 ], [ -70.9535, 42.344308 ], [ -70.953623, 42.344323 ], [ -70.953714, 42.344371 ], [ -70.953854, 42.344439 ], [ -70.954047, 42.344542 ], [ -70.954181, 42.344597 ], [ -70.954423, 42.344653 ], [ -70.954535, 42.344684 ], [ -70.954691, 42.344724 ], [ -70.954798, 42.344783 ], [ -70.954846, 42.344843 ], [ -70.954911, 42.344918 ], [ -70.95498, 42.345037 ], [ -70.955061, 42.345132 ], [ -70.955093, 42.34522 ], [ -70.955147, 42.345311 ], [ -70.955291, 42.345459 ], [ -70.955314, 42.345507 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.95806, 42.354778 ], [ -70.958242, 42.354695 ], [ -70.958344, 42.354643 ], [ -70.958457, 42.354608 ], [ -70.958558, 42.354576 ], [ -70.95866, 42.354556 ], [ -70.958805, 42.354612 ], [ -70.958934, 42.354679 ], [ -70.958929, 42.354754 ], [ -70.958972, 42.354901 ], [ -70.959047, 42.354953 ], [ -70.959213, 42.35504 ], [ -70.959299, 42.355068 ], [ -70.959411, 42.355107 ], [ -70.959519, 42.355119 ], [ -70.959653, 42.355079 ], [ -70.95998, 42.354937 ], [ -70.960522, 42.354727 ], [ -70.960871, 42.354564 ], [ -70.961091, 42.354461 ], [ -70.961327, 42.35437 ], [ -70.961466, 42.354342 ], [ -70.961745, 42.354287 ], [ -70.962088, 42.354064 ], [ -70.962544, 42.35416 ], [ -70.962942, 42.354228 ], [ -70.962984, 42.354235 ], [ -70.963327, 42.354306 ], [ -70.963612, 42.35435 ], [ -70.963848, 42.35439 ], [ -70.964046, 42.35452 ], [ -70.96417, 42.354675 ], [ -70.964347, 42.354822 ], [ -70.964524, 42.354972 ], [ -70.964615, 42.355071 ], [ -70.964781, 42.355163 ], [ -70.965125, 42.355345 ], [ -70.965543, 42.355575 ], [ -70.965726, 42.355691 ], [ -70.9658, 42.355737 ], [ -70.965951, 42.355797 ], [ -70.96616, 42.355848 ], [ -70.966353, 42.355876 ], [ -70.966487, 42.355856 ], [ -70.966671, 42.35582 ], [ -70.966686, 42.355817 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.95806, 42.354778 ], [ -70.958109, 42.354866 ], [ -70.958156, 42.354937 ], [ -70.958253, 42.355028 ], [ -70.958338, 42.355077 ], [ -70.958376, 42.355099 ], [ -70.958526, 42.355159 ], [ -70.958784, 42.355333 ], [ -70.959047, 42.355492 ], [ -70.959213, 42.355599 ], [ -70.959471, 42.35571 ], [ -70.959615, 42.355749 ], [ -70.959825, 42.355785 ], [ -70.960034, 42.355821 ], [ -70.960334, 42.355837 ], [ -70.960474, 42.355785 ], [ -70.960581, 42.355726 ], [ -70.960817, 42.355579 ], [ -70.961139, 42.355385 ], [ -70.961552, 42.355183 ], [ -70.961815, 42.355032 ], [ -70.96196, 42.354964 ], [ -70.962147, 42.354929 ], [ -70.962459, 42.354925 ], [ -70.962716, 42.354925 ], [ -70.962898, 42.354968 ], [ -70.963054, 42.355036 ], [ -70.963435, 42.355175 ], [ -70.963998, 42.355377 ], [ -70.964454, 42.355551 ], [ -70.965125, 42.355785 ], [ -70.965441, 42.355908 ], [ -70.965597, 42.355944 ], [ -70.965817, 42.356003 ], [ -70.966117, 42.356078 ], [ -70.966444, 42.356158 ], [ -70.966614, 42.356206 ], [ -70.966782, 42.356205 ], [ -70.967024, 42.356197 ], [ -70.967174, 42.356154 ], [ -70.96727, 42.356043 ], [ -70.967345, 42.35592 ], [ -70.967313, 42.355773 ], [ -70.967201, 42.355603 ], [ -70.967109, 42.355464 ], [ -70.967107, 42.355432 ], [ -70.967104, 42.355385 ], [ -70.967201, 42.355305 ], [ -70.967249, 42.355286 ], [ -70.967335, 42.355285 ], [ -70.967426, 42.355282 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -70.967452, 42.355299 ], [ -70.967581, 42.355194 ], [ -70.967705, 42.355103 ], [ -70.967839, 42.355012 ], [ -70.967968, 42.354937 ], [ -70.968048, 42.354893 ], [ -70.968129, 42.354885 ], [ -70.968241, 42.354857 ], [ -70.968322, 42.354806 ], [ -70.968338, 42.354754 ], [ -70.9683, 42.354703 ], [ -70.96822, 42.354659 ], [ -70.96808, 42.354584 ], [ -70.967919, 42.354517 ], [ -70.967737, 42.354421 ], [ -70.967635, 42.354374 ], [ -70.967555, 42.354338 ], [ -70.967383, 42.354314 ], [ -70.967147, 42.354259 ], [ -70.9669, 42.354175 ], [ -70.966492, 42.353997 ], [ -70.965961, 42.353775 ], [ -70.965758, 42.353672 ], [ -70.965393, 42.353482 ], [ -70.965119, 42.353339 ], [ -70.96498, 42.353224 ], [ -70.964894, 42.353141 ], [ -70.964738, 42.352994 ], [ -70.964674, 42.352883 ], [ -70.964663, 42.352812 ], [ -70.964652, 42.352693 ], [ -70.96469, 42.352542 ], [ -70.964717, 42.352475 ], [ -70.964765, 42.352388 ], [ -70.96484, 42.352328 ], [ -70.96491, 42.352273 ], [ -70.964969, 42.352213 ], [ -70.965007, 42.35215 ], [ -70.965007, 42.352019 ], [ -70.964993, 42.351946 ], [ -70.964942, 42.351844 ], [ -70.964878, 42.351781 ], [ -70.964749, 42.35167 ], [ -70.964669, 42.351607 ], [ -70.964604, 42.351579 ], [ -70.964486, 42.351531 ], [ -70.964422, 42.351472 ], [ -70.964352, 42.351381 ], [ -70.964282, 42.351297 ], [ -70.964207, 42.351258 ], [ -70.964084, 42.351214 ], [ -70.963882, 42.351158 ], [ -70.963665, 42.351103 ], [ -70.963467, 42.351075 ], [ -70.963268, 42.351048 ], [ -70.963142, 42.350966 ], [ -70.96304, 42.350917 ], [ -70.962979, 42.350887 ], [ -70.962936, 42.350849 ], [ -70.962855, 42.350792 ], [ -70.962802, 42.350748 ], [ -70.962759, 42.350707 ], [ -70.962657, 42.350611 ], [ -70.962598, 42.350546 ], [ -70.962501, 42.350445 ], [ -70.962399, 42.35035 ], [ -70.962327, 42.350286 ], [ -70.962257, 42.350231 ], [ -70.962161, 42.350161 ], [ -70.962075, 42.35011 ], [ -70.961992, 42.350051 ], [ -70.96189, 42.349977 ], [ -70.961804, 42.349922 ], [ -70.961688, 42.34985 ], [ -70.961552, 42.349767 ], [ -70.961463, 42.349729 ], [ -70.961222, 42.349618 ], [ -70.961058, 42.349549 ], [ -70.9609, 42.349478 ], [ -70.96064, 42.349371 ], [ -70.960551, 42.349333 ], [ -70.960425, 42.349285 ], [ -70.960259, 42.34924 ], [ -70.960085, 42.349204 ], [ -70.959942, 42.34916 ], [ -70.95983, 42.349121 ], [ -70.959755, 42.349085 ], [ -70.959618, 42.349004 ], [ -70.959556, 42.34897 ], [ -70.95943, 42.348877 ], [ -70.959309, 42.348764 ], [ -70.959183, 42.348635 ], [ -70.958958, 42.348449 ], [ -70.958757, 42.348229 ], [ -70.958682, 42.348134 ], [ -70.958491, 42.347854 ], [ -70.958381, 42.347791 ], [ -70.958212, 42.347834 ], [ -70.958035, 42.347862 ], [ -70.957917, 42.347878 ], [ -70.95788, 42.347832 ], [ -70.957829, 42.347787 ], [ -70.957781, 42.347622 ], [ -70.957738, 42.347388 ], [ -70.9577, 42.347178 ], [ -70.957652, 42.346916 ], [ -70.957637, 42.346735 ], [ -70.957632, 42.346556 ], [ -70.957623, 42.346467 ], [ -70.957545, 42.346334 ], [ -70.957405, 42.346203 ], [ -70.957244, 42.346032 ], [ -70.957158, 42.345913 ], [ -70.956831, 42.345529 ], [ -70.956666, 42.345366 ], [ -70.956544, 42.3453 ], [ -70.956368, 42.345328 ], [ -70.956021, 42.34544 ], [ -70.955987, 42.345369 ], [ -70.955493, 42.345475 ], [ -70.955314, 42.345507 ], [ -70.954916, 42.345711 ], [ -70.954482, 42.34589 ], [ -70.954042, 42.346076 ], [ -70.953854, 42.346231 ], [ -70.953838, 42.346353 ], [ -70.953884, 42.346643 ], [ -70.953934, 42.347178 ], [ -70.954018, 42.347538 ], [ -70.954093, 42.347883 ], [ -70.954193, 42.348505 ], [ -70.954134, 42.349066 ], [ -70.953826, 42.34942 ], [ -70.953698, 42.349573 ], [ -70.953378, 42.349772 ], [ -70.953377, 42.349906 ], [ -70.953669, 42.35033 ], [ -70.953845, 42.350599 ], [ -70.954096, 42.350999 ], [ -70.954291, 42.351294 ], [ -70.954514, 42.351636 ], [ -70.95469, 42.351916 ], [ -70.954813, 42.352105 ], [ -70.955311, 42.352875 ], [ -70.955526, 42.353207 ], [ -70.956021, 42.353664 ], [ -70.956284, 42.353914 ], [ -70.956603, 42.354213 ], [ -70.957145, 42.354529 ], [ -70.957256, 42.354591 ], [ -70.957365, 42.354663 ], [ -70.957542, 42.354759 ], [ -70.9577, 42.354856 ], [ -70.957777, 42.354899 ], [ -70.958237, 42.35517 ], [ -70.958266, 42.355139 ], [ -70.958301, 42.355112 ], [ -70.958338, 42.355077 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.106803, 42.389676 ], [ -71.106233, 42.389417 ], [ -71.10578, 42.389231 ], [ -71.105228, 42.389025 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113164, 42.392535 ], [ -71.112389, 42.392219 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114033, 42.39291 ], [ -71.113164, 42.392535 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115564, 42.393572 ], [ -71.114898, 42.393292 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.119424, 42.395235 ], [ -71.118605, 42.394894 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107266, 42.389897 ], [ -71.106803, 42.389676 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114898, 42.393292 ], [ -71.114033, 42.39291 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111638, 42.391868 ], [ -71.11088, 42.39153 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.116207, 42.393859 ], [ -71.116178, 42.393847 ], [ -71.115616, 42.393595 ], [ -71.115564, 42.393572 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.120474, 42.395694 ], [ -71.121464, 42.396124 ], [ -71.121945, 42.396332 ], [ -71.122309, 42.396489 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112389, 42.392219 ], [ -71.111638, 42.391868 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.098724, 42.386836 ], [ -71.097825, 42.386532 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.092657, 42.384543 ], [ -71.092469, 42.384465 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094174, 42.385148 ], [ -71.093481, 42.384871 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105228, 42.389025 ], [ -71.104457, 42.388763 ], [ -71.104316, 42.388715 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.118605, 42.394894 ], [ -71.11795, 42.394609 ], [ -71.11776, 42.394529 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.096052, 42.385888 ], [ -71.095263, 42.38557 ], [ -71.094551, 42.385294 ], [ -71.094174, 42.385148 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1019, 42.387907 ], [ -71.101141, 42.387643 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.108711, 42.390539 ], [ -71.107942, 42.390203 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.11776, 42.394529 ], [ -71.117448, 42.394397 ], [ -71.116811, 42.394108 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107942, 42.390203 ], [ -71.107266, 42.389897 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089557, 42.386231 ], [ -71.088937, 42.386036 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094174, 42.385148 ], [ -71.093737, 42.38579 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "0" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.048175, 42.379219 ], [ -71.048057, 42.378815 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.067969, 42.369606 ], [ -71.068841, 42.370169 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.083904, 42.398338 ], [ -71.083856, 42.398348 ], [ -71.083809, 42.39834 ], [ -71.083768, 42.398327 ], [ -71.083724, 42.398307 ], [ -71.08369, 42.398289 ], [ -71.083649, 42.398259 ], [ -71.083601, 42.398231 ], [ -71.083574, 42.39822 ], [ -71.083567, 42.39819 ], [ -71.083568, 42.398152 ], [ -71.083575, 42.398102 ], [ -71.083578, 42.398051 ], [ -71.083572, 42.397998 ], [ -71.083572, 42.39794 ], [ -71.083569, 42.397899 ], [ -71.083566, 42.397844 ], [ -71.083566, 42.397803 ], [ -71.08357, 42.397768 ], [ -71.083567, 42.39773 ], [ -71.083567, 42.397699 ], [ -71.083554, 42.397664 ], [ -71.083537, 42.397636 ], [ -71.08351, 42.397608 ], [ -71.083479, 42.397585 ], [ -71.083438, 42.397567 ], [ -71.083384, 42.397542 ], [ -71.083333, 42.397522 ], [ -71.083285, 42.397501 ], [ -71.083231, 42.397481 ], [ -71.083173, 42.397453 ], [ -71.083122, 42.397427 ], [ -71.083061, 42.397404 ], [ -71.082989, 42.397379 ], [ -71.082918, 42.397356 ], [ -71.08285, 42.397329 ], [ -71.082781, 42.397306 ], [ -71.08272, 42.39728 ], [ -71.082659, 42.397255 ], [ -71.082584, 42.397229 ], [ -71.082513, 42.397199 ], [ -71.082441, 42.397171 ], [ -71.082366, 42.397137 ], [ -71.082281, 42.397099 ], [ -71.0822, 42.397058 ], [ -71.082121, 42.397028 ], [ -71.082046, 42.396995 ], [ -71.081978, 42.396966 ], [ -71.08191, 42.396933 ], [ -71.081846, 42.3969 ], [ -71.081795, 42.39687 ], [ -71.081727, 42.396837 ], [ -71.081672, 42.396806 ], [ -71.081632, 42.396773 ], [ -71.08158, 42.396753 ], [ -71.081519, 42.39673 ], [ -71.081447, 42.396702 ], [ -71.081386, 42.396673 ], [ -71.081331, 42.396656 ], [ -71.081253, 42.396638 ], [ -71.081185, 42.396615 ], [ -71.081103, 42.396589 ], [ -71.081015, 42.396568 ], [ -71.080936, 42.396548 ], [ -71.080841, 42.39653 ], [ -71.080752, 42.396509 ], [ -71.080677, 42.396499 ], [ -71.080602, 42.396486 ], [ -71.080524, 42.396468 ], [ -71.080469, 42.39645 ], [ -71.080405, 42.39643 ], [ -71.08034, 42.396407 ], [ -71.080269, 42.396379 ], [ -71.080211, 42.396366 ], [ -71.080146, 42.396358 ], [ -71.080084, 42.39635 ], [ -71.080013, 42.39635 ], [ -71.079962, 42.39635 ], [ -71.079897, 42.396349 ], [ -71.079825, 42.396349 ], [ -71.079736, 42.396349 ], [ -71.079668, 42.396346 ], [ -71.079566, 42.396333 ], [ -71.079474, 42.396322 ], [ -71.079368, 42.396313 ], [ -71.07929, 42.396302 ], [ -71.079228, 42.396292 ], [ -71.079153, 42.396277 ], [ -71.079082, 42.396256 ], [ -71.078993, 42.396228 ], [ -71.078918, 42.396197 ], [ -71.07885, 42.396164 ], [ -71.078776, 42.396126 ], [ -71.078708, 42.396088 ], [ -71.07865, 42.39606 ], [ -71.078572, 42.396021 ], [ -71.07849, 42.395976 ], [ -71.078412, 42.395943 ], [ -71.078347, 42.395912 ], [ -71.078269, 42.395879 ], [ -71.078214, 42.395853 ], [ -71.07817, 42.395823 ], [ -71.078126, 42.395795 ], [ -71.078061, 42.395752 ], [ -71.07799, 42.395708 ], [ -71.077939, 42.395687 ], [ -71.077898, 42.395654 ], [ -71.077861, 42.395621 ], [ -71.077827, 42.395593 ], [ -71.077776, 42.395558 ], [ -71.077729, 42.39552 ], [ -71.077698, 42.395492 ], [ -71.07765, 42.395484 ], [ -71.077589, 42.395484 ], [ -71.077517, 42.395486 ], [ -71.077439, 42.395483 ], [ -71.077371, 42.395483 ], [ -71.077102, 42.395447 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077102, 42.395447 ], [ -71.07705, 42.395434 ], [ -71.077006, 42.395418 ], [ -71.076958, 42.395393 ], [ -71.076914, 42.39536 ], [ -71.076897, 42.395324 ], [ -71.076864, 42.395261 ], [ -71.076823, 42.39519 ], [ -71.076766, 42.395086 ], [ -71.076709, 42.394982 ], [ -71.076638, 42.394855 ], [ -71.07658, 42.394749 ], [ -71.07654, 42.394666 ], [ -71.076503, 42.394598 ], [ -71.076473, 42.394545 ], [ -71.076442, 42.394479 ], [ -71.076415, 42.394438 ], [ -71.076385, 42.394365 ], [ -71.076348, 42.394304 ], [ -71.076324, 42.394253 ], [ -71.076301, 42.394218 ], [ -71.076291, 42.394175 ], [ -71.076284, 42.394137 ], [ -71.076267, 42.394109 ], [ -71.07624, 42.394068 ], [ -71.076207, 42.394023 ], [ -71.076169, 42.393972 ], [ -71.076146, 42.393934 ], [ -71.076125, 42.393893 ], [ -71.076116, 42.393855 ], [ -71.076109, 42.39379 ], [ -71.076113, 42.393721 ], [ -71.076106, 42.393678 ], [ -71.076097, 42.39363 ], [ -71.076083, 42.39358 ], [ -71.07607, 42.393526 ], [ -71.076057, 42.393483 ], [ -71.076036, 42.393443 ], [ -71.076013, 42.3934 ], [ -71.075989, 42.393359 ], [ -71.075955, 42.393319 ], [ -71.075921, 42.393283 ], [ -71.075877, 42.393232 ], [ -71.075823, 42.393182 ], [ -71.075793, 42.393147 ], [ -71.075766, 42.393114 ], [ -71.075742, 42.393074 ], [ -71.075718, 42.393028 ], [ -71.075698, 42.392983 ], [ -71.075692, 42.392947 ], [ -71.075678, 42.392902 ], [ -71.075675, 42.392864 ], [ -71.075669, 42.392821 ], [ -71.075659, 42.392783 ], [ -71.075642, 42.392735 ], [ -71.075618, 42.392686 ], [ -71.075602, 42.392651 ], [ -71.075581, 42.392608 ], [ -71.075561, 42.392572 ], [ -71.075537, 42.392532 ], [ -71.075521, 42.392493 ], [ -71.075518, 42.392462 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075518, 42.392458 ], [ -71.075514, 42.392333 ], [ -71.075481, 42.39221 ], [ -71.075394, 42.392138 ], [ -71.075283, 42.392159 ], [ -71.075263, 42.392242 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039151, 42.28419 ], [ -71.039446, 42.284377 ], [ -71.039748, 42.284554 ], [ -71.040145, 42.284777 ], [ -71.040491, 42.284955 ], [ -71.040926, 42.285184 ], [ -71.041414, 42.285452 ], [ -71.041686, 42.285617 ], [ -71.041884, 42.28575 ], [ -71.042042, 42.285895 ], [ -71.042139, 42.286027 ], [ -71.042193, 42.286137 ], [ -71.042241, 42.286359 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.04251, 42.285732 ], [ -71.042346, 42.285693 ], [ -71.042191, 42.28565 ], [ -71.041984, 42.285574 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.041984, 42.285574 ], [ -71.041728, 42.285482 ], [ -71.041551, 42.285396 ], [ -71.041259, 42.285244 ], [ -71.040786, 42.284993 ], [ -71.040375, 42.28478 ], [ -71.040187, 42.28468 ], [ -71.040029, 42.284596 ], [ -71.039838, 42.284496 ], [ -71.039675, 42.284394 ], [ -71.039558, 42.284326 ], [ -71.039419, 42.284231 ], [ -71.039259, 42.28412 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068303, 42.366675 ], [ -71.068225, 42.366743 ], [ -71.068174, 42.366999 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Emerald Ne" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.099913, 42.340329 ], [ -71.099964, 42.340383 ], [ -71.100004, 42.340415 ], [ -71.100084, 42.340453 ], [ -71.100154, 42.340483 ], [ -71.100518, 42.340588 ], [ -71.100782, 42.340668 ], [ -71.101022, 42.340723 ], [ -71.1014, 42.34105 ], [ -71.102047, 42.341682 ], [ -71.102382, 42.342015 ], [ -71.102739, 42.342368 ], [ -71.102993, 42.342628 ], [ -71.102959, 42.342689 ], [ -71.102499, 42.343086 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069618, 42.325432 ], [ -71.06953, 42.325502 ], [ -71.069463, 42.325494 ], [ -71.069186, 42.325522 ], [ -71.068649, 42.32588 ], [ -71.068607, 42.325886 ], [ -71.068515, 42.325912 ], [ -71.0684, 42.325945 ], [ -71.068308, 42.325997 ], [ -71.068224, 42.326041 ], [ -71.068171, 42.326052 ], [ -71.068087, 42.326062 ], [ -71.067996, 42.326085 ], [ -71.067891, 42.326101 ], [ -71.067817, 42.326135 ], [ -71.067768, 42.326156 ], [ -71.067701, 42.326189 ], [ -71.067645, 42.326228 ], [ -71.067634, 42.326278 ], [ -71.067652, 42.326329 ], [ -71.067666, 42.326374 ], [ -71.067578, 42.326431 ], [ -71.067399, 42.326566 ], [ -71.067333, 42.326612 ], [ -71.067269, 42.32669 ], [ -71.067224, 42.326765 ], [ -71.06721, 42.326799 ], [ -71.067203, 42.326874 ], [ -71.067206, 42.326916 ], [ -71.067189, 42.326947 ], [ -71.067154, 42.326965 ], [ -71.067104, 42.326986 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073292, 42.305641 ], [ -71.073292, 42.30564 ], [ -71.073303, 42.305602 ], [ -71.073329, 42.305567 ], [ -71.073388, 42.305542 ], [ -71.073436, 42.305504 ], [ -71.073476, 42.305474 ], [ -71.073528, 42.305439 ], [ -71.073605, 42.305401 ], [ -71.073675, 42.305371 ], [ -71.07373, 42.305341 ], [ -71.073793, 42.3053 ], [ -71.073852, 42.305256 ], [ -71.073929, 42.305186 ], [ -71.073977, 42.305164 ], [ -71.074006, 42.305142 ], [ -71.074036, 42.305093 ], [ -71.073988, 42.305077 ], [ -71.073907, 42.305011 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073358, 42.305757 ], [ -71.073498, 42.305768 ], [ -71.073657, 42.305779 ], [ -71.073796, 42.305806 ], [ -71.073933, 42.30582 ], [ -71.074039, 42.30582 ], [ -71.074157, 42.305833 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072706, 42.305869 ], [ -71.072751, 42.305809 ], [ -71.072825, 42.30576 ], [ -71.072953, 42.305711 ], [ -71.073049, 42.305687 ], [ -71.07316, 42.305654 ], [ -71.073229, 42.305646 ], [ -71.073296, 42.305643 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072854, 42.306019 ], [ -71.072975, 42.306046 ], [ -71.073064, 42.30606 ], [ -71.07313, 42.306051 ], [ -71.0732, 42.306038 ], [ -71.073233, 42.305997 ], [ -71.073252, 42.305937 ], [ -71.07327, 42.30588 ], [ -71.073296, 42.305834 ], [ -71.073318, 42.305785 ], [ -71.073358, 42.305752 ], [ -71.073325, 42.305717 ], [ -71.073303, 42.305676 ], [ -71.073292, 42.305641 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.135552, 42.258694 ], [ -71.135606, 42.258725 ], [ -71.13563, 42.25878 ], [ -71.135651, 42.258808 ], [ -71.135672, 42.258835 ], [ -71.13574, 42.258869 ], [ -71.135796, 42.258889 ], [ -71.135858, 42.258911 ], [ -71.135915, 42.25892 ], [ -71.135989, 42.258929 ], [ -71.136074, 42.258941 ], [ -71.136292, 42.25908 ], [ -71.136612, 42.259193 ], [ -71.136979, 42.259398 ], [ -71.137119, 42.259481 ], [ -71.137318, 42.259683 ], [ -71.137664, 42.260001 ], [ -71.137714, 42.26009 ], [ -71.137738, 42.260153 ], [ -71.137747, 42.2602 ], [ -71.137749, 42.260254 ], [ -71.137755, 42.260319 ], [ -71.137771, 42.260387 ], [ -71.137786, 42.260426 ], [ -71.137807, 42.260466 ], [ -71.137865, 42.260526 ], [ -71.137893, 42.260552 ], [ -71.138019, 42.260642 ], [ -71.138292, 42.26079 ], [ -71.138508, 42.260896 ], [ -71.138725, 42.260952 ], [ -71.138867, 42.260967 ], [ -71.138992, 42.260958 ], [ -71.1391, 42.260929 ], [ -71.139179, 42.260892 ], [ -71.13923, 42.260869 ], [ -71.139302, 42.260855 ], [ -71.139377, 42.260849 ], [ -71.139439, 42.26088 ], [ -71.139499, 42.260922 ], [ -71.139515, 42.260952 ], [ -71.139523, 42.260977 ], [ -71.139524, 42.261004 ], [ -71.139526, 42.261049 ], [ -71.139526, 42.2612 ], [ -71.139572, 42.26132 ], [ -71.139641, 42.261426 ], [ -71.139718, 42.261602 ], [ -71.139813, 42.261821 ], [ -71.139835, 42.261883 ], [ -71.139846, 42.261913 ], [ -71.139893, 42.261973 ], [ -71.139949, 42.262035 ], [ -71.139983, 42.262084 ], [ -71.140042, 42.26214 ], [ -71.140116, 42.262211 ], [ -71.140246, 42.262373 ], [ -71.140266, 42.262486 ], [ -71.140345, 42.262726 ], [ -71.140374, 42.262784 ], [ -71.140402, 42.26282 ], [ -71.140441, 42.262871 ], [ -71.1406, 42.263027 ], [ -71.140774, 42.263199 ], [ -71.140806, 42.263349 ], [ -71.140773, 42.263464 ], [ -71.140604, 42.263819 ], [ -71.140589, 42.263844 ], [ -71.140565, 42.263877 ], [ -71.140508, 42.263949 ], [ -71.140472, 42.263993 ], [ -71.140455, 42.264032 ], [ -71.140452, 42.264076 ], [ -71.140444, 42.264106 ], [ -71.140436, 42.26414 ], [ -71.140415, 42.264175 ], [ -71.140382, 42.264214 ], [ -71.140363, 42.264238 ], [ -71.140342, 42.264262 ], [ -71.140326, 42.264287 ], [ -71.140319, 42.264321 ], [ -71.140315, 42.264364 ], [ -71.140324, 42.264412 ], [ -71.140342, 42.264456 ], [ -71.140366, 42.264504 ], [ -71.140416, 42.264578 ], [ -71.140476, 42.264687 ], [ -71.140564, 42.264886 ], [ -71.140612, 42.264995 ], [ -71.140627, 42.265037 ], [ -71.140636, 42.265074 ], [ -71.14064, 42.26512 ], [ -71.140626, 42.265234 ], [ -71.140568, 42.265402 ], [ -71.140539, 42.265591 ], [ -71.140613, 42.265816 ], [ -71.140593, 42.266061 ], [ -71.140554, 42.266313 ], [ -71.140534, 42.266446 ], [ -71.140439, 42.26653 ], [ -71.140243, 42.266622 ], [ -71.140174, 42.266658 ], [ -71.140139, 42.266704 ], [ -71.140104, 42.266763 ], [ -71.140085, 42.266836 ], [ -71.140072, 42.267184 ], [ -71.140074, 42.267221 ], [ -71.140069, 42.267255 ], [ -71.140063, 42.267292 ], [ -71.140043, 42.267337 ], [ -71.140032, 42.267368 ], [ -71.140028, 42.267393 ], [ -71.140028, 42.267427 ], [ -71.140028, 42.267446 ], [ -71.140038, 42.267476 ], [ -71.140046, 42.267509 ], [ -71.140053, 42.267553 ], [ -71.140061, 42.267585 ], [ -71.140066, 42.267611 ], [ -71.140071, 42.267642 ], [ -71.14007, 42.267668 ], [ -71.140066, 42.267692 ], [ -71.14005, 42.267725 ], [ -71.140033, 42.26776 ], [ -71.140016, 42.267789 ], [ -71.140005, 42.267817 ], [ -71.140002, 42.267859 ], [ -71.140002, 42.267908 ], [ -71.140011, 42.267968 ], [ -71.140022, 42.268015 ], [ -71.140033, 42.268059 ], [ -71.140045, 42.268098 ], [ -71.140056, 42.268143 ], [ -71.140079, 42.268204 ], [ -71.140084, 42.26823 ], [ -71.140085, 42.268252 ], [ -71.140078, 42.26827 ], [ -71.140071, 42.268287 ], [ -71.140031, 42.268363 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.14011, 42.274185 ], [ -71.140118, 42.27406 ], [ -71.140118, 42.273994 ], [ -71.140119, 42.273939 ], [ -71.140132, 42.273878 ], [ -71.140138, 42.273836 ], [ -71.140139, 42.273757 ], [ -71.140139, 42.273715 ], [ -71.140114, 42.273659 ], [ -71.140089, 42.273589 ], [ -71.140065, 42.273538 ], [ -71.140052, 42.273482 ], [ -71.140046, 42.273426 ], [ -71.140047, 42.273314 ], [ -71.140048, 42.273207 ], [ -71.140056, 42.272914 ], [ -71.140076, 42.272653 ], [ -71.140083, 42.27256 ], [ -71.140089, 42.272462 ], [ -71.140096, 42.272369 ], [ -71.140097, 42.272276 ], [ -71.14011, 42.272187 ], [ -71.140119, 42.272087 ], [ -71.140123, 42.272015 ], [ -71.140118, 42.27194 ], [ -71.140118, 42.271866 ], [ -71.140118, 42.271796 ], [ -71.140119, 42.271735 ], [ -71.140119, 42.271675 ], [ -71.140119, 42.2716 ], [ -71.14012, 42.27154 ], [ -71.140101, 42.271488 ], [ -71.140083, 42.271433 ], [ -71.140071, 42.271374 ], [ -71.140065, 42.271323 ], [ -71.140077, 42.271276 ], [ -71.140096, 42.271235 ], [ -71.140128, 42.271183 ], [ -71.140153, 42.271128 ], [ -71.140154, 42.271058 ], [ -71.140167, 42.270997 ], [ -71.140186, 42.270941 ], [ -71.140205, 42.270895 ], [ -71.14023, 42.270848 ], [ -71.140262, 42.270802 ], [ -71.140281, 42.270751 ], [ -71.140281, 42.2707 ], [ -71.140275, 42.270648 ], [ -71.140263, 42.270616 ], [ -71.140244, 42.270569 ], [ -71.140239, 42.270467 ], [ -71.140252, 42.270397 ], [ -71.140258, 42.270308 ], [ -71.140265, 42.270229 ], [ -71.140284, 42.270164 ], [ -71.140297, 42.270089 ], [ -71.140329, 42.269968 ], [ -71.140342, 42.269885 ], [ -71.140353, 42.269831 ], [ -71.14036, 42.269794 ], [ -71.140378, 42.269757 ], [ -71.140413, 42.269715 ], [ -71.140478, 42.269665 ], [ -71.140548, 42.269618 ], [ -71.140595, 42.269585 ], [ -71.140626, 42.269543 ], [ -71.140639, 42.269511 ], [ -71.14064, 42.269473 ], [ -71.140633, 42.269431 ], [ -71.140615, 42.26938 ], [ -71.140575, 42.26933 ], [ -71.140536, 42.269296 ], [ -71.140482, 42.269252 ], [ -71.140428, 42.269203 ], [ -71.140391, 42.269142 ], [ -71.140347, 42.269067 ], [ -71.140316, 42.268969 ], [ -71.140285, 42.268876 ], [ -71.140254, 42.268811 ], [ -71.140211, 42.268703 ], [ -71.140155, 42.268596 ], [ -71.140118, 42.268535 ], [ -71.140099, 42.268493 ], [ -71.140062, 42.268428 ], [ -71.140031, 42.268363 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140031, 42.268363 ], [ -71.139986, 42.268308 ], [ -71.139919, 42.268246 ], [ -71.139857, 42.268185 ], [ -71.139769, 42.268101 ], [ -71.139688, 42.268017 ], [ -71.139595, 42.267942 ], [ -71.13947, 42.267839 ], [ -71.139347, 42.267747 ], [ -71.13924, 42.267673 ], [ -71.139139, 42.267594 ], [ -71.139026, 42.267505 ], [ -71.13892, 42.267411 ], [ -71.138802, 42.267304 ], [ -71.138702, 42.267201 ], [ -71.138571, 42.26707 ], [ -71.13844, 42.26694 ], [ -71.138309, 42.266818 ], [ -71.138234, 42.266725 ], [ -71.138197, 42.266673 ], [ -71.138166, 42.266613 ], [ -71.138135, 42.266552 ], [ -71.138098, 42.266487 ], [ -71.138067, 42.266426 ], [ -71.138036, 42.26637 ], [ -71.137992, 42.266328 ], [ -71.137917, 42.266239 ], [ -71.137861, 42.266174 ], [ -71.137818, 42.266129 ], [ -71.137768, 42.266078 ], [ -71.137712, 42.266013 ], [ -71.137666, 42.265961 ], [ -71.137606, 42.265891 ], [ -71.137562, 42.265822 ], [ -71.137508, 42.265737 ], [ -71.137434, 42.265609 ], [ -71.137288, 42.265355 ], [ -71.137221, 42.265211 ], [ -71.137153, 42.265052 ], [ -71.137094, 42.264907 ], [ -71.137024, 42.264733 ], [ -71.136957, 42.26458 ], [ -71.136888, 42.264409 ], [ -71.136807, 42.264203 ], [ -71.13677, 42.264096 ], [ -71.136708, 42.263952 ], [ -71.13664, 42.263812 ], [ -71.136571, 42.263672 ], [ -71.136541, 42.26357 ], [ -71.13651, 42.263495 ], [ -71.136479, 42.263426 ], [ -71.136458, 42.26337 ], [ -71.136416, 42.263307 ], [ -71.136366, 42.263238 ], [ -71.136311, 42.263169 ], [ -71.136255, 42.263085 ], [ -71.136236, 42.26302 ], [ -71.136199, 42.262945 ], [ -71.136168, 42.262866 ], [ -71.13612, 42.262786 ], [ -71.136078, 42.262723 ], [ -71.136041, 42.262675 ], [ -71.136013, 42.262628 ], [ -71.135968, 42.262565 ], [ -71.135933, 42.262493 ], [ -71.135915, 42.262429 ], [ -71.135902, 42.262359 ], [ -71.135915, 42.262299 ], [ -71.135946, 42.262224 ], [ -71.135984, 42.26215 ], [ -71.136029, 42.26208 ], [ -71.136054, 42.262006 ], [ -71.136073, 42.261941 ], [ -71.13608, 42.261885 ], [ -71.136081, 42.26168 ], [ -71.136088, 42.26161 ], [ -71.136107, 42.261531 ], [ -71.136151, 42.261452 ], [ -71.13619, 42.261359 ], [ -71.136221, 42.261284 ], [ -71.136253, 42.261215 ], [ -71.13626, 42.261145 ], [ -71.136247, 42.261108 ], [ -71.13621, 42.261038 ], [ -71.136157, 42.260988 ], [ -71.13607, 42.260949 ], [ -71.135998, 42.26092 ], [ -71.135906, 42.260886 ], [ -71.135821, 42.260837 ], [ -71.135748, 42.260791 ], [ -71.135685, 42.260735 ], [ -71.135585, 42.260679 ], [ -71.13551, 42.260632 ], [ -71.135454, 42.260581 ], [ -71.135392, 42.260524 ], [ -71.135348, 42.260461 ], [ -71.135292, 42.260398 ], [ -71.13523, 42.260338 ], [ -71.135174, 42.260282 ], [ -71.135124, 42.260239 ], [ -71.13508, 42.260183 ], [ -71.135043, 42.260118 ], [ -71.135006, 42.260055 ], [ -71.134975, 42.259985 ], [ -71.134944, 42.25992 ], [ -71.134906, 42.259864 ], [ -71.134863, 42.259789 ], [ -71.134826, 42.259747 ], [ -71.134788, 42.259691 ], [ -71.134757, 42.259658 ], [ -71.134682, 42.259626 ], [ -71.134594, 42.259597 ], [ -71.134501, 42.259569 ], [ -71.134394, 42.259522 ], [ -71.134326, 42.259471 ], [ -71.134263, 42.259452 ], [ -71.134182, 42.259428 ], [ -71.134125, 42.259409 ], [ -71.134044, 42.259381 ], [ -71.133981, 42.259344 ], [ -71.133919, 42.259306 ], [ -71.133857, 42.259255 ], [ -71.1338, 42.259199 ], [ -71.133769, 42.259134 ], [ -71.133751, 42.259078 ], [ -71.133726, 42.259008 ], [ -71.133714, 42.258928 ], [ -71.133715, 42.258859 ], [ -71.133709, 42.25877 ], [ -71.133721, 42.258707 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.133965, 42.254313 ], [ -71.134074, 42.254159 ], [ -71.134183, 42.254013 ], [ -71.134257, 42.253911 ], [ -71.134351, 42.253813 ], [ -71.134454, 42.253719 ], [ -71.134574, 42.253586 ], [ -71.134601, 42.253559 ], [ -71.134625, 42.253537 ], [ -71.134651, 42.253516 ], [ -71.134672, 42.253501 ], [ -71.134702, 42.253486 ], [ -71.134733, 42.253478 ], [ -71.134801, 42.253471 ], [ -71.134859, 42.253475 ], [ -71.13496, 42.253484 ], [ -71.135035, 42.253495 ], [ -71.135064, 42.253499 ], [ -71.135088, 42.2535 ], [ -71.135109, 42.2535 ], [ -71.135129, 42.253495 ], [ -71.135154, 42.253476 ], [ -71.135171, 42.253458 ], [ -71.135189, 42.253439 ], [ -71.135229, 42.253355 ], [ -71.135262, 42.253298 ], [ -71.135276, 42.253276 ], [ -71.135303, 42.253247 ], [ -71.135328, 42.253237 ], [ -71.135355, 42.253232 ], [ -71.135399, 42.25323 ], [ -71.135512, 42.253231 ], [ -71.135701, 42.253231 ], [ -71.13574, 42.25322 ], [ -71.135768, 42.253211 ], [ -71.135787, 42.253197 ], [ -71.135813, 42.253177 ], [ -71.135852, 42.253147 ], [ -71.135884, 42.253115 ], [ -71.135931, 42.253061 ], [ -71.135955, 42.253045 ], [ -71.136006, 42.253021 ], [ -71.136067, 42.253005 ], [ -71.136195, 42.252985 ], [ -71.136325, 42.252953 ], [ -71.136476, 42.252911 ], [ -71.136558, 42.252869 ], [ -71.136625, 42.25284 ], [ -71.136788, 42.252786 ], [ -71.137055, 42.252743 ], [ -71.137275, 42.252714 ], [ -71.137506, 42.252683 ], [ -71.137679, 42.252672 ], [ -71.137884, 42.252667 ], [ -71.137959, 42.252665 ], [ -71.138015, 42.252658 ], [ -71.138082, 42.25265 ], [ -71.138132, 42.252636 ], [ -71.138205, 42.252609 ], [ -71.13829, 42.252539 ], [ -71.138319, 42.252507 ], [ -71.138339, 42.252482 ], [ -71.138366, 42.252448 ], [ -71.138432, 42.252357 ], [ -71.138444, 42.252319 ], [ -71.138467, 42.25223 ], [ -71.138466, 42.252198 ], [ -71.138464, 42.252136 ], [ -71.138462, 42.252059 ], [ -71.138488, 42.251979 ], [ -71.138529, 42.251871 ], [ -71.138554, 42.25181 ], [ -71.138565, 42.251774 ], [ -71.138568, 42.251731 ], [ -71.138569, 42.251649 ], [ -71.13856, 42.25162 ], [ -71.138541, 42.251579 ], [ -71.138526, 42.251559 ], [ -71.138486, 42.25151 ], [ -71.138362, 42.251431 ], [ -71.138194, 42.251235 ], [ -71.138053, 42.25108 ], [ -71.137737, 42.250933 ], [ -71.137637, 42.250894 ], [ -71.137569, 42.250852 ], [ -71.1375, 42.25081 ], [ -71.13744, 42.250774 ], [ -71.137353, 42.250688 ], [ -71.137231, 42.250578 ], [ -71.137163, 42.250514 ], [ -71.137156, 42.250492 ], [ -71.137166, 42.250461 ], [ -71.137361, 42.250227 ], [ -71.137552, 42.249982 ], [ -71.137414, 42.249879 ], [ -71.137367, 42.249842 ], [ -71.137296, 42.249788 ], [ -71.137044, 42.249589 ], [ -71.136917, 42.249496 ], [ -71.136875, 42.249461 ], [ -71.136794, 42.2494 ], [ -71.136743, 42.249355 ], [ -71.136681, 42.249287 ], [ -71.136668, 42.249267 ], [ -71.136658, 42.249245 ], [ -71.136648, 42.249204 ], [ -71.13663, 42.249156 ], [ -71.136623, 42.24912 ], [ -71.136616, 42.249084 ], [ -71.136565, 42.249 ], [ -71.13651, 42.248945 ], [ -71.136443, 42.248888 ], [ -71.136392, 42.248848 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.157568, 42.280411 ], [ -71.1574, 42.280568 ], [ -71.15742, 42.280611 ], [ -71.157245, 42.28106 ], [ -71.157136, 42.281389 ], [ -71.157052, 42.281575 ], [ -71.156955, 42.281752 ], [ -71.156897, 42.281862 ], [ -71.156768, 42.281986 ], [ -71.156278, 42.282344 ], [ -71.155974, 42.282573 ], [ -71.1558, 42.282697 ], [ -71.155626, 42.282449 ], [ -71.1554, 42.282153 ], [ -71.155303, 42.281943 ], [ -71.155232, 42.281718 ], [ -71.155194, 42.281551 ], [ -71.155187, 42.281408 ], [ -71.155181, 42.28127 ], [ -71.155194, 42.281155 ], [ -71.155258, 42.281093 ], [ -71.155349, 42.281069 ], [ -71.155413, 42.281021 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.144386, 42.27555 ], [ -71.144244, 42.275963 ], [ -71.144231, 42.276 ], [ -71.144194, 42.276068 ], [ -71.144143, 42.276132 ], [ -71.144075, 42.276175 ], [ -71.143952, 42.276205 ], [ -71.143816, 42.276218 ], [ -71.143702, 42.276205 ], [ -71.143607, 42.276184 ], [ -71.143526, 42.27615 ], [ -71.143453, 42.276099 ], [ -71.143367, 42.276011 ], [ -71.143278, 42.275906 ], [ -71.143215, 42.275828 ], [ -71.143134, 42.275763 ], [ -71.143052, 42.275712 ], [ -71.142966, 42.275685 ], [ -71.14288, 42.275685 ], [ -71.142789, 42.275695 ], [ -71.142689, 42.275728 ], [ -71.142611, 42.275772 ], [ -71.142575, 42.275809 ], [ -71.142562, 42.275872 ], [ -71.142509, 42.27579 ], [ -71.142486, 42.275646 ], [ -71.142593, 42.275394 ], [ -71.142788, 42.275172 ], [ -71.143039, 42.274975 ], [ -71.143452, 42.27485 ], [ -71.143897, 42.274882 ], [ -71.144179, 42.275021 ], [ -71.144323, 42.275207 ], [ -71.144386, 42.27555 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140658, 42.275741 ], [ -71.141155, 42.275843 ], [ -71.141545, 42.275914 ], [ -71.141887, 42.276104 ], [ -71.142201, 42.276286 ], [ -71.142473, 42.276462 ], [ -71.14274, 42.27662 ], [ -71.143015, 42.276738 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.142562, 42.275872 ], [ -71.14257, 42.275937 ], [ -71.142596, 42.276022 ], [ -71.142758, 42.276258 ], [ -71.14288, 42.276465 ], [ -71.143015, 42.276738 ], [ -71.143168, 42.276982 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.140696, 42.276001 ], [ -71.141047, 42.276238 ], [ -71.14141, 42.276477 ], [ -71.141626, 42.276636 ], [ -71.141832, 42.276757 ], [ -71.142023, 42.276936 ], [ -71.142257, 42.277135 ], [ -71.142569, 42.277379 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145189, 42.276326 ], [ -71.144939, 42.276251 ], [ -71.144829, 42.276214 ], [ -71.144632, 42.276131 ], [ -71.144393, 42.276073 ], [ -71.144233, 42.276038 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.094988, 42.366933 ], [ -71.094777, 42.366846 ], [ -71.094257, 42.366657 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.097361, 42.36788 ], [ -71.097161, 42.367797 ], [ -71.096385, 42.367489 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.100532, 42.373475 ], [ -71.1001, 42.373122 ], [ -71.099988, 42.373032 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110414, 42.371723 ], [ -71.110806, 42.371128 ], [ -71.110813, 42.371118 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.113348, 42.370098 ], [ -71.112607, 42.369837 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112607, 42.369837 ], [ -71.112934, 42.370115 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.117592, 42.375919 ], [ -71.117586, 42.375918 ], [ -71.116213, 42.375637 ], [ -71.115948, 42.375598 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.114293, 42.375471 ], [ -71.114746, 42.37557 ], [ -71.114821, 42.375575 ], [ -71.115306, 42.375609 ], [ -71.115613, 42.375641 ], [ -71.115725, 42.375652 ], [ -71.115749, 42.375654 ], [ -71.116182, 42.375729 ], [ -71.117552, 42.376018 ], [ -71.117775, 42.376034 ], [ -71.118043, 42.376038 ], [ -71.118377, 42.376083 ], [ -71.118713, 42.376178 ], [ -71.118945, 42.376278 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115948, 42.375598 ], [ -71.11579, 42.375575 ], [ -71.115726, 42.375568 ], [ -71.115293, 42.37552 ], [ -71.114781, 42.375485 ], [ -71.114293, 42.375471 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.127859, 42.250994 ], [ -71.127842, 42.250973 ], [ -71.127831, 42.250943 ], [ -71.127837, 42.250904 ], [ -71.128956, 42.248603 ], [ -71.12904, 42.248506 ], [ -71.129124, 42.248389 ], [ -71.12918, 42.248307 ], [ -71.129255, 42.24821 ], [ -71.129302, 42.248155 ], [ -71.129317, 42.248119 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.115912, 42.357223 ], [ -71.115872, 42.357388 ], [ -71.11579, 42.357542 ], [ -71.115684, 42.357722 ], [ -71.115608, 42.357879 ], [ -71.115501, 42.357924 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.110633, 42.363839 ], [ -71.111113, 42.363793 ], [ -71.111215, 42.363771 ], [ -71.111328, 42.36372 ], [ -71.111423, 42.363645 ], [ -71.111611, 42.363568 ], [ -71.111805, 42.363491 ], [ -71.111939, 42.363432 ], [ -71.112079, 42.363346 ], [ -71.112204, 42.363267 ], [ -71.112302, 42.363165 ], [ -71.112392, 42.363088 ], [ -71.11249, 42.36306 ], [ -71.112591, 42.363015 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111629, 42.363564 ], [ -71.111668, 42.363888 ], [ -71.111703, 42.364176 ], [ -71.11173, 42.364337 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.112088, 42.363344 ], [ -71.112249, 42.363416 ], [ -71.112407, 42.363463 ], [ -71.112532, 42.363529 ], [ -71.112675, 42.363617 ], [ -71.11272, 42.363588 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.145169, 42.381279 ], [ -71.145169, 42.381273 ], [ -71.145601, 42.380934 ], [ -71.14622, 42.380453 ], [ -71.146731, 42.380046 ], [ -71.146897, 42.379938 ], [ -71.146944, 42.379901 ], [ -71.147039, 42.379838 ], [ -71.147233, 42.379731 ], [ -71.147342, 42.379681 ], [ -71.14741, 42.379647 ], [ -71.147494, 42.379621 ], [ -71.14764, 42.379614 ], [ -71.147765, 42.379614 ], [ -71.148114, 42.379676 ], [ -71.14833, 42.379684 ], [ -71.14854, 42.379672 ], [ -71.148764, 42.379675 ], [ -71.148947, 42.379693 ], [ -71.149085, 42.379691 ], [ -71.149271, 42.379707 ], [ -71.149463, 42.379696 ], [ -71.149618, 42.379701 ], [ -71.149876, 42.379758 ], [ -71.15001, 42.379818 ], [ -71.15014, 42.379925 ], [ -71.150232, 42.380034 ], [ -71.150338, 42.380218 ], [ -71.150375, 42.380326 ], [ -71.150386, 42.380532 ], [ -71.150392, 42.380752 ], [ -71.15041, 42.380857 ], [ -71.150445, 42.380907 ], [ -71.150567, 42.381003 ], [ -71.15101, 42.38124 ], [ -71.151196, 42.381319 ], [ -71.151551, 42.381441 ], [ -71.151836, 42.381532 ], [ -71.151977, 42.381563 ], [ -71.15222, 42.38158 ], [ -71.152384, 42.381585 ], [ -71.152623, 42.381575 ], [ -71.153042, 42.381536 ], [ -71.153338, 42.381534 ], [ -71.153468, 42.381555 ], [ -71.15359, 42.381626 ], [ -71.15365, 42.381684 ], [ -71.153702, 42.381848 ], [ -71.153761, 42.382017 ], [ -71.153797, 42.382196 ], [ -71.153829, 42.382336 ], [ -71.153882, 42.382464 ], [ -71.153943, 42.382567 ], [ -71.15403, 42.382683 ], [ -71.154397, 42.383042 ], [ -71.154957, 42.383566 ], [ -71.155157, 42.383754 ], [ -71.155229, 42.383848 ], [ -71.155255, 42.383919 ], [ -71.155267, 42.383993 ], [ -71.15525, 42.38409 ], [ -71.1552, 42.384193 ], [ -71.155172, 42.384291 ], [ -71.155148, 42.384389 ], [ -71.155158, 42.384492 ], [ -71.155178, 42.384593 ], [ -71.155231, 42.384693 ], [ -71.155303, 42.384766 ], [ -71.155386, 42.384854 ], [ -71.155532, 42.384973 ], [ -71.155641, 42.385079 ], [ -71.155722, 42.385189 ], [ -71.155817, 42.385357 ], [ -71.15586, 42.385486 ], [ -71.155894, 42.385669 ], [ -71.155908, 42.385862 ], [ -71.155906, 42.38597 ], [ -71.155924, 42.386111 ], [ -71.155969, 42.386315 ], [ -71.156034, 42.38657 ], [ -71.156054, 42.386681 ], [ -71.156043, 42.38676 ], [ -71.15603, 42.386826 ], [ -71.155954, 42.38693 ], [ -71.155767, 42.387135 ], [ -71.155629, 42.387267 ], [ -71.155523, 42.38734 ], [ -71.155385, 42.387413 ], [ -71.15489, 42.3876 ], [ -71.154688, 42.387671 ], [ -71.154566, 42.387694 ], [ -71.154462, 42.387704 ], [ -71.154192, 42.387703 ], [ -71.153671, 42.3877 ], [ -71.153544, 42.387695 ], [ -71.153403, 42.387687 ], [ -71.153315, 42.387691 ], [ -71.15318, 42.387701 ], [ -71.153024, 42.387714 ], [ -71.152874, 42.387751 ], [ -71.152701, 42.387814 ], [ -71.152348, 42.388001 ], [ -71.151811, 42.388279 ], [ -71.151305, 42.388536 ], [ -71.151138, 42.388598 ], [ -71.150972, 42.388626 ], [ -71.150768, 42.388629 ], [ -71.15064, 42.388604 ], [ -71.150483, 42.388543 ], [ -71.150217, 42.388408 ], [ -71.149799, 42.388217 ], [ -71.149596, 42.388121 ], [ -71.149402, 42.388033 ], [ -71.149264, 42.387964 ], [ -71.14914, 42.387892 ], [ -71.148795, 42.387595 ], [ -71.14833, 42.38718 ], [ -71.148082, 42.386973 ], [ -71.147789, 42.386709 ], [ -71.147632, 42.386573 ], [ -71.147537, 42.386507 ], [ -71.147467, 42.386456 ], [ -71.147392, 42.38642 ], [ -71.147308, 42.386392 ], [ -71.147228, 42.386371 ], [ -71.147168, 42.386363 ], [ -71.147093, 42.386363 ], [ -71.146948, 42.386383 ], [ -71.14678, 42.38641 ], [ -71.146637, 42.386446 ], [ -71.146503, 42.386514 ], [ -71.146393, 42.386577 ], [ -71.146195, 42.386665 ], [ -71.145901, 42.38677 ], [ -71.145732, 42.38684 ], [ -71.14554, 42.38692 ], [ -71.145436, 42.386948 ], [ -71.145315, 42.386972 ], [ -71.145126, 42.38698 ], [ -71.144991, 42.387001 ], [ -71.144796, 42.387007 ], [ -71.144675, 42.38701 ], [ -71.144513, 42.387021 ], [ -71.14437, 42.387044 ], [ -71.144181, 42.387075 ], [ -71.143997, 42.387109 ], [ -71.143796, 42.387169 ], [ -71.143601, 42.387225 ], [ -71.143361, 42.387283 ], [ -71.143129, 42.387349 ], [ -71.143027, 42.387379 ], [ -71.14295, 42.387387 ], [ -71.142894, 42.387385 ], [ -71.142802, 42.38737 ], [ -71.142719, 42.387342 ], [ -71.142597, 42.387271 ], [ -71.142214, 42.387037 ], [ -71.142062, 42.386944 ], [ -71.141993, 42.386898 ], [ -71.141948, 42.386846 ], [ -71.141911, 42.386787 ], [ -71.141882, 42.386711 ], [ -71.141865, 42.386622 ], [ -71.141856, 42.386534 ], [ -71.141861, 42.386362 ], [ -71.141843, 42.386031 ], [ -71.141837, 42.385904 ], [ -71.141834, 42.385775 ], [ -71.141841, 42.385641 ], [ -71.141872, 42.385388 ], [ -71.141907, 42.385215 ], [ -71.141934, 42.38511 ], [ -71.141974, 42.384983 ], [ -71.142042, 42.384844 ], [ -71.142113, 42.38474 ], [ -71.142249, 42.384571 ], [ -71.142368, 42.384421 ], [ -71.142508, 42.384263 ], [ -71.14269, 42.384056 ], [ -71.142778, 42.383966 ], [ -71.142867, 42.383917 ], [ -71.142972, 42.383879 ], [ -71.143057, 42.383864 ], [ -71.143154, 42.383861 ], [ -71.14336, 42.383864 ], [ -71.143527, 42.383872 ], [ -71.143632, 42.383864 ], [ -71.143705, 42.383844 ], [ -71.143794, 42.383795 ], [ -71.143879, 42.383723 ], [ -71.143974, 42.383634 ], [ -71.144064, 42.383549 ], [ -71.144145, 42.38346 ], [ -71.144216, 42.383384 ], [ -71.144328, 42.383298 ], [ -71.144429, 42.383237 ], [ -71.144582, 42.383178 ], [ -71.144669, 42.383138 ], [ -71.144748, 42.383092 ], [ -71.144852, 42.38301 ], [ -71.14509, 42.382848 ], [ -71.14528, 42.382689 ], [ -71.145316, 42.382643 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.085937, 42.280577 ], [ -71.085909, 42.280566 ], [ -71.086295, 42.280114 ], [ -71.086316, 42.280136 ], [ -71.08613, 42.280368 ], [ -71.086008, 42.280523 ], [ -71.085707, 42.2809 ], [ -71.085724, 42.281071 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.103672, 42.273488 ], [ -71.103241, 42.273894 ], [ -71.103067, 42.274023 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset R" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.05511, 42.27735 ], [ -71.054923, 42.277428 ], [ -71.054794, 42.277475 ], [ -71.054669, 42.277533 ], [ -71.05447, 42.277622 ], [ -71.054307, 42.277693 ], [ -71.054179, 42.277755 ], [ -71.053831, 42.277898 ], [ -71.053704, 42.277944 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset R" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.053704, 42.277944 ], [ -71.053607, 42.27798 ], [ -71.053486, 42.278032 ], [ -71.053391, 42.27807 ], [ -71.05293, 42.27824 ], [ -71.052712, 42.278315 ], [ -71.052557, 42.278366 ], [ -71.052344, 42.278437 ], [ -71.052158, 42.278496 ], [ -71.051951, 42.278559 ], [ -71.051757, 42.278616 ], [ -71.051512, 42.278689 ], [ -71.051199, 42.27878 ], [ -71.050968, 42.278852 ], [ -71.050768, 42.278918 ], [ -71.050573, 42.278988 ], [ -71.050419, 42.279048 ], [ -71.05025, 42.279117 ], [ -71.05006, 42.2792 ], [ -71.049921, 42.279261 ], [ -71.049754, 42.27934 ], [ -71.049553, 42.279444 ], [ -71.049342, 42.279558 ], [ -71.048516, 42.280134 ], [ -71.048016, 42.280445 ], [ -71.047871, 42.280538 ], [ -71.047792, 42.280594 ], [ -71.04771, 42.280657 ], [ -71.047607, 42.280749 ], [ -71.047525, 42.280827 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset R" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059564, 42.274501 ], [ -71.059559, 42.274504 ], [ -71.059167, 42.274659 ], [ -71.059031, 42.274727 ], [ -71.058912, 42.274795 ], [ -71.058822, 42.274852 ], [ -71.058679, 42.274949 ], [ -71.057606, 42.275669 ], [ -71.056611, 42.276347 ], [ -71.056167, 42.276658 ], [ -71.05538, 42.277184 ], [ -71.055207, 42.277297 ], [ -71.055155, 42.277327 ], [ -71.05511, 42.27735 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Neponset R" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.065207, 42.270922 ], [ -71.065067, 42.27097 ], [ -71.064905, 42.271024 ], [ -71.064825, 42.271055 ], [ -71.064718, 42.271096 ], [ -71.064562, 42.271173 ], [ -71.064525, 42.271193 ], [ -71.064488, 42.271215 ], [ -71.064359, 42.271293 ], [ -71.06428, 42.27134 ], [ -71.064174, 42.271409 ], [ -71.064076, 42.271477 ], [ -71.064005, 42.271522 ], [ -71.063937, 42.271567 ], [ -71.063845, 42.271629 ], [ -71.063773, 42.271679 ], [ -71.063651, 42.271758 ], [ -71.063601, 42.271792 ], [ -71.063519, 42.271849 ], [ -71.063361, 42.271957 ], [ -71.06281, 42.27233 ], [ -71.062695, 42.272409 ], [ -71.062437, 42.272583 ], [ -71.062309, 42.272666 ], [ -71.062211, 42.272732 ], [ -71.062147, 42.272776 ], [ -71.062002, 42.272871 ], [ -71.061963, 42.2729 ], [ -71.061935, 42.272921 ], [ -71.061901, 42.272948 ], [ -71.061856, 42.272986 ], [ -71.061811, 42.273026 ], [ -71.061737, 42.273083 ], [ -71.061644, 42.273156 ], [ -71.061577, 42.273204 ], [ -71.061539, 42.27323 ], [ -71.061491, 42.273265 ], [ -71.061448, 42.273295 ], [ -71.061404, 42.273325 ], [ -71.061354, 42.27336 ], [ -71.061304, 42.273393 ], [ -71.061251, 42.273432 ], [ -71.061209, 42.273463 ], [ -71.061153, 42.2735 ], [ -71.061106, 42.273537 ], [ -71.061047, 42.27358 ], [ -71.060995, 42.27362 ], [ -71.060914, 42.27368 ], [ -71.06082, 42.27375 ], [ -71.06072, 42.273825 ], [ -71.06062, 42.273897 ], [ -71.060517, 42.273963 ], [ -71.060421, 42.274024 ], [ -71.06033, 42.274084 ], [ -71.06024, 42.27414 ], [ -71.060155, 42.274188 ], [ -71.060085, 42.274225 ], [ -71.060005, 42.274267 ], [ -71.059916, 42.274314 ], [ -71.059829, 42.274363 ], [ -71.059758, 42.274401 ], [ -71.059632, 42.27447 ], [ -71.059564, 42.274501 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.042575, 42.289818 ], [ -71.042551, 42.289961 ], [ -71.042555, 42.290027 ], [ -71.042583, 42.29009 ], [ -71.042583, 42.290173 ], [ -71.042559, 42.290275 ], [ -71.042551, 42.290377 ], [ -71.042547, 42.290436 ], [ -71.042571, 42.290529 ], [ -71.042619, 42.290675 ], [ -71.04266, 42.290813 ], [ -71.042672, 42.290908 ], [ -71.042712, 42.291034 ], [ -71.042704, 42.291168 ], [ -71.042708, 42.291303 ], [ -71.042741, 42.291437 ], [ -71.042781, 42.291571 ], [ -71.042829, 42.291703 ], [ -71.04289, 42.291843 ], [ -71.042955, 42.291972 ], [ -71.043072, 42.2921 ], [ -71.043286, 42.292276 ], [ -71.043431, 42.292414 ], [ -71.043629, 42.292575 ], [ -71.04375, 42.292689 ], [ -71.043895, 42.292847 ], [ -71.044057, 42.29305 ], [ -71.044118, 42.293137 ], [ -71.044267, 42.293244 ], [ -71.044449, 42.293292 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.161674, 42.334011 ], [ -71.162048, 42.334016 ], [ -71.162302, 42.333965 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.161684, 42.334017 ], [ -71.161966, 42.334194 ], [ -71.162267, 42.33448 ], [ -71.16255, 42.334854 ], [ -71.162747, 42.335229 ], [ -71.162816, 42.335508 ], [ -71.162765, 42.335844 ], [ -71.162499, 42.336129 ], [ -71.162138, 42.336339 ], [ -71.16182, 42.336548 ], [ -71.161632, 42.336853 ], [ -71.16158, 42.337094 ], [ -71.161486, 42.337259 ], [ -71.161245, 42.337411 ], [ -71.160971, 42.337455 ], [ -71.160722, 42.337436 ], [ -71.160378, 42.337303 ], [ -71.159383, 42.336904 ], [ -71.159168, 42.336878 ], [ -71.158962, 42.336904 ], [ -71.158748, 42.336999 ], [ -71.158559, 42.337202 ], [ -71.158542, 42.33736 ], [ -71.158602, 42.337538 ], [ -71.158731, 42.337671 ], [ -71.158902, 42.337804 ], [ -71.158979, 42.338096 ], [ -71.158877, 42.338261 ], [ -71.158679, 42.338401 ], [ -71.158447, 42.338471 ], [ -71.158241, 42.338464 ], [ -71.156018, 42.337766 ], [ -71.155847, 42.337747 ], [ -71.155615, 42.337785 ], [ -71.155357, 42.337868 ], [ -71.15516, 42.337969 ], [ -71.154885, 42.338058 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.154885, 42.338058 ], [ -71.154808, 42.338058 ], [ -71.154688, 42.338026 ], [ -71.154585, 42.337957 ], [ -71.154532, 42.337907 ], [ -71.15449, 42.337868 ], [ -71.154465, 42.337589 ], [ -71.154482, 42.336961 ], [ -71.154439, 42.336713 ], [ -71.154315, 42.336504 ], [ -71.154102, 42.336147 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.13382, 42.4071 ], [ -71.133605, 42.407013 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.136135, 42.40101 ], [ -71.135944, 42.40121 ], [ -71.13583, 42.401356 ], [ -71.135716, 42.401506 ], [ -71.13553, 42.401688 ], [ -71.135368, 42.401869 ], [ -71.135176, 42.402033 ], [ -71.13496, 42.402214 ], [ -71.134817, 42.402396 ], [ -71.134745, 42.402489 ], [ -71.134643, 42.402639 ], [ -71.134589, 42.40275 ], [ -71.134535, 42.402883 ], [ -71.134517, 42.402985 ], [ -71.134523, 42.403113 ], [ -71.134511, 42.403224 ], [ -71.134511, 42.403365 ], [ -71.134511, 42.403485 ], [ -71.134457, 42.403591 ], [ -71.134439, 42.403689 ], [ -71.134421, 42.403919 ], [ -71.134427, 42.404091 ], [ -71.134397, 42.404277 ], [ -71.134397, 42.404384 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.134391, 42.404384 ], [ -71.134403, 42.404623 ], [ -71.134433, 42.404937 ], [ -71.134445, 42.405287 ], [ -71.134445, 42.405543 ], [ -71.134379, 42.40584 ], [ -71.134271, 42.406114 ], [ -71.134151, 42.406322 ], [ -71.133935, 42.406614 ], [ -71.133785, 42.406783 ], [ -71.133642, 42.406938 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1295, 42.416734 ], [ -71.129825, 42.416467 ], [ -71.130012, 42.416323 ], [ -71.130169, 42.416159 ], [ -71.130499, 42.4158 ], [ -71.130733, 42.415556 ], [ -71.130898, 42.415393 ], [ -71.131046, 42.41522 ], [ -71.131263, 42.415056 ], [ -71.131411, 42.414957 ], [ -71.13158, 42.414854 ], [ -71.13178, 42.41478 ], [ -71.131971, 42.41471 ], [ -71.132215, 42.414668 ], [ -71.132428, 42.414652 ], [ -71.132797, 42.414655 ], [ -71.133318, 42.414668 ], [ -71.1336, 42.414697 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.173024, 42.270893 ], [ -71.172924, 42.270712 ], [ -71.172881, 42.270635 ], [ -71.172827, 42.270533 ], [ -71.172763, 42.270415 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.107508, 42.341411 ], [ -71.107676, 42.341469 ], [ -71.107813, 42.341524 ], [ -71.107932, 42.341565 ], [ -71.108048, 42.341634 ], [ -71.108118, 42.341697 ], [ -71.108226, 42.341757 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.111119, 42.33746 ], [ -71.111157, 42.337685 ], [ -71.111103, 42.337899 ], [ -71.11091, 42.338284 ], [ -71.110808, 42.338839 ], [ -71.110747, 42.339382 ], [ -71.110726, 42.33962 ], [ -71.110588, 42.340175 ], [ -71.110438, 42.340516 ], [ -71.110159, 42.340736 ], [ -71.10966, 42.341115 ], [ -71.109306, 42.341246 ], [ -71.108901, 42.341442 ], [ -71.108684, 42.341519 ], [ -71.108228, 42.341757 ], [ -71.107911, 42.341928 ], [ -71.107353, 42.342015 ], [ -71.10701, 42.342146 ], [ -71.106855, 42.342352 ], [ -71.106694, 42.34259 ], [ -71.106318, 42.342931 ], [ -71.105953, 42.34324 ], [ -71.105165, 42.343629 ], [ -71.104762, 42.343926 ], [ -71.104521, 42.344109 ], [ -71.104342, 42.344316 ], [ -71.104332, 42.344465 ], [ -71.104298, 42.344598 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.105694, 42.344169 ], [ -71.105593, 42.344225 ], [ -71.105482, 42.344281 ], [ -71.105341, 42.344346 ], [ -71.105204, 42.344394 ], [ -71.105081, 42.344439 ], [ -71.104969, 42.344479 ], [ -71.104874, 42.344517 ], [ -71.104797, 42.344552 ], [ -71.104702, 42.344573 ], [ -71.10462, 42.34458 ], [ -71.104544, 42.34458 ], [ -71.104474, 42.34458 ], [ -71.104404, 42.344579 ], [ -71.104383, 42.34458 ], [ -71.104361, 42.344584 ], [ -71.104341, 42.344587 ], [ -71.104298, 42.344598 ], [ -71.104273, 42.344605 ], [ -71.104244, 42.344613 ], [ -71.104178, 42.34463 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.077508, 42.308869 ], [ -71.077442, 42.308986 ], [ -71.077442, 42.309112 ], [ -71.077284, 42.309225 ], [ -71.076969, 42.30948 ], [ -71.076745, 42.309664 ], [ -71.076724, 42.309735 ], [ -71.076753, 42.309811 ], [ -71.076811, 42.3099 ], [ -71.077089, 42.31002 ], [ -71.077521, 42.310186 ], [ -71.077882, 42.310318 ], [ -71.078073, 42.310394 ], [ -71.078147, 42.310401 ], [ -71.078185, 42.310379 ], [ -71.078293, 42.310259 ], [ -71.078479, 42.309992 ], [ -71.078525, 42.309913 ], [ -71.078517, 42.30987 ], [ -71.078442, 42.309814 ], [ -71.078235, 42.309692 ], [ -71.078073, 42.309606 ], [ -71.077952, 42.309517 ], [ -71.077803, 42.309363 ], [ -71.077674, 42.309247 ], [ -71.077583, 42.30917 ], [ -71.077529, 42.309136 ], [ -71.07745, 42.309102 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.076736, 42.309675 ], [ -71.076605, 42.309756 ], [ -71.076564, 42.309807 ], [ -71.076536, 42.309858 ], [ -71.076633, 42.309893 ], [ -71.076595, 42.309956 ], [ -71.076498, 42.309921 ], [ -71.076453, 42.30997 ], [ -71.07656, 42.310011 ], [ -71.07651, 42.310069 ], [ -71.076417, 42.310039 ], [ -71.076358, 42.310107 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072738, 42.310687 ], [ -71.07307, 42.310797 ], [ -71.073172, 42.310832 ], [ -71.073222, 42.310882 ], [ -71.07329, 42.310915 ], [ -71.073355, 42.310917 ], [ -71.073433, 42.310905 ], [ -71.073494, 42.311013 ], [ -71.073819, 42.311128 ], [ -71.073934, 42.311143 ], [ -71.074053, 42.311161 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.027727, 42.370049 ], [ -71.027831, 42.370046 ], [ -71.027919, 42.370058 ], [ -71.028018, 42.370093 ], [ -71.028106, 42.370128 ], [ -71.02822, 42.370186 ], [ -71.028324, 42.370256 ], [ -71.028443, 42.370311 ], [ -71.028558, 42.370354 ], [ -71.028672, 42.370397 ], [ -71.028843, 42.37044 ], [ -71.028979, 42.370475 ], [ -71.029072, 42.370503 ], [ -71.029171, 42.370534 ], [ -71.02929, 42.370577 ], [ -71.029373, 42.370616 ], [ -71.029498, 42.370678 ], [ -71.02969, 42.370795 ], [ -71.029762, 42.370845 ], [ -71.02985, 42.370892 ], [ -71.030001, 42.370943 ], [ -71.030121, 42.370967 ], [ -71.03022, 42.370967 ], [ -71.03036, 42.370964 ], [ -71.030522, 42.370922 ], [ -71.030637, 42.370903 ], [ -71.030725, 42.370903 ], [ -71.030866, 42.370923 ], [ -71.030949, 42.37092 ], [ -71.031079, 42.370916 ], [ -71.031163, 42.370905 ], [ -71.031236, 42.370855 ], [ -71.031503, 42.370629 ], [ -71.031666, 42.370486 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.030388, 42.373514 ], [ -71.030234, 42.373718 ], [ -71.030075, 42.373941 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054084, 42.292592 ], [ -71.054024, 42.292574 ], [ -71.053681, 42.292671 ], [ -71.053567, 42.292762 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056494, 42.362149 ], [ -71.055812, 42.362542 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072293, 42.38736 ], [ -71.072265, 42.38743 ], [ -71.07215, 42.387646 ], [ -71.072133, 42.387677 ], [ -71.072074, 42.387785 ], [ -71.072059, 42.387812 ], [ -71.070956, 42.389634 ], [ -71.07061, 42.390328 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07061, 42.390328 ], [ -71.071099, 42.389686 ], [ -71.072191, 42.38789 ], [ -71.072243, 42.387804 ], [ -71.072275, 42.387746 ], [ -71.072404, 42.387513 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056494, 42.362149 ], [ -71.055812, 42.362542 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072293, 42.38736 ], [ -71.072265, 42.38743 ], [ -71.07215, 42.387646 ], [ -71.072133, 42.387677 ], [ -71.072074, 42.387785 ], [ -71.072059, 42.387812 ], [ -71.070956, 42.389634 ], [ -71.07061, 42.390328 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07061, 42.390328 ], [ -71.071099, 42.389686 ], [ -71.072191, 42.38789 ], [ -71.072243, 42.387804 ], [ -71.072275, 42.387746 ], [ -71.072404, 42.387513 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 5.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056494, 42.362149 ], [ -71.055812, 42.362542 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072293, 42.38736 ], [ -71.072265, 42.38743 ], [ -71.07215, 42.387646 ], [ -71.072133, 42.387677 ], [ -71.072074, 42.387785 ], [ -71.072059, 42.387812 ], [ -71.070956, 42.389634 ], [ -71.07061, 42.390328 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 4.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07061, 42.390328 ], [ -71.071099, 42.389686 ], [ -71.072191, 42.38789 ], [ -71.072243, 42.387804 ], [ -71.072275, 42.387746 ], [ -71.072404, 42.387513 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "East Bosto" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.006976, 42.385107 ], [ -71.00699, 42.385071 ], [ -71.007016, 42.385038 ], [ -71.007044, 42.385006 ], [ -71.007079, 42.38498 ], [ -71.007116, 42.384953 ], [ -71.007158, 42.384936 ], [ -71.007211, 42.384926 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.064767, 42.369675 ], [ -71.064809, 42.36979 ], [ -71.064991, 42.369921 ], [ -71.065062, 42.36999 ], [ -71.065118, 42.370062 ], [ -71.065155, 42.370128 ], [ -71.065176, 42.370204 ], [ -71.065194, 42.370279 ], [ -71.065224, 42.370341 ], [ -71.065488, 42.370598 ], [ -71.065812, 42.370951 ], [ -71.065869, 42.371097 ], [ -71.065871, 42.371235 ], [ -71.065863, 42.371303 ], [ -71.065836, 42.371395 ], [ -71.065794, 42.371502 ], [ -71.065752, 42.371603 ], [ -71.065712, 42.371688 ], [ -71.065641, 42.37181 ], [ -71.065566, 42.371922 ], [ -71.065468, 42.372048 ], [ -71.065383, 42.372149 ], [ -71.065346, 42.372184 ], [ -71.065327, 42.372224 ], [ -71.06532, 42.372255 ], [ -71.065323, 42.372284 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062414, 42.369947 ], [ -71.06234, 42.369868 ], [ -71.062232, 42.369718 ], [ -71.062094, 42.369601 ], [ -71.061968, 42.369554 ], [ -71.061847, 42.369543 ], [ -71.061653, 42.369576 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.062044, 42.370836 ], [ -71.062054, 42.370837 ], [ -71.062073, 42.370835 ], [ -71.062088, 42.370829 ], [ -71.062099, 42.370817 ], [ -71.062106, 42.370804 ], [ -71.062108, 42.370791 ], [ -71.062108, 42.370777 ], [ -71.062104, 42.370763 ], [ -71.062096, 42.370752 ], [ -71.062086, 42.370738 ], [ -71.062077, 42.370725 ], [ -71.06207, 42.370712 ], [ -71.062065, 42.370696 ], [ -71.062064, 42.370686 ], [ -71.062065, 42.370675 ], [ -71.062067, 42.370663 ], [ -71.062072, 42.370654 ], [ -71.06208, 42.370641 ], [ -71.062087, 42.370631 ], [ -71.062098, 42.370619 ], [ -71.062112, 42.370608 ], [ -71.062128, 42.3706 ], [ -71.062147, 42.370594 ], [ -71.06217, 42.370591 ], [ -71.06219, 42.370588 ], [ -71.062213, 42.370582 ], [ -71.062237, 42.370575 ], [ -71.062259, 42.370568 ], [ -71.062277, 42.370559 ], [ -71.062293, 42.370548 ], [ -71.062307, 42.370535 ], [ -71.062322, 42.370517 ], [ -71.062332, 42.3705 ], [ -71.062342, 42.37048 ], [ -71.062356, 42.370461 ], [ -71.062373, 42.370443 ], [ -71.062398, 42.370425 ], [ -71.062429, 42.370409 ], [ -71.062465, 42.370396 ], [ -71.062502, 42.370383 ], [ -71.062533, 42.370367 ], [ -71.062557, 42.370348 ], [ -71.06258, 42.370323 ], [ -71.062603, 42.370291 ], [ -71.062614, 42.370254 ], [ -71.062617, 42.370207 ], [ -71.062616, 42.37017 ], [ -71.06261, 42.370124 ], [ -71.062592, 42.370082 ], [ -71.062573, 42.370055 ], [ -71.062551, 42.370029 ], [ -71.062532, 42.370011 ], [ -71.062494, 42.369985 ], [ -71.062455, 42.369964 ], [ -71.062413, 42.369953 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061902, 42.370905 ], [ -71.061948, 42.370849 ], [ -71.061968, 42.370834 ], [ -71.061983, 42.370831 ], [ -71.062002, 42.370832 ], [ -71.062029, 42.370835 ], [ -71.062044, 42.370836 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.068737, 42.369327 ], [ -71.068613, 42.369413 ], [ -71.068539, 42.369449 ], [ -71.068465, 42.369481 ], [ -71.068391, 42.369508 ], [ -71.06828, 42.369549 ], [ -71.068168, 42.369571 ], [ -71.068107, 42.369585 ], [ -71.067983, 42.369603 ], [ -71.067897, 42.369616 ], [ -71.067755, 42.36962 ], [ -71.06765, 42.369624 ], [ -71.067447, 42.369614 ], [ -71.067348, 42.3696 ], [ -71.067139, 42.369577 ], [ -71.067022, 42.369576 ], [ -71.066905, 42.369567 ], [ -71.066744, 42.369571 ], [ -71.066633, 42.369579 ], [ -71.066491, 42.369583 ], [ -71.066337, 42.369596 ], [ -71.066189, 42.369614 ], [ -71.066041, 42.369641 ], [ -71.065831, 42.369659 ], [ -71.065646, 42.369672 ], [ -71.065492, 42.36968 ], [ -71.065319, 42.36968 ], [ -71.065165, 42.369683 ], [ -71.064943, 42.369669 ], [ -71.064838, 42.369669 ], [ -71.064771, 42.369673 ], [ -71.064592, 42.369663 ], [ -71.06437, 42.369671 ], [ -71.064185, 42.369693 ], [ -71.064012, 42.369707 ], [ -71.063765, 42.36971 ], [ -71.063648, 42.36971 ], [ -71.063562, 42.369705 ], [ -71.063445, 42.369668 ], [ -71.063322, 42.369635 ], [ -71.063217, 42.369608 ], [ -71.063137, 42.369575 ], [ -71.063051, 42.369561 ], [ -71.062891, 42.369551 ], [ -71.062768, 42.369574 ], [ -71.062675, 42.36961 ], [ -71.062563, 42.36966 ], [ -71.062464, 42.369742 ], [ -71.062408, 42.369819 ], [ -71.062383, 42.36986 ], [ -71.062352, 42.369888 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.061656, 42.369573 ], [ -71.061589, 42.36963 ], [ -71.061515, 42.369692 ], [ -71.061479, 42.369739 ], [ -71.061416, 42.369807 ], [ -71.061383, 42.369879 ], [ -71.061365, 42.369973 ], [ -71.06135, 42.370072 ], [ -71.061347, 42.370111 ], [ -71.06136, 42.370198 ], [ -71.061374, 42.370273 ], [ -71.061408, 42.37032 ], [ -71.061447, 42.370367 ], [ -71.06152, 42.370422 ], [ -71.061601, 42.370488 ], [ -71.061657, 42.370553 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.056207, 42.375891 ], [ -71.056156, 42.375863 ], [ -71.056122, 42.375824 ], [ -71.056106, 42.375788 ], [ -71.056091, 42.375722 ], [ -71.056091, 42.375679 ], [ -71.056128, 42.375631 ], [ -71.056165, 42.375593 ], [ -71.056203, 42.375547 ], [ -71.056252, 42.375491 ], [ -71.056274, 42.375457 ], [ -71.056276, 42.37543 ], [ -71.056271, 42.375394 ], [ -71.056244, 42.375311 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.049751, 42.376624 ], [ -71.049724, 42.376678 ], [ -71.049695, 42.376736 ], [ -71.049664, 42.376796 ], [ -71.049585, 42.376875 ], [ -71.049532, 42.376922 ], [ -71.049463, 42.376977 ], [ -71.049406, 42.37704 ], [ -71.049365, 42.377093 ], [ -71.049353, 42.377121 ], [ -71.049355, 42.377158 ], [ -71.049381, 42.377174 ], [ -71.049335, 42.377223 ], [ -71.049292, 42.377282 ], [ -71.049256, 42.377321 ], [ -71.049197, 42.377347 ], [ -71.049156, 42.377363 ], [ -71.049094, 42.37741 ], [ -71.049065, 42.377461 ], [ -71.049096, 42.377509 ], [ -71.049148, 42.377574 ], [ -71.049211, 42.377639 ], [ -71.04928, 42.377696 ], [ -71.049353, 42.377765 ], [ -71.049405, 42.377825 ], [ -71.049454, 42.377871 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.059733, 42.350113 ], [ -71.059774, 42.350001 ], [ -71.059712, 42.349998 ], [ -71.059912, 42.34955 ], [ -71.060122, 42.348956 ], [ -71.060253, 42.348776 ], [ -71.06041, 42.348393 ], [ -71.060502, 42.34805 ], [ -71.060662, 42.34741 ], [ -71.060738, 42.34712 ], [ -71.06083, 42.346829 ], [ -71.060909, 42.346603 ], [ -71.061149, 42.346022 ], [ -71.061171, 42.345957 ], [ -71.061191, 42.345794 ], [ -71.061223, 42.345532 ], [ -71.06138, 42.345107 ], [ -71.061919, 42.343899 ], [ -71.061088, 42.343636 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040967, 42.284957 ], [ -71.040968, 42.284884 ], [ -71.040896, 42.284851 ], [ -71.04085, 42.284837 ], [ -71.040803, 42.28483 ], [ -71.040755, 42.284828 ], [ -71.040712, 42.28483 ], [ -71.040672, 42.284805 ], [ -71.040633, 42.284776 ], [ -71.040584, 42.284745 ], [ -71.040527, 42.284721 ], [ -71.040448, 42.284691 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.164488, 42.358025 ], [ -71.164637, 42.358142 ], [ -71.164767, 42.358228 ], [ -71.164893, 42.358304 ], [ -71.164995, 42.358407 ], [ -71.165152, 42.358507 ], [ -71.165357, 42.358666 ], [ -71.16553, 42.358789 ], [ -71.165652, 42.358892 ], [ -71.165747, 42.358957 ], [ -71.165872, 42.359039 ], [ -71.165998, 42.359125 ], [ -71.166164, 42.359257 ], [ -71.166227, 42.359286 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039357, 42.367483 ], [ -71.039474, 42.367404 ], [ -71.039561, 42.367329 ], [ -71.039623, 42.367243 ], [ -71.039669, 42.367157 ], [ -71.039715, 42.36713 ], [ -71.039791, 42.367089 ], [ -71.039883, 42.367067 ], [ -71.039974, 42.367109 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03936, 42.367922 ], [ -71.039672, 42.368049 ], [ -71.039724, 42.368055 ], [ -71.039811, 42.368086 ], [ -71.039911, 42.368122 ], [ -71.040113, 42.368211 ], [ -71.040313, 42.368305 ], [ -71.040372, 42.368309 ], [ -71.040608, 42.368413 ], [ -71.040772, 42.36848 ], [ -71.040836, 42.368463 ], [ -71.040923, 42.36846 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.041806, 42.366412 ], [ -71.041268, 42.367084 ], [ -71.040892, 42.367563 ], [ -71.040536, 42.368024 ], [ -71.040309, 42.368304 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.040222, 42.368261 ], [ -71.039817, 42.368774 ], [ -71.03987, 42.368934 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.03982, 42.368776 ], [ -71.039589, 42.368811 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.039327, 42.366772 ], [ -71.039484, 42.366828 ], [ -71.039571, 42.366867 ], [ -71.039631, 42.366885 ], [ -71.039712, 42.366932 ], [ -71.039754, 42.366975 ], [ -71.039784, 42.367011 ], [ -71.03979, 42.36706 ], [ -71.039811, 42.367087 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.054218, 42.380034 ], [ -71.054264, 42.379893 ], [ -71.054256, 42.379858 ], [ -71.054232, 42.379842 ], [ -71.054203, 42.379834 ], [ -71.054166, 42.379834 ], [ -71.054124, 42.379844 ], [ -71.054071, 42.379855 ], [ -71.05402, 42.379863 ], [ -71.053949, 42.37987 ], [ -71.053891, 42.37987 ], [ -71.05383, 42.379872 ], [ -71.053782, 42.379862 ], [ -71.053727, 42.379852 ], [ -71.053674, 42.379842 ], [ -71.053605, 42.37984 ], [ -71.053539, 42.37983 ], [ -71.053452, 42.379827 ], [ -71.053397, 42.379835 ], [ -71.053269, 42.37985 ], [ -71.053158, 42.379856 ], [ -71.053071, 42.379859 ], [ -71.052989, 42.379851 ], [ -71.052883, 42.379841 ], [ -71.05277, 42.379827 ], [ -71.052677, 42.379812 ], [ -71.052601, 42.379798 ], [ -71.052548, 42.379781 ], [ -71.052543, 42.379741 ], [ -71.052559, 42.379659 ], [ -71.052693, 42.379501 ], [ -71.052826, 42.379341 ], [ -71.053021, 42.379112 ], [ -71.053194, 42.37892 ], [ -71.053309, 42.378774 ], [ -71.053328, 42.378746 ], [ -71.053262, 42.378717 ], [ -71.053061, 42.378614 ], [ -71.053014, 42.378608 ], [ -71.052953, 42.378635 ], [ -71.052902, 42.378676 ], [ -71.052814, 42.378742 ], [ -71.052756, 42.378801 ], [ -71.052711, 42.378838 ], [ -71.052592, 42.378779 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072214, 42.385687 ], [ -71.072017, 42.385655 ], [ -71.071827, 42.385614 ], [ -71.071658, 42.385578 ], [ -71.071521, 42.38555 ], [ -71.071433, 42.38554 ], [ -71.071306, 42.385546 ], [ -71.071199, 42.385576 ], [ -71.071103, 42.385625 ], [ -71.070982, 42.385728 ], [ -71.070872, 42.385812 ], [ -71.070808, 42.385885 ], [ -71.070722, 42.385974 ], [ -71.070601, 42.386063 ], [ -71.070492, 42.386129 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075263, 42.392242 ], [ -71.075301, 42.3923 ], [ -71.075383, 42.392404 ], [ -71.075518, 42.392462 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.069451, 42.365782 ], [ -71.069674, 42.365921 ], [ -71.070028, 42.365576 ], [ -71.070336, 42.364948 ], [ -71.070427, 42.3648 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.070427, 42.3648 ], [ -71.070031, 42.36467 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Charles Ri" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072821, 42.361578 ], [ -71.072892, 42.361154 ], [ -71.072962, 42.361076 ], [ -71.072978, 42.361046 ], [ -71.07299, 42.361013 ], [ -71.072994, 42.360985 ], [ -71.072995, 42.360889 ], [ -71.073008, 42.360822 ], [ -71.073031, 42.360768 ], [ -71.073045, 42.360711 ], [ -71.073059, 42.360573 ], [ -71.07301, 42.360351 ], [ -71.072999, 42.360175 ], [ -71.072988, 42.360096 ], [ -71.072977, 42.36008 ], [ -71.072959, 42.360065 ], [ -71.07294, 42.360051 ], [ -71.072827, 42.359996 ], [ -71.072676, 42.359902 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.102364, 42.331479 ], [ -71.102525, 42.33156 ], [ -71.10259, 42.331627 ], [ -71.102638, 42.331653 ], [ -71.102668, 42.331676 ], [ -71.102745, 42.331698 ], [ -71.102817, 42.33169 ], [ -71.102883, 42.331681 ], [ -71.102967, 42.331708 ], [ -71.103056, 42.331744 ], [ -71.10314, 42.331779 ], [ -71.103217, 42.33182 ], [ -71.103277, 42.331855 ], [ -71.103318, 42.331918 ], [ -71.103348, 42.331989 ], [ -71.103401, 42.332051 ], [ -71.10349, 42.332084 ], [ -71.103571, 42.332109 ], [ -71.103642, 42.33213 ], [ -71.103724, 42.332163 ], [ -71.103789, 42.332194 ], [ -71.103789, 42.33223 ], [ -71.103777, 42.332252 ], [ -71.103723, 42.332274 ], [ -71.103651, 42.332269 ], [ -71.103579, 42.332291 ], [ -71.103531, 42.332322 ], [ -71.103501, 42.332362 ], [ -71.103507, 42.332411 ], [ -71.10353, 42.332451 ], [ -71.103554, 42.332495 ], [ -71.103548, 42.332531 ], [ -71.103512, 42.332566 ], [ -71.10344, 42.332597 ], [ -71.10335, 42.332632 ], [ -71.103326, 42.332672 ], [ -71.103307, 42.332721 ], [ -71.103325, 42.332761 ], [ -71.103367, 42.332788 ], [ -71.103426, 42.332797 ], [ -71.103486, 42.332801 ], [ -71.103534, 42.332775 ], [ -71.103606, 42.332704 ], [ -71.103667, 42.332624 ], [ -71.103745, 42.332536 ], [ -71.103787, 42.332492 ], [ -71.103841, 42.332434 ], [ -71.103895, 42.332417 ], [ -71.103949, 42.332399 ], [ -71.103991, 42.332399 ], [ -71.104063, 42.332417 ], [ -71.104111, 42.33244 ], [ -71.104152, 42.332466 ], [ -71.104212, 42.332511 ], [ -71.104212, 42.332542 ], [ -71.104205, 42.3326 ], [ -71.104175, 42.332631 ], [ -71.104133, 42.332657 ], [ -71.104067, 42.332666 ], [ -71.103966, 42.332665 ], [ -71.10387, 42.332661 ], [ -71.103834, 42.332674 ], [ -71.103792, 42.332714 ], [ -71.103725, 42.332833 ], [ -71.103695, 42.332904 ], [ -71.103695, 42.332926 ], [ -71.103713, 42.332944 ], [ -71.103742, 42.332962 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": "Harborwalk" }, "geometry": { "type": "LineString", "coordinates": [ [ -71.037452, 42.310356 ], [ -71.037169, 42.310379 ], [ -71.036924, 42.310503 ], [ -71.036584, 42.310725 ], [ -71.033313, 42.313192 ], [ -71.033282, 42.313205 ], [ -71.033241, 42.313205 ], [ -71.033157, 42.313192 ], [ -71.033004, 42.313178 ], [ -71.032906, 42.31319 ], [ -71.032801, 42.313238 ], [ -71.032722, 42.313328 ], [ -71.032735, 42.31344 ], [ -71.03285, 42.313615 ], [ -71.032936, 42.313837 ], [ -71.033141, 42.316404 ], [ -71.034774, 42.316864 ], [ -71.034799, 42.31687 ], [ -71.034823, 42.31687 ], [ -71.034852, 42.316859 ], [ -71.0349, 42.31682 ], [ -71.034942, 42.316809 ], [ -71.034986, 42.316819 ], [ -71.035038, 42.316841 ], [ -71.035232, 42.316922 ], [ -71.035376, 42.316987 ], [ -71.035485, 42.317039 ], [ -71.035609, 42.31707 ], [ -71.035786, 42.317094 ], [ -71.035966, 42.317138 ], [ -71.036099, 42.31717 ], [ -71.036283, 42.317222 ], [ -71.036374, 42.317237 ], [ -71.036473, 42.317218 ], [ -71.036706, 42.317113 ], [ -71.036761, 42.317103 ], [ -71.036849, 42.317133 ], [ -71.037748, 42.317493 ], [ -71.037934, 42.317589 ], [ -71.038273, 42.317904 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.0431, 42.321202 ], [ -71.043135, 42.321303 ], [ -71.043183, 42.321373 ], [ -71.043234, 42.321412 ], [ -71.043286, 42.32143 ], [ -71.043321, 42.321448 ], [ -71.043377, 42.321466 ], [ -71.043432, 42.321466 ], [ -71.043492, 42.321469 ], [ -71.043559, 42.321472 ], [ -71.043639, 42.32149 ], [ -71.04367, 42.321523 ], [ -71.043694, 42.321552 ], [ -71.043709, 42.321594 ], [ -71.043709, 42.321638 ], [ -71.043701, 42.321694 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.047123, 42.306709 ], [ -71.047022, 42.306783 ], [ -71.046966, 42.306891 ], [ -71.046945, 42.307006 ], [ -71.046929, 42.307132 ], [ -71.046928, 42.307266 ], [ -71.046953, 42.307385 ], [ -71.046982, 42.30752 ], [ -71.047021, 42.307616 ], [ -71.04706, 42.307739 ], [ -71.047094, 42.307877 ], [ -71.047144, 42.307963 ], [ -71.047188, 42.308045 ], [ -71.047228, 42.308097 ], [ -71.047293, 42.308172 ], [ -71.047358, 42.308224 ], [ -71.047417, 42.308273 ], [ -71.047472, 42.308306 ], [ -71.047517, 42.308348 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.089804, 42.335449 ], [ -71.08985, 42.335494 ], [ -71.090091, 42.335683 ], [ -71.090449, 42.335935 ], [ -71.090545, 42.335992 ], [ -71.090606, 42.335921 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.1115, 42.334715 ], [ -71.111719, 42.334869 ], [ -71.111471, 42.3351 ], [ -71.111264, 42.335307 ], [ -71.111263, 42.33548 ], [ -71.111255, 42.335653 ], [ -71.111267, 42.33582 ], [ -71.111273, 42.335949 ], [ -71.111272, 42.336058 ], [ -71.111311, 42.336201 ], [ -71.111344, 42.3363 ], [ -71.11135, 42.336408 ], [ -71.111389, 42.336517 ], [ -71.111436, 42.336591 ], [ -71.111462, 42.336676 ], [ -71.111508, 42.336735 ], [ -71.111561, 42.336809 ], [ -71.11168, 42.336899 ], [ -71.111759, 42.336998 ], [ -71.111769, 42.337052 ], [ -71.111795, 42.337126 ], [ -71.111813, 42.337207 ], [ -71.111813, 42.337281 ], [ -71.111813, 42.337343 ], [ -71.111805, 42.337399 ], [ -71.11177, 42.337495 ], [ -71.111731, 42.337573 ], [ -71.111674, 42.337676 ], [ -71.111597, 42.337802 ], [ -71.111528, 42.337937 ], [ -71.111443, 42.338109 ], [ -71.11137, 42.338267 ], [ -71.111305, 42.338416 ], [ -71.111262, 42.338545 ], [ -71.111224, 42.33866 ], [ -71.111196, 42.338752 ], [ -71.111177, 42.338859 ], [ -71.111165, 42.338955 ], [ -71.111137, 42.33909 ], [ -71.111118, 42.339205 ], [ -71.111098, 42.339287 ], [ -71.111063, 42.339402 ], [ -71.11104, 42.339509 ], [ -71.111001, 42.33963 ], [ -71.110974, 42.339717 ], [ -71.110951, 42.33983 ], [ -71.110916, 42.339942 ], [ -71.110881, 42.340041 ], [ -71.110843, 42.340111 ], [ -71.110797, 42.340198 ], [ -71.110739, 42.340339 ], [ -71.110692, 42.340485 ], [ -71.110639, 42.34057 ], [ -71.110531, 42.34071 ], [ -71.110428, 42.340862 ], [ -71.110286, 42.341025 ], [ -71.110179, 42.341148 ], [ -71.110095, 42.341244 ], [ -71.109988, 42.34135 ], [ -71.1099, 42.341452 ], [ -71.10982, 42.341524 ], [ -71.109736, 42.341597 ], [ -71.109648, 42.341662 ], [ -71.109538, 42.341746 ], [ -71.109458, 42.341808 ], [ -71.109343, 42.341875 ], [ -71.109229, 42.341945 ], [ -71.109103, 42.342001 ], [ -71.109008, 42.342046 ], [ -71.108943, 42.342074 ], [ -71.108871, 42.342141 ], [ -71.108764, 42.342225 ], [ -71.108676, 42.342304 ], [ -71.108634, 42.342343 ], [ -71.108581, 42.342405 ], [ -71.108516, 42.342467 ], [ -71.108428, 42.342528 ], [ -71.10834, 42.342595 ], [ -71.108203, 42.342671 ], [ -71.108062, 42.342764 ], [ -71.107944, 42.342817 ], [ -71.107834, 42.342867 ], [ -71.107704, 42.342929 ], [ -71.107586, 42.342982 ], [ -71.107487, 42.343026 ], [ -71.10738, 42.34308 ], [ -71.107243, 42.343147 ], [ -71.107121, 42.343225 ], [ -71.106965, 42.343303 ], [ -71.106836, 42.343373 ], [ -71.106748, 42.343435 ], [ -71.10663, 42.343528 ], [ -71.106462, 42.343662 ], [ -71.106344, 42.343749 ], [ -71.106237, 42.343825 ], [ -71.106122, 42.343912 ], [ -71.106019, 42.343976 ], [ -71.105897, 42.344049 ], [ -71.105699, 42.34417 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074115, 42.356163 ], [ -71.07416, 42.35613 ], [ -71.074225, 42.356107 ], [ -71.074322, 42.35609 ], [ -71.074392, 42.356082 ], [ -71.074481, 42.356081 ], [ -71.074555, 42.356085 ], [ -71.074631, 42.356101 ], [ -71.074715, 42.356126 ], [ -71.074796, 42.356152 ], [ -71.074935, 42.356214 ], [ -71.074981, 42.356172 ], [ -71.075119, 42.356066 ], [ -71.075236, 42.35599 ], [ -71.075385, 42.355908 ], [ -71.075633, 42.355785 ], [ -71.075961, 42.355681 ], [ -71.076345, 42.355577 ], [ -71.07676, 42.355459 ], [ -71.077392, 42.355287 ], [ -71.078395, 42.355025 ], [ -71.079231, 42.354799 ], [ -71.079589, 42.354703 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.072681, 42.359901 ], [ -71.072603, 42.360179 ], [ -71.072582, 42.360284 ], [ -71.072571, 42.3604 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074935, 42.356214 ], [ -71.075103, 42.356329 ], [ -71.075229, 42.3564 ], [ -71.075429, 42.356537 ], [ -71.075579, 42.356631 ], [ -71.075639, 42.356676 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.075367, 42.356304 ], [ -71.075609, 42.356331 ], [ -71.075747, 42.356345 ], [ -71.075877, 42.356356 ], [ -71.075972, 42.356369 ], [ -71.076035, 42.356393 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.073461, 42.356603 ], [ -71.073443, 42.356723 ], [ -71.073446, 42.356809 ], [ -71.07347, 42.356895 ], [ -71.07348, 42.356971 ], [ -71.073497, 42.357033 ], [ -71.073542, 42.357107 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.074111, 42.356167 ], [ -71.07417, 42.356365 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.07391, 42.356294 ], [ -71.07398, 42.356304 ], [ -71.074058, 42.35632 ], [ -71.074107, 42.356331 ], [ -71.074145, 42.356349 ], [ -71.07417, 42.356365 ], [ -71.074223, 42.356399 ], [ -71.074261, 42.356449 ], [ -71.074299, 42.356499 ], [ -71.074324, 42.356548 ], [ -71.07433, 42.356619 ], [ -71.074323, 42.356676 ], [ -71.074312, 42.356741 ], [ -71.074273, 42.356809 ], [ -71.074241, 42.356864 ], [ -71.074198, 42.356929 ], [ -71.074134, 42.356997 ], [ -71.074053, 42.357075 ], [ -71.073999, 42.357121 ], [ -71.073943, 42.357168 ] ] } }, +{ "type": "Feature", "properties": { "BikeFacili": 1.000000, "STREET_NAM": null }, "geometry": { "type": "LineString", "coordinates": [ [ -71.025122, 42.33757 ], [ -71.024808, 42.337568 ], [ -71.024612, 42.337539 ], [ -71.024408, 42.337514 ], [ -71.024235, 42.337467 ], [ -71.024024, 42.337379 ], [ -71.023859, 42.33732 ], [ -71.023625, 42.337196 ], [ -71.023406, 42.337073 ], [ -71.023148, 42.336932 ] ] } } +] +}