Summary of map tile download addresses (leaflet Baidu map, etc.)

1: Download address of Gaode tile map

  • Vector diagram (including road network and annotations)
http://wprd0{1,4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=7
  • Vector diagram (including road network, excluding annotations)
http://wprd0{
  
   
   {1,4}}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=2&style=7 
  • Image base map (including road network, excluding annotations)
http://wprd0{
  
   
   {1,4}}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=6 
  • Image base map (excluding road network and excluding annotations)
http://wprd0{1,4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=2&style=6 
  • Image road network (including road network, including annotations)
http://wprd0{1,4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=8
  • Image road network (including road network, including annotations)
http://wprd0{1,4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=8
  • Image road network (including road network, excluding annotations)
http://wprd0{1,4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=2&style=8

Parameter description:
1. Select a number for {1,4}, and {x}, {y}, {z} need to be replaced with the corresponding level. lang=zh_cn The annotation language is Chinese.
2. A correct tile address format is as follows:

 http://wprd01.is.autonavi.com/appmaptile?x=6&y=

Guess you like

Origin blog.csdn.net/m0_74149462/article/details/134443181