I am trying to map a part of the Fox River in Berlin, Wisconsin. I am relatively new to OSM and am unsure of how to create a riverbank using ways and relations. Are there any guides out there or any easy way to go about doing this? Thanks! Please forgive me; I'm relatively new to OSM and am completely new to creating riverbanks. asked 04 Feb '14, 02:31 ItalianMustache aseerel4c26 ♦ |
waterway=riverbank calls for a closed way. If it is unclosed, it will not render properly. Riverbanks are often done via multipolygon relations because 1) there are islands and/or 2) there are so many nodes in the ways that if sections were merged together, they would go over the 2000 node limit. So, to create a multipolygon relation for the riverbank, you want to take (or create) a way, add it to a new relation of type=multipolygon. On the multipolygon relation, add waterway=riverbank, name=Fox River, and any other tags. Then, on your way, make sure it has role=outer. Repeat this for all other ways that make up the outer edge of the riverbank. Any islands can be added to the same relation, but with role=inner. It is OK for a riverbank that is a relation to bump up against a riverbank that is made up of one way--their edges will overlap. Although, you might want to consider adding that section to the relation too. Rivers can turn into long projects sometimes! One other thing, an alternate tagging to waterway=riverbank is natural=water, water=river. Either is acceptable and rendered the same. answered 04 Feb '14, 14:25 neuhausr aseerel4c26 ♦ 3
Good explanation, except for one thing: There's no reason to use multipolygon relations except for islands in the river. When the closed way gets two long, just make two or more closed ways. This will lead to ways going across the river, but don't worry about that - it's part of how riverbank tagging is designed. (The name is somewhat misleading in that regard.)
(04 Feb '14, 20:37)
Tordanik
I agree, although I've found that most decent-sized rivers seem to have some islands sooner or later. Also, one could argue that if the whole river is in a relation, it might be easier to deal with from a data user's perspective?
(04 Feb '14, 21:06)
neuhausr
"it might be easier to deal with from a data user's perspective" It's not something to discuss here but ... data consumers perspective is something to take into account but more important are the contributors. Making edition easier is more important than simplifying some piece of sofware development.
(05 Feb '14, 12:11)
Pieren
|
Hello There, If it's not been said before welcome to the addiction of OSM. I find this page to be very helpful,:- http://wiki.openstreetmap.org/wiki/Tag:waterway%3Driverbank it describes well the way to map bodies of water. If you've more specific questions after reading that page or need anything explaining please just ask. Regards Bernard answered 04 Feb '14, 07:40 BCNorwich 1
I tried that page, but it really didn't make much sense to me. Thank you for welcoming me. It truly is an addiction.
(05 Feb '14, 05:34)
ItalianMustache
As long as you are careful you could study an existing riverbank polygon in your editor. Maybe someone as a good example to learn from. I looked for an editing "how to" video in the wiki but couldn't find one.
(05 Feb '14, 11:05)
andy mackey
|
Could you please be more specific on what is not clear with the description at Tag:waterway=riverbank ?
The wiki page for riverbank makes several suggestions for what to tag riverbanks as, but isn't at all clear about how a new mapper would go about doing that, using any of the OSM editors.
@SomeoneElse: I tried to make that "how to" a bit clearer in the "common tagging" section. Links should be followed, too – like on all wiki pages if more information is needed. For how to use an editor the editor's handbook should be read.