diff options
author | Markus Koch <markus@notsyncing.net> | 2020-04-25 18:16:16 +0200 |
---|---|---|
committer | Markus Koch <markus@notsyncing.net> | 2020-04-25 18:16:16 +0200 |
commit | f7000d1c5c12d7ff14c5a97df3e8928670e78592 (patch) | |
tree | 20a2247653a37e2c4ca4033a4f753024cbc2c958 | |
parent | 4aa26434f8b2ebc7960d3fcbd32fe82403a62b6d (diff) | |
download | lifomapserver-f7000d1c5c12d7ff14c5a97df3e8928670e78592.tar.gz lifomapserver-f7000d1c5c12d7ff14c5a97df3e8928670e78592.tar.bz2 lifomapserver-f7000d1c5c12d7ff14c5a97df3e8928670e78592.zip |
Correct instructions
-rw-r--r-- | htdocs/streeteditor.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/streeteditor.js b/htdocs/streeteditor.js index a1a9097..d5f29b7 100644 --- a/htdocs/streeteditor.js +++ b/htdocs/streeteditor.js @@ -60,8 +60,8 @@ if (editor_mode) { if (interactive) { str = prompt("Instructions: \n" + "* Click the scribble-icon in the top left to start or continue drawing.\n" + - "* Double click last waypoint to stop.\n" + - "* Double click a waypoint to delete it.\n" + + "* Click last waypoint to stop drawing.\n" + + "* Click a waypoint to delete it.\n" + "* Click save in the top right to get the new string.\n\n" + "Enter existing waypoints in the following format: [x,y],[x,y]:", window.location.hash.slice(1)); if (str == undefined) |