19 lines
939 B
JavaScript
19 lines
939 B
JavaScript
|
console.clear()
|
|||
|
console.log(
|
|||
|
`%c \n D3-KIT \n %c \n 基于Cesium三维拓展包 %c \n
|
|||
|
版本:1.2.0
|
|||
|
作者:zhangti
|
|||
|
主页: http://www.ztwow.top
|
|||
|
github: https://github.com/zhangti0708/cesium-examples
|
|||
|
示例地址: http://zhangticcc.gitee.io/webgis/
|
|||
|
Cesium版本:${Cesium.VERSION}
|
|||
|
版权声明:
|
|||
|
1.代码包基于Cesium拓展,部分模块开源已上传github。
|
|||
|
2.后续会继续更新拓展,目前该代码包不开源,如需使用:
|
|||
|
1)代码包的完整引用
|
|||
|
2)此版权信息在控制台输出
|
|||
|
我方保留对此版权信息的最终解释权。`,
|
|||
|
'font-size:20px;padding-left:70px;color:#EEB422',
|
|||
|
'font-size:14px;padding-left:50px;color:#EEB422;font-style:oblique',
|
|||
|
'font-size:14px;color:#0865ba'
|
|||
|
)
|