{
"arcgisJSON": {
"x": 130.6764,
"y": 45.5165,
"spatialReference": {
"wkid": 4326
}
}
}curl --location -g --request POST 'http://datam.olmap.cn/dm/v1/api/geo-calculations/arcgis-to-geojson?eId={{eId}}&ckey={{ckey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"arcgisJSON": {
"x": 130.6764,
"y": 45.5165,
"spatialReference": {
"wkid": 4326
}
}
}'{
"success": true,
"err": "",
"msg": "操作成功",
"data": {
"type": "Point",
"coordinates": [
130.6764,
45.5165
]
}
}