Skip to content

Instantly share code, notes, and snippets.

@joyrexus
Created February 20, 2015 16:03
Show Gist options
  • Save joyrexus/18a36fb4cb640683a0ce to your computer and use it in GitHub Desktop.
Save joyrexus/18a36fb4cb640683a0ce to your computer and use it in GitHub Desktop.
Geojson for St. Luke's Hall
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "St. Luke's Hall",
"building": "dormitory"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-85.91890096664429,
35.206276548212905
],
[
-85.91894388198851,
35.20587767894009
],
[
-85.91879367828369,
35.20585576298921
],
[
-85.91876685619354,
35.205982875422045
],
[
-85.91848254203796,
35.20597410905377
],
[
-85.91846644878387,
35.20609683812372
],
[
-85.9187775850296,
35.20611875400954
],
[
-85.91874808073044,
35.206265590292034
],
[
-85.91890096664429,
35.206276548212905
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment