Last active
December 22, 2015 00:48
-
-
Save wizardishungry/6391658 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"features":[ | |
{ | |
"id":"Condos near West 57th St. and Seventh Avenue New York, NY", | |
"properties":{ | |
"CitiBike Locations Moved From ":"Condos near West 57th St. and Seventh Avenue New York, NY", | |
"Long":-73.989948, | |
"Lat":40.751984 | |
}, | |
"type":"Feature", | |
"geometry":{ | |
"type":"Point", | |
"coordinates":[ | |
-73.989948, | |
40.751984 | |
] | |
} | |
} | |
], | |
"type":"FeatureCollection" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment