Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
RegionChooser
Commits
85103ca0
Commit
85103ca0
authored
2 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
file has been written.
parent
dff7ef2a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/eu/simstadt/regionchooser/RegionChooserBrowser.java
+1
-0
.../java/eu/simstadt/regionchooser/RegionChooserBrowser.java
with
1 addition
and
0 deletions
+1
-0
src/main/java/eu/simstadt/regionchooser/RegionChooserBrowser.java
+
1
-
0
View file @
85103ca0
...
...
@@ -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
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment