You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix shortbread boundary processing in regards to disputed boundaries
The way disputed boundaries are implemented was not correct. Generally
boundaries should be processed as if disputed boundaries do not exists.
But then all boundary lines created from ways that have the disputed
flag set or that are in a relation tagged boundary=disputed will be
marked as disputed.
Note that the relation that marks a way as disputed is not the same
relation that marks a way as part of some specific admin boundary. The
first is tagged boundary=disputed, the second is tagged
boundary=administrative.
This is based on the work in #10 but rewrites the code to be (hopefully)
easier to understand.
Note that this only fixes the version for shortbread_v1, the version for
shortbread_v1_gen also needs updating which will come later.
0 commit comments