YanzheZhang / Cesium.HPUZYZ.Demo

This project is some demos of CESIUM. Much of them are from other people's blogs and cesium's official website (https://cesiumjs.org/tutorials/cesium-up-and-running/). Thanks to my good friend MikesWei (https://github.com/MikesWei) for giving me great help.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问一下cesium如何加载cgcs2000坐标系的影像服务呢

a873054267 opened this issue · comments

cesium可以加载标准的wms和wtms服务,这与你的原始数据坐标系没关系,只要你的数据服务器发布WMS服务是可以支持cgcs2000坐标系的数据就可以。我是这样理解的不知道是否正确,目前我用过geoserver作为数据服务器,但不知道geoserver是否支持cgcs2000坐标系。

我也不太清楚,按道理应该是支持的,国家天地图也是2000的,都能加载上。麻烦您看看这个能不能加载呢?http://58.216.48.11:6080/arcgis/rest/services/CZ_Vector/MapServer

请问题一下如何将3dtiles 数据,按任意绘制的多边形区域,裁切掉多边形内的部分?

cesium提供了clipplane,计算各个边法线即可,这个方法貌似要求多边形必须是凸多边形,可以试试

try this!!!
new Cesium.WebMapTileServiceImageryProvider({ url: 'WMTS_URL?', layer: 'wzmap_map', style: 'default', tileMatrixSetID: 'default028mm', format: 'image/png', tilingScheme: new Cesium.GeographicTilingScheme(), maximumLevel: 21, tileMatrixLabels: ['1','2','3','4','5','6','7','8','9','10','11','12','13','14','15','16','17','18','19','20','21'] })