mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
This is used to draw vertices * where multiple parent ways meet * where a single way self intersects (but not the closing node of a loop) We were using Graph#isShared or osmNode#isIntersection, but this is slightly different to handle self-intersecting ways.