|
1234567891011121314151617181920 |
- ---
- layout: home
- hero:
- name: DC-SDK
- text: Make <code>WebGis</code> development easier
- image:
- src: /assets/doc.gif
- alt: VitePress
- actions:
- - theme: brand
- text: Quick Start
- link: /zh/guide/introduction
- features:
- - title: Simpler
- details: Build a 3D WebGis application with just a div and a few lines of code!
- - title: Easy-use
- details: Using standard development classes, a simple new operation can be used to get the scene elements
- - title: Expandable
- details: Supports custom cesium and gis algorithm libraries; provides base classes and element lifecycle hooks
- ---
|