Closed kshitijrajsharma closed 2 years ago
From multiple discussion we arrived to conclusion to go with following example request body for rawdata endpoint , Validation and acceptance criteria will be applied as required initially and updated on this same thread as comment
{ "outputType": "GeoJSON", "fileName": "string", "geometry": { "coordinates": [ [ [ "string" ], [ "string" ] ] ], "type": "string" }, "filters" : { "tags": { # no of rows returned "point" : {"amenity":["shop"]}, "line" : {}, "polygon" : {"key":["value"]}, "all_geometry" : {"building":['yes']} }, "attributes": { # no of columns / name "point": [], column "line" : [], "polygon" : [], "all_geometry" : [], } }, "geometryType": [ "point","line","polygon" ] }
Closed Because it is duplicated with this issue #209
From multiple discussion we arrived to conclusion to go with following example request body for rawdata endpoint , Validation and acceptance criteria will be applied as required initially and updated on this same thread as comment