Estilo 1
L.tileLayer('https://{s}.basemaps.cartocdn.com/light_nolabels/{z}/{x}/{y}{r}.png', {
attribution: '© OpenStreetMap contributors, © CartoDB',
maxZoom: 19
}).addTo(map);
Estilo 2
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '© OpenStreetMap contributors, © CartoDB',
maxZoom: 19
}).addTo(map);
Estilo 3
L.tileLayer('https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png', {
attribution: '© OpenStreetMap contributors, © CartoDB',
maxZoom: 19
}).addTo(map);
Estilo 4
L.tileLayer('https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{r}.png', {
attribution: '© OpenStreetMap contributors, © CartoDB',
maxZoom: 19
}).addTo(map);
Estilo 5
L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/{z}/{y}/{x}', {
attribution: '© OpenStreetMap contributors, © CartoDB',
maxZoom: 19
}).addTo(map);
Estilo 6
L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}', {
attribution: '© OpenStreetMap contributors, © CartoDB',
maxZoom: 19
}).addTo(map);
Estilo 7
L.tileLayer('https://tiles.stadiamaps.com/tiles/alidade_smooth/{z}/{x}/{y}.png', {
attribution: '© OpenStreetMap contributors, © CartoDB',
maxZoom: 19
}).addTo(map);
Estilo 8
L.tileLayer('https://tiles.stadiamaps.com/tiles/alidade_smooth_dark/{z}/{x}/{y}.png', {
attribution: '© OpenStreetMap contributors, © CartoDB',
maxZoom: 19
}).addTo(map);