Skip to content

Instantly share code, notes, and snippets.

@jamestyack
Last active August 29, 2015 14:19
Show Gist options
  • Save jamestyack/e34baa3beef23e1edc4d to your computer and use it in GitHub Desktop.
Save jamestyack/e34baa3beef23e1edc4d to your computer and use it in GitHub Desktop.
City Of Philadelphia Bike Share Stations Snippet
{
"geometry": {
"coordinates": [
-75.16374,
39.95378
],
"type": "Point"
},
"properties": {
"addressStreet": "1401 John F. Kennedy Blvd.",
"addressCity": "Philadelphia",
"addressState": "PA",
"addressZipCode": "19102",
"bikesAvailable": 9,
"closeTime": "23:58:00",
"docksAvailable": 14,
"eventEnd": null,
"eventStart": null,
"isEventBased": false,
"isVirtual": false,
"kioskId": 3004,
"kioskPublicStatus": "Active",
"name": "Municipal Services Building Plaza",
"openTime": "00:02:00",
"publicText": "",
"timeZone": "Eastern Standard Time",
"totalDocks": 23,
"trikesAvailable": 0
},
"type": "Feature"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment