increase opacity of contour lines

This commit is contained in:
Miko 2025-01-11 21:28:50 +01:00
parent eb6a11b3b9
commit 32668ed90a

View file

@ -127,7 +127,7 @@
"source": "contour", "source": "contour",
"source-layer": "contours", "source-layer": "contours",
"paint": { "paint": {
"line-opacity": 0.5, "line-opacity": 1,
"line-width": ["match", ["get", "level"], 1, 1, 0.5] "line-width": ["match", ["get", "level"], 1, 1, 0.5]
} }
}, },