We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afc34b commit e1b4ef1Copy full SHA for e1b4ef1
data/presets/amenity/veterinary_pharmacy.json
@@ -0,0 +1,40 @@
1
+{
2
+ "icon": "fa-solid fa-paw",
3
+ "fields": [
4
+ "name",
5
+ "operator",
6
+ "address",
7
+ "building_area_yes",
8
+ "opening_hours"
9
+ ],
10
+ "moreFields": [
11
+ "{@templates/poi}",
12
+ "charge_fee",
13
+ "fee"
14
15
+ "geometry": [
16
+ "point",
17
+ "area"
18
19
+ "terms": [
20
+ "pet clinic",
21
+ "veterinarian",
22
+ "pet doctor",
23
+ "veterinary pharmacy",
24
+ "pet pharmacy",
25
+ "animal pharmacy",
26
+ "vet pharmacy",
27
+ "pet meds",
28
+ "animal medication",
29
+ "veterinary supplies",
30
+ "pet prescriptions",
31
+ "veterinary compounding"
32
33
+ "aliases": [
34
+ "Animal Pharmacy"
35
36
+ "tags": {
37
+ "amenity": "veterinary_pharmacy"
38
+ },
39
+ "name": "Veterinary Care"
40
+}
0 commit comments