Skip to content

Commit 56ef1d7

Browse files
committed
chore: changing filters title and labels
1 parent 117d22c commit 56ef1d7

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

app/src/components/map/FilterControls.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:style="`height: auto`"
55
>
66
<v-card class="pa-2">
7-
<v-card-title class="pa-2">Filters</v-card-title>
7+
<v-card-title class="pa-2">Constraint variables</v-card-title>
88
<v-btn
99
v-if="filtersChanged"
1010
absolute x-small color="primary"

app/src/config/gtif.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
620620
},
621621
elevation: {
622622
display: true,
623-
label: 'Constraint for terrain elevation [m]',
623+
label: 'Terrain elevation [m]',
624624
metadataLabel: 'Terrain Elevation [m]',
625625
id: 'elevation',
626626
dataInfo: 'Elevation',
@@ -631,7 +631,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
631631
},
632632
slope: {
633633
display: true,
634-
label: 'Constraint for terrain slope [°]',
634+
label: 'Terrain slope [°]',
635635
metadataLabel: 'Terrain slope [°]',
636636
id: 'slope',
637637
dataInfo: 'Slope',
@@ -641,7 +641,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
641641
},
642642
settlementDistance: {
643643
display: false,
644-
label: 'Constraint for distance to settlements (WSF) [m]',
644+
label: 'Distance to settlements (WSF) [m]',
645645
metadataLabel: 'DISTANCE TO SETTLEMENTS (WSF) [m]',
646646
id: 'settlementDistance',
647647
dataInfo: 'SettlementDistance',
@@ -654,7 +654,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
654654
},
655655
cadasterDistance: {
656656
display: false,
657-
label: 'Constraint for distance to settlements (Austrian Cadaster) [m]',
657+
label: 'Distance to settlements (Austrian Cadaster) [m]',
658658
metadataLabel: 'DISTANCE TO SETTLEMENTS (CADASTER) [m]',
659659
id: 'cadasterDistance',
660660
dataInfo: 'CadasterDistance',
@@ -667,7 +667,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
667667
},
668668
energyGridDistance: {
669669
display: false,
670-
label: 'Constraint for distance to energy grid [m]',
670+
label: 'Distance to energy grid [m]',
671671
metadataLabel: 'DISTANCE TO ENERGY GRID [m]',
672672
id: 'energyGridDistance',
673673
dataInfo: 'EnergyGridDistance',
@@ -680,7 +680,7 @@ function createREP1Config(indicatorCode, rasterFileUrl) {
680680
},
681681
ruggedness: {
682682
display: false,
683-
label: 'Constraint for ruggedness index',
683+
label: 'Ruggedness index',
684684
metadataLabel: 'RUGGEDNESS INDEX',
685685
id: 'ruggedness',
686686
type: 'slider',
@@ -798,7 +798,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
798798
},
799799
aspect: {
800800
display: true,
801-
label: 'Constraint for aspect',
801+
label: 'Aspect',
802802
metadataLabel: 'Aspect',
803803
id: 'aspect',
804804
min: 0,
@@ -808,7 +808,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
808808
},
809809
slope: {
810810
display: true,
811-
label: 'Constraint for terrain slope',
811+
label: 'Terrain slope',
812812
metadataLabel: 'Terrain slope',
813813
id: 'slope',
814814
dataInfo: 'Slope',
@@ -818,7 +818,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
818818
},
819819
energyGridDistance: {
820820
display: false,
821-
label: 'Constraint for distance to energy grid',
821+
label: 'Distance to energy grid',
822822
metadataLabel: 'Energy Grid',
823823
id: 'energyGridDistance',
824824
dataInfo: 'EnergyGridDistance',
@@ -831,7 +831,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
831831
},
832832
elevation: {
833833
display: false,
834-
label: 'Constraint for terrain elevation',
834+
label: 'Terrain elevation',
835835
metadataLabel: 'Terrain elevation',
836836
id: 'elevation',
837837
dataInfo: 'Elevation',
@@ -841,7 +841,7 @@ function createREP2Config(indicatorCode, rasterFileUrl, min, max) {
841841
},
842842
albedo: {
843843
display: true,
844-
label: 'Constraint for albedo proxy',
844+
label: 'Albedo proxy',
845845
metadataLabel: 'Albedo proxy',
846846
id: 'albedo',
847847
dataInfo: 'Albedo',

0 commit comments

Comments
 (0)