| | |
| | | return L.tileLayer('http://t0.tianditu.gov.cn/vec_c/wmts?' + tokenStr + |
| | | 'layer=cva&style=default&tilematrixset=c&Service=WMTS&Request=GetTile&Version=1.0.0&Format=tiles&TileMatrix={z}&TileCol={x}&TileRow={y}', { |
| | | maxZoom: 18, |
| | | minZoom: 7, |
| | | minZoom: 1, |
| | | zoomOffset: 1 |
| | | |
| | | }) |
| | |
| | | return L.tileLayer('http://t0.tianditu.gov.cn/cva_c/wmts?' + tokenStr + |
| | | 'layer=cva&style=default&tilematrixset=c&Service=WMTS&Request=GetTile&Version=1.0.0&Format=tiles&TileMatrix={z}&TileCol={x}&TileRow={y}', { |
| | | maxZoom: 18, |
| | | minZoom: 7, |
| | | minZoom: 1, |
| | | zoomOffset: 1 |
| | | |
| | | }) |
| | |
| | | return L.tileLayer('http://t0.tianditu.gov.cn/img_c/wmts?' + tokenStr + |
| | | 'layer=img&style=default&tilematrixset=c&Service=WMTS&Request=GetTile&Version=1.0.0&Format=tiles&TileMatrix={z}&TileCol={x}&TileRow={y}', { |
| | | maxZoom: 18, |
| | | minZoom: 7, |
| | | minZoom: 1, |
| | | zoomOffset: 1 |
| | | }) |
| | | } |
| | |
| | | return L.tileLayer('http://t0.tianditu.gov.cn/cia_c/wmts?' + tokenStr + |
| | | 'layer=cia&style=default&tilematrixset=c&Service=WMTS&Request=GetTile&Version=1.0.0&Format=tiles&TileMatrix={z}&TileCol={x}&TileRow={y}', { |
| | | maxZoom: 18, |
| | | minZoom: 7, |
| | | minZoom: 1, |
| | | zoomOffset: 1 |
| | | }) |
| | | } |
| | |
| | | return L.tileLayer('http://10.246.132.249:8080/OneMapServer/rest/services/base-tdt-image-globe/WMTS?token=' + token + '&' + |
| | | 'layer=img&style=default&tilematrixset=c&Service=WMTS&Request=GetTile&Version=1.0.0&Format=tiles&TileMatrix={z}&TileCol={x}&TileRow={y}', { |
| | | maxZoom: 18, |
| | | minZoom: 7, |
| | | minZoom: 1, |
| | | zoomOffset: 1 |
| | | }) |
| | | } |
| | |
| | | return L.tileLayer('http://10.246.132.249:8080/OneMapServer/rest/services/base-tdt-label-image/WMTS?token=' + token + '&' + |
| | | 'layer=cia&style=default&tilematrixset=c&Service=WMTS&Request=GetTile&Version=1.0.0&Format=tiles&TileMatrix={z}&TileCol={x}&TileRow={y}', { |
| | | maxZoom: 18, |
| | | minZoom: 7, |
| | | minZoom: 1, |
| | | zoomOffset: 1 |
| | | }) |
| | | } |