Skip to content

Instantly share code, notes, and snippets.

@mathewa6
Created May 8, 2017 21:39
Show Gist options
  • Select an option

  • Save mathewa6/62d332b5f3a82e1ed8ae304b6a1a98a9 to your computer and use it in GitHub Desktop.

Select an option

Save mathewa6/62d332b5f3a82e1ed8ae304b6a1a98a9 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": "stadium",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.511172,
42.7367203
],
[
-84.511172,
42.668557
],
[
-84.4550801,
42.668557
],
[
-84.4550801,
42.7367203
],
[
-84.511172,
42.7367203
]
]
]
},
"properties": {
"name": "MSU"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment