From 7257113eed6aab310bf04739098d814ce030cf9a Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 13 Apr 2026 19:58:31 -0500 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- meshtastic/atak.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/atak.proto b/meshtastic/atak.proto index b48697a..9e8e720 100644 --- a/meshtastic/atak.proto +++ b/meshtastic/atak.proto @@ -964,7 +964,7 @@ message CotGeoPoint { * Covers CoT types u-d-c-c, u-d-r, u-d-f, u-d-f-m, u-d-p, u-r-b-c-c, * u-r-b-bullseye. The shape's anchor position is carried on * TAKPacketV2.latitude_i/longitude_i; polyline/polygon vertices are in the - * `vertices` repeated field (absolute, not deltas). + * `vertices` repeated field as `CotGeoPoint` deltas from that anchor. * * Colors use the Team enum as a 14-color palette (see color encoding below) * with a fixed32 exact-ARGB fallback for custom user-picked colors that