当前位置:网站首页>Leaflet load day map
Leaflet load day map
2022-06-26 14:22:00 【Chaoying.】
Code
var map = L.map('map').setView([31, 121], 5);
const tdt_img = L.tileLayer('http://t{s}.tianditu.gov.cn/img_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=img&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&tk=13aaaf7907b41c2e04034d430da1ce36', {
subdomains: [0, 1, 2, 3, 4, 5, 6, 7],
transparent: true,
zIndex: 3,
});
const tdt_cia = L.tileLayer('http://t{s}.tianditu.gov.cn/cia_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=cia&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles&TileMatrix={z}&TileCol={x}&TileRow={y}&tk=13aaaf7907b41c2e04034d430da1ce36', {
subdomains: [0, 1, 2, 3, 4, 5, 6, 7],
transparent: true,
zIndex: 3,
});
const tdt=L.layerGroup([tdt_img,tdt_cia]).addTo(map);
var baseLayers = {
" Sky map ": tdt,
};
var mapCtrl = L.control.layers(baseLayers).addTo(map);
design sketch

边栏推荐
- Exercise set 1
- 虫子 运算符重载的一个好玩的
- Hard (magnetic) disk (I)
- Intellij IDEA--格式化SQL文件的方法
- Cloudcompare - Poisson reconstruction
- Introduction to 26 papers related to CVPR 2022 document image analysis and recognition
- 2021-10-18 character array
- Matlab programming related knowledge
- One article of the quantification framework backtrader read observer
- Range of types
猜你喜欢

BP neural network for prediction

Common controls and custom controls

Sword finger offer 10 Ⅰ 10Ⅱ. 63 dynamic planning (simple)

Use performance to see what the browser is doing

Experience sharing of mathematical modeling: comparison between China and USA / reference for topic selection / common skills

Sword finger offer 15.65.56 I 56Ⅱ. Bit operation (simple - medium)

Jianzhi offer 43.47.46.48 dynamic planning (medium)

One article of the quantification framework backtrader read observer

Generation and rendering of VTK cylinder

Cloudcompare - Poisson reconstruction
随机推荐
Sword finger offer 09.30 Stack
Recent important news
Free machine learning dataset website (6300+ dataset)
First k large XOR value problem
Luogu p4145 seven minutes of God created questions 2 / Huashen travels around the world
Correlation analysis related knowledge
Jianzhi offer 43.47.46.48 dynamic planning (medium)
Matlab programming related knowledge
Why is there always a space (63 or 2048 sectors) in front of the first partition when partitioning a disk
CF676C Vasya and String
The most critical elements of team management
d的is表达式
"Scoi2016" delicious problem solution
服务器创建虚拟环境跑代码
Introduction to 26 papers related to CVPR 2022 document image analysis and recognition
[jsoi2015] string tree
虫子 内存管理 下 内存注意点
GEE——全球人类居住区网格数据 1975-1990-2000-2014
Gartner 2022 Top Strategic Technology Trends Report
Common controls and custom controls