要素删除与详情
# (属性)要素删除
接口地址:/one-map-server/sys/geom/vector/deleteVectorData
请求方式:GET POST
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
资源源数据删除接口
请求参数:
| 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
|---|---|---|---|---|---|
| gtc_ids | 源数据编号支持多个,用英文逗号分隔 | query | true | string | |
| tableId | 表id | query | true | string |
postman:

响应示例:
{"code":200,"alertType":0,"alertMsg":"删除成功","data":"删除成功","location":null}
# (属性)获取要素详情
接口地址:/one-map-server/sys/geom/vector/getVectorData
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述 :
请求参数:
| 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
|---|---|---|---|---|---|
| format | format | query | false | string | |
| gtcIds | gtcIds | query | true | string | 多个GtcId查询的时候,用逗号隔开例如 id1,id2 |
| tableId | tableId | query | false | string |
查询示例:

响应示例:
{
"code": 200,
"alertType": 0,
"alertMsg": "查询成功",
"data": [
{
"下拉单选": "[{\"childData\":[],\"color\":\"#DC143C\",\"dictCode\":\"1689908079803019264\",\"dictLabel\":\"公安检查站\",\"dictSort\":1,\"dictType\":\"KK\",\"dictValue\":\"LQ01\",\"fullDictLable\":\"公安检查站\",\"fullDictValue\":\"LQ01\"}]",
"多选字典": "[{\"childData\":[],\"color\":\"#00FF00\",\"dictCode\":\"1797907952312578048\",\"dictLabel\":\"P7\",\"dictSort\":1,\"dictType\":\"xiaoqutubiaoguize\",\"dictValue\":\"P7\",\"fullDictLable\":\"P7\",\"fullDictValue\":\"P7\",\"showIs\":\"YES\"},{\"childData\":[],\"color\":\"#7FFFD4\",\"dictCode\":\"1797907975284781056\",\"dictLabel\":\"P8\",\"dictSort\":2,\"dictType\":\"xiaoqutubiaoguize\",\"dictValue\":\"P8\",\"fullDictLable\":\"P8\",\"fullDictValue\":\"P8\",\"showIs\":\"YES\"},{\"childData\":[],\"color\":\"#7FFFD4\",\"dictCode\":\"1797908002518396928\",\"dictLabel\":\"V7\",\"dictSort\":3,\"dictType\":\"xiaoqutubiaoguize\",\"dictValue\":\"V7\",\"fullDictLable\":\"V7\",\"fullDictValue\":\"V7\",\"showIs\":\"YES\"}]",
"行政区划输入": "[{\"adcode\":\"650000\",\"children\":[],\"code\":\"650000\",\"fullAdcode\":\"650000\",\"fullCode\":\"650000\",\"fullName\":\"新疆维吾尔自治区\",\"leavel\":\"省\",\"leavelCode\":\"1\",\"name\":\"新疆维吾尔自治区\",\"thisObj\":{\"adcode\":\"650000\",\"childNode\":[],\"fullAdcode\":\"650000\",\"fullName\":\"新疆维吾尔自治区\",\"leavel\":\"省\",\"name\":\"新疆维吾尔自治区\"}}]",
"警务辖区输入": "[{\"adcode\":\"650100000000\",\"childHas\":\"YES\",\"children\":[],\"code\":\"650100000000\",\"fullAdcode\":\"650000000000/650100000000\",\"fullCode\":\"650000000000/650100000000\",\"fullName\":\"新疆公安厅机关/乌鲁木齐市公安局\",\"leavel\":\"DZS00001\",\"leavelCode\":\"2\",\"name\":\"乌鲁木齐市公安局\",\"parcode\":\"650000000000\",\"thisObj\":{\"childHas\":\"YES\",\"code\":\"650100000000\",\"fullCode\":\"650000000000/650100000000\",\"fullName\":\"新疆公安厅机关/乌鲁木齐市公安局\",\"id\":\"2\",\"leavel\":\"DZS00001\",\"name\":\"乌鲁木齐市公安局\",\"parcode\":\"650000000000\"}}]",
"其他字段1": "11",
"其他字段2": "测试",
"名称": "名称",
"gtc_id": "1805497953353306112",
"the_geom": {
"coordinates": [
82.6965101711,
44.5597827608
],
"type": "Point"
},
"创建时间": "2024-06-25 15:07:11.298",
"更新时间": "2024-06-25 15:10:19.782",
"创建人": "admin",
"更新人": "admin"
}
],
"location": null
}
上次更新: 2024/10/21, 18:24:59