bz2 support for OSM reading and writing

This commit is contained in:
Patrick Brosi 2023-08-24 17:29:01 +02:00
parent 3d6ed3e2fd
commit 58c47bb1a5
8 changed files with 101 additions and 9 deletions

View file

@ -19,6 +19,7 @@ For a quick visual inspection of the shape quality, see for example the schedule
* `gcc >= 5.0` (or `clang >= 3.9`)
* `libzip` (optional, for ZIP support)
* `zlib` (optional, for gzip support)
* `libbz2` (optional, for bzip2 support)
## Building and Installation