lab2gpx
lab2gpx copied to clipboard
Typing (or pasting) into co-ords text box does not move the map to the new location
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.
Interesting behavior:
- I put the coords in: nothing happens
- 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"
- If I press enter when coords in the input, the form is sent and create a zip-file
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