Commit 8d32adbe authored by Eric Duminil's avatar Eric Duminil
Browse files

TODOs

parent 1e0db345
......@@ -383,6 +383,9 @@ const regionChooser = (function(){
}
importWKT = function(e){
//TODO: DRY, possibly with other events
//TODO: Allow WKT as parameter for GUI?
console.log("Let's import WKT Polygon : " + wktPolygon);
var wktPolygon = document.getElementById("wktPolygon").value;
......
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