Set cyan-tinted map tiles as default

This commit is contained in:
Smittix
2026-02-04 22:31:02 +00:00
parent d620618bb8
commit 805fc69281
11 changed files with 43 additions and 20 deletions

View File

@@ -458,7 +458,8 @@
L.tileLayer('https://cartodb-basemaps-{s}.global.ssl.fastly.net/dark_all/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OSM</a> &copy; <a href="https://carto.com/">CARTO</a>',
maxZoom: 19,
subdomains: 'abcd'
subdomains: 'abcd',
className: 'tile-layer-cyan'
}).addTo(groundMap);
}