allData = ({
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-123.0867, 44.0521]
},
"properties": {
"name": "Eugene"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-123.0259, 44.0462]
},
"properties": {
"name": "Springfield"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-123.0864, 44.0521]
},
"properties": {
"name": "University of Oregon"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-123.0865, 44.0519]
},
"properties": {
"name": "Point 1"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-123.0823, 44.0564]
},
"properties": {
"name": "Point 2"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-123.0784, 44.0542]
},
"properties": {
"name": "Point 3"
}
},
]
})