From 18f957f08a8968708192bb91f407e2cb62a50755 Mon Sep 17 00:00:00 2001 From: scially Date: Wed, 28 Sep 2022 15:05:20 +0800 Subject: [PATCH] add readme --- README.md | 7 +++++-- include/cgt/config.h | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6592edf..c214b6c 100644 --- a/README.md +++ b/README.md @@ -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) # 用法说明 @@ -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 取消拷贝,只输出符合要求的瓦片名 ``` ## 示例命令 diff --git a/include/cgt/config.h b/include/cgt/config.h index 3612361..3d53111 100644 --- a/include/cgt/config.h +++ b/include/cgt/config.h @@ -3,5 +3,5 @@ #include 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";