参考:https://www.cnblogs.com/gispathfinder/p/9535685.html

Vue2leaflet安装后,默认自带的地图URL如下

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。
url:'http://{s}.tile.osm.org/{z}/{x}/{y}.png'
return {
      zoom: 8,
      center: L.latLng(31.87, 120.55 ),  //张家港市地理经纬度
      url:'http://{s}.tile.osm.org/{z}/{x}/{y}.png',
      attribution: '© <a href="http://osm.org/copyright">Vue2leaflet</a> contributors',
      withPopup: L.latLng(31.87, 120.55),  
      withTooltip: L.latLng(31.38, 120.98 ),//苏州市昆山市地理经纬度
      currentZoom: 11.5,
      currentCenter: L.latLng(31.87, 120.55 ),
      showParagraph: false,
      mapOptions: {
        zoomSnap: 0.5
      }
    };

  调用国内地图的URL:

高德:http://webrd01.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=8&x={x}&y={y}&z={z}

 

扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄