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
8d32adbe
Commit
8d32adbe
authored
Feb 13, 2023
by
Eric Duminil
Browse files
TODOs
parent
1e0db345
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/eu/simstadt/regionchooser/website/script/simstadt_openlayers.js
View file @
8d32adbe
...
...
@@ -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
;
...
...
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