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

相关推荐
白嫖叫上我3 天前
Cesium广告牌之自定义封装label
cesium
Tronyel13 天前
阿里云上面Nginx反向代理GeoServer(HTTPS)
nginx·https·geoserver
郝学胜-神的一滴18 天前
[简化版 GAMES 101] 计算机图形学 04:二维变换上
c++·算法·unity·godot·图形渲染·unreal engine·cesium
duansamve21 天前
Cesium快速入门到精通系列教程二十五:以较长经纬度跨度为基准,将多边形充满屏幕,返回此时的中心点坐标及相机高度
cesium
阿琳a_1 个月前
在github上部署个人的vitepress文档网站
前端·vue.js·github·网站搭建·cesium
云上飞476369621 个月前
glb模型在Cesium中发黑的机理分析
cesium·glb模型发黑
ct9781 个月前
Cesium的Primitive API
gis·webgl·cesium
Irene19911 个月前
OpenLayers 和 Cesium 都是流行的开源 JavaScript 库,用于在网页上构建地图和地理空间应用
openlayers·cesium
fxshy1 个月前
前端直连模型 vs 完整 MCP:大模型驱动地图的原理与实践(技术栈Vue + Cesium + Node.js + WebSocket + MCP)
前端·vue.js·node.js·cesium·mcp
棋鬼王1 个月前
Cesium(十) 动态修改白模颜色、白模渐变色、白模光圈特效、白模动态扫描光效、白模着色器
前端·javascript·vue.js·智慧城市·数字孪生·cesium