Created
May 23, 2019 15:28
-
-
Save randymeech/aa5db2c72b850d479dd1e77e93ae55e0 to your computer and use it in GitHub Desktop.
StreetCred MapNYC Area
This file contains 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
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-74.2589, | |
40.9176 | |
], | |
[ | |
-73.7004, | |
40.9176 | |
], | |
[ | |
-73.7004, | |
40.4774 | |
], | |
[ | |
-74.2589, | |
40.4774 | |
], | |
[ | |
-74.2589, | |
40.9176 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment