We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef02390 commit 3c9bd19Copy full SHA for 3c9bd19
rtron-cli/src/main/kotlin/io/rtron/cli/SubcommandOpendriveToCitygml.kt
@@ -112,7 +112,7 @@ class SubcommandOpendriveToCitygml : CliktCommand(
112
private val compressionFormat: CompressionFormat by option(
113
help = "compress the output files with the respective compression format",
114
).enum<CompressionFormat>()
115
- .default(CompressionFormat.NONE)
+ .default(CompressionFormat.GZ)
116
117
// Methods
118
override fun help(context: Context) = "Transform OpenDRIVE datasets to CityGML"
0 commit comments