Implemented batch state fixer

This commit is contained in:
Andreas Kristiansen
2025-12-07 19:52:26 +01:00
parent 2ddf698af7
commit 0fad755ce6
6 changed files with 178 additions and 52 deletions

View File

@@ -134,6 +134,15 @@ class Geojson {
return isset(self::SUPPORTED_STATES[$dxcc]) && self::SUPPORTED_STATES[$dxcc]['enabled'] === true;
}
/**
* Retrieve list of DXCC entities that support state/province lookups
*
* @return array List of supported DXCC entities
*/
public function getSupportedDxccs() {
return self::SUPPORTED_STATES;
}
// ============================================================================
// COORDINATE CONVERSION
// ============================================================================