-
Notifications
You must be signed in to change notification settings - Fork 827
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 rendering for healthcare tag scheme #3498
Merged
Merged
Changes from 18 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c319532
change healthcare colour
jragusa 503eb48
add support of healthcare tag scheme
jragusa e243ff1
replace hospital icon
jragusa 6481cee
add support of healthcare tag scheme
jragusa b6fe1b1
support healthcare tag scheme
jragusa 815b165
change health colour and shift dentist icon to z18
jragusa 8918768
shift amenity=doctors to z17
jragusa 60a4b88
add healthcare duplications with amenity and remove whitespaces
jragusa 2480ce2
fix error of healthcare column
jragusa 50e07e1
Merge branch 'master' into healthcare
jragusa 06a2e96
Fix healthcare=doctor and add healthcare=pharmacy
jragusa e73e5d6
remove whitespaces
jragusa c96dd04
change to darker colour
jragusa 8cbd2fc
Merge branch 'master' into healthcare
jragusa ad0cafe
Merge branch 'master' into healthcare
jragusa 5f22b9c
remove healthcare in lua script
jragusa dc818f2
fix zoom condition of dentist
jragusa 1e889f8
Merge branch 'healthcare' of https://github.com/jragusa/openstreetmap…
jragusa e72e3d8
add hospice
jragusa 1f6fd4a
group healthcare=centre with amenity=doctors
jragusa 01aaf06
add specific behaviour for healthcare=doctor
jragusa 7956ac6
remove healthcare=pharmacy
jragusa b16bdc3
move block amenity=pharmacy
jragusa dfc4a2a
change chiropractor to dialysis and remove healthcare=hospice
jragusa a3b157e
move block amenity=hospital with other amenity/healthcare features
jragusa 3f6a811
add dialysis and remove chiropractor and pharmacy in project.mml
jragusa 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 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
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one looks like a leftover - it's not enlisted on https://wiki.openstreetmap.org/wiki/Key:healthcare#Values list, so please remove it. Perhaps it should be
healthcare_dialysis
, because this one is enlisted on the wiki, but it's missing here.Of course fix also all the other places where
chiropractor
is present instead ofdialysis
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I made a combination of the most cited occurrences (first page) in the taginfo and the wiki page. Both are similar except that
chiropractor
is more popular (180 occurrences) thandialysis
(18 occurrences, second page).I forgot to mention
dialysis
in the list and I'm adding it but what aboutchiropractor
? I notice also that I also forgot hospice.