Request 512px tiles for better resolution, add subtle blur to smooth radar edges
This commit is contained in:
@@ -21,15 +21,20 @@
|
||||
|
||||
/* Radar smoothing applied in individual color scheme rules above */
|
||||
|
||||
/* Vibrant radar colors - enhance visibility on dark backgrounds */
|
||||
/* Vibrant radar colors - enhance visibility + smooth edges */
|
||||
.mmm-combinedmap-wrapper .radar-vibrant {
|
||||
filter: saturate(1.5) brightness(1.2);
|
||||
filter: saturate(1.5) brightness(1.2) blur(0.5px);
|
||||
image-rendering: smooth;
|
||||
}
|
||||
|
||||
/* Bright radar for maximum visibility */
|
||||
.mmm-combinedmap-wrapper .radar-bright {
|
||||
filter: saturate(2) brightness(1.4) contrast(1.1);
|
||||
filter: saturate(2) brightness(1.4) contrast(1.1) blur(0.5px);
|
||||
image-rendering: smooth;
|
||||
}
|
||||
|
||||
/* Default radar smoothing (no color boost) */
|
||||
.mmm-combinedmap-wrapper .leaflet-tile-pane .leaflet-layer:not(:first-child) img {
|
||||
image-rendering: smooth;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user