OpenStreetMap should be used in /register form.
Opened this issue · 2 comments
In our /register
form, we need to use OpenStreetMap to enable the user to click to say "I live at that position".
We don't understand in commit 49b1464 how that could be done. But we do know that it is possible.
Related: the HTML5 geolocation API.
In our
/register
form, we need to use OpenStreetMap to enable the user to click to say "I live at that position".We don't understand in commit 49b1464 how that could be done. But we do know that it is possible.
I have done something similar a couple of years ago, setting hidden input variables to the longitude and latitude of the web client. Then submitting the form will submit the geolocation. (I used geolocation from maxmind but the principle should be the same). Would that work?