Skip to content

Commit a2e4e42

Browse files
authored
Add preset for amenity=veterinary_pharmacy (#1451)
1 parent 7d6e73e commit a2e4e42

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"icon": "temaki-veterinary_care",
3+
"fields": [
4+
"{amenity/pharmacy}"
5+
],
6+
"moreFields": [
7+
"{amenity/pharmacy}"
8+
],
9+
"geometry": [
10+
"point",
11+
"area"
12+
],
13+
"terms": [
14+
"animal medication",
15+
"animal pharmacy",
16+
"pet clinic",
17+
"pet doctor",
18+
"pet meds",
19+
"pet pharmacy",
20+
"pet prescriptions",
21+
"veterinarian",
22+
"veterinary compounding",
23+
"veterinary pharmacy",
24+
"veterinary supplies",
25+
"vet pharmacy"
26+
],
27+
"aliases": [
28+
"Animal Pharmacy"
29+
],
30+
"tags": {
31+
"amenity": "veterinary_pharmacy"
32+
},
33+
"name": "Veterinary Pharmacy"
34+
}

0 commit comments

Comments
 (0)