首页 / 浏览问题 / 三维GIS / 问题详情
webgl SQL查询如何实现实时动态更新?
20EXP 2020年05月27日

vue+SuperMap倾斜摄影数据前端自定义单体化

getFeatureBySQLService = new SuperMap.REST.GetFeaturesBySQLService(url, {
                eventListeners: {
                    "processCompleted": onQueryComplete, 
                    "processFailed": processFailed
                }
            });
getFeatureBySQLService.processAsync(getFeatureBySQLParams);

调用sql查询获取所有单体化数据,当我动态去修改单体化数据时,单体化数据修改成功了,但是sql查询回来的数据未实时更新,这是为什么?

问题关闭原因: 我已经解决了
...