Skip to content

Instantly share code, notes, and snippets.

@randymeech
Last active June 25, 2019 17:24
Show Gist options
  • Save randymeech/6de7649d19b94f16eb475372ae28acef to your computer and use it in GitHub Desktop.
Save randymeech/6de7649d19b94f16eb475372ae28acef to your computer and use it in GitHub Desktop.
StreetCred MapLA Area
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-118.66882324218751,
33.51162942617925
],
[
-117.71575927734374,
33.51162942617925
],
[
-117.71575927734374,
34.823302
],
[
-118.66882324218751,
34.823302
],
[
-118.66882324218751,
33.51162942617925
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment