首页 / 浏览问题 / 云GIS / 问题详情
rest数据服务SQL查询F12报错
24EXP 2018年07月27日
用SQL数据查询时无法调用sql功能

看F12有两个报错 ,想请问怎么解决

1.Failed to load resource: the server responded with a status of 400 ()localhost:8090/iserver/services/data-KKKK/rest/data/featureResults.json?returnContent=true&fromIndex=0&toIndex=19:1

2.LLMMSQL - 副本 - 副本.html:36 Uncaught (in promise) TypeError: Cannot read property 'features' of undefined
    at t.<anonymous> (KKMMSQL - 副本 - 副本.html:36)
    at e.value (iclient9-leaflet.min.js:8)
    at t.value [as _processFailed] (iclient9-leaflet.min.js:8)
    at t.value (iclient9-leaflet.min.js:8)
    at iclient9-leaflet.min.js:8
    at iclient9-leaflet.min.js:8

1个回答

您好!

1:检查一下url或者看一下是否是在用地图服务的时候调用了数据集服务的链接

2:可以先对sqlParam和resultLayer进行console.log的操作,看看sqlParam的属性和resultLayer的属性内容是否一致。
5,668EXP 2018年07月27日

baseUrl = host + "/iserver/services/map-TM11/rest/maps/zongTM";

url = host + "/iserver/services/data-TM11/rest/data",

这是我两个url 我觉得没有问题啊,但是data服务里feature我我当初是以arcgis文件形式(shx和dbf)导入,生成的各是一张图和一张属性表,我后来就直接打包成数据源的,但是我看你们example data工作空间里好像是数据源列表里只有图没有属性表,属性表直接和图关联的,会不会是这个问题啊,另外我用data服务feature result 结果能出来,实在想不出是什么问题了

...