我仿照官网例子
http://support.supermap.com.cn:8090/webgl/examples/editor.html#getFeatureBySQL
发现缺少SuperMap这个类,并没有暴露到全局当中,我是需要引入其他js文件么?
new SuperMap.REST.FilterParameter 缺少SuperMap
大哥这个方法返回的数据不是我想要的GEOJSON格式的数据,我尝试设置
getFeatureBySQLService = new SuperMap.REST.GetFeaturesBySQLService(url, { eventListeners: { "processCompleted": onQueryComplete, //加载完成执行方法 "processFailed": processFailed //失败执行方法 }, format: "GEOJSON" });
format:"GEOJSON",没有任何作用 请问我该如何获取GEOJSON格式数据的返回?