Commit 9dc1b9ac authored by Eric Duminil's avatar Eric Duminil
Browse files

TODO

parent d5fe804e
...@@ -428,8 +428,6 @@ const regionChooser = (function(){ ...@@ -428,8 +428,6 @@ const regionChooser = (function(){
displayInfo(); displayInfo();
draw.setActive(false); draw.setActive(false);
//TODO: Test intersection with holes
console.log("Import was succesful!"); console.log("Import was succesful!");
dataPanel.prepend("<h2 class='ok'>WKT Polygon succesfully imported!</h2><br/>"); dataPanel.prepend("<h2 class='ok'>WKT Polygon succesfully imported!</h2><br/>");
......
...@@ -98,4 +98,6 @@ void testExtractRegionWithOldCoordinates() ...@@ -98,4 +98,6 @@ void testExtractRegionWithOldCoordinates()
assertTrue(gmlWriter.toString().contains("gml_ZVHMQQ6BZGRT0O3Q6RGXF12BDOV49QIZ58XB"), assertTrue(gmlWriter.toString().contains("gml_ZVHMQQ6BZGRT0O3Q6RGXF12BDOV49QIZ58XB"),
"One weird shaped roof should be inside the region"); "One weird shaped roof should be inside the region");
} }
//TODO: Test polygon with holes?
} }
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