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

added pet_grooming to shop #4942

Merged
merged 2 commits into from
Mar 26, 2018
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 @@ -5311,6 +5311,11 @@ en:
name: Pet Store
# 'terms: animal,cat,dog,fish,kitten,puppy,reptile'
terms: '<translate with synonyms or related terms for ''Pet Store'', separated by commas>'
shop/pet_grooming:
# shop=pet_grooming
name: Pet Grooming Store
# 'terms: dog'
terms: '<translate with synonyms or related terms for ''Pet Grooming Store'', separated by commas>'
shop/photo:
# shop=photo
name: Photography Store
Expand Down
22 changes: 22 additions & 0 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -17908,6 +17908,28 @@
},
"name": "Perfume Store"
},
"shop/pet_grooming": {
"icon": "dog-park",
"fields": [
"name",
"operator",
"address",
"building_area",
"opening_hours",
"payment_multi"
],
"geometry": [
"point",
"area"
],
"terms": [
"dog"
],
"tags": {
"shop": "pet_grooming"
},
"name": "Pet Grooming Store"
},
"shop/pet": {
"icon": "dog-park",
"fields": [
Expand Down
22 changes: 22 additions & 0 deletions data/presets/presets/shop/pet_grooming.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"icon": "dog-park",
"fields": [
"name",
"operator",
"address",
"building_area",
"opening_hours",
"payment_multi"
],
"geometry": [
"point",
"area"
],
"terms": [
"dog"
],
"tags": {
"shop": "pet_grooming"
},
"name": "Pet Grooming Store"
}
4 changes: 4 additions & 0 deletions data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3231,6 +3231,10 @@
"key": "shop",
"value": "perfumery"
},
{
"key": "shop",
"value": "pet_grooming"
},
{
"key": "shop",
"value": "pet"
Expand Down
4 changes: 4 additions & 0 deletions dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6005,6 +6005,10 @@
"name": "Perfume Store",
"terms": ""
},
"shop/pet_grooming": {
"name": "Pet Grooming Store",
"terms": "dog"
},
"shop/pet": {
"name": "Pet Store",
"terms": "animal,cat,dog,fish,kitten,puppy,reptile"
Expand Down