Skip to content

Commit

Permalink
adding inputs on echarging properties
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Oct 21, 2024
1 parent 473d11c commit 53f0544
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions databrowser/src/config/builder/tourism/echargingdata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,15 @@ export const echargingdataCategory = (
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceNextToEachOther.Gradient',
},
params: { type: 'number' },
},
{
title: 'Lateral Inclination (%)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceNextToEachOther.LateralInclination',
},
params: { type: 'number' },
},
{
title: 'Pavement',
Expand Down Expand Up @@ -208,13 +210,15 @@ export const echargingdataCategory = (
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceNextToEachOther.Width',
},
params: { type: 'number' },
},
{
title: 'Length (cm)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceNextToEachOther.Length',
},
params: { type: 'number' },
},
{
title: 'Manoeuvrng space signage present',
Expand Down Expand Up @@ -243,13 +247,15 @@ export const echargingdataCategory = (
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceBehindEachOther.Gradient',
},
params: { type: 'number' },
},
{
title: 'Lateral inclination (%)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceBehindEachOther.LateralInclination',
},
params: { type: 'number' },
},
{
title: 'Pavement',
Expand All @@ -276,13 +282,15 @@ export const echargingdataCategory = (
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceBehindEachOther.Width',
},
params: { type: 'number' },
},
{
title: 'Length (cm)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.CarParkingSpaceBehindEachOther.Length',
},
params: { type: 'number' },
},
{
title: 'Manoeuvrng space signage present',
Expand Down

0 comments on commit 53f0544

Please sign in to comment.