Skip to content

Instantly share code, notes, and snippets.

@joyrexus
Last active December 22, 2015 05:59
Show Gist options
  • Save joyrexus/6428189 to your computer and use it in GitHub Desktop.
Save joyrexus/6428189 to your computer and use it in GitHub Desktop.
via:geojson.io

27 Canterbury Way

coordinates: -85.9365, 35.21

Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"Address": "27 Canterbury Way"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.9365,
35.21
]
}
},
{
"type": "Feature",
"properties": {
"Region": "Sewanee"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-85.95488548278809,
35.19036408947988
],
[
-85.95488548278809,
35.22332528174645
],
[
-85.90802192687988,
35.22332528174645
],
[
-85.90802192687988,
35.19036408947988
],
[
-85.95488548278809,
35.19036408947988
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment