Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scially committed Sep 28, 2022
1 parent 2194f33 commit 18f957f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# 简介
倾斜常用工具集
1. 支持投影坐标系之间,以及和WGS84之间坐标系互相转换
1. 支持投影坐标系以及WGS84之间坐标转换
2. 支持根据矢量范围线导出对应瓦片。
3.
百度网盘下载地址: [https://pan.baidu.com/s/1AdLGNJiA2iKKYbFwmGKQ5g?pwd=lxsa](https://pan.baidu.com/s/1AdLGNJiA2iKKYbFwmGKQ5g?pwd=lxsa)

# 用法说明

Expand Down Expand Up @@ -34,12 +36,13 @@ Options:
```

### export

```shell
cgt [options] export
Options:
--shapefile TEXT:FILE REQUIRED export extent
-c,--copy BOOLEAN copy tile(default: true)

默认会在范围线的Tile拷贝的out路径下,通过设置 -c false 取消拷贝,只输出符合要求的瓦片名
```
## 示例命令

Expand Down
4 changes: 2 additions & 2 deletions include/cgt/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#include <cstdint>

constexpr uint32_t CGT_VERSION_MAJOR = 2;
constexpr uint32_t CGT_VERSION_MINOR = 2;
constexpr const char* CGT_VERSION = "2.2";
constexpr uint32_t CGT_VERSION_MINOR = 3;
constexpr const char *CGT_VERSION = "2.3";

0 comments on commit 18f957f

Please sign in to comment.