Skip to content

Commit

Permalink
docs: up
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcheng committed Jul 22, 2020
1 parent 87272c7 commit 1a60fbd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,15 @@ void bd_decrypt(double bd_lat, double bd_lon, double &gg_lat, double &gg_lon)
- **WGS-84** 原始坐标系,一般用国际GPS纪录仪记录下来的经纬度,通过GPS定位拿到的原始经纬度,Google和高德地图定位的的经纬度(国外)都是基于WGS-84坐标系的;但是在国内是不允许直接用WGS84坐标系标注的,必须经过加密后才能使用; WGS-84:是国际标准,GPS坐标(Google Earth使用、或者GPS模块)
- **GCJ-02** 坐标系,又名“火星坐标系”,是我国国测局独创的坐标体系,由WGS-84加密而成,在国内,必须至少使用GCJ-02坐标系,或者使用在GCJ-02加密后再进行加密的坐标系,如百度坐标系。高德和Google在国内都是使用GCJ-02坐标系,可以说,GCJ-02是国内最广泛使用的坐标系; GCJ-02:中国坐标偏移标准,Google Map、高德、腾讯使用;
- **百度坐标系:bd-09** 百度坐标系是在GCJ-02坐标系的基础上再次加密偏移后形成的坐标系,只适用于百度地图。(目前百度API提供了从其它坐标系转换为百度坐标系的API,但却没有从百度坐标系转为其他坐标系的API); BD-09:百度坐标偏移标准,Baidu Map使用;
## 地理位置强相关
> AllowList,DenistList
- Wifi
- IP
## 空间索引 Spatial Index
#### 基于Redis实现附近查询
Expand Down

0 comments on commit 1a60fbd

Please sign in to comment.