mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-16 05:49:08 +02:00
add preset for "Mini Speed Bumps", closes #549
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user