<div dir="ltr"><br><div>On Tue, Nov 13, 2018 at 7:07 AM Graeme Fitzpatrick <<a href="mailto:graemefitz1@gmail.com">graemefitz1@gmail.com</a>> wrote:</div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div class="gmail_quote">How about marking the disputed area (dashed lines) as a new level, say boundary=administrative + admin_level=15?</div></div></div></blockquote><div><br></div><div>Please, not this. From the first two sentences of the first paragraph of the wiki:</div><div><br></div><div style="margin-left:40px">The admin_level key describes the administrative level of an object
within a government hierarchy. A lower level means higher in the
hierarchy. <br></div><div style="margin-left:40px"><br></div><div>Your suggestion breaks this, which is reason enough not to do it. It means special-casing in</div><div>editors and renderers, which complicates the code a little. It also means special-casing in</div><div>humans, who are notoriously bad at getting things wrong.<br></div><div><br></div><div>In programming, this sort of trick is considered a very bad thing. In the past it was quite common,</div><div> but these days programmers try to avoid putting special-case values into an otherwise hierarchical</div><div> or quantitative field (some programmers might accept negative numbers as having special meaning,</div><div> but many would not).<br></div><div><br></div><div>It would also require more effort to reverse if a dispute is resolved. Having something like</div><div> admin_level=2 + disputed=yes can be reversed easily, but admin_level=15 requires extra</div><div>effort (not much, but some) in order to figure out what the admin_level should change to.</div><div>Even admin_level=-2 meaning that when resolved it changes to admin_level=2 would be</div><div>better than this.</div><div><br></div><div>To complicate matters further, has anyone considered what to do with condominia like</div><div><a href="https://en.wikipedia.org/wiki/Pheasant_Island">Pheasant Island</a>? It's not disputed, but it belongs to France for 6 months of the year and to</div><div>Spain for the other six months of the year. There are other condominia where sovereignty</div><div>is joint but continuous rather than time-shared.</div><div><br></div><div>-- <br></div><div>Paul</div><div><br></div></div></div>