GithubHelp home page GithubHelp logo

Comments (5)

YanzheZhang avatar YanzheZhang commented on June 6, 2024

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

from cesium.hpuzyz.demo.

a873054267 avatar a873054267 commented on June 6, 2024

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

from cesium.hpuzyz.demo.

dreamhappy avatar dreamhappy commented on June 6, 2024

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

from cesium.hpuzyz.demo.

YanzheZhang avatar YanzheZhang commented on June 6, 2024

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

from cesium.hpuzyz.demo.

serverPlusclient avatar serverPlusclient commented on June 6, 2024

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'] })

from cesium.hpuzyz.demo.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.