Last active
November 26, 2018 15:03
-
-
Save maptastik/dddc6bfbac02dd89e4f46f52cd16facb to your computer and use it in GitHub Desktop.
GeoJSON of Schafer Tower at Ball State University
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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