AW-2757
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2021-08-19 15:25:22 +02:00
parent 2861ba220e
commit 89a0fb13a5
2 changed files with 2 additions and 2 deletions

View File

@@ -317,7 +317,7 @@ export class MapEffects {
if(v !== null) {
if(l.renderer && l.renderer.colorMap && l.renderer.colorMap.colormapType == "manual") {
l.renderer.colorMap.entries.forEach((e) => {
if(e.value == v) {
if(e.value == v && e.label) {
v=e.label;
return;
}