| | |
| | | doubleClickZoom: false, // 禁用双击放大 |
| | | attributionControl: false // 移除右下角leaflet标识 |
| | | }) |
| | | this.$L.tileLayer('http://t{s}.tianditu.gov.cn/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=e9533f5acb2ac470b07f406a4d24b4f0', { |
| | | this.$L.tileLayer('https://t{s}.tianditu.gov.cn/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=e9533f5acb2ac470b07f406a4d24b4f0', { |
| | | subdomains: [0, 1, 2, 3, 4, 5, 6, 7], |
| | | }).addTo(this.map) |
| | | |
| | | this.$L.tileLayer('http://t{s}.tianditu.gov.cn/DataServer?T=cva_w&x={x}&y={y}&l={z}&tk=e9533f5acb2ac470b07f406a4d24b4f0', { |
| | | this.$L.tileLayer('https://t{s}.tianditu.gov.cn/DataServer?T=cva_w&x={x}&y={y}&l={z}&tk=e9533f5acb2ac470b07f406a4d24b4f0', { |
| | | subdomains: [0, 1, 2, 3, 4, 5, 6, 7], |
| | | }).addTo(this.map) |
| | | }, |