# <center>@supermap/iclient3d-webgl</center>

 @supermap/iclient3d-webgl（SuperMap iClient 3D for Cesium） 一款在服务式 GIS 架构体系中， 无任何插件，跨浏览器的客户端产品。它基于Cesium开源框架，面向 HTML 5 的三维应用开发，快速构建内容丰富、响应迅速、体验流畅的三维真空间应用。

# 简介

- 官网：<http://support.supermap.com.cn:8090/webgl/Cesium/examples/webgl/examples.html#layer>
- 下载：<http://support.supermap.com.cn:8090/webgl/Cesium/web/downloads/download1.html>

# 安装

``` bash
npm install @supermap/iclient3d-webgl
```

# 开发

 在 HTML 文件中引入 Cesium 依赖文件

``` bash
  <link href="./node_modules/@supermap/iclient3d-webgl/Cesium/Widgets/widgets.css" rel="stylesheet">
  <script src="./node_modules/@supermap/iclient3d-webgl/Cesium/Cesium.js"></script>
```

# 示例

 <http://support.supermap.com.cn:8090/webgl/Cesium/examples/webgl/examples.html#layer>
