File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
ui/src/views/BruciWebViews Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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: ' © <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 );
65+ const base = L .tileLayer (' https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png' , {
66+ maxZoom: 19 ,
67+ attribution: ' © OpenStreetMap contributors'
68+ }).addTo (this .map )
69+
70+ this .map .getPane (' tilePane' ).style .filter = ' brightness(0.45) contrast(1.55)'
7071
7172
7273
You can’t perform that action at this time.
0 commit comments