Skip to content

Commit

Permalink
Add nutrition supplements store preset
Browse files Browse the repository at this point in the history
(closes #3043)
  • Loading branch information
bhousel committed Mar 27, 2016
1 parent c7f573f commit b7fa84e
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3440,6 +3440,10 @@ en:
# shop=newsagent
name: Newspaper/Magazine Shop
terms: "<translate with synonyms or related terms for 'Newspaper/Magazine Shop', separated by commas>"
shop/nutrition_supplements:
# shop=nutrition_supplements
name: Nutrition Supplements Store
terms: "<translate with synonyms or related terms for 'Nutrition Supplements Store', separated by commas>"
shop/optician:
# shop=optician
name: Optician
Expand Down
17 changes: 17 additions & 0 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -9201,6 +9201,23 @@
},
"name": "Newspaper/Magazine Shop"
},
"shop/nutrition_supplements": {
"icon": "shop",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "nutrition_supplements"
},
"name": "Nutrition Supplements Store"
},
"shop/optician": {
"icon": "shop",
"fields": [
Expand Down
17 changes: 17 additions & 0 deletions data/presets/presets/shop/nutrition_supplements.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"icon": "shop",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "nutrition_supplements"
},
"name": "Nutrition Supplements Store"
}
4 changes: 4 additions & 0 deletions data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2131,6 +2131,10 @@
"key": "shop",
"value": "newsagent"
},
{
"key": "shop",
"value": "nutrition_supplements"
},
{
"key": "shop",
"value": "optician"
Expand Down
4 changes: 4 additions & 0 deletions dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3690,6 +3690,10 @@
"name": "Newspaper/Magazine Shop",
"terms": ""
},
"shop/nutrition_supplements": {
"name": "Nutrition Supplements Store",
"terms": ""
},
"shop/optician": {
"name": "Optician",
"terms": "eye,glasses"
Expand Down

0 comments on commit b7fa84e

Please sign in to comment.