mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Set cyan-tinted map tiles as default
This commit is contained in:
@@ -458,7 +458,8 @@
|
||||
L.tileLayer('https://cartodb-basemaps-{s}.global.ssl.fastly.net/dark_all/{z}/{x}/{y}.png', {
|
||||
attribution: '© <a href="https://www.openstreetmap.org/copyright">OSM</a> © <a href="https://carto.com/">CARTO</a>',
|
||||
maxZoom: 19,
|
||||
subdomains: 'abcd'
|
||||
subdomains: 'abcd',
|
||||
className: 'tile-layer-cyan'
|
||||
}).addTo(groundMap);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user