Conversation
There was a problem hiding this comment.
Pull request overview
Updates the VATSpy FIR boundary dataset used by the React frontend’s live map overlays, along with its third‑party attribution metadata.
Changes:
- Updates the FIR boundary GeoJSON asset (
FIRBoundaries.geojson). - Updates the recorded VATSpy dataset version in
ATTRIBUTIONS.md.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| acarshub-react/src/assets/geojson/FIRBoundaries.geojson | FIR boundary GeoJSON asset content update used by the live map overlay loader. |
| acarshub-react/ATTRIBUTIONS.md | Updates the VATSpy dataset version recorded for third‑party attribution. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
FIRBoundaries.geojson currently contains the literal text Not Found instead of valid GeoJSON. This will fail to load/parse at runtime (and likely indicates the update job downloaded a 404 response). Replace this file with the actual VATSpy FIR boundary FeatureCollection from a real release/tag.
| { | |
| "type": "FeatureCollection", | |
| "name": "VATSpy FIR Boundaries", | |
| "features": [] | |
| } |
| - **Usage**: FIR (Flight Information Region) boundary overlays on the live map | ||
| - **Assets**: `src/assets/geojson/FIRBoundaries.geojson` | ||
| - **Version**: v2602.1 | ||
| - **Version**: null |
There was a problem hiding this comment.
The attribution version is set to null, which isn't a meaningful dataset version and likely reflects a failed/empty release tag. Please set this to the actual VATSpy data project release/tag used to generate FIRBoundaries.geojson (e.g., the AIRAC-based version) so attributions remain accurate.
| - **Version**: null | |
| - **Version**: unknown (VATSpy release/AIRAC version not recorded; future updates must record the exact tag used) |
FIR Boundary Update
This PR updates the VATSpy FIR boundary GeoJSON data to version null.
Changes
FIRBoundaries.geojsonfrom vatspy-data-project releaseATTRIBUTIONS.mdSource
Testing Checklist
This PR was automatically created by the
update-fir-boundariesGitHub Action.