@@ -620,7 +620,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
620
620
} ,
621
621
elevation : {
622
622
display : true ,
623
- label : 'Constraint for terrain elevation [m]' ,
623
+ label : 'Terrain elevation [m]' ,
624
624
metadataLabel : 'Terrain Elevation [m]' ,
625
625
id : 'elevation' ,
626
626
dataInfo : 'Elevation' ,
@@ -631,7 +631,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
631
631
} ,
632
632
slope : {
633
633
display : true ,
634
- label : 'Constraint for terrain slope [°]' ,
634
+ label : 'Terrain slope [°]' ,
635
635
metadataLabel : 'Terrain slope [°]' ,
636
636
id : 'slope' ,
637
637
dataInfo : 'Slope' ,
@@ -641,7 +641,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
641
641
} ,
642
642
settlementDistance : {
643
643
display : false ,
644
- label : 'Constraint for distance to settlements (WSF) [m]' ,
644
+ label : 'Distance to settlements (WSF) [m]' ,
645
645
metadataLabel : 'DISTANCE TO SETTLEMENTS (WSF) [m]' ,
646
646
id : 'settlementDistance' ,
647
647
dataInfo : 'SettlementDistance' ,
@@ -654,7 +654,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
654
654
} ,
655
655
cadasterDistance : {
656
656
display : false ,
657
- label : 'Constraint for distance to settlements (Austrian Cadaster) [m]' ,
657
+ label : 'Distance to settlements (Austrian Cadaster) [m]' ,
658
658
metadataLabel : 'DISTANCE TO SETTLEMENTS (CADASTER) [m]' ,
659
659
id : 'cadasterDistance' ,
660
660
dataInfo : 'CadasterDistance' ,
@@ -667,7 +667,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
667
667
} ,
668
668
energyGridDistance : {
669
669
display : false ,
670
- label : 'Constraint for distance to energy grid [m]' ,
670
+ label : 'Distance to energy grid [m]' ,
671
671
metadataLabel : 'DISTANCE TO ENERGY GRID [m]' ,
672
672
id : 'energyGridDistance' ,
673
673
dataInfo : 'EnergyGridDistance' ,
@@ -680,7 +680,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
680
680
} ,
681
681
ruggedness : {
682
682
display : false ,
683
- label : 'Constraint for ruggedness index' ,
683
+ label : 'Ruggedness index' ,
684
684
metadataLabel : 'RUGGEDNESS INDEX' ,
685
685
id : 'ruggedness' ,
686
686
type : 'slider' ,
@@ -798,7 +798,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
798
798
} ,
799
799
aspect : {
800
800
display : true ,
801
- label : 'Constraint for aspect ' ,
801
+ label : 'Aspect ' ,
802
802
metadataLabel : 'Aspect' ,
803
803
id : 'aspect' ,
804
804
min : 0 ,
@@ -808,7 +808,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
808
808
} ,
809
809
slope : {
810
810
display : true ,
811
- label : 'Constraint for terrain slope' ,
811
+ label : 'Terrain slope' ,
812
812
metadataLabel : 'Terrain slope' ,
813
813
id : 'slope' ,
814
814
dataInfo : 'Slope' ,
@@ -818,7 +818,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
818
818
} ,
819
819
energyGridDistance : {
820
820
display : false ,
821
- label : 'Constraint for distance to energy grid' ,
821
+ label : 'Distance to energy grid' ,
822
822
metadataLabel : 'Energy Grid' ,
823
823
id : 'energyGridDistance' ,
824
824
dataInfo : 'EnergyGridDistance' ,
@@ -831,7 +831,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
831
831
} ,
832
832
elevation : {
833
833
display : false ,
834
- label : 'Constraint for terrain elevation' ,
834
+ label : 'Terrain elevation' ,
835
835
metadataLabel : 'Terrain elevation' ,
836
836
id : 'elevation' ,
837
837
dataInfo : 'Elevation' ,
@@ -841,7 +841,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
841
841
} ,
842
842
albedo : {
843
843
display : true ,
844
- label : 'Constraint for albedo proxy' ,
844
+ label : 'Albedo proxy' ,
845
845
metadataLabel : 'Albedo proxy' ,
846
846
id : 'albedo' ,
847
847
dataInfo : 'Albedo' ,
0 commit comments