road speed unit

This commit is contained in:
Milos Brzakovic (E-Search)
2021-11-29 13:26:31 +01:00
parent 31882a8fe4
commit 094ace65fa
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -772,6 +772,7 @@ en:
network_ref_direction: "{network} {ref} {direction}"
network_ref_from_to: "{network} {ref} from {from} to {to}"
network_ref_from_to_via: "{network} {ref} from {from} to {to} via {via}"
speed_unit: "Speed unit"
roadheight:
# symbol for meters
meter: m
+1
View File
@@ -60,6 +60,7 @@ export function uiFieldRoadspeed(field, context) {
.append('input')
.attr('type', 'text')
.attr('class', 'roadspeed-unit')
.attr('aria-label', t('inspector.speed_unit'))
.call(unitCombo)
.merge(unitInput);