-
-
Save toastdriven/f0ef7d401f66e9b5d286 to your computer and use it in GitHub Desktop.
This file contains 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", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-120.645249, | |
35.271810 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bar", | |
"name": "Sean Bleier", | |
"city": "San Luis Obispo" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-95.223559, | |
38.956835 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bar", | |
"name": "Daniel Lindsley", | |
"city": "Lawrence" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment