在arcgisdynamicmapservicelayer中,我可以像这样设置弹出窗口的模板:
setInfoTemplatesObject[tooltipObject.Laagindex] = { infoTemplate: new InfoTemplate(tooltipObject.Title, tooltipObject.Content) }
layer.setInfoTemplates(setInfoTemplatesObject);
有没有办法用WMS图层做到这一点?
答案 0 :(得分:1)
WMS规范没有明确定义服务必须从GetFeatureInfo方法返回的内容,因此有针对WMSLayer执行此操作的API函数。 More info in this thread