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配置文件

相关推荐
阿琳a_18 小时前
在github上部署个人的vitepress文档网站
前端·vue.js·github·网站搭建·cesium
云上飞476369622 天前
glb模型在Cesium中发黑的机理分析
cesium·glb模型发黑
ct9783 天前
Cesium的Primitive API
gis·webgl·cesium
Irene19914 天前
OpenLayers 和 Cesium 都是流行的开源 JavaScript 库,用于在网页上构建地图和地理空间应用
openlayers·cesium
fxshy4 天前
前端直连模型 vs 完整 MCP:大模型驱动地图的原理与实践(技术栈Vue + Cesium + Node.js + WebSocket + MCP)
前端·vue.js·node.js·cesium·mcp
棋鬼王5 天前
Cesium(十) 动态修改白模颜色、白模渐变色、白模光圈特效、白模动态扫描光效、白模着色器
前端·javascript·vue.js·智慧城市·数字孪生·cesium
duansamve5 天前
Cesium快速入门到精通系列教程二十四:限制相机在特定的Level之间展示地图
cesium
duansamve8 天前
Vue3的Vite项目中直接引入的方式使用Cesium
cesium
WebGISer_白茶乌龙桃9 天前
基于 Cesium 的 GLB 建筑模型分层分房间点击拾取技术实现
前端·javascript·vue.js·webgl·cesium
小彭努力中10 天前
195.Vue3 + OpenLayers:监听瓦片地图加载情况(200、403及异常处理)
前端·css·openlayers·cesium·webgis