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