Skip to content

Commit 45afefd

Browse files
authored
Fixed the issue that the generated vrt.xml is empty when writing out COG (#3545)
1 parent cd2230d commit 45afefd

File tree

1 file changed

+1
-0
lines changed
  • store/src/main/scala/geotrellis/store/cog/vrt

1 file changed

+1
-0
lines changed

store/src/main/scala/geotrellis/store/cog/vrt/VRT.scala

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ object VRT {
172172
doctype = null
173173
)
174174

175+
writer.flush()
175176
baos
176177
}
177178

0 commit comments

Comments
 (0)