osmcode / osmium-tool

Command line tool for working with OpenStreetMap data based on the Osmium library.
https://osmcode.org/osmium-tool/
GNU General Public License v3.0
483 stars 104 forks source link

Require Osmium 2.17.0 for is_false. #242

Closed sebastic closed 2 years ago

sebastic commented 2 years ago

The osmium-tool Debian package failed to build with 2.16.0-1 for bullseye-backports:

error: 'const class osmium::util::Options' has no member named 'is_false'

To fix this at least libosmium 2.17.0 is required.