Skip to content

Instantly share code, notes, and snippets.

@randymeech
Created May 23, 2019 15:28
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 randymeech/aa5db2c72b850d479dd1e77e93ae55e0 to your computer and use it in GitHub Desktop.
Save randymeech/aa5db2c72b850d479dd1e77e93ae55e0 to your computer and use it in GitHub Desktop.
StreetCred MapNYC Area
Display the source blob
Display the rendered blob
Raw
{
"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