lab2gpx icon indicating copy to clipboard operation
lab2gpx copied to clipboard

Typing (or pasting) into co-ords text box does not move the map to the new location

Open jimtames opened this issue 4 years ago • 2 comments

If you want to run the tool twice for two locations you can only click on the map. The text box entry is not respected.

jimtames avatar Jun 25 '21 01:06 jimtames

Interesting behavior:

  1. I put the coords in: nothing happens
  2. Then I give some invalid in the input and press enter. It Shows me the coords from step 1, but also The Message "Invalid format"
  3. If I press enter when coords in the input, the form is sent and create a zip-file

capoaira avatar Jun 28 '21 07:06 capoaira

The input does not update the map, but the value stored in the cookie does. So the map will update only if you submit the form and you'll see the coords from the previous request on the map. Originally, the map was intended as an input itself and not to visualize the coordinates from the text input, but I also noticed that one expected it to work the other way around

mirsch avatar Jun 28 '21 07:06 mirsch