Commit 3f7fb108 authored by Eric Duminil's avatar Eric Duminil
Browse files

not needed.

parent 22cecee7
......@@ -148,7 +148,6 @@ const regionChooser = (function(){
var intersectionArea = intersection.getGeometry().getArea();
var citygml_percentage = Math.round(intersectionArea / feature["area"] * 100);
var sketch_percentage = Math.round(intersectionArea / polygonArea * 100);
var id = feature.getId();
intersections.addFeature(intersection);
//TODO: Clean this mess. No jquery
......
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