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

Add preset for amenity=veterinary_pharmacy #1451

Merged
merged 20 commits into from
Feb 26, 2025
Merged
Changes from 18 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
5eb7784
preset for shop=groundskeeping
Avan2021 Feb 17, 2025
0e0763d
sort terms alphabetically, drop trailing whitespace
tyrasd Feb 18, 2025
ee48aa3
tweak preset label
tyrasd Feb 18, 2025
a19daad
add "groundskeeping" as search term
tyrasd Feb 18, 2025
133f005
Fix: Icon changed to tractor from fontawesome
Avan2021 Feb 18, 2025
8afc34b
Merge branch 'groundskeeping' of https://github.com/Avan2021/id-taggi…
Avan2021 Feb 18, 2025
e1b4ef1
Preset for Veterinary Pharmacy
Avan2021 Feb 21, 2025
0576071
Delete data/presets/shop/groundskeeping.json
Avan2021 Feb 21, 2025
72e9619
Corrected icon, reordered terms, removed unnecessary fields, changed …
Avan2021 Feb 22, 2025
08c485a
Merge branch 'openstreetmap:main' into vetern
Avan2021 Feb 22, 2025
ca69f0e
Merge branch 'vetern' of https://github.com/Avan2021/id-tagging-schem…
Avan2021 Feb 22, 2025
8027700
icon changed fas-paw => fa-paw
Avan2021 Feb 22, 2025
da9f3e2
icon still not working so used the veterinary one
Avan2021 Feb 22, 2025
51c099b
drop superfluous whitespace
tyrasd Feb 24, 2025
561d652
Update data/presets/amenity/veterinary_pharmacy.json
Avan2021 Feb 25, 2025
46d3058
Update data/presets/amenity/veterinary_pharmacy.json
Avan2021 Feb 25, 2025
04cf85b
Adding {amenity/pharmacy} to fields and moreFields
Avan2021 Feb 25, 2025
b3bae20
Adding {amenity/pharmacy} to fields and moreFields
Avan2021 Feb 25, 2025
110518f
Update data/presets/amenity/veterinary_pharmacy.json
Avan2021 Feb 25, 2025
f736a66
Update data/presets/amenity/veterinary_pharmacy.json
Avan2021 Feb 25, 2025
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
40 changes: 40 additions & 0 deletions data/presets/amenity/veterinary_pharmacy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"icon": "temaki-veterinary_care",
"fields": [
"name",
"operator",
"address",
"building_area_yes",
"opening_hours",
"{amenity/pharmacy}"
],
"moreFields": [
"{@templates/poi}",
"{amenity/pharmacy}"
],
"geometry": [
"point",
"area"
],
"terms": [
"animal medication",
"animal pharmacy",
"pet clinic",
"pet doctor",
"pet meds",
"pet pharmacy",
"pet prescriptions",
"veterinarian",
"veterinary compounding",
"veterinary pharmacy",
"veterinary supplies",
"vet pharmacy"
],
"aliases": [
"Animal Pharmacy"
],
"tags": {
"amenity": "veterinary_pharmacy"
},
"name": "Veterinary Pharmacy"
}