To support multiple data formats, query needs to be separated for point, line and polygon since binding for those features will be different. Making it in single request will work for geojson format well, but for eg: Shapefile will not be supported with existing logic. Logic should generate three different queries which will extract point, line and polygon separately so that all post-processing related to different geometry type can be done
To support multiple data formats, query needs to be separated for point, line and polygon since binding for those features will be different. Making it in single request will work for geojson format well, but for eg: Shapefile will not be supported with existing logic. Logic should generate three different queries which will extract point, line and polygon separately so that all post-processing related to different geometry type can be done