Skip to content

Instantly share code, notes, and snippets.

@maptastik
Last active November 26, 2018 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maptastik/dddc6bfbac02dd89e4f46f52cd16facb to your computer and use it in GitHub Desktop.
Save maptastik/dddc6bfbac02dd89e4f46f52cd16facb to your computer and use it in GitHub Desktop.
GeoJSON of Schafer Tower at Ball State University
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"NAME": "Shafer Tower",
"CITY": "Muncie",
"STATE": "Indiana"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.40800452232361,
40.20379845444635
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment