欢迎使用中文文档中国镜像: http://lab.osgeo.cn/osgeo-live/
Cesium
基于浏览器的3维地图与2维地图
Cesium 是一个用来在Web浏览器中创建3维地球与2维地图的JavaScript库,不需要使用任何的插件。它使用WebGL进行硬件图形加速,并且跨平台,跨浏览器,适合用来进行动态数据可视化。
核心功能
- 地理空间动态可视化
- 使用 CZML 数据驱动的、时间动态的场景。
- 世界范围的高精度地形可视化。
- 使用WMS、TMS、OpenStreetMaps、Bing及Esri标准绘制影像图层。
- 使用GeoJSON和TopoJSON绘制矢量数据。
- 使用COLLADA 和 glTF绘制3维模型。
- 使用 插件 来扩展 Cesium.
- 为性能和精度进行设计
- Optimized WebGL with batching and culling efficiently uses hardware-accelerated graphics.
- Draw a wide range of geometries including polylines, polygons, billboards, labels, extrusions, and corridors.
- Control the camera and create flight paths.
- Use standard widgets to control animation time, select imagery layers, and zoom to a location.
- 一个API,三种视图:
- Cesium supports a 3D globe, 2D map, and 2.5D Columbus View with the same API.