@@ -156,16 +156,17 @@ description, even if the file name has the correct suffix.
156156
157157Here is a list of optional settings currently supported:
158158
159- | Format | Option | Default | Description
160- | ------ | ------ | ------- | -----------
161- | PBF | ` pbf_dense_nodes ` | true | Use DenseNodes (more space efficient)
162- | PBF | ` pbf_compression ` | gzip | Compress blocks using gzip (use "none" to disable)
163- | XML | ` xml_change_format ` | false | Set change format, can also be set by using ` osc ` instead of ` osm ` suffix
164- | XML | ` force_visible_flag ` | false | Write out ` visible ` flag on each object, also set if ` osh ` instead of ` osm ` suffix used
165- | * all* | ` add_metadata ` | true | * see below*
166- | PBF, XML, OPL | ` locations_on_ways ` | false | Add node locations to way nodes (libosmium-specific extension)
167- | DEBUG | ` use_color ` | false | Output with ANSI colors
168- | DEBUG | ` add_crc32 ` | false | Add CRC32 checksum to all objects
159+ | Format | Option | Default | Description
160+ | ------ | ------ | ------- | -----------
161+ | PBF | ` pbf_dense_nodes ` | true | Use DenseNodes (more space efficient)
162+ | PBF | ` pbf_compression ` | zlib | Compression for PBF blocks (` none ` , ` zlib ` , ` lz4 ` )
163+ | PBF | ` pbf_compression_level ` | | Compression level for PBF blobs
164+ | XML | ` xml_change_format ` | false | Set change format, can also be set by using ` osc ` instead of ` osm ` suffix
165+ | XML | ` force_visible_flag ` | false | Write out ` visible ` flag on each object, also set if ` osh ` instead of ` osm ` suffix used
166+ | * all* | ` add_metadata ` | true | * see below*
167+ | PBF, XML, OPL | ` locations_on_ways ` | false | Add node locations to way nodes (libosmium-specific extension)
168+ | DEBUG | ` use_color ` | false | Output with ANSI colors
169+ | DEBUG | ` add_crc32 ` | false | Add CRC32 checksum to all objects
169170
170171### Writing metadata on OSM objects (` add_metadata ` )
171172
0 commit comments