Commit 85103ca0 authored by Eric Duminil's avatar Eric Duminil
Browse files

file has been written.

parent dff7ef2a
......@@ -95,6 +95,7 @@ public int downloadRegionFromCityGMLs(String wktPolygon, String project, String
try (BufferedWriter gmlWriter = Files.newBufferedWriter(outputFile.toPath())) {
count = RegionExtractor.selectRegionDirectlyFromCityGML(wktPolygon, srsName, gmlWriter, paths);
}
LOGGER.info(outputFile + " has been written");
return count;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment