From 658889ee2237714df54dc6b5d87dd2ffbaf0f1a0 Mon Sep 17 00:00:00 2001 From: JamesKingdom Date: Tue, 24 Oct 2017 15:05:21 +0100 Subject: [PATCH] Add Slaughterhouse preset (closes #4466) --- data/presets.yaml | 5 ++++ data/presets/presets.json | 24 +++++++++++++++++++ .../presets/industrial/slaughterhouse.json | 24 +++++++++++++++++++ data/taginfo.json | 4 ++++ dist/locales/en.json | 4 ++++ 5 files changed, 61 insertions(+) create mode 100644 data/presets/presets/industrial/slaughterhouse.json diff --git a/data/presets.yaml b/data/presets.yaml index d2cea13548..61a0437b16 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -3161,6 +3161,11 @@ en: # historic=wayside_shrine name: Wayside Shrine terms: '' + industrial/slaughterhouse: + # industrial=slaughterhouse + name: Slaughterhouse + # 'terms: abattoir,shambles,stockyard,butchery,killing house' + terms: '' junction: # junction=yes name: Junction diff --git a/data/presets/presets.json b/data/presets/presets.json index 705374de7f..1a8772944b 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -7855,6 +7855,30 @@ }, "name": "Wayside Shrine" }, + "industrial/slaughterhouse": { + "icon": "slaughterhouse", + "fields": [ + "name", + "operator", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "abattoir", + "shambles", + "stockyard", + "butchery", + "killing house" + ], + "tags": { + "industrial": "slaughterhouse" + }, + "name": "Slaughterhouse" + }, "junction": { "icon": "poi-junction", "fields": [ diff --git a/data/presets/presets/industrial/slaughterhouse.json b/data/presets/presets/industrial/slaughterhouse.json new file mode 100644 index 0000000000..dd99c5240a --- /dev/null +++ b/data/presets/presets/industrial/slaughterhouse.json @@ -0,0 +1,24 @@ +{ + "icon": "slaughterhouse", + "fields": [ + "name", + "operator", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "abattoir", + "shambles", + "stockyard", + "butchery", + "killing house" + ], + "tags": { + "industrial": "slaughterhouse" + }, + "name": "Slaughterhouse" +} diff --git a/data/taginfo.json b/data/taginfo.json index 10dbb9b953..03f2305c62 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1495,6 +1495,10 @@ "key": "historic", "value": "wayside_shrine" }, + { + "key": "industrial", + "value": "slaughterhouse" + }, { "key": "junction", "value": "yes" diff --git a/dist/locales/en.json b/dist/locales/en.json index 6a10bd562f..c4eef77bd1 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3863,6 +3863,10 @@ "name": "Wayside Shrine", "terms": "" }, + "industrial/slaughterhouse": { + "name": "Slaughterhouse", + "terms": "abattoir,shambles,stockyard,butchery,killing house" + }, "junction": { "name": "Junction", "terms": ""