Skip to content

Version 2.15.6

Compare
Choose a tag to compare
@joto joto released this 27 Jun 21:34
· 313 commits to master since this release

Added

  • Add IdSetSmall::merge_sorted function.

Changed

  • Little optimization for IdSetSmall: Don't add the same id twice in a row.

Fixed

  • Do not build areas with "recursion depth > 20". This happens when there are complex multipolygon with many rings touching in single points. This is a quick fix that hopefully keeps us going until we find a better solution.