Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about Google Maps coordinates in Safehomes docs #6395

Merged
merged 4 commits into from
Dec 18, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/Safehomes.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ Parameters:
* `<lat>` - Latitude (WGS84), in degrees * 1E7 (for example 123456789 means 12.3456789).
* `<lon>` - Longitude.

Safehomes are saved along with your regular settings and will appear in `diff` and `dump` output. Use `save` to save any changes, as with other settings.
Note that coordinates from Google Maps only have six decimals, so you need to remove the decimal dot and add a zero to the end to set the correct safehome location.
avsaase marked this conversation as resolved.
Show resolved Hide resolved

Safehomes are saved along with your regular settings and will appear in `diff` and `dump` output. Use `save` to save any changes, as with other settings.

### `safehome` example

Expand Down