data = [
{
"type":"Feature",
"properties":{"name":"Mercyhurst University", "population":2374, "cost":56311, "color":"green"},
"geometry":{"type":"Point","coordinates":[-80.0542,42.1040]}
},
{
"type":"Feature",
"properties":{"name":"Gannon University", "population":2733, "cost":50488, "color":"yellow"},
"geometry":{"type":"Point","coordinates":[-80.0867,42.1283]}
},
{
"type":"Feature",
"properties":{"name":"Behrend University", "population":4117, "cost":33718, "color":"blue"},
"geometry":{"type":"Point","coordinates":[-79.9827,42.1199]}
},
{
"type":"Feature",
"properties":{"name":"Edinboro University", "population":3498, "cost":24924, "color":"red"},
"geometry":{"type":"Point","coordinates":[-80.1208,41.8716]}
}
]