@earthview/core 0.2.0 → 0.2.2
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 +15 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,19 @@
|
|
|
4
4
|
<h4 align="center">
|
|
5
5
|
A reliable geographic information graphics system developed based on OpenLayers.
|
|
6
6
|
</h4>
|
|
7
|
+
<p align="center">
|
|
8
|
+
<a href="https://github.com/0xhappyboy/earthview/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-AGPL3.0-d1d1f6.svg?style=flat&labelColor=1C2C2E&color=BEC5C9&logo=googledocs&label=license&logoColor=BEC5C9" alt="License"></a>
|
|
9
|
+
<a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/badge/TypeScript-5.0+-3178C6.svg?style=flat&labelColor=1C2C2E&color=007ACC&logo=typescript&logoColor=white" alt="TypeScript"></a>
|
|
10
|
+
<a href="https://github.com/0xhappyboy/earthview/stargazers"><img src="https://img.shields.io/github/stars/0xhappyboy/earthview.svg?style=flat&labelColor=1C2C2E&color=FFD700&logo=github&logoColor=white&label=stars" alt="GitHub stars"></a>
|
|
11
|
+
<a href="https://github.com/0xhappyboy/earthview/issues"><img src="https://img.shields.io/github/issues/0xhappyboy/earthview.svg?style=flat&labelColor=1C2C2E&color=FF6B6B&logo=github&logoColor=white&label=issues" alt="GitHub issues"></a>
|
|
12
|
+
<a href="https://github.com/0xhappyboy/earthview/network/members"><img src="https://img.shields.io/github/forks/0xhappyboy/earthview.svg?style=flat&labelColor=1C2C2E&color=42A5F5&logo=github&logoColor=white&label=forks" alt="GitHub forks"></a>
|
|
13
|
+
<a href="https://www.npmjs.com/package/@earthview/core"><img src="https://img.shields.io/npm/v/@earthview/core.svg?style=flat&labelColor=1C2C2E&color=FF5722&logo=npm&logoColor=white&label=npm%20version" alt="npm version"></a>
|
|
14
|
+
<a href="https://github.com/0xhappyboy/earthview/releases"><img src="https://img.shields.io/github/v/tag/0xhappyboy/earthview.svg?style=flat&labelColor=1C2C2E&color=9C27B0&logo=github&logoColor=white&label=latest%20release" alt="GitHub release"></a>
|
|
15
|
+
<a href="https://github.com/0xhappyboy/earthview/actions"><img src="https://img.shields.io/github/actions/workflow/status/0xhappyboy/earthview/release.yml?style=flat&labelColor=1C2C2E&color=4CAF50&logo=githubactions&logoColor=white&label=build" alt="Build Status"></a>
|
|
16
|
+
<a href="https://www.npmjs.com/package/@earthview/core"><img src="https://img.shields.io/npm/dt/@earthview/core?style=flat&labelColor=1C2C2E&color=00BCD4&logo=npm&logoColor=white&label=total%20downloads" alt="npm downloads"></a>
|
|
17
|
+
<a href="https://www.npmjs.com/package/@earthview/core"><img src="https://img.shields.io/npm/dm/@earthview/core?style=flat&labelColor=1C2C2E&color=00BCD4&logo=npm&logoColor=white&label=downloads/month" alt="npm downloads"></a>
|
|
18
|
+
<a href="https://www.npmjs.com/package/@earthview/core"><img src="https://img.shields.io/npm/dw/@earthview/core?style=flat&labelColor=1C2C2E&color=00BCD4&logo=npm&logoColor=white&label=downloads/week" alt="npm downloads"></a>
|
|
19
|
+
</p>
|
|
7
20
|
<p align="center">
|
|
8
21
|
<a href="./README_zh-CN.md">简体中文</a> | <a href="./README.md">English</a>
|
|
9
22
|
</p>
|
|
@@ -11,11 +24,11 @@ A reliable geographic information graphics system developed based on OpenLayers.
|
|
|
11
24
|
## ⚙️ Install
|
|
12
25
|
|
|
13
26
|
```bash
|
|
14
|
-
npm i @
|
|
27
|
+
npm i @earthview/core
|
|
15
28
|
```
|
|
16
29
|
|
|
17
30
|
```bash
|
|
18
|
-
yarn add @
|
|
31
|
+
yarn add @earthview/core
|
|
19
32
|
```
|
|
20
33
|
|
|
21
34
|
## Quick Start
|