[Potlatch-dev] [OpenStreetMap] #3495: splitting way doesn't work on loops
OpenStreetMap
trac at openstreetmap.org
Mon Jan 31 22:37:04 GMT 2011
#3495: splitting way doesn't work on loops
------------------------+---------------------------------------------------
Reporter: tko | Owner: potlatch-dev@…
Type: defect | Status: closed
Priority: minor | Milestone:
Component: potlatch2 | Version:
Resolution: fixed | Keywords:
------------------------+---------------------------------------------------
Changes (by stevage):
* status: new => closed
* resolution: => fixed
Comment:
I've fixed the original bug in [25204]. Now that I've investigated the
problem a bit, the cause of confusion is distinguishing the *node* (which
is reused at a junction) from the node *index* (which is unique).
A P-shaped way of length 10 that joins back to itself on node 5 is
ambiguous when you click on that node: did you mean index 5, or index 9?
Fortunately, pressing split resolves the ambiguity: you couldn't have
wanted to split at index 9.
In the case of a figure 8 (let's extend the previous example, and loop
from index 5 back to 0, with a total length of 15), it's still ambiguous:
when you click the junction and press split, did you mean index 5 or index
9?
--
Ticket URL: <http://trac.openstreetmap.org/ticket/3495#comment:4>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world
More information about the Potlatch-dev
mailing list