# cesium-origin **Repository Path**: smith_hao/cesium-origin ## Basic Information - **Project Name**: cesium-origin - **Description**: cesium的简单封装 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-12-05 - **Last Updated**: 2026-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动 ``` npm i npm run start ``` # 使用说明 入口文件中,通过调用以下方法展示不同示例 ```ts enum DemoKey { IMAGERY_TMS, // 加上离线瓦片的 CURRENT_POINT, // 经纬度选择器 ADD_POINT, // 添加不同类型的点位 CAMERA, // 摄像头 BASE, // 基本 } renderDemos(DemoKey.ADD_POINT); ```