dvgis / dc-sdk

DC-SDK is based on the open source project Cesium for the second development of two three-dimensional WebGis application framework , the framework optimizes the use of Cesium and adds some additional features , designed for developers to quickly build WebGis application.🌎
http://dc.dvgis.cn
Apache License 2.0
824 stars 256 forks source link

fix: new Cesium.Viewer #153

Closed ShenWeiQun closed 1 year ago

ShenWeiQun commented 1 year ago
--- ? Cesium.Viewer(id, {
+++ ? new Cesium.Viewer(id, {

构建 Cesium.Viewer 需要 new 关键字