@metagl/sdk-render 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/README_EN.md +1 -1
- package/amd/lacdt.render.amd.js +61 -55
- package/cjs/lacdt.render.cjs.js +62 -55
- package/cjs/lacdt.render.d.ts +163 -7
- package/esm/lacdt.render.d.ts +163 -7
- package/esm/lacdt.render.js +58 -55
- package/lacdt.render.d.ts +163 -7
- package/lacdt.render.js +64 -58
- package/package.json +4 -1
package/README.md
CHANGED
package/README_EN.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Project Introduction
|
|
6
6
|
|
|
7
|
-
The
|
|
7
|
+
The LACDT Render WebSDK is a 3D Earth rendering engine based on Cesium, providing rich map operations and data analysis capabilities. It adopts a modular architecture with multiple functional systems, supporting map loading, layer management, building model display, measurement tools, 3D Tiles search, and more.
|
|
8
8
|
|
|
9
9
|
## Core Features
|
|
10
10
|
|