From 3ccecb020fa3cfadc5a41fe894845362026d6d03 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Tue, 22 Aug 2023 11:46:10 -0600 Subject: [PATCH 1/2] Update racmo wind vectors style: remove color coding for magnitude Magnitude is represented by the size of the vector lines. The color mapping was causing conflicts with other layers (like the raster of annual wind speed). This problem was discovered in: https://github.com/nsidc/qgreenland/pull/749 --- .../ancillary/styles/racmo_wind_vectors.qml | 857 +++--------------- 1 file changed, 134 insertions(+), 723 deletions(-) diff --git a/qgreenland/ancillary/styles/racmo_wind_vectors.qml b/qgreenland/ancillary/styles/racmo_wind_vectors.qml index 8f770fe2f..f4163e3a5 100644 --- a/qgreenland/ancillary/styles/racmo_wind_vectors.qml +++ b/qgreenland/ancillary/styles/racmo_wind_vectors.qml @@ -1,616 +1,163 @@ - - - - - - - - - + + - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -620,142 +167,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 753871bf917097669feb0e14031052e19adfd1a2 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Tue, 22 Aug 2023 11:48:13 -0600 Subject: [PATCH 2/2] CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0253fe6d9..a09db1a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ * Add new "Geology/Mineral occurrences" layer from GEUS. * Update `layer_list.csv` to include new column indicating if each layer is stored on disk. Internet-required layers take the value `False`. +* Improve symbology for "Regional climate models/RACMO model output/Annual mean + wind vectors 1958-2019 (5km)" by removing color mapping to magnitude + values. This was causing conflicts with other layers' color maps. # v3.0.0alpha4 (2023-07-21)