Skip to content

Commit

Permalink
Merge pull request #6469 from BjornRasmussen/newPresetTerms
Browse files Browse the repository at this point in the history
Change "Direction" to "Direction Affected" for direction fields on vertexes.
  • Loading branch information
quincylvania authored Jun 3, 2019
2 parents 5cb8e40 + 6692265 commit 514e59a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions data/presets/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"diplomatic/services": {"key": "diplomatic:services:", "type": "multiCombo", "label": "Services"},
"direction_cardinal": {"key": "direction", "type": "combo", "label": "Direction", "strings": {"options": {"N": "North", "E": "East", "S": "South", "W": "West", "NE": "Northeast", "SE": "Southeast", "SW": "Southwest", "NW": "Northwest", "NNE": "North-northeast", "ENE": "East-northeast", "ESE": "East-southeast", "SSE": "South-southeast", "SSW": "South-southwest", "WSW": "West-southwest", "WNW": "West-northwest", "NNW": "North-northwest"}}},
"direction_clock": {"key": "direction", "type": "combo", "label": "Direction", "strings": {"options": {"clockwise": "Clockwise", "anticlockwise": "Counterclockwise"}}},
"direction_vertex": {"key": "direction", "type": "combo", "label": "Direction", "strings": {"options": {"forward": "Forward", "backward": "Backward", "both": "Both / All"}}},
"direction_vertex": {"key": "direction", "type": "combo", "label": "Direction Affected", "strings": {"options": {"forward": "Forward", "backward": "Backward", "both": "Both / All"}}},
"direction": {"key": "direction", "type": "number", "label": "Direction (Degrees Clockwise)", "placeholder": "45, 90, 180, 270"},
"dispensing": {"key": "dispensing", "type": "check", "label": "Dispenses Prescriptions", "default": "yes"},
"display": {"key": "display", "type": "combo", "label": "Display", "options": ["analog", "digital", "sundial", "unorthodox"]},
Expand Down Expand Up @@ -271,7 +271,7 @@
"product": {"key": "product", "type": "semiCombo", "label": "Products"},
"railway": {"key": "railway", "type": "typeCombo", "label": "Type"},
"railway/position": {"key": "railway:position", "type": "text", "placeholder": "Distance to one decimal (123.4)", "label": "Milestone Position"},
"railway/signal/direction": {"key": "railway:signal:direction", "type": "combo", "label": "Direction", "strings": {"options": {"forward": "Forward", "backward": "Backward", "both": "Both / All"}}},
"railway/signal/direction": {"key": "railway:signal:direction", "type": "combo", "label": "Direction Affected", "strings": {"options": {"forward": "Forward", "backward": "Backward", "both": "Both / All"}}},
"rating": {"key": "rating", "type": "combo", "label": "Power Rating", "snake_case": false},
"recycling_accepts": {"key": "recycling:", "type": "multiCombo", "label": "Accepts"},
"recycling_type": {"key": "recycling_type", "type": "combo", "label": "Type", "placeholder": "Container, Center", "strings": {"options": {"container": "Container", "centre": "Center"}}},
Expand Down Expand Up @@ -377,9 +377,9 @@
"trade": {"key": "trade", "type": "typeCombo", "label": "Type"},
"traffic_calming": {"key": "traffic_calming", "type": "typeCombo", "label": "Type"},
"traffic_sign": {"key": "traffic_sign", "type": "typeCombo", "label": "Traffic Sign"},
"traffic_sign/direction": {"key": "traffic_sign:direction", "type": "combo", "label": "Direction", "strings": {"options": {"forward": "Forward", "backward": "Backward", "both": "Both / All"}}},
"traffic_sign/direction": {"key": "traffic_sign:direction", "type": "combo", "label": "Direction Affected", "strings": {"options": {"forward": "Forward", "backward": "Backward", "both": "Both / All"}}},
"traffic_signals": {"key": "traffic_signals", "type": "combo", "label": "Type", "default": "signal"},
"traffic_signals/direction": {"key": "traffic_signals:direction", "type": "combo", "label": "Direction", "strings": {"options": {"forward": "Forward", "backward": "Backward", "both": "Both / All"}}},
"traffic_signals/direction": {"key": "traffic_signals:direction", "type": "combo", "label": "Direction Affected", "strings": {"options": {"forward": "Forward", "backward": "Backward", "both": "Both / All"}}},
"trail_visibility": {"key": "trail_visibility", "type": "combo", "label": "Trail Visibility", "placeholder": "Excellent, Good, Bad...", "strings": {"options": {"excellent": "Excellent: unambiguous path or markers everywhere", "good": "Good: markers visible, sometimes require searching", "intermediate": "Intermediate: few markers, path mostly visible", "bad": "Bad: no markers, path sometimes invisible/pathless", "horrible": "Horrible: often pathless, some orientation skills required", "no": "No: pathless, excellent orientation skills required"}}},
"transformer": {"key": "transformer", "type": "combo", "label": "Type", "strings": {"options": {"distribution": "Distribution", "generator": "Generator", "converter": "Converter", "traction": "Traction", "auto": "Autotransformer", "phase_angle_regulator": "Phase Angle Regulator", "auxiliary": "Auxiliary", "yes": "Unknown"}}},
"trees": {"key": "trees", "type": "semiCombo", "label": "Trees"},
Expand Down
2 changes: 1 addition & 1 deletion data/presets/fields/direction_vertex.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"key": "direction",
"type": "combo",
"label": "Direction",
"label": "Direction Affected",
"strings": {
"options": {
"forward": "Forward",
Expand Down
2 changes: 1 addition & 1 deletion data/presets/fields/railway/signal/direction.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"key": "railway:signal:direction",
"type": "combo",
"label": "Direction",
"label": "Direction Affected",
"strings": {
"options": {
"forward": "Forward",
Expand Down
2 changes: 1 addition & 1 deletion data/presets/fields/traffic_sign/direction.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"key": "traffic_sign:direction",
"type": "combo",
"label": "Direction",
"label": "Direction Affected",
"strings": {
"options": {
"forward": "Forward",
Expand Down
2 changes: 1 addition & 1 deletion data/presets/fields/traffic_signals/direction.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"key": "traffic_signals:direction",
"type": "combo",
"label": "Direction",
"label": "Direction Affected",
"strings": {
"options": {
"forward": "Forward",
Expand Down

0 comments on commit 514e59a

Please sign in to comment.