Skip to content

Commit 3c9bd19

Browse files
default gzip compression
1 parent ef02390 commit 3c9bd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtron-cli/src/main/kotlin/io/rtron/cli/SubcommandOpendriveToCitygml.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class SubcommandOpendriveToCitygml : CliktCommand(
112112
private val compressionFormat: CompressionFormat by option(
113113
help = "compress the output files with the respective compression format",
114114
).enum<CompressionFormat>()
115-
.default(CompressionFormat.NONE)
115+
.default(CompressionFormat.GZ)
116116

117117
// Methods
118118
override fun help(context: Context) = "Transform OpenDRIVE datasets to CityGML"

0 commit comments

Comments
 (0)