QGIS加载Geoserver发布的矢量瓦片服务

1.点击geoserver图标

2.点击tms查看服务url

3.在qgis添加矢量瓦片

因为geoserver是tms方案,所以用-y

使用mapboxgl同样可以支持加载

{
  type: "vector",
  scheme: "tms",
  tileSize: 256,
  tiles: [
    "http://localhost:9090/geoserver/gwc/service/tms/1.0.0/china:china@EPSG:900913@pbf/{z}/{x}/{y}.pbf",
  ]
}

https://blog.csdn.net/qq_34870529/article/details/92768540

posted @ 2024-01-12 10:08  槑孒  阅读(464)  评论(1编辑  收藏  举报