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