Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
RegionChooser
Commits
9dc1b9ac
Commit
9dc1b9ac
authored
Feb 15, 2023
by
Eric Duminil
Browse files
TODO
parent
d5fe804e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/resources/eu/simstadt/regionchooser/website/script/simstadt_openlayers.js
View file @
9dc1b9ac
...
...
@@ -428,8 +428,6 @@ const regionChooser = (function(){
displayInfo
();
draw
.
setActive
(
false
);
//TODO: Test intersection with holes
console
.
log
(
"
Import was succesful!
"
);
dataPanel
.
prepend
(
"
<h2 class='ok'>WKT Polygon succesfully imported!</h2><br/>
"
);
...
...
src/test/java/eu/simstadt/regionchooser/RegionExtractorWithDifferentInputTests.java
View file @
9dc1b9ac
...
...
@@ -98,4 +98,6 @@ void testExtractRegionWithOldCoordinates()
assertTrue
(
gmlWriter
.
toString
().
contains
(
"gml_ZVHMQQ6BZGRT0O3Q6RGXF12BDOV49QIZ58XB"
),
"One weird shaped roof should be inside the region"
);
}
//TODO: Test polygon with holes?
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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