Skip to content

Instantly share code, notes, and snippets.

@stevevance
Last active August 29, 2015 14:12
Show Gist options
  • Save stevevance/fae60cbf104db0776b86 to your computer and use it in GitHub Desktop.
Save stevevance/fae60cbf104db0776b86 to your computer and use it in GitHub Desktop.
University of Illinois at Chicago campus map
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-87.6500791311264,
41.875956023344436
],
[
-87.6500791311264,
41.87657114278822
],
[
-87.64956414699554,
41.87657114278822
],
[
-87.64956414699554,
41.875956023344436
],
[
-87.6500791311264,
41.875956023344436
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment