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
2 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
TODOs
parent
1e0db345
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/eu/simstadt/regionchooser/website/script/simstadt_openlayers.js
+3
-0
...stadt/regionchooser/website/script/simstadt_openlayers.js
with
3 additions
and
0 deletions
+3
-0
src/main/resources/eu/simstadt/regionchooser/website/script/simstadt_openlayers.js
+
3
-
0
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
;
...
...
This diff is collapsed.
Click to expand it.
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