Skip to content

Commit

Permalink
Merge pull request #252 from bcgov/tlink-246
Browse files Browse the repository at this point in the history
tlink-246 add heights to overhead directional sign identify
  • Loading branch information
qqnluaq authored Nov 7, 2022
2 parents 5573612 + 18bdd9b commit ecfb16a
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions layers/overhead-directional-signs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,76 @@
"name": "StructureType",
"title": "Structure Type"
},
{
"name": "HeightLane1O",
"title": "<%= this.feature.properties.HeightLane1O ? 'Lane 1 Height SB/WB' : '' %>",
"format": "asUnit('m')"
},
{
"name": "HeightLane1P",
"title": "<%= this.feature.properties.HeightLane1P ? 'Lane 1 Height, NB/EB' : '' %>",
"format": "asUnit('m')"
},
{
"name": "HeightLane2O",
"title": "<%= this.feature.properties.HeightLane2O ? 'Lane 2 Height SB/WB' : '' %>",
"format": "asUnit('m')"
},
{
"name": "HeightLane2P",
"title": "<%= this.feature.properties.HeightLane2P ? 'Lane 2 Height, NB/EB' : '' %>",
"format": "asUnit('m')"
},
{
"name": "HeightLane3O",
"title": "<%= this.feature.properties.HeightLane3O ? 'Lane 3 Height SB/WB' : '' %>",
"format": "asUnit('m')"
},
{
"name": "HeightLane3P",
"title": "<%= this.feature.properties.HeightLane3P ? 'Lane 3 Height, NB/EB' : '' %>",
"format": "asUnit('m')"
},
{
"name": "HeightLane4O",
"title": "<%= this.feature.properties.HeightLane4O ? 'Lane 4 Height SB/WB' : '' %>",
"format": "asUnit('m')"
},
{
"name": "HeightLane4P",
"title": "<%= this.feature.properties.HeightLane4P ? 'Lane 4 Height, NB/EB' : '' %>",
"format": "asUnit('m')"
},
{
"name": "HeightLane5O",
"title": "<%= this.feature.properties.HeightLane5O ? 'Lane 5 Height SB/WB' : '' %>",
"format": "asUnit('m')"
},
{
"name": "HeightLane5P",
"title": "<%= this.feature.properties.HeightLane5P ? 'Lane 5 Height, NB/EB' : '' %>",
"format": "asUnit('m')"
},
{
"name": "HeightLane6O",
"title": "<%= this.feature.properties.HeightLane6O ? 'Lane 6 Height SB/WB' : '' %>",
"format": "asUnit('m')"
},
{
"name": "HeightLane6P",
"title": "<%= this.feature.properties.HeightLane6P ? 'Lane 6 Height, NB/EB' : '' %>",
"format": "asUnit('m')"
},
{
"name": "HeightLane7O",
"title": "<%= this.feature.properties.HeightLane7O ? 'Lane 7 Height SB/WB' : '' %>",
"format": "asUnit('m')"
},
{
"name": "HeightLane7P",
"title": "<%= this.feature.properties.HeightLane7P ? 'Lane 7 Height, NB/EB' : '' %>",
"format": "asUnit('m')"
},
{
"name": "Comments",
"title": "Notes"
Expand Down

0 comments on commit ecfb16a

Please sign in to comment.