Skip to content

Commit

Permalink
feat: 修改 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kmq116 committed Nov 25, 2024
1 parent 1c07a22 commit 5e3de49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

一个用于在 ZRender 屏幕坐标系和地理坐标系(WGS84)之间进行转换的工具库。

![alt text](image.png)

## 特性

- 支持地理坐标(经纬度)到屏幕坐标的转换
Expand All @@ -14,3 +16,7 @@
- 支持 TypeScript

## 安装

```bash
npm i zrender-geo-converter
```
5 changes: 4 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ English | [简体中文](./README.md)

A utility library for converting between ZRender screen coordinates and geographic coordinates (WGS84).

![alt text](image.png)

## Features

- Convert between geographic coordinates (longitude/latitude) and screen coordinates
Expand All @@ -15,4 +17,5 @@ A utility library for converting between ZRender screen coordinates and geograph
## Installation

```bash
npm install zrender-geo
npm i zrender-geo-converter
```
Binary file added image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e3de49

Please sign in to comment.