@@ -619,7 +619,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
619
619
} ,
620
620
elevation : {
621
621
display : true ,
622
- label : 'Constraint for terrain elevation [m]' ,
622
+ label : 'Terrain elevation [m]' ,
623
623
metadataLabel : 'Terrain Elevation [m]' ,
624
624
id : 'elevation' ,
625
625
dataInfo : 'Elevation' ,
@@ -630,7 +630,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
630
630
} ,
631
631
slope : {
632
632
display : true ,
633
- label : 'Constraint for terrain slope [°]' ,
633
+ label : 'Terrain slope [°]' ,
634
634
metadataLabel : 'Terrain slope [°]' ,
635
635
id : 'slope' ,
636
636
dataInfo : 'Slope' ,
@@ -640,7 +640,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
640
640
} ,
641
641
settlementDistance : {
642
642
display : false ,
643
- label : 'Constraint for distance to settlements (WSF) [m]' ,
643
+ label : 'Distance to settlements (WSF) [m]' ,
644
644
metadataLabel : 'DISTANCE TO SETTLEMENTS (WSF) [m]' ,
645
645
id : 'settlementDistance' ,
646
646
dataInfo : 'SettlementDistance' ,
@@ -653,7 +653,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
653
653
} ,
654
654
cadasterDistance : {
655
655
display : false ,
656
- label : 'Constraint for distance to settlements (Austrian Cadaster) [m]' ,
656
+ label : 'Distance to settlements (Austrian Cadaster) [m]' ,
657
657
metadataLabel : 'DISTANCE TO SETTLEMENTS (CADASTER) [m]' ,
658
658
id : 'cadasterDistance' ,
659
659
dataInfo : 'CadasterDistance' ,
@@ -666,7 +666,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
666
666
} ,
667
667
energyGridDistance : {
668
668
display : false ,
669
- label : 'Constraint for distance to energy grid [m]' ,
669
+ label : 'Distance to energy grid [m]' ,
670
670
metadataLabel : 'DISTANCE TO ENERGY GRID [m]' ,
671
671
id : 'energyGridDistance' ,
672
672
dataInfo : 'EnergyGridDistance' ,
@@ -679,7 +679,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
679
679
} ,
680
680
ruggedness : {
681
681
display : false ,
682
- label : 'Constraint for ruggedness index' ,
682
+ label : 'Ruggedness index' ,
683
683
metadataLabel : 'RUGGEDNESS INDEX' ,
684
684
id : 'ruggedness' ,
685
685
type : 'slider' ,
@@ -801,7 +801,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
801
801
} ,
802
802
aspect : {
803
803
display : true ,
804
- label : 'Constraint for aspect ' ,
804
+ label : 'Aspect ' ,
805
805
metadataLabel : 'Aspect' ,
806
806
id : 'aspect' ,
807
807
min : 0 ,
@@ -811,7 +811,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
811
811
} ,
812
812
slope : {
813
813
display : true ,
814
- label : 'Constraint for terrain slope' ,
814
+ label : 'Terrain slope' ,
815
815
metadataLabel : 'Terrain slope' ,
816
816
id : 'slope' ,
817
817
dataInfo : 'Slope' ,
@@ -821,7 +821,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
821
821
} ,
822
822
energyGridDistance : {
823
823
display : false ,
824
- label : 'Constraint for distance to energy grid' ,
824
+ label : 'Distance to energy grid' ,
825
825
metadataLabel : 'Energy Grid' ,
826
826
id : 'energyGridDistance' ,
827
827
dataInfo : 'EnergyGridDistance' ,
@@ -834,7 +834,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
834
834
} ,
835
835
elevation : {
836
836
display : false ,
837
- label : 'Constraint for terrain elevation' ,
837
+ label : 'Terrain elevation' ,
838
838
metadataLabel : 'Terrain elevation' ,
839
839
id : 'elevation' ,
840
840
dataInfo : 'Elevation' ,
@@ -844,7 +844,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
844
844
} ,
845
845
albedo : {
846
846
display : true ,
847
- label : 'Constraint for albedo proxy' ,
847
+ label : 'Albedo proxy' ,
848
848
metadataLabel : 'Albedo proxy' ,
849
849
id : 'albedo' ,
850
850
dataInfo : 'Albedo' ,
0 commit comments