forked from wandergis/coordtransform
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
一个Java实现的提供了百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)、和WGS84坐标系之间的转换的工具模块 | ||
(参考wandergis的coordtransform的Java实现) | ||
coordtransform 坐标转换 | ||
--- | ||
提供百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)、和WGS84坐标系之间的转换的工具模块 | ||
(参考wandergis的python版coordtransform的Java版实现) | ||
|
||
其他版本实现 | ||
--- | ||
* [javascript版本](https://github.com/geosmart/coordtransform) | ||
* [java版本](https://github.com/geosmart/coordtransform) | ||
* [javascript版本](https://github.com/wandergis/coordtransform) | ||
* [python版本](https://github.com/wandergis/coordtransform) | ||
|