Skip to content

Version 1.16.0

Latest
Compare
Choose a tag to compare
@joto joto released this 20 Sep 15:08
· 25 commits to master since this release

Added

  • Add "tags" strategy option for smart extract strategy. This checks relations for the specified keys/tags. For a relation to be completed it has to match the keys/tags.

Changed

  • Limit the number of extracts possible with osmium extract to 500. Prevents us from running out of file descriptors.

Fixed

  • Extract with a polygon could fail in some circumstances.
  • Compile problem on Windows due to our use of GetObject() function from RapidJSON.