Skip to content

Commit

Permalink
add preset for "Mini Speed Bumps", closes #549
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Jul 28, 2022
1 parent fa46390 commit ba70e91
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
24 changes: 24 additions & 0 deletions data/presets/traffic_calming/mini_bumps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"icon": "temaki-speed_bump",
"tags": {
"traffic_calming": "mini_bumps"
},
"geometry": [
"vertex",
"line"
],
"fields": [
"surface",
"direction_vertex"
],
"terms": [
"bumps",
"circular bumps",
"circular speed bumps",
"small bumps",
"small speed bumps",
"slow",
"speed"
],
"name": "Mini Speed Bumps"
}
5 changes: 5 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10183,6 +10183,11 @@ en:
name: Traffic Island
# 'terms: circle,roundabout,slow'
terms: <translate with synonyms or related terms for 'Traffic Island', separated by commas>
traffic_calming/mini_bumps:
# traffic_calming=mini_bumps | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Mini Speed Bumps
# 'terms: bumps,circular bumps,circular speed bumps,small bumps,small speed bumps,slow,speed'
terms: <translate with synonyms or related terms for 'Mini Speed Bumps', separated by commas>
traffic_calming/rumble_strip:
# traffic_calming=rumble_strip | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Rumble Strip
Expand Down

0 comments on commit ba70e91

Please sign in to comment.