Skip to content

Commit

Permalink
Add Slaughterhouse preset
Browse files Browse the repository at this point in the history
(closes #4466)
  • Loading branch information
JamesKingdom committed Oct 24, 2017
1 parent fa0ad3a commit 658889e
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3161,6 +3161,11 @@ en:
# historic=wayside_shrine
name: Wayside Shrine
terms: '<translate with synonyms or related terms for ''Wayside Shrine'', separated by commas>'
industrial/slaughterhouse:
# industrial=slaughterhouse
name: Slaughterhouse
# 'terms: abattoir,shambles,stockyard,butchery,killing house'
terms: '<translate with synonyms or related terms for ''Slaughterhouse'', separated by commas>'
junction:
# junction=yes
name: Junction
Expand Down
24 changes: 24 additions & 0 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
24 changes: 24 additions & 0 deletions data/presets/presets/industrial/slaughterhouse.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 4 additions & 0 deletions data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -1495,6 +1495,10 @@
"key": "historic",
"value": "wayside_shrine"
},
{
"key": "industrial",
"value": "slaughterhouse"
},
{
"key": "junction",
"value": "yes"
Expand Down
4 changes: 4 additions & 0 deletions dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3863,6 +3863,10 @@
"name": "Wayside Shrine",
"terms": ""
},
"industrial/slaughterhouse": {
"name": "Slaughterhouse",
"terms": "abattoir,shambles,stockyard,butchery,killing house"
},
"junction": {
"name": "Junction",
"terms": ""
Expand Down

0 comments on commit 658889e

Please sign in to comment.