如何在wms图层上设置信息模板

How to set the info template on a wms layer

在 arcgisdynamicmapservicelayer 中,我可以像这样为弹出窗口 window 设置模板:

setInfoTemplatesObject[tooltipObject.Laagindex] = { infoTemplate: new InfoTemplate(tooltipObject.Title, tooltipObject.Content) }
layer.setInfoTemplates(setInfoTemplatesObject);

有没有办法使用 WMS 图层来做到这一点?

我正在寻找一种在 WMS 图层中执行此操作的方法:

WMS 规范没有明确定义服务必须从 GetFeatureInfo 方法 return 做什么,因此 API 函数可以为 WMSLayer 执行此操作。 More info in this thread.