{ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ { "type": "Feature", "properties": { "name": "tri", "area": 0.0, "crop": "", "sowing_date": "2024-03-16", "notes": "" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 14.70916, 33.008871 ], [ 14.078534, 32.687414 ], [ 14.078534, 33.948826 ], [ 14.70916, 33.008871 ] ] ] } } ] }