mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Add presets for Animal Boarding, Animal Breeding, Animal Shelter
(re: #3651)
This commit is contained in:
+16
-1
@@ -1435,6 +1435,21 @@ en:
|
||||
amenity:
|
||||
# amenity=*
|
||||
name: Amenity
|
||||
amenity/animal_boarding:
|
||||
# amenity=animal_boarding
|
||||
name: Animal Boarding Facility
|
||||
# 'terms: boarding,cat,dog,horse,kitten,pet boarding,pet care,pet hotel,puppy,reptile'
|
||||
terms: '<translate with synonyms or related terms for ''Animal Boarding Facility'', separated by commas>'
|
||||
amenity/animal_breeding:
|
||||
# amenity=animal_breeding
|
||||
name: Animal Breeding Facility
|
||||
# 'terms: breeding,bull,cat,cow,dog,horse,husbandry,kitten,livestock,pet breeding,puppy,reptile'
|
||||
terms: '<translate with synonyms or related terms for ''Animal Breeding Facility'', separated by commas>'
|
||||
amenity/animal_shelter:
|
||||
# amenity=animal_shelter
|
||||
name: Animal Shelter
|
||||
# 'terms: adoption,aspca,cat,dog,horse,kitten,pet care,pet rescue,puppy,raptor,reptile,rescue,spca'
|
||||
terms: '<translate with synonyms or related terms for ''Animal Shelter'', separated by commas>'
|
||||
amenity/arts_centre:
|
||||
# amenity=arts_centre
|
||||
name: Arts Center
|
||||
@@ -4043,7 +4058,7 @@ en:
|
||||
shop/pet:
|
||||
# shop=pet
|
||||
name: Pet Store
|
||||
# 'terms: cat,dog,fish'
|
||||
# 'terms: animal,cat,dog,fish,kitten,puppy,reptile'
|
||||
terms: '<translate with synonyms or related terms for ''Pet Store'', separated by commas>'
|
||||
shop/photo:
|
||||
# shop=photo
|
||||
|
||||
@@ -564,6 +564,98 @@
|
||||
"name": "Swimming Pool",
|
||||
"searchable": false
|
||||
},
|
||||
"amenity/animal_boarding": {
|
||||
"icon": "veterinary",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"boarding",
|
||||
"cat",
|
||||
"dog",
|
||||
"horse",
|
||||
"kitten",
|
||||
"pet boarding",
|
||||
"pet care",
|
||||
"pet hotel",
|
||||
"puppy",
|
||||
"reptile"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "animal_boarding"
|
||||
},
|
||||
"name": "Animal Boarding Facility"
|
||||
},
|
||||
"amenity/animal_breeding": {
|
||||
"icon": "veterinary",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"breeding",
|
||||
"bull",
|
||||
"cat",
|
||||
"cow",
|
||||
"dog",
|
||||
"horse",
|
||||
"husbandry",
|
||||
"kitten",
|
||||
"livestock",
|
||||
"pet breeding",
|
||||
"puppy",
|
||||
"reptile"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "animal_breeding"
|
||||
},
|
||||
"name": "Animal Breeding Facility"
|
||||
},
|
||||
"amenity/animal_shelter": {
|
||||
"icon": "veterinary",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"adoption",
|
||||
"aspca",
|
||||
"cat",
|
||||
"dog",
|
||||
"horse",
|
||||
"kitten",
|
||||
"pet care",
|
||||
"pet rescue",
|
||||
"puppy",
|
||||
"raptor",
|
||||
"reptile",
|
||||
"rescue",
|
||||
"spca"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "animal_shelter"
|
||||
},
|
||||
"name": "Animal Shelter"
|
||||
},
|
||||
"amenity/arts_centre": {
|
||||
"icon": "theatre",
|
||||
"fields": [
|
||||
@@ -11344,9 +11436,13 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"animal",
|
||||
"cat",
|
||||
"dog",
|
||||
"fish"
|
||||
"fish",
|
||||
"kitten",
|
||||
"puppy",
|
||||
"reptile"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "pet"
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"icon": "veterinary",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"boarding",
|
||||
"cat",
|
||||
"dog",
|
||||
"horse",
|
||||
"kitten",
|
||||
"pet boarding",
|
||||
"pet care",
|
||||
"pet hotel",
|
||||
"puppy",
|
||||
"reptile"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "animal_boarding"
|
||||
},
|
||||
"name": "Animal Boarding Facility"
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"icon": "veterinary",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"breeding",
|
||||
"bull",
|
||||
"cat",
|
||||
"cow",
|
||||
"dog",
|
||||
"horse",
|
||||
"husbandry",
|
||||
"kitten",
|
||||
"livestock",
|
||||
"pet breeding",
|
||||
"puppy",
|
||||
"reptile"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "animal_breeding"
|
||||
},
|
||||
"name": "Animal Breeding Facility"
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"icon": "veterinary",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"adoption",
|
||||
"aspca",
|
||||
"cat",
|
||||
"dog",
|
||||
"horse",
|
||||
"kitten",
|
||||
"pet care",
|
||||
"pet rescue",
|
||||
"puppy",
|
||||
"raptor",
|
||||
"reptile",
|
||||
"rescue",
|
||||
"spca"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "animal_shelter"
|
||||
},
|
||||
"name": "Animal Shelter"
|
||||
}
|
||||
@@ -11,9 +11,13 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"animal",
|
||||
"cat",
|
||||
"dog",
|
||||
"fish"
|
||||
"fish",
|
||||
"kitten",
|
||||
"puppy",
|
||||
"reptile"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "pet"
|
||||
|
||||
@@ -143,6 +143,18 @@
|
||||
"key": "amenity",
|
||||
"value": "swimming_pool"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "animal_boarding"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "animal_breeding"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "animal_shelter"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "arts_centre"
|
||||
|
||||
Vendored
+13
-1
@@ -2000,6 +2000,18 @@
|
||||
"name": "Swimming Pool",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/animal_boarding": {
|
||||
"name": "Animal Boarding Facility",
|
||||
"terms": "boarding,cat,dog,horse,kitten,pet boarding,pet care,pet hotel,puppy,reptile"
|
||||
},
|
||||
"amenity/animal_breeding": {
|
||||
"name": "Animal Breeding Facility",
|
||||
"terms": "breeding,bull,cat,cow,dog,horse,husbandry,kitten,livestock,pet breeding,puppy,reptile"
|
||||
},
|
||||
"amenity/animal_shelter": {
|
||||
"name": "Animal Shelter",
|
||||
"terms": "adoption,aspca,cat,dog,horse,kitten,pet care,pet rescue,puppy,raptor,reptile,rescue,spca"
|
||||
},
|
||||
"amenity/arts_centre": {
|
||||
"name": "Arts Center",
|
||||
"terms": ""
|
||||
@@ -4334,7 +4346,7 @@
|
||||
},
|
||||
"shop/pet": {
|
||||
"name": "Pet Store",
|
||||
"terms": "cat,dog,fish"
|
||||
"terms": "animal,cat,dog,fish,kitten,puppy,reptile"
|
||||
},
|
||||
"shop/photo": {
|
||||
"name": "Photography Store",
|
||||
|
||||
Reference in New Issue
Block a user