From f1236f70e6b1b0a1092023ea1c20132d951a1b81 Mon Sep 17 00:00:00 2001 From: Christian Jacobs Date: Wed, 28 Mar 2018 21:21:24 +0100 Subject: [PATCH] Added a note about how the station locations are plotted based on GRIDSQUARE (or COUNTRY) field. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2cffe0..1f59464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## [UNRELEASED] ### Added - Support for the SAT_NAME, SAT_MODE, PROP_MODE, and GRIDSQUARE ADIF fields for the purposes of satellite QSO logging. -- Pinpointing of callsigns on the world map by looking up the latitude-longitude coordinates based on the value in the COUNTRY field. A new right-click popup menu has been created for this purpose. +- Pinpointing of callsigns on the world map by looking up the latitude-longitude coordinates based on the value in the GRIDSQUARE field (or COUNTRY field if the GRIDSQUARE is not specified). A new right-click popup menu has been created for this purpose. - A separate World Map tab in the Preferences dialog. - A navigation bar for the World Map tool. - The option of showing Maidenhead grid squares on the World Map, and the option of shading in worked grid squares.