Created
February 12, 2018 18:19
-
-
Save gavinr/aa5542ecf0ebfed6cfd1f91da24fe99e to your computer and use it in GitHub Desktop.
Create a pull request with your location!
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": { | |
"marker-color": "#7e7e7e", | |
"marker-size": "medium", | |
"marker-symbol": "", | |
"name": "Gavin", | |
"favorite color": "blue" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-90.32958984375, | |
38.63939998171362 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment