-
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
render more private POI icons lighter #1012
Comments
To be in sync with #682 we should probably drop "permissive" here and in parking, too. |
We should not encourage value |
Sure. I did not checked it. Thanks for your input. |
@nebulon42 - can you consider making SVG icons for leisure=playground, amenity=recycling, amenity=toilets before other icons? marker-opacity available for SVG files would make it easy to implement this request. amenity=toilets are special case, here access=public probably should also be considered as valid. |
@HolgerJeromin I am unsure about tourism=museum - SVG icon will be used in a near future, but I am unsure whatever handling private museums makes sense. |
Good point. I looked at all icons for this list. |
what is a "private Museum"? Is it about private collections visit able by appointment ? IMHO if the public is excluded it will hardly be a museum. The term "private museum" commonly refers to privately owned museums, which are still visitable typically...= |
Here are my proposals for icons heavily inspired by Maki and Nori: I will look into recycling, this is a more complex one. |
recycling: https://github.com/nebulon42/osmic/blob/master/amenity/recycling-16.svg |
@nebulon42 Can you make make pull requests? I think that it would be better to separately SVGify icons and implement different rendering for private access. toilet icon - I think that it would be a good idea to add this vertical bar. |
So toilets and archaeological site are now waiting for SVG icons. natural=cave_entrance is problematic, as it is not clear what access on it means. It may declare whatever cave entrance is accessible or is it about cave? How should one tag cave entrance that is reachable, but further travel is impossible (door, bars etc)? Maybe definition is hidden somewhere on OSM wiki, but as it is not intuitive big part of tags would ignore it anyway. |
IMO access on the cave entrance means the cave. Reachability has to be represented on ways towards the entrance. If there are none then everybody would have to judge for his/her own if it would be dangerous/impossible to reach the entrance. |
Most "private" museums i found requires pre-registration. IMO a very valid reason to render them with opacity. |
There is now a icon proposal for library (see #1228). |
There is no need to change the icons to SVG for opacity. See point-opacity. SVG gains us two things over PNG
|
pnorman: thanks for your explanation. updated |
I propose to use point-opacity and text-opacity with a value of |
2015-01-05 12:56 GMT+01:00 Holger Jeromin [email protected]:
I'd not render them at all on a general purpose map, assuming that |
I checked few OSM Wiki pages with tags tables to make a complete list of lighter icon candidates. I also though about tags mentioned above:
My candidates:
|
I don't think so, there are different toilets. Some are paid, some are free, some are closed, some are opened all the time (imagine for example toilets on the beach or mobile toilets). |
Just for the record: there is a proposition to use lighter icons also for ruined historic buildings |
First tries:
|
Example with a camp site:
|
I really like this idea. Is it the same lightness as private parking though? Comparing the test of wilderness hut to private parking, it seems a little lighter for some reason. Maybe its the tone of blue or something. |
|
@Adamant36 yes it's the same parameter: Is there anything else to consider as private POI ? |
Few questions:
|
It should be OK to reoerder them if that makes code more logical, but it would be preferable to do it in a separate commit (in first commit reorder entries, in second add handling of access tag) |
Order of many items seems to be more or less random, so grouping is possible when they have something in common. Just remember to not group things too heavily, since it makes any future code changes much harder and error prone.
What do you mean, not rendering them if the name is tagged? Why would you like to do that? |
@matkoniecz I will create a new branch to have a clear commit list for the PR If there any other POI to include into the list ? |
@jragusa I would add these ones too:
and consider:
|
There's a lot of private benchs in courtyards, in front of apartment complexes, outside of motels etc. I would say its worth adding them. Same for picnic tables. I wonder bicycle repair stations though. I was under the impression that they are a publically usable utility. Plus, the tag doesnt come up in the combinations for access=private on TagInfo. |
@Tomasz-W I'm preparing the PR for this issue using a new branch to clean the commit list |
@jragusa, thanks. Random question, how do you to reorganize things? Alphabetical? Some kind of category based groups? |
@Adamant36 it's not clear for now but I think by topic and then alphabetically |
Perhaps private waste_baskets should (not get mapped and) not be rendered. |
No matter what will be rendered and how, I guess everything that is visible on the ground can be mapped. |
I don't think just because something is private doesn't mean it shouldn't be mapped or rendered. There's plenty of none public places that have private, invite only, events where it would still be useful if someone attending a function there could look at the map to find out where a bathroom, wastebasket, or bench is located. |
Please, let's avoid discussing this topic here. It is vastly preferable to discuss it on talk/tagging (or look through archives, it was discussed at least once) and summarize it on OSM wiki (if it was not done already). |
What about restaurants/fast food? Same with a restaurant inside an industrial complex or university campus. |
Parking has amenity-points.mss#L172
This works, as the marker is in SVG format. I think this could be extended. It is better to change the icon SVG format, but even PNGs can have point-opacity:
natural_cave_entrance (for security reasons) (opacity render cave symbols less opaque when access is restricted #1262 btw the cave entrace icon is in another mss-file than its name)(rejected)less important
and perhaps:
For parking the name has another text color (hard coded, and not defined btw) which has to be decided as well.
The text was updated successfully, but these errors were encountered: