查询的表单数据:
{
"datasetNames": [
"NJ_2022_singlepart",
"NJ_2023_singlepart",
"NJ_2024_singlepart"
],
"getFeatureMode": "SPATIAL",
"geometry": {
"id": 0,
"style": null,
"parts": [
1
],
"points": [
{
"id": "SuperMap.Geometry_6",
"bounds": null,
"SRID": null,
"x": 116.6743080259,
"y": 40.0293491048,
"tag": null,
"type": "Point",
"geometryType": "Point"
}
],
"type": "POINT",
"prjCoordSys": {
"epsgCode": null
}
},
"spatialQueryMode": "INTERSECT",
"maxFeatures": 10,
"hasGeometry": true
}
异常报错:
{
"succeed": false,
"error": {
"code": 400,
"errorMsg": "Index 1 out of bounds for length 1"
}
}