mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Added preset for veterinary
This commit is contained in:
committed by
Aaron Lidman
parent
a8184afff2
commit
e95abff08e
@@ -558,6 +558,9 @@ en:
|
||||
amenity/vending_machine:
|
||||
name: Vending Machine
|
||||
terms: "<translate with synonyms or related terms for 'Vending Machine', separated by commas>"
|
||||
amenity/veterinary:
|
||||
name: Veterinary
|
||||
terms: "<translate with synonyms or related terms for 'Veterinary', separated by commas>"
|
||||
amenity/waste_basket:
|
||||
name: Waste Basket
|
||||
terms: "<translate with synonyms or related terms for 'Waste Basket', separated by commas>"
|
||||
|
||||
@@ -1532,6 +1532,23 @@
|
||||
},
|
||||
"name": "Vending Machine"
|
||||
},
|
||||
"amenity/veterinary": {
|
||||
"fields": [],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"pet clinic",
|
||||
"veterinarian",
|
||||
"animal hospital",
|
||||
"pet doctor"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "veterinary"
|
||||
},
|
||||
"name": "Veterinary"
|
||||
},
|
||||
"amenity/waste_basket": {
|
||||
"icon": "waste-basket",
|
||||
"geometry": [
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"fields": [],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"pet clinic",
|
||||
"veterinarian",
|
||||
"animal hospital",
|
||||
"pet doctor"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "veterinary"
|
||||
},
|
||||
"name": "Veterinary"
|
||||
}
|
||||
Vendored
+4
@@ -1174,6 +1174,10 @@
|
||||
"name": "Vending Machine",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/veterinary": {
|
||||
"name": "Veterinary",
|
||||
"terms": "pet clinic,veterinarian,animal hospital,pet doctor"
|
||||
},
|
||||
"amenity/waste_basket": {
|
||||
"name": "Waste Basket",
|
||||
"terms": "rubbish bin,litter bin,trash can,garbage can"
|
||||
|
||||
Reference in New Issue
Block a user