1616``` xml
1717<dependencies >
1818 <dependency >
19- <!-- 从1.2.0开始迁移到bitlap,原groupId: io.patamon.geocoding -->
2019 <groupId >org.bitlap</groupId >
2120 <artifactId >geocoding</artifactId >
2221 <version >1.3.1</version >
@@ -142,8 +141,9 @@ Address(
142141# 2. 说明
143142
144143## 2.1 标准地址库
145- 项目目前采用的是 [ 淘宝物流4级地址] [ 1 ] 的标准地址库, 也可以采用` 国家的标准地址库 ` (对应的github库, [ 中国5级行政区域mysql库] [ 3 ] ).
144+ 项目目前采用的是 [ ~~ 淘宝物流4级地址~~ ] [ 1 ] (已过期,可通过淘宝收货地址获取实际调用地址) 的标准地址库, 也可以采用` 国家的标准地址库 ` (对应的github库, [ 中国5级行政区域mysql库] [ 3 ] ).
146145* [ 国家标准地址库2023] ( http://www.stats.gov.cn/sj/tjbz/tjyqhdmhcxhfdm/2023 )
146+ * [ 国家标准地址库2022] ( http://www.stats.gov.cn/sj/tjbz/tjyqhdmhcxhfdm/2022 )
147147* [ 国家标准地址库2021] ( http://www.stats.gov.cn/sj/tjbz/tjyqhdmhcxhfdm/2021 )
148148
149149### 导入中国5级行政区域mysql库注意事项
@@ -152,8 +152,8 @@ Address(
152152
153153## 2.2 标准地址库(兼容本项目)
154154
155- | 标准库文件 | 描述 | 参考 | 感谢 |
156- | ----------------| -------------| -------------------------------------------------------------| --------------------------------------------------------------------------------------|
155+ | 标准库文件 | 描述 | 参考 | 感谢 |
156+ | ----------------- | -------------| -------------------------------------------------------------| --------------------------------------------------------------------------------------|
157157| region_2021.dat | 国家标准地址库2021 | [ ISSUE-163] ( https://github.com/bitlap/geocoding/issues/163 ) | [ TsLenMo] ( https://github.com/TsLenMo ) 、[ weijiang.lin] ( https://github.com/linweijiang ) |
158158
159159使用方式:文件下载到` classpath ` ,使用自定义的` GeocodingX ` 类即可。
@@ -189,6 +189,5 @@ Address(
189189MIT
190190
191191[ 1 ] :https://lsp.wuliu.taobao.com/locationservice/addr/output_address_town.do
192- [ 2 ] :http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/2015/index.html
193192[ 3 ] :https://github.com/kakuilan/china_area_mysql
194193[ 4 ] :https://github.com/liuzhibin-cn/address-semantic-search
0 commit comments