-
Notifications
You must be signed in to change notification settings - Fork 823
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
Adding rendering for craft #4809
base: master
Are you sure you want to change the base?
Conversation
Thanks for the pull request. This is not a review but a few preliminary remarks:
|
Thanks for the remarks, you convinced me that a catch all is not a good idea. What are your thoughts to rendering some |
I think our decisions with displaying POIs should be considering the usefulness of the feature in question for the map user. For an office (in the wider sense) with no customer interaction of any kind this amounts to essentially displaying categorized business addresses rather than POIs in the true sense of the word. I would think positively about displaying crafts that provide public services of some kind (in principle, subject to the technical and cartographic constraints discussed) but less so for such with no such interaction. If a carpenter, electrician, painter etc. invites walk-in customers for sales talks and ordering their services that would qualify. Unfortunately tagging practice in OSM does not seem to make such a distinction. |
I suspect that nearly all the places that mappers would add under The particular problem with How about adjusting the addressing mechanism to just giving the name in bold (no colour needed), overriding Frankly you could take the same line for |
I second @dch0ph's comment on the usage of I'm rather skeptical though about the proposal to render these places by printing the business name without a symbol or even bullet. The floating house numbers coming from unrendered |
Fixes #1697
Changes proposed in this pull request:
For craft I picked a color that is between office and shop. Most crafts are rendered as a generic dot to avoid cluttering due to too many icons. For more shop like craft with much customer contact like shoemaker, tailor and dressmaker I used icons.
The icons were taken form #3126.
This change requires a database reload.
Test rendering with links to the example places:
(before left, after right)
(https://www.openstreetmap.org/node/3888292897)
https://www.openstreetmap.org/node/3888292897
(https://www.openstreetmap.org/node/3888292897)
Potential problems