Cesium加载geoserver发布的arcgis切片 4326坐标系

javascript 复制代码
const provider = new Cesium.WebMapTileServiceImageryProvider({
        url: "http://192.168.1.200:8090/geoserver/gwc/service/wmts/rest/bg_light_map84/{style}/{TileMatrixSet}/{TileMatrixSet}:{TileMatrix}/{TileRow}/{TileCol}?format=image/png",
        layer: 'bg_light_map84',
        format: "image/png",
        style: '',
        tileMatrixSetID: 'EPSG:4326_bg_light_map84',
        tileMatrixLabels: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"],
        tilingScheme: new Cesium.GeographicTilingScheme(),
    });
const wmtsLayer = viewer.imageryLayers.addImageryProvider(provider);

geoserver wmts配置文件

相关推荐
臣臣臣臣臣什么臣17 小时前
解决 Cesium 中 WFS 图层变形问题:从现象到根源的完整排查之路
cesium
咔咔一顿操作21 小时前
第七章 Cesium 3D 粒子烟花效果案例解析:从原理到完整代码
人工智能·3d·信息可视化·cesium
Z_W_H_1 天前
【GeoServer】WMS GetFeatureInfo URL 逐个参数解释
wms·geoserver
咔咔一顿操作5 天前
第六章 Cesium 实现简易河流效果
microsoft·3d·cesium
成熟的API调用专家6 天前
Cesium 中 Entity Polyline 的完整属性指南
cesium
成熟的API调用专家7 天前
cesium entity point 属性概览
cesium
striveLei10 天前
Cesium 自定义深色(各种颜色)地图特效
cesium
GDAL10 天前
Cesium入门教程(二)环境搭建(HTML版)
html·cesium
艾欧泽亚白魔法师15 天前
Cesium虚线圆
cesium
GISBox15 天前
GeoServer与GISBox:地理数据服务器对比解析
geoserver·gisbox·ogc·地理数据服务器·gis sever