提交 b0bbb8f5 authored 作者: 张航's avatar 张航

添加了地图不同主题的url

上级 2bcab17d
......@@ -12,6 +12,8 @@ public class LdmapDownloadApplication {
ConfigurableApplicationContext run = SpringApplication.run(LdmapDownloadApplication.class, args);
// 解决WebSocket不能注入的问题
DownLoadMapWebSocket.setApplicationContext(run);
}
}
# 下载地图的保存路径
#file.basepath=/Users/echo/Desktop/em-map
file.basepath=H:/em-map
file.basepath=H:/em-map-blue
# 项目的发布地址
#file.mapImgPath=Users/echo/Desktop/em-map
file.mapImgPath=H:/em-map
file.mapImgPath=H:/em-map-blue
# 下载地图的地址
#天地图服务器t0-t8间选一个
......@@ -15,7 +15,8 @@ file.mapImgPath=H:/em-map
#osm地图
#map.baseurl=http://c.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png
#高德地图
map.baseurl=http://webrd04.is.autonavi.com/appmaptile?lang=zh_cn&size=1scale=1&style=8&x={x}&y={y}&z={z}
#map.baseurl=http://webrd04.is.autonavi.com/appmaptile?lang=zh_cn&size=1scale=1&style=5&x={x}&y={y}&z={z}
map.baseurl=http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}
# 下载地图的类型 CUSTOM ArcGIS,一般CUSTOM就可
#type=ArcGIS
......
# 普通街道图
gaodeNormalUrl=http://webrd0{s}.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=8&x={x}&y={y}&z={z}
# 卫星图
gaodeSatelliteUrl=http://webst0{s}.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}
# 普通街道图
googleNormalUrl=http://www.google.cn/maps/vt?lyrs=m@189&gl=cn&x={x}&y={y}&z={z}
# 卫星图
googleSatelliteUrl=http://www.google.cn/maps/vt?lyrs=s@189&gl=cn&x={x}&y={y}&z={z}
# 智图各个主题
# 普通
geopNormalUrl=http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineCommunity/MapServer/tile/{z}/{y}/{x}
# 多彩
geopColorlUrl=http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetColor/MapServer/tile/{z}/{y}/{x}
# 午夜蓝
geopBluelUrl=http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}
# 灰色
geopGraylUrl=http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetGray/MapServer/tile/{z}/{y}/{x}
# 暖色
geopWarmlUrl=http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetWarm/MapServer/tile/{z}/{y}/{x}
# 冷色
geopColdlUrl=http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetCold/MapServer/tile/{z}/{y}/{x}
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论