我想将Geosever TMS (Tile Map Service)添加到QGIS中,我如何做到这一点?
我的Geoserver是本地的,比如:http://localhost:8600/geoserver/gwc/service/tms/1.0.0/ws:tb_district@EPSQ:4326/{z}/{x}/{y}.png
请帮帮我!
发布于 2022-08-12 03:49:08
您试过先添加GetCapabilities URL吗?所以就像这样:
您必须使用Create /WMTS连接选项:
http://localhost:8600/geoserver/gwc/service/wmts?Service=WMTS&Request=GetCapabilities&Version=1.0.0
这里有一个关于这个主题的视频教程:
https://www.youtube.com/watch?v=_LW5_Tz_32g&ab_channel=RoelVandePaar
https://stackoverflow.com/questions/73328870
复制相似问题