Skip to content

Instantly share code, notes, and snippets.

@ramnathv
Created May 29, 2013 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramnathv/5673173 to your computer and use it in GitHub Desktop.
Save ramnathv/5673173 to your computer and use it in GitHub Desktop.
NYC Bike Share Visualized
<!doctype HTML>
<html>
<head>
<link rel='stylesheet' href='http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.css'>
<script src='http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.js' type='text/javascript'></script>
<script src='https://rawgithub.com/leaflet-extras/leaflet-providers/gh-pages/leaflet-providers.js' type='text/javascript'></script>
<style>
.rChart {
display: block;
margin-left: auto;
margin-right: auto;
width: 1600px;
height: 800px;
}
</style>
</head>
<body>
<div id='chartbab43333483a' class='rChart leaflet'></div>
<script>
var spec = {
"dom": "chartbab43333483a",
"width": 1600,
"height": 800,
"urlTemplate": "http://{s}.tile.osm.org/{z}/{x}/{y}.png",
"layerOpts": {
"attribution": "Map data<a href=\"http://openstreetmap.org\">OpenStreetMap</a>\n contributors, Imagery<a href=\"http://mapbox.com\">MapBox</a>"
},
"provider": "Stamen.TonerLite",
"center": [ 40.73, -73.99 ],
"zoom": 14,
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.994, 40.767 ]
},
"properties": {
"id": 72,
"stationName": "W 52 St & 11 Av",
"availableDocks": 22,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "W 52 St & 11 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>W 52 St &amp; 11 Av</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.007, 40.719 ]
},
"properties": {
"id": 79,
"stationName": "Franklin & West Broadway",
"availableDocks": 2,
"totalDocks": 33,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 27,
"stAddress1": "Franklin & West Broadway",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#1A9641",
"popup": "<b>Franklin &amp; West Broadway</b><br>\n <b>Total Docks: </b> 33 <br>\n <b>Available Bikes:</b> 27"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74, 40.711 ]
},
"properties": {
"id": 82,
"stationName": "St. James Pl & Pearl St",
"availableDocks": 3,
"totalDocks": 27,
"statusValue": "Not In Service",
"statusKey": 3,
"availableBikes": 20,
"stAddress1": "St. James Pl & Pearl St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>St. James Pl &amp; Pearl St</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.976, 40.684 ]
},
"properties": {
"id": 83,
"stationName": "Atlantic Av & Ft. Greene Pl",
"availableDocks": 26,
"totalDocks": 54,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 28,
"stAddress1": "Atlantic Av & Ft. Greene Pl",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Atlantic Av &amp; Ft. Greene Pl</b><br>\n <b>Total Docks: </b> 54 <br>\n <b>Available Bikes:</b> 28"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.001, 40.742 ]
},
"properties": {
"id": 116,
"stationName": "W 17 Street & 8 Avenue",
"availableDocks": 23,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "W 17 Street & 8 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>W 17 Street &amp; 8 Avenue</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.978, 40.696 ]
},
"properties": {
"id": 119,
"stationName": "Park Av & St. Edward's St",
"availableDocks": 10,
"totalDocks": 19,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "Park Av & St. Edward's St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Park Av &amp; St. Edward's St</b><br>\n <b>Total Docks: </b> 19 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.959, 40.687 ]
},
"properties": {
"id": 120,
"stationName": "Lexington Av & Classon Av",
"availableDocks": 6,
"totalDocks": 19,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "Lexington Av & Classon Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Lexington Av &amp; Classon Av</b><br>\n <b>Total Docks: </b> 19 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.007, 40.732 ]
},
"properties": {
"id": 127,
"stationName": "Barrow St & Hudson St",
"availableDocks": 30,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 1,
"stAddress1": "Barrow St & Hudson St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Barrow St &amp; Hudson St</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 1"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.003, 40.727 ]
},
"properties": {
"id": 128,
"stationName": "MacDougal St & Prince St",
"availableDocks": 1,
"totalDocks": 30,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 21,
"stAddress1": "MacDougal St & Prince St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>MacDougal St &amp; Prince St</b><br>\n <b>Total Docks: </b> 30 <br>\n <b>Available Bikes:</b> 21"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.981, 40.714 ]
},
"properties": {
"id": 137,
"stationName": "Henry St & Grand St",
"availableDocks": 24,
"totalDocks": 30,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 5,
"stAddress1": "Henry St & Grand St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Henry St &amp; Grand St</b><br>\n <b>Total Docks: </b> 30 <br>\n <b>Available Bikes:</b> 5"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.993, 40.692 ]
},
"properties": {
"id": 143,
"stationName": "Clinton St & Joralemon St",
"availableDocks": 8,
"totalDocks": 25,
"statusValue": "Not In Service",
"statusKey": 3,
"availableBikes": 15,
"stAddress1": "Clinton St & Joralemon St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Clinton St &amp; Joralemon St</b><br>\n <b>Total Docks: </b> 25 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.981, 40.698 ]
},
"properties": {
"id": 144,
"stationName": "Nassau St & Navy St",
"availableDocks": 8,
"totalDocks": 19,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "Nassau St & Navy St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Nassau St &amp; Navy St</b><br>\n <b>Total Docks: </b> 19 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.009, 40.716 ]
},
"properties": {
"id": 146,
"stationName": "Hudson St and???????&nbsp;Reade St",
"availableDocks": 25,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "Hudson St and???????&nbsp;Reade St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Hudson St and???????&amp;nbsp;Reade St</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.011, 40.715 ]
},
"properties": {
"id": 147,
"stationName": "Greenwich St & Warren St",
"availableDocks": 13,
"totalDocks": 33,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 17,
"stAddress1": "Greenwich St & Warren St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Greenwich St &amp; Warren St</b><br>\n <b>Total Docks: </b> 33 <br>\n <b>Available Bikes:</b> 17"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.981, 40.721 ]
},
"properties": {
"id": 150,
"stationName": "E 2 Street & Avenue C",
"availableDocks": 9,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 17,
"stAddress1": "E 2 Street & Avenue C",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 2 Street &amp; Avenue C</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 17"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.997, 40.722 ]
},
"properties": {
"id": 151,
"stationName": "Cleveland Pl & Spring St",
"availableDocks": 13,
"totalDocks": 33,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 17,
"stAddress1": "Cleveland Pl & Spring St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Cleveland Pl &amp; Spring St</b><br>\n <b>Total Docks: </b> 33 <br>\n <b>Available Bikes:</b> 17"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.009, 40.715 ]
},
"properties": {
"id": 152,
"stationName": "Warren St & Church St",
"availableDocks": 2,
"totalDocks": 29,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 22,
"stAddress1": "Warren St & Church St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Warren St &amp; Church St</b><br>\n <b>Total Docks: </b> 29 <br>\n <b>Available Bikes:</b> 22"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.996, 40.691 ]
},
"properties": {
"id": 157,
"stationName": "Henry St & Atlantic Av",
"availableDocks": 15,
"totalDocks": 23,
"statusValue": "Not In Service",
"statusKey": 3,
"availableBikes": 5,
"stAddress1": "Henry St & Atlantic Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Henry St &amp; Atlantic Av</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 5"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.998, 40.729 ]
},
"properties": {
"id": 161,
"stationName": "LaGuardia Pl & W 3 St",
"availableDocks": 18,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "LaGuardia Pl & W 3 St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>LaGuardia Pl &amp; W 3 St</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.97, 40.753 ]
},
"properties": {
"id": 164,
"stationName": "E 47 Street and 2 Avenue",
"availableDocks": 22,
"totalDocks": 47,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 23,
"stAddress1": "E 47 Street and 2 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 47 Street and 2 Avenue</b><br>\n <b>Total Docks: </b> 47 <br>\n <b>Available Bikes:</b> 23"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.976, 40.749 ]
},
"properties": {
"id": 167,
"stationName": "E 39 St & 3 Av",
"availableDocks": 22,
"totalDocks": 45,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 16,
"stAddress1": "E 39 St & 3 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>E 39 St &amp; 3 Av</b><br>\n <b>Total Docks: </b> 45 <br>\n <b>Available Bikes:</b> 16"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.984, 40.761 ]
},
"properties": {
"id": 173,
"stationName": "Broadway and W 49 Street",
"availableDocks": 24,
"totalDocks": 51,
"statusValue": "Not In Service",
"statusKey": 3,
"availableBikes": 24,
"stAddress1": "Broadway and W 49 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Broadway and W 49 Street</b><br>\n <b>Total Docks: </b> 51 <br>\n <b>Available Bikes:</b> 24"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.977, 40.738 ]
},
"properties": {
"id": 174,
"stationName": "E 25 Street and 1 Avenue",
"availableDocks": 26,
"totalDocks": 30,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 4,
"stAddress1": "E 25 Street and 1 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>E 25 Street and 1 Avenue</b><br>\n <b>Total Docks: </b> 30 <br>\n <b>Available Bikes:</b> 4"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.01, 40.709 ]
},
"properties": {
"id": 195,
"stationName": "Liberty St & Broadway",
"availableDocks": 19,
"totalDocks": 45,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 25,
"stAddress1": "Liberty St & Broadway",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Liberty St &amp; Broadway</b><br>\n <b>Total Docks: </b> 45 <br>\n <b>Available Bikes:</b> 25"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.007, 40.743 ]
},
"properties": {
"id": 212,
"stationName": "W 16 St and the High Line",
"availableDocks": 6,
"totalDocks": 28,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 19,
"stAddress1": "W 16 St and the High Line",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>W 16 St and the High Line</b><br>\n <b>Total Docks: </b> 28 <br>\n <b>Available Bikes:</b> 19"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.995, 40.7 ]
},
"properties": {
"id": 216,
"stationName": "Columbia Hts & Cranberry",
"availableDocks": 13,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 8,
"stAddress1": "Columbia Hts & Cranberry",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Columbia Hts &amp; Cranberry</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 8"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.994, 40.703 ]
},
"properties": {
"id": 217,
"stationName": "Old Fulton Street",
"availableDocks": 16,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 20,
"stAddress1": "Old Fulton Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Old Fulton Street</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.987, 40.69 ]
},
"properties": {
"id": 218,
"stationName": "Gallatin Pl & Livingston St",
"availableDocks": 24,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "Gallatin Pl & Livingston St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Gallatin Pl &amp; Livingston St</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74, 40.738 ]
},
"properties": {
"id": 223,
"stationName": "W 13 Street and 7 Avenue",
"availableDocks": 29,
"totalDocks": 33,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 4,
"stAddress1": "W 13 Street and 7 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>W 13 Street and 7 Avenue</b><br>\n <b>Total Docks: </b> 33 <br>\n <b>Available Bikes:</b> 4"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.006, 40.711 ]
},
"properties": {
"id": 224,
"stationName": "Spruce St & Nassau St",
"availableDocks": 19,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "Spruce St & Nassau St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Spruce St &amp; Nassau St</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.008, 40.742 ]
},
"properties": {
"id": 225,
"stationName": "W 14 St & the High Line",
"availableDocks": 14,
"totalDocks": 37,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 21,
"stAddress1": "W 14 St & the High Line",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>W 14 St &amp; the High Line</b><br>\n <b>Total Docks: </b> 37 <br>\n <b>Available Bikes:</b> 21"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.994, 40.727 ]
},
"properties": {
"id": 229,
"stationName": "Great Jones Street",
"availableDocks": 13,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 11,
"stAddress1": "Great Jones Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Great Jones Street</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 11"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.99, 40.696 ]
},
"properties": {
"id": 232,
"stationName": "Cadman Plz E & Tillary",
"availableDocks": 16,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "Cadman Plz E & Tillary",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Cadman Plz E &amp; Tillary</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.99, 40.692 ]
},
"properties": {
"id": 233,
"stationName": "Joralemon St & Adams St",
"availableDocks": 21,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 18,
"stAddress1": "Joralemon St & Adams St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Joralemon St &amp; Adams St</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 18"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.987, 40.728 ]
},
"properties": {
"id": 236,
"stationName": "St. Mark's Pl & 2 Av",
"availableDocks": 33,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 6,
"stAddress1": "St. Mark's Pl & 2 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>St. Mark's Pl &amp; 2 Av</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 6"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.987, 40.73 ]
},
"properties": {
"id": 237,
"stationName": "E 11 Street & 2 Avenue",
"availableDocks": 13,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 23,
"stAddress1": "E 11 Street & 2 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 11 Street &amp; 2 Avenue</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 23"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.009, 40.736 ]
},
"properties": {
"id": 238,
"stationName": "Bank St & Washington St",
"availableDocks": 26,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 5,
"stAddress1": "Bank St & Washington St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Bank St &amp; Washington St</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 5"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.981, 40.692 ]
},
"properties": {
"id": 239,
"stationName": "Wiloughby St & Fleet St",
"availableDocks": 16,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "Wiloughby St & Fleet St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Wiloughby St &amp; Fleet St</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.974, 40.698 ]
},
"properties": {
"id": 242,
"stationName": "Flushing Av & Carlton Av",
"availableDocks": 9,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "Flushing Av & Carlton Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Flushing Av &amp; Carlton Av</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.981, 40.689 ]
},
"properties": {
"id": 243,
"stationName": "Flatbush Av & Fulton St",
"availableDocks": 9,
"totalDocks": 19,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "Flatbush Av & Fulton St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Flatbush Av &amp; Fulton St</b><br>\n <b>Total Docks: </b> 19 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.965, 40.692 ]
},
"properties": {
"id": 244,
"stationName": "Willoughby Av & Hall St",
"availableDocks": 15,
"totalDocks": 30,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "Willoughby Av & Hall St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Willoughby Av &amp; Hall St</b><br>\n <b>Total Docks: </b> 30 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.977, 40.693 ]
},
"properties": {
"id": 245,
"stationName": "Myrtle Av & St. Edward's St",
"availableDocks": 10,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "Myrtle Av & St. Edward's St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Myrtle Av &amp; St. Edward's St</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.005, 40.735 ]
},
"properties": {
"id": 247,
"stationName": "Perry St and Bleecker St",
"availableDocks": 7,
"totalDocks": 20,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 11,
"stAddress1": "Perry St and Bleecker St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Perry St and Bleecker St</b><br>\n <b>Total Docks: </b> 20 <br>\n <b>Available Bikes:</b> 11"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.008, 40.722 ]
},
"properties": {
"id": 248,
"stationName": "Laight St & Hudson St",
"availableDocks": 6,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 16,
"stAddress1": "Laight St & Hudson St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Laight St &amp; Hudson St</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 16"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.009, 40.719 ]
},
"properties": {
"id": 249,
"stationName": "Harrison St and Hudson St",
"availableDocks": 5,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 21,
"stAddress1": "Harrison St and Hudson St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Harrison St and Hudson St</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 21"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.996, 40.725 ]
},
"properties": {
"id": 250,
"stationName": "Lafayette St & Jersey St",
"availableDocks": 21,
"totalDocks": 40,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "Lafayette St & Jersey St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Lafayette St &amp; Jersey St</b><br>\n <b>Total Docks: </b> 40 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.995, 40.723 ]
},
"properties": {
"id": 251,
"stationName": "Mott St & Prince St",
"availableDocks": 9,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 16,
"stAddress1": "Mott St & Prince St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Mott St &amp; Prince St</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 16"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.999, 40.732 ]
},
"properties": {
"id": 252,
"stationName": "MacDougal St & Washington Sq",
"availableDocks": 25,
"totalDocks": 33,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "MacDougal St & Washington Sq",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>MacDougal St &amp; Washington Sq</b><br>\n <b>Total Docks: </b> 33 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.995, 40.735 ]
},
"properties": {
"id": 253,
"stationName": "W 13 Street & 5 Avenue",
"availableDocks": 24,
"totalDocks": 47,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 20,
"stAddress1": "W 13 Street & 5 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>W 13 Street &amp; 5 Avenue</b><br>\n <b>Total Docks: </b> 47 <br>\n <b>Available Bikes:</b> 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.998, 40.735 ]
},
"properties": {
"id": 254,
"stationName": "W 11 Street & 6 Avenue",
"availableDocks": 24,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 5,
"stAddress1": "W 11 Street & 6 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>W 11 Street &amp; 6 Avenue</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 5"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.002, 40.719 ]
},
"properties": {
"id": 257,
"stationName": "Lispenard St & Broadway",
"availableDocks": 11,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 22,
"stAddress1": "Lispenard St & Broadway",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Lispenard St &amp; Broadway</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 22"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.969, 40.689 ]
},
"properties": {
"id": 258,
"stationName": "DeKalb Av & Vanderbilt Av",
"availableDocks": 23,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 0,
"stAddress1": "DeKalb Av & Vanderbilt Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>DeKalb Av &amp; Vanderbilt Av</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.012, 40.701 ]
},
"properties": {
"id": 259,
"stationName": "South St and Whitehall St",
"availableDocks": 23,
"totalDocks": 29,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 6,
"stAddress1": "South St and Whitehall St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>South St and Whitehall St</b><br>\n <b>Total Docks: </b> 29 <br>\n <b>Available Bikes:</b> 6"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.012, 40.704 ]
},
"properties": {
"id": 260,
"stationName": "Broad St and Bridge St",
"availableDocks": 10,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 24,
"stAddress1": "Broad St and Bridge St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Broad St and Bridge St</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 24"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.984, 40.695 ]
},
"properties": {
"id": 261,
"stationName": "Johnson St & Gold St",
"availableDocks": 15,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "Johnson St & Gold St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Johnson St &amp; Gold St</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.974, 40.692 ]
},
"properties": {
"id": 262,
"stationName": "Washington Park",
"availableDocks": 21,
"totalDocks": 24,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 2,
"stAddress1": "Washington Park",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Washington Park</b><br>\n <b>Total Docks: </b> 24 <br>\n <b>Available Bikes:</b> 2"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.007, 40.707 ]
},
"properties": {
"id": 264,
"stationName": "Maiden Lane & Pearl St",
"availableDocks": 1,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 23,
"stAddress1": "Maiden Lane & Pearl St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#1A9641",
"popup": "<b>Maiden Lane &amp; Pearl St</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 23"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.991, 40.722 ]
},
"properties": {
"id": 265,
"stationName": "Stanton St & Chrystie St",
"availableDocks": 12,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 16,
"stAddress1": "Stanton St & Chrystie St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Stanton St &amp; Chrystie St</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 16"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.976, 40.724 ]
},
"properties": {
"id": 266,
"stationName": "Avenue D & E 8 Street",
"availableDocks": 4,
"totalDocks": 24,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 0,
"stAddress1": "Avenue D & E 8 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Avenue D &amp; E 8 Street</b><br>\n <b>Total Docks: </b> 24 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.988, 40.751 ]
},
"properties": {
"id": 267,
"stationName": "Broadway & W 36 St",
"availableDocks": 27,
"totalDocks": 57,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 23,
"stAddress1": "Broadway & W 36 St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Broadway &amp; W 36 St</b><br>\n <b>Total Docks: </b> 57 <br>\n <b>Available Bikes:</b> 23"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74, 40.719 ]
},
"properties": {
"id": 268,
"stationName": "Howard St & Centre St",
"availableDocks": 9,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 20,
"stAddress1": "Howard St & Centre St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Howard St &amp; Centre St</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.972, 40.693 ]
},
"properties": {
"id": 270,
"stationName": "Adelphi St & Myrtle Av",
"availableDocks": 8,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "Adelphi St & Myrtle Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Adelphi St &amp; Myrtle Av</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.978, 40.685 ]
},
"properties": {
"id": 271,
"stationName": "Ashland Pl & Hanson Pl",
"availableDocks": 23,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "Ashland Pl & Hanson Pl",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Ashland Pl &amp; Hanson Pl</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.977, 40.687 ]
},
"properties": {
"id": 274,
"stationName": "Lafayette Av & Ft. Greene Pl",
"availableDocks": 18,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "Lafayette Av & Ft. Greene Pl",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Lafayette Av &amp; Ft. Greene Pl</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.966, 40.687 ]
},
"properties": {
"id": 275,
"stationName": "Washington Av & Greene Av",
"availableDocks": 10,
"totalDocks": 19,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "Washington Av & Greene Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Washington Av &amp; Greene Av</b><br>\n <b>Total Docks: </b> 19 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.01, 40.717 ]
},
"properties": {
"id": 276,
"stationName": "Duane St & Greenwich St",
"availableDocks": 14,
"totalDocks": 25,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "Duane St & Greenwich St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Duane St &amp; Greenwich St</b><br>\n <b>Total Docks: </b> 25 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.985, 40.698 ]
},
"properties": {
"id": 278,
"stationName": "Concord St & Bridge St",
"availableDocks": 11,
"totalDocks": 19,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "Concord St & Bridge St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Concord St &amp; Bridge St</b><br>\n <b>Total Docks: </b> 19 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.983, 40.7 ]
},
"properties": {
"id": 279,
"stationName": "Sands St & Gold St",
"availableDocks": 1,
"totalDocks": 19,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 16,
"stAddress1": "Sands St & Gold St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#1A9641",
"popup": "<b>Sands St &amp; Gold St</b><br>\n <b>Total Docks: </b> 19 <br>\n <b>Available Bikes:</b> 16"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.995, 40.733 ]
},
"properties": {
"id": 280,
"stationName": "E 10 Street & 5 Avenue",
"availableDocks": 8,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 18,
"stAddress1": "E 10 Street & 5 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 10 Street &amp; 5 Avenue</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 18"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.968, 40.708 ]
},
"properties": {
"id": 282,
"stationName": "Kent & S 11",
"availableDocks": 10,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "Kent & S 11",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Kent &amp; S 11</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.991, 40.735 ]
},
"properties": {
"id": 285,
"stationName": "Broadway and E 14 Street",
"availableDocks": 22,
"totalDocks": 47,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 22,
"stAddress1": "Broadway and E 14 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Broadway and E 14 Street</b><br>\n <b>Total Docks: </b> 47 <br>\n <b>Available Bikes:</b> 22"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.959, 40.685 ]
},
"properties": {
"id": 289,
"stationName": "Monroe St & Classon Av",
"availableDocks": 13,
"totalDocks": 19,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 6,
"stAddress1": "Monroe St & Classon Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Monroe St &amp; Classon Av</b><br>\n <b>Total Docks: </b> 19 <br>\n <b>Available Bikes:</b> 6"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.965, 40.76 ]
},
"properties": {
"id": 290,
"stationName": "2 Avenue & E 58 Street",
"availableDocks": 15,
"totalDocks": 29,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "2 Avenue & E 58 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>2 Avenue &amp; E 58 Street</b><br>\n <b>Total Docks: </b> 29 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.984, 40.713 ]
},
"properties": {
"id": 291,
"stationName": "Gouverneur St & Madison St",
"availableDocks": 12,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "Gouverneur St & Madison St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Gouverneur St &amp; Madison St</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.991, 40.73 ]
},
"properties": {
"id": 293,
"stationName": "Lafayette St & E 8 St",
"availableDocks": 28,
"totalDocks": 52,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 23,
"stAddress1": "Lafayette St & E 8 St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Lafayette St &amp; E 8 St</b><br>\n <b>Total Docks: </b> 52 <br>\n <b>Available Bikes:</b> 23"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.996, 40.73 ]
},
"properties": {
"id": 294,
"stationName": "Washington Square East",
"availableDocks": 13,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "Washington Square East",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Washington Square East</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.993, 40.714 ]
},
"properties": {
"id": 295,
"stationName": "Pike St & East Broadway",
"availableDocks": 9,
"totalDocks": 24,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "Pike St & East Broadway",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Pike St &amp; East Broadway</b><br>\n <b>Total Docks: </b> 24 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.997, 40.714 ]
},
"properties": {
"id": 296,
"stationName": "Division Street & Bowery",
"availableDocks": 19,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "Division Street & Bowery",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Division Street &amp; Bowery</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.98, 40.687 ]
},
"properties": {
"id": 298,
"stationName": "3rd Avenue & Flatbush Avenue",
"availableDocks": 9,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 19,
"stAddress1": "3rd Avenue & Flatbush Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>3rd Avenue &amp; Flatbush Avenue</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 19"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.991, 40.729 ]
},
"properties": {
"id": 300,
"stationName": "Cooper Sq & E 7 St",
"availableDocks": 0,
"totalDocks": 32,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 0,
"stAddress1": "Cooper Sq & E 7 St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Cooper Sq &amp; E 7 St</b><br>\n <b>Total Docks: </b> 32 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.984, 40.722 ]
},
"properties": {
"id": 301,
"stationName": "E 2 Street & Avenue B",
"availableDocks": 31,
"totalDocks": 37,
"statusValue": "Not In Service",
"statusKey": 3,
"availableBikes": 6,
"stAddress1": "E 2 Street & Avenue B",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>E 2 Street &amp; Avenue B</b><br>\n <b>Total Docks: </b> 37 <br>\n <b>Available Bikes:</b> 6"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.978, 40.721 ]
},
"properties": {
"id": 302,
"stationName": "Avenue D & E 3 Street",
"availableDocks": 12,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 11,
"stAddress1": "Avenue D & E 3 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Avenue D &amp; E 3 Street</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 11"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.999, 40.724 ]
},
"properties": {
"id": 303,
"stationName": "Mercer St & Spring St",
"availableDocks": 14,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 13,
"stAddress1": "Mercer St & Spring St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Mercer St &amp; Spring St</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 13"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.014, 40.705 ]
},
"properties": {
"id": 304,
"stationName": "Broadway & Battery Pl",
"availableDocks": 5,
"totalDocks": 36,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 27,
"stAddress1": "Broadway & Battery Pl",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Broadway &amp; Battery Pl</b><br>\n <b>Total Docks: </b> 36 <br>\n <b>Available Bikes:</b> 27"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.967, 40.761 ]
},
"properties": {
"id": 305,
"stationName": "E 58 Street and 3 Avenue",
"availableDocks": 21,
"totalDocks": 33,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "E 58 Street and 3 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>E 58 Street and 3 Avenue</b><br>\n <b>Total Docks: </b> 33 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.005, 40.708 ]
},
"properties": {
"id": 306,
"stationName": "Cliff St & Fulton St",
"availableDocks": 8,
"totalDocks": 37,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 27,
"stAddress1": "Cliff St & Fulton St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Cliff St &amp; Fulton St</b><br>\n <b>Total Docks: </b> 37 <br>\n <b>Available Bikes:</b> 27"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.99, 40.714 ]
},
"properties": {
"id": 307,
"stationName": "Canal St & Rutgers St",
"availableDocks": 22,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 8,
"stAddress1": "Canal St & Rutgers St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Canal St &amp; Rutgers St</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 8"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.999, 40.713 ]
},
"properties": {
"id": 308,
"stationName": "St. James Pl & Oliver St",
"availableDocks": 17,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "St. James Pl & Oliver St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>St. James Pl &amp; Oliver St</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.013, 40.715 ]
},
"properties": {
"id": 309,
"stationName": "Murray St & West St",
"availableDocks": 8,
"totalDocks": 41,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 27,
"stAddress1": "Murray St & West St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Murray St &amp; West St</b><br>\n <b>Total Docks: </b> 41 <br>\n <b>Available Bikes:</b> 27"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.989, 40.689 ]
},
"properties": {
"id": 310,
"stationName": "State St & Smith St",
"availableDocks": 28,
"totalDocks": 36,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 8,
"stAddress1": "State St & Smith St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>State St &amp; Smith St</b><br>\n <b>Total Docks: </b> 36 <br>\n <b>Available Bikes:</b> 8"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.988, 40.717 ]
},
"properties": {
"id": 311,
"stationName": "Norfolk St & Broome St",
"availableDocks": 12,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 13,
"stAddress1": "Norfolk St & Broome St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Norfolk St &amp; Broome St</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 13"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.989, 40.723 ]
},
"properties": {
"id": 312,
"stationName": "Allen St & E Houston St",
"availableDocks": 25,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "Allen St & E Houston St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Allen St &amp; E Houston St</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.968, 40.696 ]
},
"properties": {
"id": 313,
"stationName": "Washington Av & Park Av",
"availableDocks": 12,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 11,
"stAddress1": "Washington Av & Park Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Washington Av &amp; Park Av</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 11"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.992, 40.694 ]
},
"properties": {
"id": 314,
"stationName": "Montague St & Clinton St",
"availableDocks": 20,
"totalDocks": 39,
"statusValue": "Not In Service",
"statusKey": 3,
"availableBikes": 19,
"stAddress1": "Montague St & Clinton St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Montague St &amp; Clinton St</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 19"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.007, 40.704 ]
},
"properties": {
"id": 315,
"stationName": "South St & Gouverneur La",
"availableDocks": 13,
"totalDocks": 29,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 16,
"stAddress1": "South St & Gouverneur La",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>South St &amp; Gouverneur La</b><br>\n <b>Total Docks: </b> 29 <br>\n <b>Available Bikes:</b> 16"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.007, 40.71 ]
},
"properties": {
"id": 316,
"stationName": "Fulton St and William St",
"availableDocks": 22,
"totalDocks": 43,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 19,
"stAddress1": "Fulton St and William St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Fulton St and William St</b><br>\n <b>Total Docks: </b> 43 <br>\n <b>Available Bikes:</b> 19"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.982, 40.725 ]
},
"properties": {
"id": 317,
"stationName": "E 6 Street & Avenue B",
"availableDocks": 12,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 13,
"stAddress1": "E 6 Street & Avenue B",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 6 Street &amp; Avenue B</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 13"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.978, 40.753 ]
},
"properties": {
"id": 318,
"stationName": "E 43 St & Vanderbilt Av",
"availableDocks": 23,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 8,
"stAddress1": "E 43 St & Vanderbilt Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>E 43 St &amp; Vanderbilt Av</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 8"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.009, 40.713 ]
},
"properties": {
"id": 319,
"stationName": "Park Pl & Church S",
"availableDocks": 7,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 28,
"stAddress1": "Park Pl & Church S",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Park Pl &amp; Church S</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 28"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.006, 40.717 ]
},
"properties": {
"id": 320,
"stationName": "Church St & Leonard St",
"availableDocks": 3,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 32,
"stAddress1": "Church St & Leonard St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#1A9641",
"popup": "<b>Church St &amp; Leonard St</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 32"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.99, 40.7 ]
},
"properties": {
"id": 321,
"stationName": "Cadman Plz E & Red Cross",
"availableDocks": 12,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "Cadman Plz E & Red Cross",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Cadman Plz E &amp; Red Cross</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.991, 40.696 ]
},
"properties": {
"id": 322,
"stationName": "Clinton St & Tillary St",
"availableDocks": 0,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 0,
"stAddress1": "Clinton St & Tillary St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Clinton St &amp; Tillary St</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.986, 40.692 ]
},
"properties": {
"id": 323,
"stationName": "Lawrence Street & Willoughby Street",
"availableDocks": 12,
"totalDocks": 39,
"statusValue": "Not In Service",
"statusKey": 3,
"availableBikes": 26,
"stAddress1": "Lawrence Street & Willoughby Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Lawrence Street &amp; Willoughby Street</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 26"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.981, 40.69 ]
},
"properties": {
"id": 324,
"stationName": "DeKalb Av & Hudson Av",
"availableDocks": 14,
"totalDocks": 51,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 35,
"stAddress1": "DeKalb Av & Hudson Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>DeKalb Av &amp; Hudson Av</b><br>\n <b>Total Docks: </b> 51 <br>\n <b>Available Bikes:</b> 35"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.985, 40.736 ]
},
"properties": {
"id": 325,
"stationName": "E 19 Street and 3 Avenue",
"availableDocks": 21,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "E 19 Street and 3 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>E 19 Street and 3 Avenue</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.984, 40.73 ]
},
"properties": {
"id": 326,
"stationName": "E 11 Street & 1 Avenue",
"availableDocks": 20,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 4,
"stAddress1": "E 11 Street & 1 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>E 11 Street &amp; 1 Avenue</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 4"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.017, 40.715 ]
},
"properties": {
"id": 327,
"stationName": "Vesey Pl & River Terrace",
"availableDocks": 2,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 27,
"stAddress1": "Vesey Pl & River Terrace",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Vesey Pl &amp; River Terrace</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 27"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.01, 40.724 ]
},
"properties": {
"id": 328,
"stationName": "Watts St & Greenwich St",
"availableDocks": 1,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 20,
"stAddress1": "Watts St & Greenwich St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#1A9641",
"popup": "<b>Watts St &amp; Greenwich St</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.01, 40.72 ]
},
"properties": {
"id": 329,
"stationName": "Greenwich St & N Moore St",
"availableDocks": 7,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 20,
"stAddress1": "Greenwich St & N Moore St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Greenwich St &amp; N Moore St</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.006, 40.715 ]
},
"properties": {
"id": 330,
"stationName": "Reade Street & Broadway",
"availableDocks": 5,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 32,
"stAddress1": "Reade Street & Broadway",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#1A9641",
"popup": "<b>Reade Street &amp; Broadway</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 32"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.992, 40.712 ]
},
"properties": {
"id": 331,
"stationName": "Pike St & Monroe St",
"availableDocks": 23,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 3,
"stAddress1": "Pike St & Monroe St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Pike St &amp; Monroe St</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.979, 40.712 ]
},
"properties": {
"id": 332,
"stationName": "Cherry Street",
"availableDocks": 13,
"totalDocks": 24,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 8,
"stAddress1": "Cherry Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Cherry Street</b><br>\n <b>Total Docks: </b> 24 <br>\n <b>Available Bikes:</b> 8"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.997, 40.742 ]
},
"properties": {
"id": 334,
"stationName": "W 20 Street & 7 Avenue",
"availableDocks": 23,
"totalDocks": 31,
"statusValue": "Not In Service",
"statusKey": 3,
"availableBikes": 6,
"stAddress1": "W 20 Street & 7 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>W 20 Street &amp; 7 Avenue</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 6"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.994, 40.729 ]
},
"properties": {
"id": 335,
"stationName": "xWashington Pl & Broadway",
"availableDocks": 20,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "xWashington Pl & Broadway",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>xWashington Pl &amp; Broadway</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.999, 40.73 ]
},
"properties": {
"id": 336,
"stationName": "Sullivan St & Washington Sq",
"availableDocks": 31,
"totalDocks": 36,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 1,
"stAddress1": "Sullivan St & Washington Sq",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Sullivan St &amp; Washington Sq</b><br>\n <b>Total Docks: </b> 36 <br>\n <b>Available Bikes:</b> 1"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.008, 40.704 ]
},
"properties": {
"id": 337,
"stationName": "Old Slip and Front Street",
"availableDocks": 1,
"totalDocks": 37,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 23,
"stAddress1": "Old Slip and Front Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Old Slip and Front Street</b><br>\n <b>Total Docks: </b> 37 <br>\n <b>Available Bikes:</b> 23"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.974, 40.726 ]
},
"properties": {
"id": 339,
"stationName": "Avenue D & E 12 Street",
"availableDocks": 10,
"totalDocks": 24,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 5,
"stAddress1": "Avenue D & E 12 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Avenue D &amp; E 12 Street</b><br>\n <b>Total Docks: </b> 24 <br>\n <b>Available Bikes:</b> 5"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.988, 40.713 ]
},
"properties": {
"id": 340,
"stationName": "Madison & Clinton",
"availableDocks": 26,
"totalDocks": 27,
"statusValue": "Not In Service",
"statusKey": 3,
"availableBikes": 1,
"stAddress1": "Madison & Clinton",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Madison &amp; Clinton</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 1"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.976, 40.718 ]
},
"properties": {
"id": 341,
"stationName": "Stanton St & Mangin St",
"availableDocks": 11,
"totalDocks": 19,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "Stanton St & Mangin St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Stanton St &amp; Mangin St</b><br>\n <b>Total Docks: </b> 19 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.98, 40.717 ]
},
"properties": {
"id": 342,
"stationName": "Columbia St & Rivington St",
"availableDocks": 19,
"totalDocks": 29,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "Columbia St & Rivington St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Columbia St &amp; Rivington St</b><br>\n <b>Total Docks: </b> 29 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.97, 40.698 ]
},
"properties": {
"id": 343,
"stationName": "Clinton Av & Flushing Av",
"availableDocks": 6,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "Clinton Av & Flushing Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Clinton Av &amp; Flushing Av</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.954, 40.685 ]
},
"properties": {
"id": 344,
"stationName": "Monroe St & Bedford Av",
"availableDocks": 16,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "Monroe St & Bedford Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Monroe St &amp; Bedford Av</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.997, 40.736 ]
},
"properties": {
"id": 345,
"stationName": "W 13 Street & 6 Avenue",
"availableDocks": 22,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "W 13 Street & 6 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>W 13 Street &amp; 6 Avenue</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.006, 40.737 ]
},
"properties": {
"id": 346,
"stationName": "Bank St & Hudson St",
"availableDocks": 22,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 5,
"stAddress1": "Bank St & Hudson St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Bank St &amp; Hudson St</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 5"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.007, 40.729 ]
},
"properties": {
"id": 347,
"stationName": "W Houston St & Hudson St",
"availableDocks": 2,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 30,
"stAddress1": "W Houston St & Hudson St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#1A9641",
"popup": "<b>W Houston St &amp; Hudson St</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 30"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.002, 40.725 ]
},
"properties": {
"id": 348,
"stationName": "West Broadway & Spring St",
"availableDocks": 20,
"totalDocks": 34,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "West Broadway & Spring St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>West Broadway &amp; Spring St</b><br>\n <b>Total Docks: </b> 34 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.983, 40.719 ]
},
"properties": {
"id": 349,
"stationName": "Rivington St and Ridge St",
"availableDocks": 3,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 16,
"stAddress1": "Rivington St and Ridge St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Rivington St and Ridge St</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 16"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.987, 40.716 ]
},
"properties": {
"id": 350,
"stationName": "Clinton St & Grand St",
"availableDocks": 14,
"totalDocks": 28,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "Clinton St & Grand St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Clinton St &amp; Grand St</b><br>\n <b>Total Docks: </b> 28 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.006, 40.705 ]
},
"properties": {
"id": 351,
"stationName": "Front St & Pine St",
"availableDocks": 7,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 25,
"stAddress1": "Front St & Pine St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Front St &amp; Pine St</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 25"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.977, 40.763 ]
},
"properties": {
"id": 352,
"stationName": "W 56 Street and 6 Avenue",
"availableDocks": 7,
"totalDocks": 36,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 28,
"stAddress1": "W 56 Street and 6 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>W 56 Street and 6 Avenue</b><br>\n <b>Total Docks: </b> 36 <br>\n <b>Available Bikes:</b> 28"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.974, 40.685 ]
},
"properties": {
"id": 353,
"stationName": "S Portland Av & Hanson Pl",
"availableDocks": 16,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 8,
"stAddress1": "S Portland Av & Hanson Pl",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>S Portland Av &amp; Hanson Pl</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 8"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.962, 40.694 ]
},
"properties": {
"id": 354,
"stationName": "Myrtle Av & Emerson Pl",
"availableDocks": 20,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "Myrtle Av & Emerson Pl",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Myrtle Av &amp; Emerson Pl</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74, 40.716 ]
},
"properties": {
"id": 355,
"stationName": "Bayard St & Baxter St",
"availableDocks": 28,
"totalDocks": 43,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "Bayard St & Baxter St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Bayard St &amp; Baxter St</b><br>\n <b>Total Docks: </b> 43 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.983, 40.716 ]
},
"properties": {
"id": 356,
"stationName": "Bialystoker Pl & Delancey St",
"availableDocks": 13,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "Bialystoker Pl & Delancey St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Bialystoker Pl &amp; Delancey St</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.992, 40.733 ]
},
"properties": {
"id": 357,
"stationName": "E 11 Street & Broadway",
"availableDocks": 24,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 1,
"stAddress1": "E 11 Street & Broadway",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>E 11 Street &amp; Broadway</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 1"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.007, 40.733 ]
},
"properties": {
"id": 358,
"stationName": "Christopher & Greenwich St",
"availableDocks": 27,
"totalDocks": 36,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 6,
"stAddress1": "Christopher & Greenwich St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Christopher &amp; Greenwich St</b><br>\n <b>Total Docks: </b> 36 <br>\n <b>Available Bikes:</b> 6"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.975, 40.755 ]
},
"properties": {
"id": 359,
"stationName": "E 47 St and Park Av",
"availableDocks": 9,
"totalDocks": 55,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 42,
"stAddress1": "E 47 St and Park Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>E 47 St and Park Av</b><br>\n <b>Total Docks: </b> 55 <br>\n <b>Available Bikes:</b> 42"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.009, 40.707 ]
},
"properties": {
"id": 360,
"stationName": "William St & Pine St",
"availableDocks": 4,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 31,
"stAddress1": "William St & Pine St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>William St &amp; Pine St</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 31"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.992, 40.716 ]
},
"properties": {
"id": 361,
"stationName": "Allen St & Hester St",
"availableDocks": 31,
"totalDocks": 43,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "Allen St & Hester St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Allen St &amp; Hester St</b><br>\n <b>Total Docks: </b> 43 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.988, 40.752 ]
},
"properties": {
"id": 362,
"stationName": "Broadway and W 37 Street",
"availableDocks": 25,
"totalDocks": 57,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 20,
"stAddress1": "Broadway and W 37 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Broadway and W 37 Street</b><br>\n <b>Total Docks: </b> 57 <br>\n <b>Available Bikes:</b> 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.017, 40.708 ]
},
"properties": {
"id": 363,
"stationName": "West Thames Street",
"availableDocks": 42,
"totalDocks": 49,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "West Thames Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>West Thames Street</b><br>\n <b>Total Docks: </b> 49 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.96, 40.689 ]
},
"properties": {
"id": 364,
"stationName": "Lafayette Av & Classon Av",
"availableDocks": 13,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 11,
"stAddress1": "Lafayette Av & Classon Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Lafayette Av &amp; Classon Av</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 11"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.961, 40.682 ]
},
"properties": {
"id": 365,
"stationName": "Fulton St & Grand Av",
"availableDocks": 7,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 8,
"stAddress1": "Fulton St & Grand Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Fulton St &amp; Grand Av</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 8"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.969, 40.693 ]
},
"properties": {
"id": 366,
"stationName": "Clinton Av & Myrtle Av",
"availableDocks": 15,
"totalDocks": 33,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "Clinton Av & Myrtle Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Clinton Av &amp; Myrtle Av</b><br>\n <b>Total Docks: </b> 33 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.971, 40.758 ]
},
"properties": {
"id": 367,
"stationName": "E 53 St and Lexington Av",
"availableDocks": 16,
"totalDocks": 34,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 18,
"stAddress1": "E 53 St and Lexington Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 53 St and Lexington Av</b><br>\n <b>Total Docks: </b> 34 <br>\n <b>Available Bikes:</b> 18"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.002, 40.73 ]
},
"properties": {
"id": 368,
"stationName": "Carmine St & 6 Av",
"availableDocks": 33,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 3,
"stAddress1": "Carmine St & 6 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Carmine St &amp; 6 Av</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74, 40.732 ]
},
"properties": {
"id": 369,
"stationName": "Washington Pl & 6 Av",
"availableDocks": 14,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 21,
"stAddress1": "Washington Pl & 6 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Washington Pl &amp; 6 Av</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 21"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.958, 40.695 ]
},
"properties": {
"id": 372,
"stationName": "Franklin & Myrtle Ave",
"availableDocks": 8,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "Franklin & Myrtle Ave",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Franklin &amp; Myrtle Ave</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.954, 40.693 ]
},
"properties": {
"id": 373,
"stationName": "Willoughby Av & Walworth",
"availableDocks": 10,
"totalDocks": 19,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "Willoughby Av & Walworth",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Willoughby Av &amp; Walworth</b><br>\n <b>Total Docks: </b> 19 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.997, 40.727 ]
},
"properties": {
"id": 375,
"stationName": "Mercer St & Bleecker St",
"availableDocks": 10,
"totalDocks": 30,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 18,
"stAddress1": "Mercer St & Bleecker St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Mercer St &amp; Bleecker St</b><br>\n <b>Total Docks: </b> 30 <br>\n <b>Available Bikes:</b> 18"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.007, 40.709 ]
},
"properties": {
"id": 376,
"stationName": "John St & William St",
"availableDocks": 20,
"totalDocks": 43,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 21,
"stAddress1": "John St & William St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>John St &amp; William St</b><br>\n <b>Total Docks: </b> 43 <br>\n <b>Available Bikes:</b> 21"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.006, 40.722 ]
},
"properties": {
"id": 377,
"stationName": "6 Avenue & Canal Street",
"availableDocks": 14,
"totalDocks": 47,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 30,
"stAddress1": "6 Avenue & Canal Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>6 Avenue &amp; Canal Street</b><br>\n <b>Total Docks: </b> 47 <br>\n <b>Available Bikes:</b> 30"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.003, 40.734 ]
},
"properties": {
"id": 380,
"stationName": "W 4 St & 7 Av South",
"availableDocks": 30,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "W 4 St & 7 Av South",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>W 4 St &amp; 7 Av South</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.992, 40.735 ]
},
"properties": {
"id": 382,
"stationName": "University Pl & E 14 St",
"availableDocks": 7,
"totalDocks": 36,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 23,
"stAddress1": "University Pl & E 14 St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>University Pl &amp; E 14 St</b><br>\n <b>Total Docks: </b> 36 <br>\n <b>Available Bikes:</b> 23"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.001, 40.736 ]
},
"properties": {
"id": 383,
"stationName": "Greenwich Av & 7 Av",
"availableDocks": 25,
"totalDocks": 41,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 16,
"stAddress1": "Greenwich Av & 7 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Greenwich Av &amp; 7 Av</b><br>\n <b>Total Docks: </b> 41 <br>\n <b>Available Bikes:</b> 16"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.966, 40.683 ]
},
"properties": {
"id": 384,
"stationName": "Fulton St & Waverly Av",
"availableDocks": 22,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "Fulton St & Waverly Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Fulton St &amp; Waverly Av</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.002, 40.715 ]
},
"properties": {
"id": 386,
"stationName": "Centre St & Worth St",
"availableDocks": 13,
"totalDocks": 43,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 28,
"stAddress1": "Centre St & Worth St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Centre St &amp; Worth St</b><br>\n <b>Total Docks: </b> 43 <br>\n <b>Available Bikes:</b> 28"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.005, 40.713 ]
},
"properties": {
"id": 387,
"stationName": "Centre St & Chambers St",
"availableDocks": 24,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 13,
"stAddress1": "Centre St & Chambers St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Centre St &amp; Chambers St</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 13"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.965, 40.71 ]
},
"properties": {
"id": 389,
"stationName": "Broadway and Berry",
"availableDocks": 9,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "Broadway and Berry",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Broadway and Berry</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.984, 40.692 ]
},
"properties": {
"id": 390,
"stationName": "Duffield St & Willoughby St",
"availableDocks": 14,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 17,
"stAddress1": "Duffield St & Willoughby St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Duffield St &amp; Willoughby St</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 17"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.993, 40.698 ]
},
"properties": {
"id": 391,
"stationName": "Clark St & Henry St",
"availableDocks": 16,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "Clark St & Henry St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Clark St &amp; Henry St</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.987, 40.695 ]
},
"properties": {
"id": 392,
"stationName": "Jay St and Tech Pl",
"availableDocks": 5,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 26,
"stAddress1": "Jay St and Tech Pl",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Jay St and Tech Pl</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 26"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.98, 40.723 ]
},
"properties": {
"id": 393,
"stationName": "E 5 Street & Avenue C",
"availableDocks": 21,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "E 5 Street & Avenue C",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>E 5 Street &amp; Avenue C</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.978, 40.725 ]
},
"properties": {
"id": 394,
"stationName": "E 9 Street & Avenue C",
"availableDocks": 15,
"totalDocks": 36,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 17,
"stAddress1": "E 9 Street & Avenue C",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 9 Street &amp; Avenue C</b><br>\n <b>Total Docks: </b> 36 <br>\n <b>Available Bikes:</b> 17"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.984, 40.688 ]
},
"properties": {
"id": 395,
"stationName": "Bond St & Schermerhorn St",
"availableDocks": 15,
"totalDocks": 30,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 13,
"stAddress1": "Bond St & Schermerhorn St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Bond St &amp; Schermerhorn St</b><br>\n <b>Total Docks: </b> 30 <br>\n <b>Available Bikes:</b> 13"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.956, 40.68 ]
},
"properties": {
"id": 396,
"stationName": "Lefferts Pl & Franklin Av",
"availableDocks": 12,
"totalDocks": 25,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "Lefferts & Franklin",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "Bedford-Stuyvesant",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Lefferts Pl &amp; Franklin Av</b><br>\n <b>Total Docks: </b> 25 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.969, 40.684 ]
},
"properties": {
"id": 397,
"stationName": "Fulton St & Clermont Av",
"availableDocks": 19,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 5,
"stAddress1": "Fulton St & Clermont Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Fulton St &amp; Clermont Av</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 5"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74, 40.692 ]
},
"properties": {
"id": 398,
"stationName": "Atlantic Av & Furman St",
"availableDocks": 13,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "Atlantic Av & Furman St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Atlantic Av &amp; Furman St</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.965, 40.689 ]
},
"properties": {
"id": 399,
"stationName": "St. James Pl & Lafayette Av",
"availableDocks": 19,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "St. James Pl & Lafayette Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>St. James Pl &amp; Lafayette Av</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.982, 40.719 ]
},
"properties": {
"id": 400,
"stationName": "Pitt St & Stanton St",
"availableDocks": 6,
"totalDocks": 15,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 8,
"stAddress1": "Pitt St & Stanton St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Pitt St &amp; Stanton St</b><br>\n <b>Total Docks: </b> 15 <br>\n <b>Available Bikes:</b> 8"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.99, 40.72 ]
},
"properties": {
"id": 401,
"stationName": "Allen St & Rivington St",
"availableDocks": 31,
"totalDocks": 41,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "Allen St & Rivington St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Allen St &amp; Rivington St</b><br>\n <b>Total Docks: </b> 41 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.99, 40.74 ]
},
"properties": {
"id": 402,
"stationName": "Broadway & E 22 St",
"availableDocks": 26,
"totalDocks": 42,
"statusValue": "Not In Service",
"statusKey": 3,
"availableBikes": 11,
"stAddress1": "Broadway & E 22 St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Broadway &amp; E 22 St</b><br>\n <b>Total Docks: </b> 42 <br>\n <b>Available Bikes:</b> 11"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.991, 40.725 ]
},
"properties": {
"id": 403,
"stationName": "E 2 Street and 2 Avenue",
"availableDocks": 21,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "E 2 Street and 2 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>E 2 Street and 2 Avenue</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.006, 40.741 ]
},
"properties": {
"id": 404,
"stationName": "9 Avenue & W 14 Street",
"availableDocks": 8,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 28,
"stAddress1": "9 Avenue & W 14 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>9 Avenue &amp; W 14 Street</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 28"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.008, 40.739 ]
},
"properties": {
"id": 405,
"stationName": "Gansevoort & Washington",
"availableDocks": 29,
"totalDocks": 37,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 1,
"stAddress1": "Gansevoort & Washington",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Gansevoort &amp; Washington</b><br>\n <b>Total Docks: </b> 37 <br>\n <b>Available Bikes:</b> 1"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.996, 40.695 ]
},
"properties": {
"id": 406,
"stationName": "Hicks St & Montague St",
"availableDocks": 12,
"totalDocks": 34,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 16,
"stAddress1": "Hicks St & Montague St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Hicks St &amp; Montague St</b><br>\n <b>Total Docks: </b> 34 <br>\n <b>Available Bikes:</b> 16"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.991, 40.7 ]
},
"properties": {
"id": 407,
"stationName": "Cadman Plz W & Middagh",
"availableDocks": 5,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 17,
"stAddress1": "Cadman Plz W & Middagh",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Cadman Plz W &amp; Middagh</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 17"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.994, 40.711 ]
},
"properties": {
"id": 408,
"stationName": "Market St & Cherry St",
"availableDocks": 8,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 13,
"stAddress1": "Market St & Cherry St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Market St &amp; Cherry St</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 13"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.985, 40.721 ]
},
"properties": {
"id": 410,
"stationName": "Suffolk St & Stanton St",
"availableDocks": 24,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "Suffolk St & Stanton St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Suffolk St &amp; Stanton St</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.977, 40.722 ]
},
"properties": {
"id": 411,
"stationName": "E 6 Street & Avenue D",
"availableDocks": 11,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "E 6 Street & Avenue D",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 6 Street &amp; Avenue D</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.994, 40.716 ]
},
"properties": {
"id": 412,
"stationName": "Forsyth St & Canal St",
"availableDocks": 11,
"totalDocks": 28,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 13,
"stAddress1": "Forsyth St & Canal St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Forsyth St &amp; Canal St</b><br>\n <b>Total Docks: </b> 28 <br>\n <b>Available Bikes:</b> 13"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.988, 40.703 ]
},
"properties": {
"id": 414,
"stationName": "Pearl St & Anchorage Pl",
"availableDocks": 11,
"totalDocks": 24,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "Pearl St & Anchorage Pl",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Pearl St &amp; Anchorage Pl</b><br>\n <b>Total Docks: </b> 24 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.009, 40.705 ]
},
"properties": {
"id": 415,
"stationName": "Pearl St & Hanover Sq",
"availableDocks": 2,
"totalDocks": 42,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 28,
"stAddress1": "Pearl St & Hanover Sq",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Pearl St &amp; Hanover Sq</b><br>\n <b>Total Docks: </b> 42 <br>\n <b>Available Bikes:</b> 28"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.973, 40.688 ]
},
"properties": {
"id": 416,
"stationName": "Cumberland St & Lafayette",
"availableDocks": 24,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "Cumberland St & Lafayette",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Cumberland St &amp; Lafayette</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.01, 40.713 ]
},
"properties": {
"id": 417,
"stationName": "Barclay St & Church St",
"availableDocks": 27,
"totalDocks": 47,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 18,
"stAddress1": "Barclay St & Church St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Barclay St &amp; Church St</b><br>\n <b>Total Docks: </b> 47 <br>\n <b>Available Bikes:</b> 18"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.983, 40.702 ]
},
"properties": {
"id": 418,
"stationName": "Front St & Gold St",
"availableDocks": 9,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 11,
"stAddress1": "Front St & Gold St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Front St &amp; Gold St</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 11"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.974, 40.696 ]
},
"properties": {
"id": 419,
"stationName": "Carlton Av & Park Av",
"availableDocks": 12,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "Carlton Av & Park Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Carlton Av &amp; Park Av</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.97, 40.688 ]
},
"properties": {
"id": 420,
"stationName": "Clermont Av & Lafayette Av",
"availableDocks": 14,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 2,
"stAddress1": "Clermont Av & Lafayette Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Clermont Av &amp; Lafayette Av</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 2"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.971, 40.696 ]
},
"properties": {
"id": 421,
"stationName": "Clermont Av & Park Av",
"availableDocks": 10,
"totalDocks": 19,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 8,
"stAddress1": "Clermont Av & Park Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Clermont Av &amp; Park Av</b><br>\n <b>Total Docks: </b> 19 <br>\n <b>Available Bikes:</b> 8"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.99, 40.771 ]
},
"properties": {
"id": 422,
"stationName": "11 Avenue and W 59 Street",
"availableDocks": 29,
"totalDocks": 55,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 22,
"stAddress1": "11 Avenue and W 59 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>11 Avenue and W 59 Street</b><br>\n <b>Total Docks: </b> 55 <br>\n <b>Available Bikes:</b> 22"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.987, 40.766 ]
},
"properties": {
"id": 423,
"stationName": "W 54 St & 9 Av",
"availableDocks": 29,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "W 54 St & 9 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>W 54 St &amp; 9 Av</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.013, 40.718 ]
},
"properties": {
"id": 426,
"stationName": "West St & Chambers St",
"availableDocks": 0,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 29,
"stAddress1": "West St & Chambers St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#1A9641",
"popup": "<b>West St &amp; Chambers St</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 29"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.014, 40.703 ]
},
"properties": {
"id": 427,
"stationName": "State Street",
"availableDocks": 22,
"totalDocks": 59,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 32,
"stAddress1": "State Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>State Street</b><br>\n <b>Total Docks: </b> 59 <br>\n <b>Available Bikes:</b> 32"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.988, 40.725 ]
},
"properties": {
"id": 428,
"stationName": "E 3 Street & 1 Avenue",
"availableDocks": 16,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "E 3 Street & 1 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 3 Street &amp; 1 Avenue</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.987, 40.701 ]
},
"properties": {
"id": 430,
"stationName": "York Street & Jay Street",
"availableDocks": 6,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 18,
"stAddress1": "York Street & Jay Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>York Street &amp; Jay Street</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 18"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.983, 40.689 ]
},
"properties": {
"id": 431,
"stationName": "Hanover Pl & Livingston St",
"availableDocks": 16,
"totalDocks": 30,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 11,
"stAddress1": "Hanover Pl & Livingston St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Hanover Pl &amp; Livingston St</b><br>\n <b>Total Docks: </b> 30 <br>\n <b>Available Bikes:</b> 11"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.984, 40.726 ]
},
"properties": {
"id": 432,
"stationName": "E 7 Street & Avenue A",
"availableDocks": 15,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 16,
"stAddress1": "E 7 Street & Avenue A",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 7 Street &amp; Avenue A</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 16"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.981, 40.73 ]
},
"properties": {
"id": 433,
"stationName": "E 13 Street & Avenue A",
"availableDocks": 28,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "E 13 Street & Avenue A",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>E 13 Street &amp; Avenue A</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.004, 40.743 ]
},
"properties": {
"id": 434,
"stationName": "9 Avenue & W 18 Street",
"availableDocks": 13,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "9 Avenue & W 18 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>9 Avenue &amp; W 18 Street</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.994, 40.742 ]
},
"properties": {
"id": 435,
"stationName": "W 21 Street & 6 Avenue",
"availableDocks": 14,
"totalDocks": 47,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 31,
"stAddress1": "W 21 Street & 6 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>W 21 Street &amp; 6 Avenue</b><br>\n <b>Total Docks: </b> 47 <br>\n <b>Available Bikes:</b> 31"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.954, 40.682 ]
},
"properties": {
"id": 436,
"stationName": "Hancock St & Bedford Av",
"availableDocks": 13,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 13,
"stAddress1": "Hancock St & Bedford Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Hancock St &amp; Bedford Av</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 13"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.95, 40.681 ]
},
"properties": {
"id": 437,
"stationName": "Macon St & Nostrand Av",
"availableDocks": 6,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 18,
"stAddress1": "Macon St & Nostrand Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Macon St &amp; Nostrand Av</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 18"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.986, 40.728 ]
},
"properties": {
"id": 438,
"stationName": "St Marks & 1 Av",
"availableDocks": 22,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 3,
"stAddress1": "St Marks & 1 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>St Marks &amp; 1 Av</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.99, 40.726 ]
},
"properties": {
"id": 439,
"stationName": "E 4 Street & 2 Avenue",
"availableDocks": 29,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 8,
"stAddress1": "E 4 Street & 2 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>E 4 Street &amp; 2 Avenue</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 8"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.973, 40.753 ]
},
"properties": {
"id": 440,
"stationName": "E 45 St & 3 Av",
"availableDocks": 2,
"totalDocks": 32,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 28,
"stAddress1": "E 45 St & 3 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#1A9641",
"popup": "<b>E 45 St &amp; 3 Av</b><br>\n <b>Total Docks: </b> 32 <br>\n <b>Available Bikes:</b> 28"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.967, 40.756 ]
},
"properties": {
"id": 441,
"stationName": "E 52 Street & 2 Avenue",
"availableDocks": 19,
"totalDocks": 34,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "E 52 Street & 2 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 52 Street &amp; 2 Avenue</b><br>\n <b>Total Docks: </b> 34 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.994, 40.747 ]
},
"properties": {
"id": 442,
"stationName": "W 27 St & 7 Av",
"availableDocks": 19,
"totalDocks": 51,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 25,
"stAddress1": "W 27 St & 7 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>W 27 St &amp; 7 Av</b><br>\n <b>Total Docks: </b> 51 <br>\n <b>Available Bikes:</b> 25"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.964, 40.709 ]
},
"properties": {
"id": 443,
"stationName": "Bedford and South 9th",
"availableDocks": 15,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "Bedford and South 9th",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Bedford and South 9th</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.989, 40.742 ]
},
"properties": {
"id": 444,
"stationName": "Broadway & W 24 Street",
"availableDocks": 22,
"totalDocks": 52,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 29,
"stAddress1": "Broadway & W 24 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Broadway &amp; W 24 Street</b><br>\n <b>Total Docks: </b> 52 <br>\n <b>Available Bikes:</b> 29"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.981, 40.727 ]
},
"properties": {
"id": 445,
"stationName": "E 10 Street & Avenue A",
"availableDocks": 30,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 5,
"stAddress1": "E 10 Street & Avenue A",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>E 10 Street &amp; Avenue A</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 5"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.995, 40.745 ]
},
"properties": {
"id": 446,
"stationName": "W 24 Street & 7 Avenue",
"availableDocks": 23,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "W 24 Street & 7 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>W 24 Street &amp; 7 Avenue</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.985, 40.764 ]
},
"properties": {
"id": 447,
"stationName": "8 Av & W 57 St",
"availableDocks": 11,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 16,
"stAddress1": "8 Av & W 57 St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>8 Av &amp; W 57 St</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 16"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.998, 40.757 ]
},
"properties": {
"id": 448,
"stationName": "W 37 St & 10 Av",
"availableDocks": 21,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 6,
"stAddress1": "W 37 St & 10 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>W 37 St &amp; 10 Av</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 6"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.988, 40.765 ]
},
"properties": {
"id": 449,
"stationName": "52 St & 9 Av",
"availableDocks": 28,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 1,
"stAddress1": "52 St & 9 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>52 St &amp; 9 Av</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 1"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.988, 40.762 ]
},
"properties": {
"id": 450,
"stationName": "W 49 Street & 8 Avenue",
"availableDocks": 41,
"totalDocks": 59,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "W 49 Street & 8 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>W 49 Street &amp; 8 Avenue</b><br>\n <b>Total Docks: </b> 59 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.999, 40.745 ]
},
"properties": {
"id": 453,
"stationName": "W 22 St & 8 Av",
"availableDocks": 31,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "W 22 St & 8 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>W 22 St &amp; 8 Av</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.966, 40.755 ]
},
"properties": {
"id": 454,
"stationName": "E 51 Street and 1 Avenue",
"availableDocks": 24,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "E 51 Street and 1 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>E 51 Street and 1 Avenue</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.969, 40.75 ]
},
"properties": {
"id": 455,
"stationName": "1 Avenue & E 44 Street",
"availableDocks": 6,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 29,
"stAddress1": "1 Avenue & E 44 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>1 Avenue &amp; E 44 Street</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 29"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.974, 40.76 ]
},
"properties": {
"id": 456,
"stationName": "E 53 St and Madison Av",
"availableDocks": 9,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 23,
"stAddress1": "E 53 St and Madison Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>E 53 St and Madison Av</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 23"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.982, 40.767 ]
},
"properties": {
"id": 457,
"stationName": "Broadway & W 57 st",
"availableDocks": 46,
"totalDocks": 59,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "Broadway & W 57 st",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Broadway &amp; W 57 st</b><br>\n <b>Total Docks: </b> 59 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.007, 40.748 ]
},
"properties": {
"id": 458,
"stationName": "W 22 Street & 11 Avenue",
"availableDocks": 10,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "W 22 Street & 11 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>W 22 Street &amp; 11 Avenue</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.008, 40.745 ]
},
"properties": {
"id": 459,
"stationName": "W 18 Street & 11 Avenue",
"availableDocks": 16,
"totalDocks": 21,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 5,
"stAddress1": "W 18 Street & 11 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>W 18 Street &amp; 11 Avenue</b><br>\n <b>Total Docks: </b> 21 <br>\n <b>Available Bikes:</b> 5"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.966, 40.713 ]
},
"properties": {
"id": 460,
"stationName": "S 4 St & Wythe Av",
"availableDocks": 13,
"totalDocks": 23,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "S 4 St & Wythe Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>S 4 St &amp; Wythe Av</b><br>\n <b>Total Docks: </b> 23 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.982, 40.736 ]
},
"properties": {
"id": 461,
"stationName": "E 20 Street & 2 Avenue",
"availableDocks": 21,
"totalDocks": 38,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "E 20 Street & 2 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>E 20 Street &amp; 2 Avenue</b><br>\n <b>Total Docks: </b> 38 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.005, 40.747 ]
},
"properties": {
"id": 462,
"stationName": "W 22 Street & 10 Avenue",
"availableDocks": 29,
"totalDocks": 46,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "W 22 Street & 10 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>W 22 Street &amp; 10 Avenue</b><br>\n <b>Total Docks: </b> 46 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.004, 40.742 ]
},
"properties": {
"id": 463,
"stationName": "9 Avenue & W 16 Street",
"availableDocks": 2,
"totalDocks": 22,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 19,
"stAddress1": "9 Avenue & W 16 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#1A9641",
"popup": "<b>9 Avenue &amp; W 16 Street</b><br>\n <b>Total Docks: </b> 22 <br>\n <b>Available Bikes:</b> 19"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.968, 40.759 ]
},
"properties": {
"id": 464,
"stationName": "E 56 Street & 3 Avenue",
"availableDocks": 21,
"totalDocks": 59,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 34,
"stAddress1": "E 56 Street & 3 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 56 Street &amp; 3 Avenue</b><br>\n <b>Total Docks: </b> 59 <br>\n <b>Available Bikes:</b> 34"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.987, 40.755 ]
},
"properties": {
"id": 465,
"stationName": "Broadway & W 41 Street",
"availableDocks": 2,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 29,
"stAddress1": "Broadway & W 41 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Broadway &amp; W 41 Street</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 29"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.991, 40.744 ]
},
"properties": {
"id": 466,
"stationName": "W 25 St & 6 Av",
"availableDocks": 15,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 20,
"stAddress1": "W 25 St & 6 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>W 25 St &amp; 6 Av</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.979, 40.683 ]
},
"properties": {
"id": 467,
"stationName": "Dean Street and 4 Avenue",
"availableDocks": 26,
"totalDocks": 34,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 8,
"stAddress1": "Dean Street and 4 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Dean Street and 4 Avenue</b><br>\n <b>Total Docks: </b> 34 <br>\n <b>Available Bikes:</b> 8"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.982, 40.765 ]
},
"properties": {
"id": 468,
"stationName": "Broadway & W 55 Street",
"availableDocks": 46,
"totalDocks": 59,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "Broadway & W 55 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Broadway &amp; W 55 Street</b><br>\n <b>Total Docks: </b> 59 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.983, 40.763 ]
},
"properties": {
"id": 469,
"stationName": "Broadway & W 53 Street",
"availableDocks": 40,
"totalDocks": 57,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "Broadway & W 53 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Broadway &amp; W 53 Street</b><br>\n <b>Total Docks: </b> 57 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74, 40.743 ]
},
"properties": {
"id": 470,
"stationName": "W 20 Street and 8 Avenue",
"availableDocks": 26,
"totalDocks": 37,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 8,
"stAddress1": "W 20 Street and 8 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>W 20 Street and 8 Avenue</b><br>\n <b>Total Docks: </b> 37 <br>\n <b>Available Bikes:</b> 8"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.957, 40.713 ]
},
"properties": {
"id": 471,
"stationName": "Grand St & Havemeyer St",
"availableDocks": 11,
"totalDocks": 30,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "Grand St & Havemeyer St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Grand St &amp; Havemeyer St</b><br>\n <b>Total Docks: </b> 30 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.982, 40.746 ]
},
"properties": {
"id": 472,
"stationName": "E 32 St & Park Av",
"availableDocks": 13,
"totalDocks": 41,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 27,
"stAddress1": "E 32 St & Park Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>E 32 St &amp; Park Av</b><br>\n <b>Total Docks: </b> 41 <br>\n <b>Available Bikes:</b> 27"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.992, 40.721 ]
},
"properties": {
"id": 473,
"stationName": "Rivington St & Chrystie St",
"availableDocks": 12,
"totalDocks": 42,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 6,
"stAddress1": "Rivington St & Chrystie St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Rivington St &amp; Chrystie St</b><br>\n <b>Total Docks: </b> 42 <br>\n <b>Available Bikes:</b> 6"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.987, 40.745 ]
},
"properties": {
"id": 474,
"stationName": "5 Avenue and E 29 Street",
"availableDocks": 0,
"totalDocks": 47,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 1,
"stAddress1": "5 Avenue and E 29 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>5 Avenue and E 29 Street</b><br>\n <b>Total Docks: </b> 47 <br>\n <b>Available Bikes:</b> 1"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.988, 40.735 ]
},
"properties": {
"id": 475,
"stationName": "E 16 Street & Irving Place",
"availableDocks": 20,
"totalDocks": 37,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "E 16 Street & Irving Place",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 16 Street &amp; Irving Place</b><br>\n <b>Total Docks: </b> 37 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.98, 40.744 ]
},
"properties": {
"id": 476,
"stationName": "E 31 Street and 3 Avenue",
"availableDocks": 18,
"totalDocks": 47,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 27,
"stAddress1": "E 31 Street and 3 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 31 Street and 3 Avenue</b><br>\n <b>Total Docks: </b> 47 <br>\n <b>Available Bikes:</b> 27"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.99, 40.756 ]
},
"properties": {
"id": 477,
"stationName": "W 41 Street and 8 Avenue",
"availableDocks": 39,
"totalDocks": 59,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 18,
"stAddress1": "W 41 Street and 8 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>W 41 Street and 8 Avenue</b><br>\n <b>Total Docks: </b> 59 <br>\n <b>Available Bikes:</b> 18"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.999, 40.76 ]
},
"properties": {
"id": 478,
"stationName": "11 Avenue and W 41 Street",
"availableDocks": 27,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 4,
"stAddress1": "11 Avenue and W 41 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>11 Avenue and W 41 Street</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 4"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.991, 40.76 ]
},
"properties": {
"id": 479,
"stationName": "9 Av & W 45 St",
"availableDocks": 21,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 9,
"stAddress1": "9 Av & W 45 St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>9 Av &amp; W 45 St</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 9"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.991, 40.767 ]
},
"properties": {
"id": 480,
"stationName": "W 53 Street & 10 Avenue",
"availableDocks": 21,
"totalDocks": 25,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 0,
"stAddress1": "W 53 Street & 10 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>W 53 Street &amp; 10 Avenue</b><br>\n <b>Total Docks: </b> 25 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.963, 40.713 ]
},
"properties": {
"id": 481,
"stationName": "S 3 St & Bedford",
"availableDocks": 14,
"totalDocks": 25,
"statusValue": "Not In Service",
"statusKey": 3,
"availableBikes": 8,
"stAddress1": "S 3 St & Bedford",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>S 3 St &amp; Bedford</b><br>\n <b>Total Docks: </b> 25 <br>\n <b>Available Bikes:</b> 8"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.999, 40.739 ]
},
"properties": {
"id": 482,
"stationName": "W 15 Street and 7 Avenue",
"availableDocks": 34,
"totalDocks": 38,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 4,
"stAddress1": "W 15 Street and 7 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>W 15 Street and 7 Avenue</b><br>\n <b>Total Docks: </b> 38 <br>\n <b>Available Bikes:</b> 4"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.989, 40.732 ]
},
"properties": {
"id": 483,
"stationName": "E 12 Street & 3 Avenue",
"availableDocks": 27,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 6,
"stAddress1": "E 12 Street & 3 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>E 12 Street &amp; 3 Avenue</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 6"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.98, 40.755 ]
},
"properties": {
"id": 484,
"stationName": "W 44 Street & 5 Avenue",
"availableDocks": 22,
"totalDocks": 44,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 20,
"stAddress1": "W 44 Street & 5 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>W 44 Street &amp; 5 Avenue</b><br>\n <b>Total Docks: </b> 44 <br>\n <b>Available Bikes:</b> 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.983, 40.75 ]
},
"properties": {
"id": 485,
"stationName": "W 37 St & 5 Av",
"availableDocks": 12,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 25,
"stAddress1": "W 37 St & 5 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>W 37 St &amp; 5 Av</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 25"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.989, 40.746 ]
},
"properties": {
"id": 486,
"stationName": "Broadway & W 29 Street",
"availableDocks": 28,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "Broadway & W 29 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Broadway &amp; W 29 Street</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.976, 40.733 ]
},
"properties": {
"id": 487,
"stationName": "E 20 Street & FDR Drive",
"availableDocks": 33,
"totalDocks": 36,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 1,
"stAddress1": "E 20 Street & FDR Drive",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>E 20 Street &amp; FDR Drive</b><br>\n <b>Total Docks: </b> 36 <br>\n <b>Available Bikes:</b> 1"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.994, 40.756 ]
},
"properties": {
"id": 488,
"stationName": "W 39 Street & 9 Avenue",
"availableDocks": 27,
"totalDocks": 41,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "W 39 Street & 9 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>W 39 Street &amp; 9 Avenue</b><br>\n <b>Total Docks: </b> 41 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.002, 40.751 ]
},
"properties": {
"id": 489,
"stationName": "10 Av & W 28 St",
"availableDocks": 16,
"totalDocks": 37,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 17,
"stAddress1": "10 Av & W 28 St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>10 Av &amp; W 28 St</b><br>\n <b>Total Docks: </b> 37 <br>\n <b>Available Bikes:</b> 17"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.993, 40.753 ]
},
"properties": {
"id": 490,
"stationName": "W 35 Street and 8 Avenue",
"availableDocks": 20,
"totalDocks": 55,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 31,
"stAddress1": "W 35 Street and 8 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>W 35 Street and 8 Avenue</b><br>\n <b>Total Docks: </b> 55 <br>\n <b>Available Bikes:</b> 31"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.986, 40.741 ]
},
"properties": {
"id": 491,
"stationName": "E 24 St & Park Av South",
"availableDocks": 10,
"totalDocks": 53,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 42,
"stAddress1": "E 24 St & Park Av South",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>E 24 St &amp; Park Av South</b><br>\n <b>Total Docks: </b> 53 <br>\n <b>Available Bikes:</b> 42"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.991, 40.75 ]
},
"properties": {
"id": 492,
"stationName": "W 33 Street & 7 Avenue",
"availableDocks": 34,
"totalDocks": 49,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "W 33 Street & 7 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>W 33 Street &amp; 7 Avenue</b><br>\n <b>Total Docks: </b> 49 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.983, 40.757 ]
},
"properties": {
"id": 493,
"stationName": "W 45 Street and 6 Avenue",
"availableDocks": 20,
"totalDocks": 34,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "W 45 Street and 6 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>W 45 Street and 6 Avenue</b><br>\n <b>Total Docks: </b> 34 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.997, 40.747 ]
},
"properties": {
"id": 494,
"stationName": "W 26 Street and 8 Avenue",
"availableDocks": 22,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 13,
"stAddress1": "W 26 Street and 8 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>W 26 Street and 8 Avenue</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 13"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.993, 40.763 ]
},
"properties": {
"id": 495,
"stationName": "W 47 Street and 10 Avenue",
"availableDocks": 16,
"totalDocks": 25,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 6,
"stAddress1": "W 47 Street and 10 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>W 47 Street and 10 Avenue</b><br>\n <b>Total Docks: </b> 25 <br>\n <b>Available Bikes:</b> 6"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.992, 40.737 ]
},
"properties": {
"id": 496,
"stationName": "E 16 Street & 5 Avenue",
"availableDocks": 8,
"totalDocks": 47,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 32,
"stAddress1": "E 16 Street & 5 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>E 16 Street &amp; 5 Avenue</b><br>\n <b>Total Docks: </b> 47 <br>\n <b>Available Bikes:</b> 32"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.99, 40.737 ]
},
"properties": {
"id": 497,
"stationName": "E 17 Street and Broadway",
"availableDocks": 17,
"totalDocks": 59,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 35,
"stAddress1": "E 17 Street and Broadway",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 17 Street and Broadway</b><br>\n <b>Total Docks: </b> 59 <br>\n <b>Available Bikes:</b> 35"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.988, 40.749 ]
},
"properties": {
"id": 498,
"stationName": "Broadway & W 32 Street",
"availableDocks": 27,
"totalDocks": 30,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 3,
"stAddress1": "Broadway & W 32 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>Broadway &amp; W 32 Street</b><br>\n <b>Total Docks: </b> 30 <br>\n <b>Available Bikes:</b> 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.983, 40.762 ]
},
"properties": {
"id": 500,
"stationName": "Broadway & W 51 Street",
"availableDocks": 18,
"totalDocks": 52,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 31,
"stAddress1": "Broadway & W 51 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Broadway &amp; W 51 Street</b><br>\n <b>Total Docks: </b> 52 <br>\n <b>Available Bikes:</b> 31"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.971, 40.744 ]
},
"properties": {
"id": 501,
"stationName": "FDR Drive and E 35 Street",
"availableDocks": 29,
"totalDocks": 43,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "FDR Drive and E 35 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>FDR Drive and E 35 Street</b><br>\n <b>Total Docks: </b> 43 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.995, 40.74 ]
},
"properties": {
"id": 502,
"stationName": "W 18 Street & 6 Avenue",
"availableDocks": 0,
"totalDocks": 46,
"statusValue": "Not In Service",
"statusKey": 3,
"availableBikes": 0,
"stAddress1": "W 18 Street & 6 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>W 18 Street &amp; 6 Avenue</b><br>\n <b>Total Docks: </b> 46 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.988, 40.738 ]
},
"properties": {
"id": 503,
"stationName": "E 20 St & Park Av",
"availableDocks": 10,
"totalDocks": 29,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 17,
"stAddress1": "E 20 St & Park Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 20 St &amp; Park Av</b><br>\n <b>Total Docks: </b> 29 <br>\n <b>Available Bikes:</b> 17"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.982, 40.732 ]
},
"properties": {
"id": 504,
"stationName": "1 Avenue & E 15 Street",
"availableDocks": 37,
"totalDocks": 45,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 3,
"stAddress1": "1 Avenue & E 15 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>1 Avenue &amp; E 15 Street</b><br>\n <b>Total Docks: </b> 45 <br>\n <b>Available Bikes:</b> 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.988, 40.749 ]
},
"properties": {
"id": 505,
"stationName": "6 Avenue & W 33 Street",
"availableDocks": 21,
"totalDocks": 36,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 11,
"stAddress1": "6 Avenue & W 33 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>6 Avenue &amp; W 33 Street</b><br>\n <b>Total Docks: </b> 36 <br>\n <b>Available Bikes:</b> 11"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.98, 40.739 ]
},
"properties": {
"id": 507,
"stationName": "E 25 St & 2 Av",
"availableDocks": 30,
"totalDocks": 47,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "E 25 St & 2 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>E 25 St &amp; 2 Av</b><br>\n <b>Total Docks: </b> 47 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.997, 40.763 ]
},
"properties": {
"id": 508,
"stationName": "W 46 Street & 11 Avenue",
"availableDocks": 7,
"totalDocks": 24,
"statusValue": "Not In Service",
"statusKey": 3,
"availableBikes": 16,
"stAddress1": "W 46 Street & 11 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>W 46 Street &amp; 11 Avenue</b><br>\n <b>Total Docks: </b> 24 <br>\n <b>Available Bikes:</b> 16"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.002, 40.745 ]
},
"properties": {
"id": 509,
"stationName": "9 Avenue & W 22 Street",
"availableDocks": 21,
"totalDocks": 36,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 13,
"stAddress1": "9 Avenue & W 22 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>9 Avenue &amp; W 22 Street</b><br>\n <b>Total Docks: </b> 36 <br>\n <b>Available Bikes:</b> 13"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.98, 40.761 ]
},
"properties": {
"id": 510,
"stationName": "W 51 Street and 6 Avenue",
"availableDocks": 11,
"totalDocks": 59,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 44,
"stAddress1": "W 51 Street and 6 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>W 51 Street and 6 Avenue</b><br>\n <b>Total Docks: </b> 59 <br>\n <b>Available Bikes:</b> 44"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.978, 40.729 ]
},
"properties": {
"id": 511,
"stationName": "E 14 Street & Avenue B",
"availableDocks": 25,
"totalDocks": 33,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "E 14 Street & Avenue B",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>E 14 Street &amp; Avenue B</b><br>\n <b>Total Docks: </b> 33 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.998, 40.75 ]
},
"properties": {
"id": 512,
"stationName": "W 29 Street & 9 Avenue",
"availableDocks": 22,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 5,
"stAddress1": "W 29 Street & 9 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>W 29 Street &amp; 9 Avenue</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 5"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.988, 40.77 ]
},
"properties": {
"id": 513,
"stationName": "W 59 Street and 10 Avenue",
"availableDocks": 23,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 3,
"stAddress1": "W 59 Street and 10 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>W 59 Street and 10 Avenue</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.003, 40.761 ]
},
"properties": {
"id": 514,
"stationName": "12 Avenue and W 40 Street",
"availableDocks": 26,
"totalDocks": 53,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 25,
"stAddress1": "12 Avenue and W 40 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>12 Avenue and W 40 Street</b><br>\n <b>Total Docks: </b> 53 <br>\n <b>Available Bikes:</b> 25"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.995, 40.76 ]
},
"properties": {
"id": 515,
"stationName": "W 43 Street & 10 Avenue",
"availableDocks": 18,
"totalDocks": 35,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 16,
"stAddress1": "W 43 Street & 10 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>W 43 Street &amp; 10 Avenue</b><br>\n <b>Total Docks: </b> 35 <br>\n <b>Available Bikes:</b> 16"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.978, 40.751 ]
},
"properties": {
"id": 517,
"stationName": "Pershing Square S",
"availableDocks": 17,
"totalDocks": 51,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 33,
"stAddress1": "Pershing Square S",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Pershing Square S</b><br>\n <b>Total Docks: </b> 51 <br>\n <b>Available Bikes:</b> 33"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.973, 40.748 ]
},
"properties": {
"id": 518,
"stationName": "E 39 Street and 2 Avenue",
"availableDocks": 16,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 21,
"stAddress1": "E 39 Street and 2 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>E 39 Street and 2 Avenue</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 21"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.978, 40.752 ]
},
"properties": {
"id": 519,
"stationName": "Pershing Square N",
"availableDocks": 31,
"totalDocks": 61,
"statusValue": "Not In Service",
"statusKey": 3,
"availableBikes": 25,
"stAddress1": "Pershing Square N",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Pershing Square N</b><br>\n <b>Total Docks: </b> 61 <br>\n <b>Available Bikes:</b> 25"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.976, 40.76 ]
},
"properties": {
"id": 520,
"stationName": "W 52 Street & 5 Avenue",
"availableDocks": 7,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 31,
"stAddress1": "W 52 Street & 5 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>W 52 Street &amp; 5 Avenue</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 31"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.995, 40.75 ]
},
"properties": {
"id": 521,
"stationName": "8 Avenue and W 31 Street",
"availableDocks": 46,
"totalDocks": 67,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "8 Avenue and W 31 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>8 Avenue and W 31 Street</b><br>\n <b>Total Docks: </b> 67 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.972, 40.757 ]
},
"properties": {
"id": 522,
"stationName": "E 51 St & Lexington Av",
"availableDocks": 13,
"totalDocks": 51,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 36,
"stAddress1": "E 51 St & Lexington Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>E 51 St &amp; Lexington Av</b><br>\n <b>Total Docks: </b> 51 <br>\n <b>Available Bikes:</b> 36"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.991, 40.755 ]
},
"properties": {
"id": 523,
"stationName": "W 38 St & 8 Av",
"availableDocks": 35,
"totalDocks": 51,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "W 38 St & 8 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>W 38 St &amp; 8 Av</b><br>\n <b>Total Docks: </b> 51 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.983, 40.755 ]
},
"properties": {
"id": 524,
"stationName": "W 43 Street & 6 Avenue",
"availableDocks": 11,
"totalDocks": 57,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 39,
"stAddress1": "W 43 Street & 6 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>W 43 Street &amp; 6 Avenue</b><br>\n <b>Total Docks: </b> 57 <br>\n <b>Available Bikes:</b> 39"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.002, 40.756 ]
},
"properties": {
"id": 525,
"stationName": "W 34 Street & 11 Avenue",
"availableDocks": 11,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 25,
"stAddress1": "W 34 Street & 11 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>W 34 Street &amp; 11 Avenue</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 25"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.985, 40.748 ]
},
"properties": {
"id": 526,
"stationName": "E 33 St & 5 Av",
"availableDocks": 29,
"totalDocks": 43,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 13,
"stAddress1": "E 33 St & 5 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>E 33 St &amp; 5 Av</b><br>\n <b>Total Docks: </b> 43 <br>\n <b>Available Bikes:</b> 13"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.974, 40.743 ]
},
"properties": {
"id": 527,
"stationName": "E 33 St & 1 Av",
"availableDocks": 34,
"totalDocks": 59,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 22,
"stAddress1": "E 33 St & 1 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>E 33 St &amp; 1 Av</b><br>\n <b>Total Docks: </b> 59 <br>\n <b>Available Bikes:</b> 22"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.977, 40.743 ]
},
"properties": {
"id": 528,
"stationName": "2 Av & E 30 St",
"availableDocks": 32,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 7,
"stAddress1": "2 Av & E 30 St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>2 Av &amp; E 30 St</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.991, 40.758 ]
},
"properties": {
"id": 529,
"stationName": "W 42 Street and 8 Avenue",
"availableDocks": 22,
"totalDocks": 41,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 18,
"stAddress1": "W 42 Street and 8 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>W 42 Street and 8 Avenue</b><br>\n <b>Total Docks: </b> 41 <br>\n <b>Available Bikes:</b> 18"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.975, 40.69 ]
},
"properties": {
"id": 530,
"stationName": "DeKalb Av & S Portland Av",
"availableDocks": 28,
"totalDocks": 36,
"statusValue": "Not In Service",
"statusKey": 3,
"availableBikes": 5,
"stAddress1": "DeKalb Av & S Portland Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#D7191C",
"popup": "<b>DeKalb Av &amp; S Portland Av</b><br>\n <b>Total Docks: </b> 36 <br>\n <b>Available Bikes:</b> 5"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.993, 40.719 ]
},
"properties": {
"id": 531,
"stationName": "Forsyth St and Broome St",
"availableDocks": 11,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 21,
"stAddress1": "Forsyth St and Broome St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Forsyth St and Broome St</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 21"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.961, 40.71 ]
},
"properties": {
"id": 532,
"stationName": "South 5 Pl and South 4 St",
"availableDocks": 29,
"totalDocks": 43,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 11,
"stAddress1": "South 5 Pl and South 4 St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>South 5 Pl and South 4 St</b><br>\n <b>Total Docks: </b> 43 <br>\n <b>Available Bikes:</b> 11"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.013, 40.703 ]
},
"properties": {
"id": 534,
"stationName": "Water Whitehall Plaza",
"availableDocks": 6,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 25,
"stAddress1": "Water Whitehall Plaza",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#1A9641",
"popup": "<b>Water Whitehall Plaza</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 25"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.975, 40.741 ]
},
"properties": {
"id": 536,
"stationName": "1 Avenue and E 30 Street",
"availableDocks": 23,
"totalDocks": 29,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 6,
"stAddress1": "1 Avenue and E 30 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>1 Avenue and E 30 Street</b><br>\n <b>Total Docks: </b> 29 <br>\n <b>Available Bikes:</b> 6"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.984, 40.74 ]
},
"properties": {
"id": 537,
"stationName": "Lexington Av and E 24 St",
"availableDocks": 23,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "Lexington Av and E 24 St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Lexington Av and E 24 St</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.978, 40.758 ]
},
"properties": {
"id": 538,
"stationName": "W 49 Street & 5 Avenue",
"availableDocks": 9,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 26,
"stAddress1": "W 49 Street & 5 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>W 49 Street &amp; 5 Avenue</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 26"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.96, 40.715 ]
},
"properties": {
"id": 539,
"stationName": "Metropolitan and Bedford",
"availableDocks": 14,
"totalDocks": 31,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 13,
"stAddress1": "Metropolitan and Bedford",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Metropolitan and Bedford</b><br>\n <b>Total Docks: </b> 31 <br>\n <b>Available Bikes:</b> 13"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.983, 40.741 ]
},
"properties": {
"id": 540,
"stationName": "Lexington Av and E 26 St",
"availableDocks": 23,
"totalDocks": 39,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "Lexington Av and E 26 St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Lexington Av and E 26 St</b><br>\n <b>Total Docks: </b> 39 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.978, 40.737 ]
},
"properties": {
"id": 545,
"stationName": "E 23 St & 1 Av",
"availableDocks": 9,
"totalDocks": 27,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 15,
"stAddress1": "E 23 St & 1 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "PBSC",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "PBSC",
"fillColor": "#FFFFBF",
"popup": "<b>E 23 St &amp; 1 Av</b><br>\n <b>Total Docks: </b> 27 <br>\n <b>Available Bikes:</b> 15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.983, 40.744 ]
},
"properties": {
"id": 546,
"stationName": "E 30 St and Park Av South",
"availableDocks": 21,
"totalDocks": 38,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 14,
"stAddress1": "E 30 St and Park Av South",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>E 30 St and Park Av South</b><br>\n <b>Total Docks: </b> 38 <br>\n <b>Available Bikes:</b> 14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.989, 40.703 ]
},
"properties": {
"id": 2000,
"stationName": "Front St & Washington St",
"availableDocks": 17,
"totalDocks": 30,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 12,
"stAddress1": "Front St & Washington St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>Front St &amp; Washington St</b><br>\n <b>Total Docks: </b> 30 <br>\n <b>Available Bikes:</b> 12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.973, 40.699 ]
},
"properties": {
"id": 2001,
"stationName": "7th Av & Farragut St",
"availableDocks": 5,
"totalDocks": 15,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 10,
"stAddress1": "7th Av & Farragut St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>7th Av &amp; Farragut St</b><br>\n <b>Total Docks: </b> 15 <br>\n <b>Available Bikes:</b> 10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.98, 40.734 ]
},
"properties": {
"id": 2003,
"stationName": "1 Av & 18 St",
"availableDocks": 17,
"totalDocks": 30,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 11,
"stAddress1": "1 Av & 18 St",
"stAddress2": "STX 277",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FDAE61",
"popup": "<b>1 Av &amp; 18 St</b><br>\n <b>Total Docks: </b> 30 <br>\n <b>Available Bikes:</b> 11"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.004, 40.726 ]
},
"properties": {
"id": 2004,
"stationName": "Spring St & 6 Av",
"availableDocks": 12,
"totalDocks": 36,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 22,
"stAddress1": "Spring St & 6 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#A6D96A",
"popup": "<b>Spring St &amp; 6 Av</b><br>\n <b>Total Docks: </b> 36 <br>\n <b>Available Bikes:</b> 22"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.971, 40.705 ]
},
"properties": {
"id": 2005,
"stationName": "Railroad Av & Kay Av",
"availableDocks": 7,
"totalDocks": 12,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 5,
"stAddress1": "Railroad Av & Kay Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Railroad Av &amp; Kay Av</b><br>\n <b>Total Docks: </b> 12 <br>\n <b>Available Bikes:</b> 5"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.976, 40.766 ]
},
"properties": {
"id": 2006,
"stationName": "Central Park South & 6 Av",
"availableDocks": 20,
"totalDocks": 49,
"statusValue": "In Service",
"statusKey": 1,
"availableBikes": 27,
"stAddress1": "Central Park South & 6 Av",
"stAddress2": "STX 287",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#FFFFBF",
"popup": "<b>Central Park South &amp; 6 Av</b><br>\n <b>Total Docks: </b> 49 <br>\n <b>Available Bikes:</b> 27"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.956, 40.691 ]
},
"properties": {
"id": 2007,
"stationName": "Dekalb Av & Skillman St",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "Dekalb Av & Skillman St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>Dekalb Av &amp; Skillman St</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.017, 40.706 ]
},
"properties": {
"id": 2008,
"stationName": "Little West St and 1 Place",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "Little West St and 1 Place",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>Little West St and 1 Place</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.997, 40.711 ]
},
"properties": {
"id": 2009,
"stationName": "Catherine St & Monroe St",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "Catherine St & Monroe St",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>Catherine St &amp; Monroe St</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.002, 40.722 ]
},
"properties": {
"id": 2010,
"stationName": "Grand Street & Greene Street",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "Grand Street & Greene Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>Grand Street &amp; Greene Street</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.987, 40.734 ]
},
"properties": {
"id": 2011,
"stationName": "E 15 Street & 3 Avenue",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "E 15 Street & 3 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>E 15 Street &amp; 3 Avenue</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.977, 40.739 ]
},
"properties": {
"id": 2012,
"stationName": "E 27 Street and 1 Avenue",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "E 27 Street and 1 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>E 27 Street and 1 Avenue</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.003, 40.739 ]
},
"properties": {
"id": 2013,
"stationName": "Greenwich Av and 8 Av",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "Greenwich Av and 8 Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>Greenwich Av and 8 Av</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.978, 40.748 ]
},
"properties": {
"id": 2014,
"stationName": "Lexington Av & E. 37th Street",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "Lexington Av & E. 37th Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>Lexington Av &amp; E. 37th Street</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.992, 40.749 ]
},
"properties": {
"id": 2015,
"stationName": "W 31 Street and 7 Avenue",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "W 31 Street and 7 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>W 31 Street and 7 Avenue</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -74.003, 40.75 ]
},
"properties": {
"id": 2016,
"stationName": "W 26 Street & 10 Avenue",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "W 26 Street & 10 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>W 26 Street &amp; 10 Avenue</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.971, 40.75 ]
},
"properties": {
"id": 2017,
"stationName": "E 43 Street & 2 Avenue",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "E 43 Street & 2 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>E 43 Street &amp; 2 Avenue</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.982, 40.752 ]
},
"properties": {
"id": 2018,
"stationName": "E 40th Street & 5th Avenue",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "E 40th Street & 5th Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>E 40th Street &amp; 5th Avenue</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.972, 40.755 ]
},
"properties": {
"id": 2019,
"stationName": "E 48 Street and 3 Avenue",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "E 48 Street and 3 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>E 48 Street and 3 Avenue</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.966, 40.758 ]
},
"properties": {
"id": 2020,
"stationName": "E 55th Street and 2nd Av",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "E 55th Street and 2nd Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>E 55th Street and 2nd Av</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.989, 40.759 ]
},
"properties": {
"id": 2021,
"stationName": "W 45 Street and 8 Avenue",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "W 45 Street and 8 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>W 45 Street and 8 Avenue</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.959, 40.758 ]
},
"properties": {
"id": 2022,
"stationName": "E 59th Street and Sutton Pl",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "E 59th Street and Sutton Pl",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>E 59th Street and Sutton Pl</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.97, 40.76 ]
},
"properties": {
"id": 2023,
"stationName": "E 55 St & Lexington Av",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "E 55 St & Lexington Av",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>E 55 St &amp; Lexington Av</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.975, 40.762 ]
},
"properties": {
"id": 2024,
"stationName": "E 55 Street & 5 Avenue",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "E 55 Street & 5 Avenue",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>E 55 Street &amp; 5 Avenue</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.974, 40.764 ]
},
"properties": {
"id": 2025,
"stationName": "Grand Army Plz & Central Park S",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "Grand Army Plz & Central Park S",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>Grand Army Plz &amp; Central Park S</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ -73.982, 40.769 ]
},
"properties": {
"id": 2026,
"stationName": "Broadway & W 60 Street",
"availableDocks": 0,
"totalDocks": 0,
"statusValue": "Planned",
"statusKey": 2,
"availableBikes": 0,
"stAddress1": "Broadway & W 60 Street",
"stAddress2": "",
"city": "",
"postalCode": "",
"location": "",
"altitude": "",
"testStation": false,
"lastCommunicationTime": null,
"landMark": "",
"fillColor": "#eeeeee",
"popup": "<b>Broadway &amp; W 60 Street</b><br>\n <b>Total Docks: </b> 0 <br>\n <b>Available Bikes:</b> 0"
}
}
],
"id": "chartbab43333483a"
}
var map = L.map(spec.dom)
.setView(spec.center, spec.zoom);
if (spec.provider){
L.tileLayer.provider(spec.provider).addTo(map)
} else {
L.tileLayer(spec.urlTemplate, spec.layerOpts).addTo(map)
}
if (spec.circle2){
for (var c in spec.circle2){
var circle = L.circle(c.center, c.radius, c.opts)
.addTo(map);
}
}
L.geoJson(spec.features
,
{
"onEachFeature": function(feature, layer){
layer.bindPopup(feature.properties.popup)
} ,
"pointToLayer": function(feature, latlng){
return L.circleMarker(latlng, {
radius: 4,
fillColor: feature.properties.fillColor || 'red',
color: '#000',
weight: 1,
fillOpacity: 0.8
})
}
}
).addTo(map)
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment