-
Notifications
You must be signed in to change notification settings - Fork 252
Add preset for amenity=veterinary_pharmacy #1451
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
Merged
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 0e0763d
sort terms alphabetically, drop trailing whitespace
tyrasd ee48aa3
tweak preset label
tyrasd a19daad
add "groundskeeping" as search term
tyrasd 133f005
Fix: Icon changed to tractor from fontawesome
Avan2021 8afc34b
Merge branch 'groundskeeping' of https://github.com/Avan2021/id-taggi…
Avan2021 e1b4ef1
Preset for Veterinary Pharmacy
Avan2021 0576071
Delete data/presets/shop/groundskeeping.json
Avan2021 72e9619
Corrected icon, reordered terms, removed unnecessary fields, changed …
Avan2021 08c485a
Merge branch 'openstreetmap:main' into vetern
Avan2021 ca69f0e
Merge branch 'vetern' of https://github.com/Avan2021/id-tagging-schem…
Avan2021 8027700
icon changed fas-paw => fa-paw
Avan2021 da9f3e2
icon still not working so used the veterinary one
Avan2021 51c099b
drop superfluous whitespace
tyrasd 561d652
Update data/presets/amenity/veterinary_pharmacy.json
Avan2021 46d3058
Update data/presets/amenity/veterinary_pharmacy.json
Avan2021 04cf85b
Adding {amenity/pharmacy} to fields and moreFields
Avan2021 b3bae20
Adding {amenity/pharmacy} to fields and moreFields
Avan2021 110518f
Update data/presets/amenity/veterinary_pharmacy.json
Avan2021 f736a66
Update data/presets/amenity/veterinary_pharmacy.json
Avan2021 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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}", | ||
|
Avan2021 marked this conversation as resolved.
Outdated
|
||
| "{amenity/pharmacy}" | ||
| ], | ||
| "geometry": [ | ||
| "point", | ||
| "area" | ||
| ], | ||
| "terms": [ | ||
|
Avan2021 marked this conversation as resolved.
|
||
| "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" | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.