mirror of
https://github.com/smittix/intercept.git
synced 2026-05-28 10:44:45 -07:00
Set cyan-tinted map tiles as default
This commit is contained in:
@@ -2391,7 +2391,8 @@ sudo make install</code>
|
||||
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(radarMap);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user