File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
ui/src/views/BruciWebViews Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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- ' © <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 : ' © <a href="https://carto.com/attributions">CARTO</a> (CC BY 3.0), Data © <a href="http://osm.org/copyright">OpenStreetMap</a> (ODbL) '
69+ }). addTo ( this . map );
7070
7171
7272
You can’t perform that action at this time.
0 commit comments