Skip to content

Instantly share code, notes, and snippets.

@sebleier
Last active August 29, 2015 14:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save sebleier/43739a519c2d19cdf657 to your computer and use it in GitHub Desktop.
Save sebleier/43739a519c2d19cdf657 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"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": [
-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"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment