-
Notifications
You must be signed in to change notification settings - Fork 819
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
Change rendering for natural=spring #325
Comments
That orienteering icon looks good. is there any documentation for what -carto needs for icons? |
According to #326 display of icon for node is completely independent from data about way where it belongs, so orienteering type icon that depends on where waterway goes may be impossible to implement. |
As a first stage it could be improved by just being a filled markersymbolizer. The problem with rotating icons is coming up with a sufficiently complex SQL statement. It's possible to do this though. |
If we have an omni-directional icon, or one always displayed vertically, we can still make one without using a letter. The USGS topo map symbols http://www.lib.utexas.edu/maps/usgs_ref/usgs5.jpg use a little round circle to indicate well, and and round circle with a tail to represent spring. If we use a little fountain symbol (blue, water squirting up) to denote a spring, the stream way (if there is one) would take care of the directional part of it all . Maybe something like this. |
This is a prototype for a directional query:
I'd go with an icon that doesn't need to be directional, because the above query is overkill with the waterway already providing a visible direction. I noticed that JOSM uses one icon for both springs and fountains. |
Example icon: http://osm-icons.org/images/c/c9/24021.svg |
I would suggest http://miroslav.suchy.cz/osm/spring.png I used to see this icon in our old maps and I very liked that. And it is very similar to what @javbw mentioned. It is created from from blue dot, which represent the spring itself, and the curve is made from letter S (as spring) and it is symbol of the water which flows from the spring. |
Please use this icon http://goo.gl/ku7aWM I am author of the icon and I am releasing it under public domain. If you need any modification to that icon, feel free to do it or ask me to do it. |
Coming up with a sufficiently complex SQL statement is never a problem for me! :)
How does that look rendered to 16x16? |
JOSM-latest uses now different icons for spring and fountain. See https://josm.openstreetmap.de/ticket/10597 |
For nodes that are part of a waterway a simple circle would be sufficient. Detached springs would look weird, though: While I like the icon of @zdila it does not look so good connected to a waterway if not rotated properly: Or something like @javbw proposed? Admittedly, this needs more work so that it doesn't look like a flower, but I like the last variant best so far. We also have to make sure that the icon is different enough from fountains (see #705 for rendering request). |
It's quite clear that it's not a flower because it has a water color and is not symmetric. It's much better than current symbol, so I would be happy to replace it as soon as possible. I think I will also use your icon for the fountain, so there's no risk of confusing them. |
IMO clearly better than what we have currently. Lighter is better but I think it is a bit too light for forest. |
Great! Do you like to make the color a bit darker or try a halo (in this case I need some instructions how to make it)? |
If you still want to try it, here is an example: https://github.com/gmgeo/osmic-josm-style/blob/master/icons/outdoor/fountain-18.svg Please note that the halo colour and opacity cannot be changed from within the stylesheet. |
It makes sense for me - dropping the fill will make it more abstract, while not being cryptic, language specific symbol as currently. Additional note: context is always important, not only the graphic design. Properly mapped area will include stream flowing out of the spring. Cases like this: are most probably just not finished. Maybe there are sources that don't have the visible stream flowing out, but they should be rare (does anybody know such places?). For example here the missing stream has been added eventually, along with many other objects: Also the wells should generally be placed near some populated places, not in the middle of nowhere, where springs can be found. It's not a hard rule, but looking at the image above I don't think of wells or watering places, even without the streams attached. |
An example of @imagico's test without the blue fill: At first, I thought of increasing the ring's thickness, but it may be voluntarily thin. What do you think? |
Hard to notice spring without the stream here (only the name helps). I would rather use the same color as stream, so it could be closer to original @matkoniecz design. |
In this version it''s even harder to see the single spring. I guess one has to experiment with different options and maybe blue fill will be better than lack of it. |
The discussion here takes a lot of side roads. I just want to consider that the spring icon needs to be visible in a body of water. See also #1482 about springs as areas. |
Oh, I didn’t notice I should keep an eye on that, thanks for noticing.
Le 28 févr. 2018 à 14:27, polarbearing <notifications@github.com<mailto:notifications@github.com>> a écrit :
The discussion here takes a lot of side roads. I just want to consider that the spring icon needs to be visible in a body of water. See also #1482<#1482> about springs as areas.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#325 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ANI7oHWDju9S_4v_ufj0kbgTVscqWX4Nks5tZVRDgaJpZM4Bed5D>.
|
Could you test it on different backgrounds and without labels? Also some example with a stream flowing off. I guess this might be good solution. |
I'll try that when I will be able to do so. |
Maybe just publish the code you have used, so we could test it more. |
Here it is: Penegal@3b1d034 Neither the SVG code nor the commit history are clean, and this variant should be applied to |
Something in between? I know it would be a new shade of blue, but I think it's worth it. |
It's a bit too weak in the woods (especially without label), so it could be a bit stronger. In my experience the color perception of the label depends on the halo - see #2845 (comment) for example. |
I also like the first version more. |
Other opinions before I PR this? |
Sorry for the noise, I had trouble cleaning my history. |
I like the version with the stronger halo more. |
http://www.openstreetmap.org/?mlat=49.75063&mlon=19.79288#map=19/49.75063/19.79288
I suggest some more obvious icon - maybe something like https://commons.wikimedia.org/wiki/File:RiverIcon-Spring.svg ?
Also orienteering maps have a good symbol for springs:
from http://www.maprunner.co.uk/simon/mapsymbols.jpg
The text was updated successfully, but these errors were encountered: