-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问一下cesium如何加载cgcs2000坐标系的影像服务呢 #2
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!!! |
No description provided.
The text was updated successfully, but these errors were encountered: