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

Fix north east and north west #445

Merged
merged 1 commit into from
Apr 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ NB: This table assumes one degree is 111321 meters, and that all distances are c
## Decoding

The coordinates obtained when decoding are the south-west corner.
(The north-west corner and center coordinates can be obtained by adding the precison values.)
(The north-east corner and center coordinates can be obtained by adding the precison values.)

This implies that the north-west coordinates are not included in the area of the code, with the exception of codes whose northern latitude is 90 degrees.
This implies that the north-east coordinates are not included in the area of the code, with the exception of codes whose northern latitude is 90 degrees.

## Short Codes

Expand Down