Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Slaughterhouse preset #4467

Merged
merged 1 commit into from
Oct 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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