Skip to content

Commit

Permalink
elevation field: add unit "(Meters)" to label, fixes #95
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Jan 5, 2022
1 parent dd66f32 commit 321cabb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/fields/ele.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"key": "ele",
"type": "number",
"icon": "elevation",
"label": "Elevation",
"label": "Elevation (Meters)",
"geometry": ["line", "area", "relation"],
"terms": [
"altitude",
Expand Down
2 changes: 1 addition & 1 deletion data/fields/ele_node.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"key": "ele",
"type": "number",
"icon": "elevation",
"label": "Elevation",
"label": "Elevation (Meters)",
"universal": true,
"geometry": ["point", "vertex"],
"terms": [
Expand Down
8 changes: 4 additions & 4 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1004,14 +1004,14 @@ en:
terms: '[translate with synonyms or related terms for ''Duration'', separated by commas]'
ele:
# ele=*
label: Elevation
label: Elevation (Meters)
# 'terms: altitude,height'
terms: '[translate with synonyms or related terms for ''Elevation'', separated by commas]'
terms: '[translate with synonyms or related terms for ''Elevation (Meters)'', separated by commas]'
ele_node:
# ele=*
label: Elevation
label: Elevation (Meters)
# 'terms: altitude,height'
terms: '[translate with synonyms or related terms for ''Elevation'', separated by commas]'
terms: '[translate with synonyms or related terms for ''Elevation (Meters)'', separated by commas]'
electrified:
# electrified=*
label: Electrification
Expand Down

0 comments on commit 321cabb

Please sign in to comment.