This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Multipolygon render issue

0

I've been editing a river with JOSM here, the relation is a multipolygon tagged as a waterway=riverbank. The problem is if I close the outer way in a only one way the render doesn't show the inner ways, but if I split the the outer way in two ways like this and this the render shows every inner way like the islets. Why this happen in the render? Thanks for the help! I speak spanish C:

asked 05 Jun '17, 19:44

diegodeg58's gravatar image

diegodeg58
16113
accept rate: 0%


One Answer:

3

The outer ways are tagged with natural=water. When you join the two into a closed way, that way is then rendered as a solid body of water, ignoring the relation and its inners. All you need to do is remove natural=water from the outer way(s).

answered 05 Jun '17, 19:56

alester's gravatar image

alester
6.6k266100
accept rate: 28%

Thanks for fast answer! It's fixed!

(05 Jun '17, 20:12) diegodeg58

Source code available on GitHub .