{"id":24150909,"url":"https://github.com/hongfaqiu/cesium-extends","last_synced_at":"2025-05-15T07:05:23.233Z","repository":{"id":149978082,"uuid":"620235262","full_name":"hongfaqiu/cesium-extends","owner":"hongfaqiu","description":"CesiumJS 的扩展库，提供事件订阅、大数据geojson加载、geojson样式、tooltip、popup、缩放控制、绘图工具、测量工具、双屏联动、指南针、热力图等功能","archived":false,"fork":false,"pushed_at":"2025-04-22T05:30:06.000Z","size":10534,"stargazers_count":293,"open_issues_count":6,"forks_count":66,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-10T03:38:45.244Z","etag":null,"topics":["cesium","compass","drawer","extends","geojson","heatmap","measure","plugin","popup","primitive","subscriber","sync-viewer","tooltip","zoom-controler"],"latest_commit_sha":null,"homepage":"https://extends.opendde.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hongfaqiu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-28T09:38:19.000Z","updated_at":"2025-05-10T03:34:15.000Z","dependencies_parsed_at":"2023-12-08T07:31:43.832Z","dependency_job_id":"a8b2c5d2-bd71-4479-884b-eaa3f46772ce","html_url":"https://github.com/hongfaqiu/cesium-extends","commit_stats":{"total_commits":186,"total_committers":6,"mean_commits":31.0,"dds":0.446236559139785,"last_synced_commit":"5dd49deaa3a02a287a6d9ed36760ce810aab2953"},"previous_names":[],"tags_count":118,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hongfaqiu%2Fcesium-extends","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hongfaqiu%2Fcesium-extends/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hongfaqiu%2Fcesium-extends/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hongfaqiu%2Fcesium-extends/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hongfaqiu","download_url":"https://codeload.github.com/hongfaqiu/cesium-extends/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253433693,"owners_count":21907777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cesium","compass","drawer","extends","geojson","heatmap","measure","plugin","popup","primitive","subscriber","sync-viewer","tooltip","zoom-controler"],"created_at":"2025-01-12T09:13:14.706Z","updated_at":"2025-05-15T07:05:18.205Z","avatar_url":"https://github.com/hongfaqiu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![npm latest version](https://img.shields.io/npm/v/cesium-extends.svg) ![license](https://img.shields.io/npm/l/cesium-extends)\n\ncesium-extends 是一个从[DDE-Earth](https://alpha.deep-time.org/map/#/)中抽离的、用于 CesiumJS 的扩展库，它与前端框架无关，提供了一些常用的功能和组件，方便开发者快速构建 Cesium 应用。\n\n## 安装\n\n使用 npm 安装：\n\n```bash\nnpm install cesium-extends --save\n```\n\n## 功能\n\ncesium-extends 提供了以下功能：\n\n- 事件订阅 `@cesium-extends/subscriber`\n- primitive 方式加速渲染 geojson `@cesium-extends/primitive-geojson`\n- 丰富的 geojson 样式渲染 `@cesium-extends/geojson-render`\n- tooltip `@cesium-extends/tooltip`\n- 弹出框 `@cesium-extends/popup`\n- 指南针 `@cesium-extends/compass`\n- 缩放控制 `@cesium-extends/zoom-control`\n- 绘图工具 `@cesium-extends/drawer`\n- 测量工具 `@cesium-extends/measure`\n- 双屏联动工具 `@cesium-extends/sync-viewer`\n- 热力图 `@cesium-extends/heat`\n- ...\n\n详细信息及 demo，请参阅 [API 文档](https://extends.opendde.com/)。\n\n## 示例\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"/doc/public/images/geojson-render-height.png\" alt=\"高度渲染\"\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"/doc/public/images/geojson-render-polygon-height.png\" alt=\"高度渲染\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"/doc/public/images/geojson-render-section.png\" alt=\"分段渲染\"\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"/doc/public/images/geojson-render-single.png\" alt=\"单值渲染\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhongfaqiu%2Fcesium-extends","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhongfaqiu%2Fcesium-extends","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhongfaqiu%2Fcesium-extends/lists"}