Skip to content

Commit 689bd69

Browse files
committed
t2
1 parent d84ea05 commit 689bd69

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ui/src/views/BruciWebViews/TlocrtView2.vue

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,12 @@ export default {
6262
// Base tiles
6363
// Simple, no-labels basemap
6464
// 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);
65+
const base = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
66+
maxZoom: 19,
67+
attribution: '&copy; OpenStreetMap contributors'
68+
}).addTo(this.map)
69+
70+
this.map.getPane('tilePane').style.filter = 'brightness(0.45) contrast(1.55)'
7071
7172
7273

0 commit comments

Comments
 (0)