File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RoadbookMaker是一个功能强大的基于网页的地图标记和路线规划
2929
3030### 地图操作
3131- ** 多地图源支持** : OpenStreetMap、高德地图、Google地图、ESRI卫星图等
32- - ** 智能搜索** : 集成Photon、Nominatim、Overpass、高德地图、百度地图、 天地图等多种搜索服务
32+ - ** 智能搜索** : 集成Photon、Nominatim、Overpass、高德地图、天地图等多种搜索服务
3333- ** 坐标转换** : 自动处理中国地图坐标系(GCJ-02、BD-09)到标准GPS的转换
3434
3535### 标记点管理
@@ -115,6 +115,7 @@ cd roadbook
115115
116116 d. ** (可选) 配置高德地图搜索**
117117 本项目已支持高德地图搜索。如需启用,请在 ` backend/configs/config.json` 文件中添加 ` search` 配置块,并填入您自己的高德 API Key。
118+ 参考 [创建API Key](https://developer.amap.com/api/webservice/create-project-and-key)
118119
119120 ** 配置示例:**
120121 ` ` ` json
Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ class RoadbookApp {
8282
8383 const providerComments = {
8484 auto : '根据当前地图自动选择最合适的搜索服务。' ,
85- gaode : '高德搜索,由后端服务器代理,适用于中国大陆区域。' ,
86- tiansearch : '天地图搜索,由后端服务器代理,国家地理信息公共服务平台 。' ,
85+ gaode : '高德搜索,由后端服务器代理,适用于中国大陆区域, 需要 apikey 。' ,
86+ tiansearch : '天地图搜索,由后端服务器代理,适用于中国大陆区域 。' ,
8787 cnsearch : '百度搜索,由后端服务器代理,适用于中国大陆区域(可能不稳定)。' ,
8888 nominatim : 'OpenStreetMap官方搜索,全球范围适用,国外地址推荐。' ,
89- overpass : '一个功能强大的OSM数据挖掘工具,语法复杂,适合高级用户 。' ,
89+ overpass : '一个功能强大的OSM数据挖掘工具,语法复杂,稳定性差不推荐 。' ,
9090 mapsearch : '一个第三方的中文OSM搜索服务,无需翻墙。' ,
9191 photon : '基于OpenStreetMap的快速搜索,全球范围适用。'
9292 } ;
You can’t perform that action at this time.
0 commit comments