Browse Source

update docs

tags/4.0.0
cavencj 1 year ago
parent
commit
49bd74336e
2 changed files with 5 additions and 3 deletions
  1. 4
    2
      docs/zh/api/global.md
  2. 1
    1
      package.json

+ 4
- 2
docs/zh/api/global.md View File

@@ -148,11 +148,13 @@ let turf = DC.getLib('turf')

**_`DC.LayerType.PRIMITIVE`_**: 图元图层

**_`DC.LayerType.TILESET`_**: 3dtiles 图层
**_`DC.LayerType.TILESET`_**: 3d-tiles 图层

**_`DC.LayerType.I3S`_**: i3s 图层

**_`DC.LayerType.HTML`_**: html 图层

**_`DC.LayerType.GEOJSON`_**: GeoJson 图层
**_`DC.LayerType.GEOJSON`_**: geoJson 图层

**_`DC.LayerType.CLUSTER`_**: 聚合图层


+ 1
- 1
package.json View File

@@ -60,7 +60,7 @@
"shelljs": "^0.8.5",
"supercluster": "^8.0.1",
"vinyl-sourcemaps-apply": "^0.2.1",
"vitepress": "^1.0.0-rc.44"
"vitepress": "^1.4.1"
},
"files": [
"dist"

Loading…
Cancel
Save