From ba70e91e21fc5e2e3589add0d4afe05e2df7d121 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Thu, 28 Jul 2022 15:23:40 +0200 Subject: [PATCH] add preset for "Mini Speed Bumps", closes #549 --- data/presets/traffic_calming/mini_bumps.json | 24 ++++++++++++++++++++ interim/source_strings.yaml | 5 ++++ 2 files changed, 29 insertions(+) create mode 100644 data/presets/traffic_calming/mini_bumps.json diff --git a/data/presets/traffic_calming/mini_bumps.json b/data/presets/traffic_calming/mini_bumps.json new file mode 100644 index 000000000..14d5b8ba8 --- /dev/null +++ b/data/presets/traffic_calming/mini_bumps.json @@ -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" +} diff --git a/interim/source_strings.yaml b/interim/source_strings.yaml index 71e789298..009bc649f 100644 --- a/interim/source_strings.yaml +++ b/interim/source_strings.yaml @@ -10183,6 +10183,11 @@ en: name: Traffic Island # 'terms: circle,roundabout,slow' terms: + 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: 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