|
|
@@ -1,6 +1,10 @@
|
|
|
-# pg-coordtransform
|
|
|
-基于PostgreSQL+PostGIS的坐标转换函数,支持点、线、面的WGS84、GCJ02、BD09坐标互转
|
|
|
-## 示例
|
|
|
+<h1 align="center">Welcome to pg-coordtransform 👋</h1>
|
|
|
+<p>
|
|
|
+ <img alt="Version" src="https://img.shields.io/badge/version-1.0-blue.svg?cacheSeconds=2592000" />
|
|
|
+</p>
|
|
|
+
|
|
|
+> coordtransform function base on PostgreSQL and PostGIS. support WGS84 GCJ02 BD09
|
|
|
+## Example
|
|
|
```sql
|
|
|
GCJ02转WGS84
|
|
|
select geoc_gcj02towgs84(geom) from test_table
|
|
|
@@ -16,11 +20,10 @@ BD09转GCJ02
|
|
|
select geoc_bd09togcj02(geom) from test_table
|
|
|
```
|
|
|
|
|
|
-## 如何安装
|
|
|
+## How to use
|
|
|
```
|
|
|
PostgreSQL安装PostGIS扩展
|
|
|
复制geoc-pg-coordtansform.sql中代码,在数据库执行
|
|
|
-
|
|
|
```
|
|
|
# Who use/Who star
|
|
|
|
|
|
@@ -39,8 +42,22 @@ PostgreSQL安装PostGIS扩展
|
|
|
- MonsterBOBO(hanrea)
|
|
|
|
|
|
- nocode(sanford)
|
|
|
----
|
|
|
-## *与作者联系*
|
|
|
-*QQ: 1016817543* </br>
|
|
|
-*QQ: 1017218804*
|
|
|
|
|
|
+
|
|
|
+## Author
|
|
|
+
|
|
|
+👤 **LH QQ:1016817543**
|
|
|
+
|
|
|
+👤 **Wangsb QQ:1017218804**
|
|
|
+
|
|
|
+* Github: [@MrSmallLiu](https://github.com/MrSmallLiu)
|
|
|
+
|
|
|
+## 🤝 Contributing
|
|
|
+
|
|
|
+Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/geocompass/pg-coordtransform/issues).
|
|
|
+
|
|
|
+## Show your support
|
|
|
+
|
|
|
+Give a ⭐️ if this project helped you!
|
|
|
+
|
|
|
+***
|