Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up crossing preset terms #508

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion data/fields/crossing_raised.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
"undefined": "No",
"table": "Yes"
}
}
},
"terms": [
"flat top",
"hump",
"speed",
"slow"
]
}
6 changes: 1 addition & 5 deletions data/presets/highway/crossing/marked.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@
"terms": [
"zebra crossing",
"marked crossing",
"crosswalk",
"flat top",
"hump",
"speed",
"slow"
"crosswalk"
],
"name": "Marked Crosswalk"
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
"pedestrian traffic signals",
"pedestrian crossing (lights)",
"bicycle crossing (lights)",
"crosswalk (lights)",
"flat top",
"hump",
"speed",
"slow"
"crosswalk (lights)"
]
}
6 changes: 1 addition & 5 deletions data/presets/highway/crossing/unmarked.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@
"terms": [
"unmarked foot path crossing",
"unmarked crosswalk",
"unmarked pedestrian crossing",
"flat top",
"hump",
"speed",
"slow"
"unmarked pedestrian crossing"
],
"name": "Unmarked Crossing"
}
6 changes: 1 addition & 5 deletions data/presets/highway/footway/marked.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@
"marked crossing",
"marked pedestrian crosswalk",
"zebra crossing",
"crosswalk",
"flat top",
"hump",
"speed",
"slow"
"crosswalk"
],
"name": "Marked Crosswalk"
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
"pedestrian traffic signals",
"pedestrian crossing (lights)",
"bicycle crossing (lights)",
"crosswalk (lights)",
"flat top",
"hump",
"speed",
"slow"
"crosswalk (lights)"
]
}
6 changes: 1 addition & 5 deletions data/presets/highway/footway/unmarked.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@
"terms": [
"unmarked foot path crossing",
"unmarked crosswalk",
"unmarked pedestrian crossing",
"flat top",
"hump",
"speed",
"slow"
"unmarked pedestrian crossing"
],
"name": "Unmarked Crossing"
}
16 changes: 8 additions & 8 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6019,20 +6019,20 @@ en:
highway/crossing/marked:
# highway=crossing + crossing=marked | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Marked Crosswalk
# 'terms: zebra crossing,marked crossing,crosswalk,flat top,hump,speed,slow'
# 'terms: zebra crossing,marked crossing,crosswalk'
terms: <translate with synonyms or related terms for 'Marked Crosswalk', separated by commas>
highway/crossing/signals:
highway/crossing/traffic_signals:
# highway=crossing + crossing=traffic_signals | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Crossing With Pedestrian Signals
# 'terms: pedestrian traffic lights,pedestrian traffic signals,pedestrian crossing (lights),bicycle crossing (lights),crosswalk (lights),flat top,hump,speed,slow'
# 'terms: pedestrian traffic lights,pedestrian traffic signals,pedestrian crossing (lights),bicycle crossing (lights),crosswalk (lights)'
terms: <translate with synonyms or related terms for 'Crossing With Pedestrian Signals', separated by commas>
highway/crossing/uncontrolled:
# highway=crossing + crossing=uncontrolled | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Marked Crosswalk
highway/crossing/unmarked:
# highway=crossing + crossing=unmarked | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Unmarked Crossing
# 'terms: unmarked foot path crossing,unmarked crosswalk,unmarked pedestrian crossing,flat top,hump,speed,slow'
# 'terms: unmarked foot path crossing,unmarked crosswalk,unmarked pedestrian crossing'
terms: <translate with synonyms or related terms for 'Unmarked Crossing', separated by commas>
highway/crossing/zebra:
# highway=crossing + crossing=zebra | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
Expand Down Expand Up @@ -6109,22 +6109,22 @@ en:
highway/footway/marked:
# highway=footway + footway=crossing + crossing=marked | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Marked Crosswalk
# 'terms: marked foot path crossing,marked crossing,marked pedestrian crosswalk,zebra crossing,crosswalk,flat top,hump,speed,slow'
# 'terms: marked foot path crossing,marked crossing,marked pedestrian crosswalk,zebra crossing,crosswalk'
terms: <translate with synonyms or related terms for 'Marked Crosswalk', separated by commas>
highway/footway/sidewalk:
# footway=sidewalk | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Sidewalk
# 'terms: pavement,sidepath'
terms: <translate with synonyms or related terms for 'Sidewalk', separated by commas>
highway/footway/signals:
highway/footway/traffic_signals:
# highway=footway + footway=crossing + crossing=traffic_signals | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Crossing With Pedestrian Signals
# 'terms: pedestrian traffic lights,pedestrian traffic signals,pedestrian crossing (lights),bicycle crossing (lights),crosswalk (lights),flat top,hump,speed,slow'
# 'terms: pedestrian traffic lights,pedestrian traffic signals,pedestrian crossing (lights),bicycle crossing (lights),crosswalk (lights)'
terms: <translate with synonyms or related terms for 'Crossing With Pedestrian Signals', separated by commas>
highway/footway/unmarked:
# highway=footway + footway=crossing + crossing=unmarked | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Unmarked Crossing
# 'terms: unmarked foot path crossing,unmarked crosswalk,unmarked pedestrian crossing,flat top,hump,speed,slow'
# 'terms: unmarked foot path crossing,unmarked crosswalk,unmarked pedestrian crossing'
terms: <translate with synonyms or related terms for 'Unmarked Crossing', separated by commas>
highway/footway/zebra:
# highway=footway + footway=crossing + crossing=zebra | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
Expand Down