ds-iclient-gis-sdk

Usage no npm install needed!

<script type="module">
  import dsIclientGisSdk from 'https://cdn.skypack.dev/ds-iclient-gis-sdk';
</script>

README

DS-GIS-SDK

###########环境依赖#######################

###########部署步骤#######################

###########目录结构描述################### ├── Readme.md // help ├── dist // 应用 ├── config // 配置 │ ├── default.json │ ├── dev.json // 开发环境 │ ├── experiment.json // 实验 │ ├── index.js // 配置控制 │ ├── local.json // 本地 │ ├── production.json // 生产环境 │ └── test.json // 测试环境 ├── data ├── doc // 文档 ├── environment ├── gulpfile.js ├── locales ├── logger-service.js // 启动日志配置 ├── node_modules ├── package.json ├── app-service.js // 启动应用配置 ├── static // web静态资源加载 │ └── initjson │ └── config.js // 提供给前端的配置 ├── test ├── test-service.js └── tools

###########V1.0.0 版本内容更新

  1. 新功能 SDK对ol4-ol5的支持