From 33044f51f05234c96da1600ed24db9b5f46100a7 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Fri, 11 Jun 2021 17:23:50 -0400 Subject: [PATCH] Longest edge is more specific about precision --- Documentation/Plus Codes Specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Plus Codes Specification.md b/Documentation/Plus Codes Specification.md index 690f9c9f..fb13160e 100644 --- a/Documentation/Plus Codes Specification.md +++ b/Documentation/Plus Codes Specification.md @@ -31,7 +31,7 @@ The **center** of a Plus Code area is defined as the arithmetic mean of its boun Plus Codes are characterized by their **code length**. This specifies the distance between the northern & southern bounds and the western & eastern bounds. Plus codes MUST use one of these code lengths: -| Code length | North-south distance | West-east distance | Precision | +| Code length | North-south distance | West-east distance | Longest edge | | :---------: | -------------------- | ------------------ | :----------: | | 2 | 20 degrees | 20 degrees | < 2300 km | | 4 | 1 degrees | 1 degrees | < 120 km |