1 { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "label": "this,that", "name":"one" }, "geometry" : { "type": "Point", "coordinates": [ 2.5, 2.5 ] } }, { "type": "Feature", "properties": { "label": "this-that", "name":"two" }, "geometry" : { "type": "Point", "coordinates": [ 0, 5 ] } } ] } geojson frame csv x,y -1,-1 6,-1 -1,6 6,6