List all countries in the API panel bounding-box picker
Add API Server/panel/src/countries.js (the full world dataset, mirroring the Web App's) with a countryGroups() helper, and have the OpenSky bbox picker render every country grouped by continent instead of just Europe plus a handful. Panel picker now offers 177 countries (European, Asian, African, North/South American, Oceanian) alongside World, Continents and Custom. Verified live: Plugins → OpenSky → Configure shows the grouped list. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
94f6876024
commit
763cc67081
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
@@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#0F1E3D" />
|
||||
<title>PilotVault · API Server</title>
|
||||
<script type="module" crossorigin src="/assets/index-CwiTp2Sb.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-B8Dqe_UO.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CVh8EDzq.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user