Skip to content

Commit a38ac78

Browse files
committed
Fixed #1129: Remove national flag from DXCC 506 (Scarborough Reef)
Scarborough Reef is a separate DXCC entity (506), while its sovereignty is disputed. Using either the Philippine or Chinese national flag would therefore imply a political position that is outside the scope of QLog. QLog should remain apolitical and represent amateur radio entities according to DXCC/ADIF data without expressing a position on territorial disputes.
1 parent c725455 commit a38ac78

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ TBC - 0.52.0
2828
- Fixed Offline Map Ant Path calculation
2929
- Fixed Rotator Widget - Use circular distance for azimuth deadband
3030
- Fixed QSL confirmation status is not displayed correctly in QSO Detail and tooltip (issue #1125)
31+
- Fixed Philippine national flag for DXCC 506 (Scarborough Reef) (issue #1129)
3132

3233
2026/07/07 - 0.51.1
3334
- Fixed WSJTX QSO Name Field is cleared (issue #1019)

res/data/dxcc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
{"id":503,"name":"Czech Republic","cqz":15,"ituz":28,"flag":"CZ"},
385385
{"id":504,"name":"Slovak Republic","cqz":15,"ituz":28,"flag":"SK"},
386386
{"id":505,"name":"Pratas Island","cqz":24,"ituz":44,"flag":"TW"},
387-
{"id":506,"name":"Scarborough Reef","cqz":27,"ituz":50,"flag":"PH"},
387+
{"id":506,"name":"Scarborough Reef","cqz":27,"ituz":50,"flag":null},
388388
{"id":507,"name":"Temotu Province","cqz":32,"ituz":51,"flag":"SB"},
389389
{"id":508,"name":"Austral Islands","cqz":32,"ituz":63,"flag":"PF"},
390390
{"id":509,"name":"Marquesas Islands","cqz":31,"ituz":63,"flag":"FR"},

0 commit comments

Comments
 (0)