dynamicMapServiceLayer点击空白处不想弹窗

dynamicMapServiceLayer点击空白区域不想弹窗
已邀请:

许丹石

赞同来自:

【解决办法】:
参考https://developers.arcgis.com/ ... .html修改部分代码。
deferred.then(function(value){
             if(value.length > 0){
                map.infoWindow.setFeatures([deferred]);
                map.infoWindow.show(event.mapPoint);
             }
           })

要回复问题请先登录注册