Skip to content

Commit a3bf1ac

Browse files
committed
Incorporate some feedback from openstreetmap#453
1 parent 04c6691 commit a3bf1ac

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

data/fields/button_operated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"key": "button_operated",
33
"type": "check",
4-
"label": "Button Operated"
4+
"label": "Call Button"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"key": "traffic_signals:countdown",
33
"type": "check",
4-
"label": "Countdown"
4+
"label": "Countdown Timer"
55
}

data/fields/traffic_signals/sound.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"yes": "Yes",
88
"no": "No",
99
"locate": {
10-
"title": "Locate",
11-
"description": "There is only a signal to find the pole"
10+
"title": "Call Button Locator",
11+
"description": "There is a signal only for finding the call button"
1212
},
1313
"walk": {
14-
"title": "Locate",
15-
"description": "here is only the signal when walking is allowed"
14+
"title": "Walk Indication",
15+
"description": "There is only the signal when walking is allowed"
1616
}
1717
}
1818
},

data/presets/highway/traffic_signals.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"traffic_signals",
1111
"traffic_signals/direction"
1212
],
13+
"moreFields": [
14+
"traffic_signals/countdown"
15+
],
1316
"terms": [
1417
"light",
1518
"stoplight",

0 commit comments

Comments
 (0)