You can update the coordinates on the map by using the three buttons on the bottom-left of the map:
- Set current : get your current position (from the browser). Useful if you are on (or near) site. Only available when connected through
https
. - Set on map : pin the location on the map
- Set coordinates : enter numeric coordinates
To update the altitude, edit the field below the map.
To change the coordinates:
sudo manager system location coordinates set <latitude,longitude>
CODE
The decimal separator is the dot (.).
Example:
sudo manager system location coordinates set 45.65489,6.457894
CODE
To change the altitude:
sudo manager system location altitude set <altitude>
CODE
Example:
sudo manager system location altitude set 1345
CODE