oshdb icon indicating copy to clipboard operation
oshdb copied to clipboard

Incorrect geometry for Multipolygons with shells which share a single point

Open rtroilo opened this issue 2 years ago • 0 comments

This PR is for working on issue #424. Wrong geometry generation for multipolygon where shells share a common node.

   lat
    ^
    4 a--d
    3 |  |
    2 b--c--e
    1    |  |
    0    g--f
      0123456 -> lon
  
   A: (a,b,c)\
              one shell (a,b,c,d,a)
   B: (c,d,a)/
  
   C: (c,e,f)\
              one shell (c,e,f,g,c)
   D: (f,g,c)/

Corresponding issue

Closes #424

Checklist

rtroilo avatar Aug 28 '21 13:08 rtroilo