我想知道Guide4You是否支持添加ArcGIS REST功能服务图层?
例如Openlayers官方示例:
https://openlayers.org/en/latest/examples/vector-esri.html
我希望有人能帮助我!
亲切的问候,
山姆
答案 0 :(得分:0)
您可以尝试在图层配置中添加一个空要素源,然后将其替换为openlayers示例中提供的代码。
用于空层的layerconfig:
{
"id": "someId",
"title": "someTitle",
"type": "Intern",
"source": {}
}
然后使用map.getLayerGroup().getLayerById("someId")
获取图层并替换源文件