Skip to content

Commit d84ea05

Browse files
committed
cartocdn
1 parent 57625b2 commit d84ea05

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ui/src/views/BruciWebViews/TlocrtView2.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ export default {
6161
6262
// Base tiles
6363
// Simple, no-labels basemap
64-
L.tileLayer('https://tiles.stadiamaps.com/tiles/alidade_smooth_dark/{z}/{x}/{y}.png', {
65-
maxZoom: 19,
66-
attribution:
67-
'&copy; <a href="https://stadiamaps.com/">Stadia Maps</a>, © OpenMapTiles, © OpenStreetMap contributors'
68-
}).addTo(this.map)
69-
64+
// Base dark-gray layer:
65+
L.tileLayer('https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{r}.png', {
66+
subdomains: 'abcd',
67+
maxZoom: 20,
68+
attribution: '&copy; <a href="https://carto.com/attributions">CARTO</a> (CC BY 3.0), Data &copy; <a href="http://osm.org/copyright">OpenStreetMap</a> (ODbL)'
69+
}).addTo(this.map);
7070
7171
7272

0 commit comments

Comments
 (0)