Skip to content

Commit

Permalink
echarging Accessibility config improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
sseppi committed Oct 16, 2024
1 parent ca8a849 commit ee6f729
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions databrowser/src/config/builder/tourism/echargingdata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,6 @@ export const echargingdataCategory = (
),
},
},
{
title: 'Survey Annotations',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.SurveyAnnotations.{language}',
},
},
],
},
{
Expand All @@ -141,7 +134,7 @@ export const echargingdataCategory = (
},
},
{
title: 'Horizontal road sign',
title: 'Horizontal floor road sign',
component: CellComponent.ToggleTriStateCell,
objectMapping: {
enabled:
Expand All @@ -162,14 +155,14 @@ export const echargingdataCategory = (
},
},
{
title: 'Gradient',
title: 'Gradient (%)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceNextToEachOther.Gradient',
},
},
{
title: 'Lateral Inclination',
title: 'Lateral Inclination (%)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceNextToEachOther.LateralInclination',
Expand All @@ -196,14 +189,14 @@ export const echargingdataCategory = (
},
},
{
title: 'Width',
title: 'Width (m)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceNextToEachOther.Width',
},
},
{
title: 'Length',
title: 'Length (m)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceNextToEachOther.Length',
Expand Down Expand Up @@ -231,14 +224,14 @@ export const echargingdataCategory = (
},
},
{
title: 'Gradient',
title: 'Gradient (%)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceBehindEachOther.Gradient',
},
},
{
title: 'Lateral inclination',
title: 'Lateral inclination (%)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceBehindEachOther.LateralInclination',
Expand All @@ -264,14 +257,14 @@ export const echargingdataCategory = (
},
},
{
title: 'Width',
title: 'Width (m)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceBehindEachOther.Width',
},
},
{
title: 'Length',
title: 'Length (m)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceBehindEachOther.Length',
Expand Down Expand Up @@ -346,6 +339,13 @@ export const echargingdataCategory = (
label_003: 'Not accessible',
},
},
{
title: 'Survey Annotations',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.SurveyAnnotations.{language}',
},
},
],
},
],
Expand Down

0 comments on commit ee6f729

Please sign in to comment.