| | |
| | | return modelGeo.post("/entitydb/list/canview", params); |
| | | } |
| | | |
| | | // export function getListCanview(params) { |
| | | // return modelGeo.post("/entitydb/list/canview", params); |
| | | // } |
| | | export function getmapConfig(params) { |
| | | return modelGeo.post("/entitydb/map/config", params); |
| | | } |
| | | export function getQueryEentity(params) { |
| | | return modelGeo.post("/entitydbdata/query/entity", params); |
| | | } |
| | | export function getSettingPublickey(params) { |
| | | return modelGeo.get("/setting/publickey", params); |
| | | } |
| | | export function getQueryEentity2() { |
| | | return modelGeo.post("/entitydbdata/query/entity?layerid=432a7d4f-b136-4649-91a3-52709db9c3ef&dbid=a02c1f922bd64a0ea5979dbebc60d337&geometry=%7B%22type%22%3A%22Polygon%22%2C%22coordinates%22%3A%5B%5B%5B120.26718884999998%2C14.807266503837244%5D%2C%5B120.26172124567293%2C14.805548890345191%5D%2C%5B120.2583422638269%2C14.80105218429488%5D%2C%5B120.25834249053803%2C14.795494078804275%5D%2C%5B120.26172161249924%2C14.790997581217345%5D%2C%5B120.26718884999998%2C14.789280096562752%5D%2C%5B120.2726560875007%2C14.790997581217345%5D%2C%5B120.27603520946194%2C14.795494078804275%5D%2C%5B120.27603543617307%2C14.80105218429488%5D%2C%5B120.27265645432705%2C14.805548890345191%5D%2C%5B120.26718884999998%2C14.807266503837244%5D%5D%5D%7D&returnCountOnly=true&token=15e972cfc0e24bf490ac57f9847cb3c2"); |
| | | } |
| | | |
| | | |
| | | // /entitydbdata/query/entity |
| | | |