Created
October 5, 2017 14:39
-
-
Save langsdlc/a73843bd7cf5ffa32b93b5f6bc41b87d to your computer and use it in GitHub Desktop.
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": "Feature", | |
"properties": { | |
"title": "Mayborn", | |
"series": "Building", | |
"tour": "Test", | |
"marker-size": "medium", | |
"marker-color": "#e5c278", | |
"marker-symbol": "star-stroked" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
"-86.797808", | |
"36.142611" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment