-
-
Save toastdriven/670700acb61223e6925c 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": "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" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.333056, | |
47.609722 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bar", | |
"name": "Ben Turner", | |
"city": "Seattle" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-105.3219444, | |
39.41 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bar", | |
"name": "Nick Lang", | |
"city": "Pine" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.302197, | |
47.614884 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bar", | |
"name": "Christian Metts", | |
"city": "Seattle" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-95.242942, | |
38.969247 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bar", | |
"name": "Jeff Triplett", | |
"city": "Lawrence" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.677156, | |
45.522156 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bar", | |
"name": "Eric Holscher", | |
"city": "Portland" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-95.304301, | |
38.945617 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bar", | |
"name": "Charlie Leifer", | |
"city": "Lawrence" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-95.245654, | |
38.934335 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bar", | |
"name": "Matt Croydon", | |
"city": "Lawrence" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-111.797542, | |
43.822404 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bar", | |
"name": "Ben Spaulding", | |
"city": "Rexburg" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.142534, | |
37.424939 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bar", | |
"name": "Nathan Borror", | |
"city": "Palo Alto" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.444331, | |
37.778570 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bar", | |
"name": "Alex Kritikos", | |
"city": "San Francisco" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-95.371590, | |
39.100104 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bar", | |
"name": "Jacob Kaplan-Moss", | |
"city": "Boonville, USA" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-78.903760, | |
35.995975 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bar", | |
"name": "Julia Elman", | |
"city": "Durham, NC" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.2618534, | |
44.970697 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bar", | |
"name": "Jonathan Kealing", | |
"city": "Minneappolis" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment