diff --git a/apps/hub-server/routes/router.ts b/apps/hub-server/routes/router.ts index c98b35f7..b6d014b4 100644 --- a/apps/hub-server/routes/router.ts +++ b/apps/hub-server/routes/router.ts @@ -1,10 +1,41 @@ import { Router } from "express"; import mailRouter from "./mail"; import eventRouter from "./event"; +import DATA from "./var.Station.json"; +import { Country, prisma } from "@repo/db"; const router: Router = Router(); router.use("/mail", mailRouter); router.use("/event", eventRouter); +router.get("/import", (req, res) => { + DATA.forEach((station) => { + prisma.station.create({ + data: { + aircraftRegistration: "D-H", + aircraft: station.aircraft, + aircraftSpeed: station.aircraftSpeed, + atcCallsign: station.atcCallsign, + bosCallsign: station.bosCallsign, + bosCallsignShort: station.bosCallsignShort, + bosRadioArea: station.bosRadioArea, + fir: station.fir, + operator: station.operator, + bosUse: "PRIMARY", + country: station.country as Country, + hasNvg: station.hasNvg, + hasRope: station.hasRope, + hasWinch: station.hasWinch, + is24h: station.is24h, + hideRangeRings: station.hideRangeRings, + locationState: station.locationState, + locationStateShort: station.locationStateShort, + + latitude: station.latitude, + longitude: station.longitude, + }, + }); + }); +}); export default router; diff --git a/apps/hub-server/routes/var.Station.json b/apps/hub-server/routes/var.Station.json new file mode 100644 index 00000000..80c828ad --- /dev/null +++ b/apps/hub-server/routes/var.Station.json @@ -0,0 +1,4478 @@ +[{ + "_id": { + "$oid": "66d31ab3c947baaaa884c6bb" + }, + "operator": "ADAC", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Schleswig-Holstein", + "locationStateShort": "SH", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 53.997022, + "longitude": 9.575105, + "atcCallsign": "CHX67", + "bosRadioArea": "Leitstelle West", + "bosUse": "dualUse", + "bosCallsign": "Christoph 67", + "bosCallsignShort": "CHX67", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d3156dc947baaaa88498db" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": true, + "hasNvg": false, + "locationState": "Schleswig-Holstein", + "locationStateShort": "SH", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 54.21708, + "longitude": 9.59986, + "atcCallsign": "CHX42", + "bosRadioArea": "Leitstelle Mitte", + "bosUse": "dualUse", + "bosCallsign": "Christoph 42", + "bosCallsignShort": "CHX42", + "hideRangeRings": false, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2025-01-25T13:29:52.245Z" + } +}, +{ + "_id": { + "$oid": "66d31795c947baaaa884ab51" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": true, + "hasNvg": false, + "locationState": "Schleswig-Holstein", + "locationStateShort": "SH", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 54.793806, + "longitude": 8.844278, + "atcCallsign": "CHXE5", + "bosRadioArea": "Leitstelle Nord", + "bosUse": "dualUse", + "bosCallsign": "Christoph Europa 5", + "bosCallsignShort": "CHXE5", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d30ffec947baaaa8846804" + }, + "operator": "BMI", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Schleswig-Holstein", + "locationStateShort": "SH", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 54.034889, + "longitude": 10.562111, + "atcCallsign": "CHX12", + "bosRadioArea": "Leitstelle Süd", + "bosUse": "primary", + "bosCallsign": "Christoph 12", + "bosCallsignShort": "CHX12", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1c1" + }, + "operator": "BUND", + "aircraft": "NH90", + "hasWinch": true, + "is24h": true, + "hasNvg": false, + "locationState": "Schleswig-Holstein", + "locationStateShort": "SH", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 54.175306, + "longitude": 7.890028, + "atcCallsign": "RESQ10", + "bosRadioArea": "RCC Glücksburg", + "bosUse": "other", + "bosCallsign": "SAR 10", + "bosCallsignShort": "SAR10", + "hideRangeRings": false, + "aircraftSpeed": 270, + "updatedAt": { + "$date": "2024-10-31T18:10:07.584Z" + } +}, +{ + "_id": { + "$oid": "66f4553a00f6da6df6e8dc32" + }, + "operator": "NHC", + "aircraft": "EC155", + "hasWinch": true, + "is24h": true, + "hasNvg": false, + "locationState": "Schleswig-Holstein", + "locationStateShort": "SH", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 54.3087, + "longitude": 8.68322, + "atcCallsign": "NHC01", + "bosRadioArea": "MRCC Bremen", + "bosUse": "other", + "bosCallsign": "Northern Rescue 01", + "bosCallsignShort": "NHC01", + "hideRangeRings": false, + "aircraftSpeed": 270 +}, +{ + "_id": { + "$oid": "66d31743c947baaaa884a85b" + }, + "operator": "ADAC", + "aircraft": "H145", + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Hamburg", + "locationStateShort": "HH", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 53.508472, + "longitude": 10.173611, + "atcCallsign": "CHX50", + "bosRadioArea": "Florian Hamburg", + "bosUse": "secondary", + "bosCallsign": "Christoph Hansa", + "bosCallsignShort": "CHX50", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d31275c947baaaa8847f5b" + }, + "operator": "BMI", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Hamburg", + "locationStateShort": "HH", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 53.596417, + "longitude": 10.078167, + "atcCallsign": "CHX29", + "bosRadioArea": "Florian Hamburg", + "bosUse": "primary", + "bosCallsign": "Christoph 29", + "bosCallsignShort": "CHX29", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d310ddc947baaaa884708d" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Niedersachsen", + "locationStateShort": "NI", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 52.973583, + "longitude": 10.532472, + "atcCallsign": "CHX19", + "bosRadioArea": "Leitstelle Uelzen", + "bosUse": "primary", + "bosCallsign": "Christoph 19", + "bosCallsignShort": "CHX19", + "hideRangeRings": false, + "aircraftSpeed": 220, + "updatedAt": { + "$date": "2024-10-31T19:13:52.730Z" + } +}, +{ + "_id": { + "$oid": "66d311fec947baaaa8847b0e" + }, + "operator": "ADAC", + "aircraft": "H145", + "hasWinch": true, + "is24h": true, + "hasNvg": false, + "locationState": "Niedersachsen", + "locationStateShort": "NI", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 53.506028, + "longitude": 8.009306, + "atcCallsign": "CHX26", + "bosRadioArea": "Leitstelle Friesland-Willhelmshaven", + "bosUse": "primary", + "bosCallsign": "Christoph 26", + "bosCallsignShort": "CHX26", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d312c1c947baaaa88481a2" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Niedersachsen", + "locationStateShort": "NI", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 52.178917, + "longitude": 10.533667, + "atcCallsign": "CHX30", + "bosRadioArea": "Leitstelle Braunschweig", + "bosUse": "primary", + "bosCallsign": "Christoph 30", + "bosCallsignShort": "CHX30", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d315d9c947baaaa8849c79" + }, + "operator": "DRF", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Niedersachsen", + "locationStateShort": "NI", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 51.551306, + "longitude": 9.943889, + "atcCallsign": "CHX44", + "bosRadioArea": "Komunale Regionalleitstelle Göttingen", + "bosUse": "primary", + "bosCallsign": "Christoph 44", + "bosCallsignShort": "CHX44", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31d69c947baaaa884dde1" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": true, + "hasNvg": false, + "locationState": "Niedersachsen", + "locationStateShort": "NI", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 52.462694, + "longitude": 9.693389, + "atcCallsign": "CHX86", + "bosRadioArea": "Leitstelle Hannover", + "bosUse": "secondary", + "bosCallsign": "Christoph Niedersachsen", + "bosCallsignShort": "CHX NDS", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d30e68c947baaaa8845774" + }, + "operator": "BMI", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Niedersachsen", + "locationStateShort": "NI", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 52.384972, + "longitude": 9.806639, + "atcCallsign": "CHX4", + "bosRadioArea": "Leitstelle Hannover", + "bosUse": "primary", + "bosCallsign": "Christoph 4", + "bosCallsignShort": "CHX4", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1c2" + }, + "operator": "NHC", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Niedersachsen", + "locationStateShort": "NI", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 53.63343, + "longitude": 7.19105, + "atcCallsign": "NHC06", + "bosRadioArea": "Leitstelle Ostfriesland", + "bosUse": "secondary", + "bosCallsign": "Northern Ambulance 06", + "bosCallsignShort": "NHC06", + "hideRangeRings": false, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2025-01-02T08:40:53.015Z" + } +}, +{ + "_id": { + "$oid": "66d30eb4c947baaaa8845c76" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Bremen", + "locationStateShort": "HB", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 53.035861, + "longitude": 8.817806, + "atcCallsign": "CHX06", + "bosRadioArea": "Florian Bremen", + "bosUse": "primary", + "bosCallsign": "Christoph 6", + "bosCallsignShort": "CHX06", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31f47c947baaaa884ecc3" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Bremen", + "locationStateShort": "HB", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 53.050222, + "longitude": 8.789278, + "atcCallsign": "CHX55", + "bosRadioArea": "Florian Bremen", + "bosUse": "secondary", + "bosCallsign": "Christoph Weser", + "bosCallsignShort": "CHXWSR", + "hideRangeRings": false, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2025-06-23T15:57:57.403Z" + } +}, +{ + "_id": { + "$oid": "66d30ef9c947baaaa8845fa8" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Nordrhein-Westfalen", + "locationStateShort": "NW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 51.6185, + "longitude": 7.514528, + "atcCallsign": "CHX08", + "bosRadioArea": "Leitstelle Unna", + "bosUse": "primary", + "bosCallsign": "Christoph 8", + "bosCallsignShort": "CHX08", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d3113dc947baaaa88473fb" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Nordrhein-Westfalen", + "locationStateShort": "NW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 50.823833, + "longitude": 6.184056, + "atcCallsign": "CHXE1", + "bosRadioArea": "Leitstelle Aachen", + "bosUse": "primary", + "bosCallsign": "Christoph Europa 1", + "bosCallsignShort": "CHXE1", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d311a5c947baaaa88477e8" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Nordrhein-Westfalen", + "locationStateShort": "NW", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 52.276917, + "longitude": 7.431556, + "atcCallsign": "CHXE2", + "bosRadioArea": "Leitstelle Kreis Steinfurt", + "bosUse": "primary", + "bosCallsign": "Christoph Europa 2", + "bosCallsignShort": "CHXE2", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d311c4c947baaaa884790f" + }, + "operator": "ADAC", + "aircraft": "H135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Nordrhein-Westfalen", + "locationStateShort": "NW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 50.852306, + "longitude": 8.016944, + "atcCallsign": "CHX25", + "bosRadioArea": "Leitstelle Siegen-Wittgenstein", + "bosUse": "primary", + "bosCallsign": "Christoph 25", + "bosCallsignShort": "CHX25", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31e57c947baaaa884e4f7" + }, + "operator": "ADAC", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Nordrhein-Westfalen", + "locationStateShort": "NW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 50.873389, + "longitude": 7.125111, + "atcCallsign": "CHX75", + "bosRadioArea": "Florian Köln", + "bosUse": "secondary", + "bosCallsign": "Christoph Rheinland", + "bosCallsignShort": "CHX RHE", + "hideRangeRings": false, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2024-11-23T15:10:56.487Z" + } +}, +{ + "_id": { + "$oid": "66d31fa2c947baaaa884ef82" + }, + "operator": "ADAC", + "aircraft": "H145", + "hasWinch": false, + "is24h": true, + "hasNvg": false, + "locationState": "Nordrhein-Westfalen", + "locationStateShort": "NW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 52.1235, + "longitude": 7.68975, + "atcCallsign": "CHX76", + "bosRadioArea": "Leitstelle Kreis Steinfurt", + "bosUse": "secondary", + "bosCallsign": "Christoph Westfalen", + "bosCallsignShort": "CHX76", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d31cc3c947baaaa884d844" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": true, + "hasNvg": true, + "locationState": "Nordrhein-Westfalen", + "locationStateShort": "NW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 51.510556, + "longitude": 7.60375, + "atcCallsign": "CHX83", + "bosRadioArea": "Leitstelle Steinfurt", + "bosUse": "dualUse", + "bosCallsign": "Christoph Dortmund", + "bosCallsignShort": "CHX DOR", + "hideRangeRings": false, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2025-04-20T13:37:10.743Z" + } +}, +{ + "_id": { + "$oid": "66d30f4bc947baaaa8846237" + }, + "operator": "BMI", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Nordrhein-Westfalen", + "locationStateShort": "NW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 51.380639, + "longitude": 6.787194, + "atcCallsign": "CHX9", + "bosRadioArea": "Florian Duisburg", + "bosUse": "primary", + "bosCallsign": "Christoph 9", + "bosCallsignShort": "CHX9", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d3101ec947baaaa8846943" + }, + "operator": "BMI", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Nordrhein-Westfalen", + "locationStateShort": "NW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 51.98325, + "longitude": 8.528417, + "atcCallsign": "CHX13", + "bosRadioArea": "Leitstelle Bielefeld", + "bosUse": "primary", + "bosCallsign": "Christoph 13", + "bosCallsignShort": "CHX13", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1c3" + }, + "operator": "BUND", + "aircraft": "H145", + "hasWinch": true, + "is24h": true, + "hasNvg": false, + "locationState": "Nordrhein-Westfalen", + "locationStateShort": "NW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 50.831639, + "longitude": 6.659528, + "atcCallsign": "RESQ41", + "bosRadioArea": "RCC Münster", + "bosUse": "other", + "bosCallsign": "SAR 41", + "bosCallsignShort": "SAR41", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d30e47c947baaaa884563b" + }, + "operator": "BMI", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Nordrhein-Westfalen", + "locationStateShort": "NW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 50.8731367167619, + "longitude": 7.1214407249366, + "atcCallsign": "CHX3", + "bosRadioArea": "Florian Köln", + "bosUse": "primary", + "bosCallsign": "Christoph 3", + "bosCallsignShort": "CHX3", + "hideRangeRings": false, + "aircraftSpeed": 220, + "updatedAt": { + "$date": "2024-11-25T17:55:15.240Z" + } +}, +{ + "_id": { + "$oid": "66d3124ec947baaaa8847dec" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Hessen", + "locationStateShort": "HE", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 50.545889, + "longitude": 9.704528, + "atcCallsign": "CHX28", + "bosRadioArea": "Leitstelle Fulda", + "bosUse": "primary", + "bosCallsign": "Christoph 28", + "bosCallsignShort": "CHX28", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1c4" + }, + "operator": "BMI", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Hessen", + "locationStateShort": "HE", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 50.145417, + "longitude": 8.710472, + "atcCallsign": "CHX2", + "bosRadioArea": "Leitstelle Frankfurt", + "bosUse": "primary", + "bosCallsign": "Christoph 2", + "bosCallsignShort": "CHX2", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d30eccc947baaaa8845d85" + }, + "operator": "BMI", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Hessen", + "locationStateShort": "HE", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 51.311778, + "longitude": 9.4535, + "atcCallsign": "CHX7", + "bosRadioArea": "Leitfunkstelle Kassel", + "bosUse": "primary", + "bosCallsign": "Christoph 7", + "bosCallsignShort": "CHX7", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31b17c947baaaa884ca29" + }, + "operator": "JLR", + "aircraft": "H145", + "hasWinch": false, + "is24h": true, + "hasNvg": false, + "locationState": "Hessen", + "locationStateShort": "HE", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 50.572444, + "longitude": 8.652694, + "atcCallsign": "CHX90", + "bosRadioArea": "Leitfunkstelle Gießen", + "bosUse": "dualUse", + "bosCallsign": "Christoph Gießen", + "bosCallsignShort": "CHX GIE", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d31d19c947baaaa884db03" + }, + "operator": "JLR", + "aircraft": "EC155", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Hessen", + "locationStateShort": "HE", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 50.33625, + "longitude": 8.876528, + "atcCallsign": "CHX91", + "bosRadioArea": "Leitstelle Wetterau", + "bosUse": "secondary", + "bosCallsign": "Christoph Mittelhessen", + "bosCallsignShort": "CHX MIT", + "hideRangeRings": false, + "aircraftSpeed": 270 +}, +{ + "_id": { + "$oid": "66d30e92c947baaaa88459e5" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Rheinland-Pfalz", + "locationStateShort": "RP", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 49.487222, + "longitude": 8.38975, + "atcCallsign": "CHX5", + "bosRadioArea": "Leitstelle Ludwigshafen", + "bosUse": "primary", + "bosCallsign": "Christoph 5", + "bosCallsignShort": "CHX5", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d30f74c947baaaa884638e" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Rheinland-Pfalz", + "locationStateShort": "RP", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 50.000417, + "longitude": 6.892806, + "atcCallsign": "CHX10", + "bosRadioArea": "Leitstelle Trier", + "bosUse": "primary", + "bosCallsign": "Christoph 10", + "bosCallsignShort": "CHX10", + "hideRangeRings": false, + "aircraftSpeed": 220, + "updatedAt": { + "$date": "2024-11-01T17:51:53.745Z" + } +}, +{ + "_id": { + "$oid": "66d3117cc947baaaa8847661" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Rheinland-Pfalz", + "locationStateShort": "RP", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 50.367556, + "longitude": 7.544972, + "atcCallsign": "CHX23", + "bosRadioArea": "Leitstelle Koblenz", + "bosUse": "primary", + "bosCallsign": "Christoph 23", + "bosCallsignShort": "CHX23", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31943c947baaaa884ba5a" + }, + "operator": "ADAC", + "aircraft": "H145", + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Rheinland-Pfalz", + "locationStateShort": "RP", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 49.60513273393892, + "longitude": 7.792514746424545, + "atcCallsign": "CHX66", + "bosRadioArea": "Leitstelle Kaiser", + "bosUse": "dualUse", + "bosCallsign": "Christoph 66", + "bosCallsignShort": "CHX66", + "hideRangeRings": false, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2025-06-23T16:05:07.662Z" + } +}, +{ + "_id": { + "$oid": "66d31ad0c947baaaa884c7fa" + }, + "operator": "ADAC", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Rheinland-Pfalz", + "locationStateShort": "RP", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 49.99375, + "longitude": 8.25475, + "atcCallsign": "CHX77", + "bosRadioArea": "Leitstelle Mainz", + "bosUse": "dualUse", + "bosCallsign": "Christoph 77", + "bosCallsignShort": "CHX77", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d31be6c947baaaa884d135" + }, + "operator": "JLR", + "aircraft": "AS365", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Rheinland-Pfalz", + "locationStateShort": "RP", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 50.3335, + "longitude": 6.943278, + "atcCallsign": "REGISTRATION", + "bosRadioArea": "Leitstelle Koblenz", + "bosUse": "secondary", + "bosCallsign": "Air Rescue Nürburgring", + "bosCallsignShort": "AR NÜRB", + "hideRangeRings": false, + "aircraftSpeed": 270 +}, +{ + "_id": { + "$oid": "66d31161c947baaaa884753a" + }, + "operator": "ADAC", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Baden-Württemberg", + "locationStateShort": "BW", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 48.426917, + "longitude": 9.945, + "atcCallsign": "CHX22", + "bosRadioArea": "Leitstelle Ulm", + "bosUse": "primary", + "bosCallsign": "Christoph 22", + "bosCallsignShort": "CHX22", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d30fcac947baaaa8846635" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": true, + "hasNvg": false, + "locationState": "Baden-Württemberg", + "locationStateShort": "BW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 48.066167, + "longitude": 8.50025, + "atcCallsign": "CHX11", + "bosRadioArea": "Leitstelle Schwarzwald-Baar", + "bosUse": "primary", + "bosCallsign": "Christoph 11", + "bosCallsignShort": "CHX11", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d3150ac947baaaa88495d4" + }, + "operator": "DRF", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Baden-Württemberg", + "locationStateShort": "BW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 48.803639, + "longitude": 8.999111, + "atcCallsign": "CHX41", + "bosRadioArea": "Leitstelle Böblingen", + "bosUse": "primary", + "bosCallsign": "Christoph 41", + "bosCallsignShort": "CHX41", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d315bfc947baaaa8849b6a" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Baden-Württemberg", + "locationStateShort": "BW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 49.000282, + "longitude": 8.378326, + "atcCallsign": "CHX43", + "bosRadioArea": "Leitstelle Karlsruhe", + "bosUse": "primary", + "bosCallsign": "Christoph 43", + "bosCallsignShort": "CHX43", + "hideRangeRings": false, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2025-01-15T10:23:20.202Z" + } +}, +{ + "_id": { + "$oid": "66d315f6c947baaaa8849da0" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Baden-Württemberg", + "locationStateShort": "BW", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 47.673528, + "longitude": 9.428417, + "atcCallsign": "CHX45", + "bosRadioArea": "Leitstelle Bodensee-Oberschwaben", + "bosUse": "primary", + "bosCallsign": "Christoph 45", + "bosCallsignShort": "CHX45", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d31767c947baaaa884a9b2" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Baden-Württemberg", + "locationStateShort": "BW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 48.865639, + "longitude": 9.220528, + "atcCallsign": "CHX51", + "bosRadioArea": "Leitstelle Ludwigsburg", + "bosUse": "dualUse", + "bosCallsign": "Christoph 51", + "bosCallsignShort": "CHX51", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d319d5c947baaaa884bfb6" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Baden-Württemberg", + "locationStateShort": "BW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 49.476417, + "longitude": 8.521917, + "atcCallsign": "CHX53", + "bosRadioArea": "Leitstelle Mannheim", + "bosUse": "dualUse", + "bosCallsign": "Christoph 53", + "bosCallsignShort": "CHX53", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d319fcc947baaaa884c125" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Baden-Württemberg", + "locationStateShort": "BW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 48.020639, + "longitude": 7.836861, + "atcCallsign": "CHX54", + "bosRadioArea": "Leitstelle Freiburg", + "bosUse": "dualUse", + "bosCallsign": "Christoph 54", + "bosCallsignShort": "CHX54", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1c5" + }, + "operator": "BUND", + "aircraft": "H145", + "hasWinch": true, + "is24h": true, + "hasNvg": false, + "locationState": "Baden-Württemberg", + "locationStateShort": "BW", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 49.391833, + "longitude": 9.959833, + "atcCallsign": "RESQ63", + "bosRadioArea": "RCC Münster", + "bosUse": "other", + "bosCallsign": "SAR 63", + "bosCallsignShort": "SAR63", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d30dfdc947baaaa88453fc" + }, + "operator": "ADAC", + "aircraft": "H145", + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 48.083917, + "longitude": 11.56025, + "atcCallsign": "CHX1", + "bosRadioArea": "Leitstelle München", + "bosUse": "primary", + "bosCallsign": "Christoph 1", + "bosCallsignShort": "CHX1", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d31069c947baaaa8846bf1" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 48.886111, + "longitude": 12.590694, + "atcCallsign": "CHX15", + "bosRadioArea": "Leitstelle Straubing", + "bosUse": "primary", + "bosCallsign": "Christoph 15", + "bosCallsignShort": "CHX15", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d310c3c947baaaa8846f96" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 49.660083, + "longitude": 10.087389, + "atcCallsign": "CHX18", + "bosRadioArea": "Leitstelle Würzburg", + "bosUse": "primary", + "bosCallsign": "Christoph 18", + "bosCallsignShort": "CHX18", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31114c947baaaa8847274" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 49.98293, + "longitude": 11.63737, + "atcCallsign": "CHX20", + "bosRadioArea": "Leitstelle Bayreuth/Kulmbach", + "bosUse": "primary", + "bosCallsign": "Christoph 20", + "bosCallsignShort": "CHX20", + "hideRangeRings": false, + "aircraftSpeed": 220, + "updatedAt": { + "$date": "2025-02-02T19:20:43.163Z" + } +}, +{ + "_id": { + "$oid": "66d31316c947baaaa88484c8" + }, + "operator": "ADAC", + "aircraft": "H135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 48.770833, + "longitude": 11.372917, + "atcCallsign": "CHX32", + "bosRadioArea": "Leitstelle Ingolstadt", + "bosUse": "primary", + "bosCallsign": "Christoph 32", + "bosCallsignShort": "CHX32", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d314dac947baaaa8849435" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 48.384639, + "longitude": 10.838389, + "atcCallsign": "CHX40", + "bosRadioArea": "Leitstelle Augsburg", + "bosUse": "primary", + "bosCallsign": "Christoph 40", + "bosCallsignShort": "CHX40", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31878c947baaaa884b33c" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 49.066417, + "longitude": 10.401361, + "atcCallsign": "CHX65", + "bosRadioArea": "Leitstelle Ansbach", + "bosUse": "primary", + "bosCallsign": "Christoph 65", + "bosCallsignShort": "CHX65", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31b86c947baaaa884cdf7" + }, + "operator": "ADAC", + "aircraft": "H145", + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 47.672417, + "longitude": 11.216528, + "atcCallsign": "CHX74", + "bosRadioArea": "Leitstelle Oberland", + "bosUse": "dualUse", + "bosCallsign": "Christoph Murnau", + "bosCallsignShort": "CHXMUR", + "hideRangeRings": false, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2025-01-08T14:41:19.012Z" + } +}, +{ + "_id": { + "$oid": "66d31230c947baaaa8847cad" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 49.4957789693821, + "longitude": 11.0726759809547, + "atcCallsign": "CHX27", + "bosRadioArea": "Leitstelle Nürnberg", + "bosUse": "primary", + "bosCallsign": "Christoph 27", + "bosCallsignShort": "CHX27", + "hideRangeRings": false, + "aircraftSpeed": 130, + "updatedAt": { + "$date": "2025-01-02T08:39:01.438Z" + } +}, +{ + "_id": { + "$oid": "66d3198ec947baaaa884bd08" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 49.678639, + "longitude": 12.118306, + "atcCallsign": "CHX80", + "bosRadioArea": "Leitstelle Oberpfalz-Nord", + "bosUse": "primary", + "bosCallsign": "Christoph 80", + "bosCallsignShort": "CHX80", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d31d3bc947baaaa884dc42" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": true, + "hasNvg": true, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 48.11125, + "longitude": 11.465694, + "atcCallsign": "CHX87", + "bosRadioArea": "Leitstelle München", + "bosUse": "secondary", + "bosCallsign": "Christoph München", + "bosCallsignShort": "CHX MÜN", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d31baec947baaaa884cf4e" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": true, + "hasNvg": true, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 48.987083, + "longitude": 12.092667, + "atcCallsign": "CHX89", + "bosRadioArea": "Leitstelle Regensburg", + "bosUse": "dualUse", + "bosCallsign": "Christoph Regensburg", + "bosCallsignShort": "CHX REG", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d3104dc947baaaa8846aca" + }, + "operator": "BMI", + "aircraft": "H135", + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 47.873889, + "longitude": 12.631389, + "atcCallsign": "CHX14", + "bosRadioArea": "Leitstelle Traunstein", + "bosUse": "primary", + "bosCallsign": "Christoph 14", + "bosCallsignShort": "CHX14", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d310a3c947baaaa8846e57" + }, + "operator": "BMI", + "aircraft": "H135", + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 47.694167, + "longitude": 10.340444, + "atcCallsign": "CHX17", + "bosRadioArea": "Leitstelle Allgäu", + "bosUse": "primary", + "bosCallsign": "Christoph 17", + "bosCallsignShort": "CHX17", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31e1dc947baaaa884e2f8" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": true, + "hasNvg": true, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 49.4956597351975, + "longitude": 11.0734102891483, + "atcCallsign": "CHX88", + "bosRadioArea": "Leitstelle Nürnberg", + "bosUse": "secondary", + "bosCallsign": "Christoph Nürnberg", + "bosCallsignShort": "CHX NÜR", + "hideRangeRings": false, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2025-01-05T15:47:36.270Z" + } +}, +{ + "_id": { + "$oid": "66d31084c947baaaa8846d18" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Saarland", + "locationStateShort": "SL", + "hasRope": false, + "fir": "EDGG", + "country": "DE", + "latitude": 49.220833, + "longitude": 6.999944, + "atcCallsign": "CHX16", + "bosRadioArea": "Leitstelle Saar", + "bosUse": "primary", + "bosCallsign": "Christoph 16", + "bosCallsignShort": "CHX16", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d312f8c947baaaa8848389" + }, + "operator": "ADAC", + "aircraft": "H135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Berlin", + "locationStateShort": "BE", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 52.441139, + "longitude": 13.322139, + "atcCallsign": "CHX31", + "bosRadioArea": "Florian Berlin", + "bosUse": "primary", + "bosCallsign": "Christoph 31", + "bosCallsignShort": "CHX31", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d319aac947baaaa884be2f" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": true, + "is24h": false, + "hasNvg": true, + "locationState": "Berlin", + "locationStateShort": "BE", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 52.63006, + "longitude": 13.5103, + "atcCallsign": "CHX100", + "bosRadioArea": "Florian Berlin", + "bosUse": "dualUse", + "bosCallsign": "Christoph 100", + "bosCallsignShort": "CHX100", + "hideRangeRings": false, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2025-01-26T20:35:17.136Z" + } +}, +{ + "_id": { + "$oid": "66d31c0ec947baaaa884d2a4" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": true, + "hasNvg": true, + "locationState": "Berlin", + "locationStateShort": "BE", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 52.518972, + "longitude": 13.567611, + "atcCallsign": "CHX82", + "bosRadioArea": "Florian Berlin", + "bosUse": "secondary", + "bosCallsign": "Christoph Berlin", + "bosCallsignShort": "CHX BER", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d31c9fc947baaaa884d705" + }, + "operator": "ADAC", + "aircraft": "H145", + "hasWinch": false, + "is24h": true, + "hasNvg": true, + "locationState": "Brandenburg", + "locationStateShort": "BB", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 51.5303206644994, + "longitude": 13.9882249681509, + "atcCallsign": "CHX71", + "bosRadioArea": "Leitstelle Lausitz", + "bosUse": "secondary", + "bosCallsign": "Christoph Brandenburg", + "bosCallsignShort": "CHX BRA", + "hideRangeRings": false, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2024-11-23T15:10:42.103Z" + } +}, +{ + "_id": { + "$oid": "66d314b8c947baaaa88492de" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Brandenburg", + "locationStateShort": "BB", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 53.073417, + "longitude": 11.874778, + "atcCallsign": "CHX39", + "bosRadioArea": "Leitstelle Nordwest", + "bosUse": "primary", + "bosCallsign": "Christoph 39", + "bosCallsignShort": "CHX39", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d3165ec947baaaa884a20c" + }, + "operator": "DRF", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Brandenburg", + "locationStateShort": "BB", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 52.284972, + "longitude": 14.059889, + "atcCallsign": "CHX49", + "bosRadioArea": "Leitstelle Oderland", + "bosUse": "primary", + "bosCallsign": "Christoph 49", + "bosCallsignShort": "CHX49", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31853c947baaaa884b1e5" + }, + "operator": "DRF", + "aircraft": "H135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Brandenburg", + "locationStateShort": "BB", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 53.000611, + "longitude": 14.002556, + "atcCallsign": "CHX64", + "bosRadioArea": "Leistelle Nord-Ost", + "bosUse": "primary", + "bosCallsign": "Christoph 64", + "bosCallsignShort": "CHX64", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d3137cc947baaaa884889d" + }, + "operator": "BMI", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Brandenburg", + "locationStateShort": "BB", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 52.414972, + "longitude": 12.544556, + "atcCallsign": "CHX35", + "bosRadioArea": "Leitstelle Brandenburg", + "bosUse": "primary", + "bosCallsign": "Christoph 35", + "bosCallsignShort": "CHX35", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1c6" + }, + "operator": "BUND", + "aircraft": "H145", + "hasWinch": true, + "is24h": true, + "hasNvg": false, + "locationState": "Brandenburg", + "locationStateShort": "BB", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 51.762278, + "longitude": 13.180722, + "atcCallsign": "RESQ87", + "bosRadioArea": "RCC Münster", + "bosUse": "other", + "bosCallsign": "SAR 87", + "bosCallsignShort": "SAR87", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d31341c947baaaa884864f" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Brandenburg", + "locationStateShort": "BB", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 51.5302986359161, + "longitude": 13.9877557855892, + "atcCallsign": "CHX33", + "bosRadioArea": "Leitstelle Lausitz", + "bosUse": "primary", + "bosCallsign": "Christoph 33", + "bosCallsignShort": "CHX33", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31645c947baaaa884a0e5" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Mecklenburg-Vorpommern", + "locationStateShort": "MV", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 53.3825, + "longitude": 13.052028, + "atcCallsign": "CHX48", + "bosRadioArea": "Leitstelle Mecklenburgische-Seenplatte", + "bosUse": "primary", + "bosCallsign": "Christoph 48", + "bosCallsignShort": "CHX48", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d3162bc947baaaa8849fee" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": true, + "hasNvg": true, + "locationState": "Mecklenburg-Vorpommern", + "locationStateShort": "MV", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 54.089389, + "longitude": 13.408417, + "atcCallsign": "CHX47", + "bosRadioArea": "Leitstelle Vorpommern-Greifswald", + "bosUse": "dualUse", + "bosCallsign": "Christoph 47", + "bosCallsignShort": "CHX47", + "hideRangeRings": false, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2024-11-09T17:52:37.057Z" + } +}, +{ + "_id": { + "$oid": "66d31356c947baaaa884872e" + }, + "operator": "BMI", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Mecklenburg-Vorpommern", + "locationStateShort": "MV", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 53.812111, + "longitude": 12.1995, + "atcCallsign": "CHX34", + "bosRadioArea": "Leitstelle Mitte", + "bosUse": "primary", + "bosCallsign": "Christoph 34", + "bosCallsignShort": "CHX34", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31eb7c947baaaa884e7ce" + }, + "operator": "JLR", + "aircraft": "AS365", + "hasWinch": false, + "is24h": true, + "hasNvg": false, + "locationState": "Mecklenburg-Vorpommern", + "locationStateShort": "MV", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 54.070444, + "longitude": 12.110444, + "atcCallsign": "CHX92", + "bosRadioArea": "Leitstelle Rostock", + "bosUse": "secondary", + "bosCallsign": "Christoph Rostock", + "bosCallsignShort": "CHX ROS", + "hideRangeRings": false, + "aircraftSpeed": 270 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1c7" + }, + "operator": "BUND", + "aircraft": "NH90", + "hasWinch": true, + "is24h": true, + "hasNvg": false, + "locationState": "Mecklenburg-Vorpommern", + "locationStateShort": "MV", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 54.181361, + "longitude": 12.132194, + "atcCallsign": "RESQ21", + "bosRadioArea": "RCC Glücksburg", + "bosUse": "other", + "bosCallsign": "SAR 24", + "bosCallsignShort": "SAR24", + "hideRangeRings": false, + "aircraftSpeed": 270, + "updatedAt": { + "$date": "2024-10-31T18:10:34.097Z" + } +}, +{ + "_id": { + "$oid": "66f4556f00f6da6df6e8f40d" + }, + "operator": "NHC", + "aircraft": "EC155", + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Mecklenburg-Vorpommern", + "locationStateShort": "MV", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 54.38449, + "longitude": 13.32664, + "atcCallsign": "NHC02", + "bosRadioArea": "MRCC Bremen", + "bosUse": "other", + "bosCallsign": "Northern Rescue 02", + "bosCallsignShort": "NHC02", + "hideRangeRings": false, + "aircraftSpeed": 270 +}, +{ + "_id": { + "$oid": "66d32063c947baaaa884f616" + }, + "operator": "JLR", + "aircraft": "R44", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Mecklenburg-Vorpommern", + "locationStateShort": "MV", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 54.03832, + "longitude": 12.21077, + "atcCallsign": "REGISTRATION", + "bosRadioArea": "Leitstelle Mitte", + "bosUse": "primary", + "bosCallsign": "Rettung 029-01-82-01", + "bosCallsignShort": "NEH", + "hideRangeRings": false, + "aircraftSpeed": 200, + "updatedAt": { + "$date": "2025-01-20T16:24:47.432Z" + } +}, +{ + "_id": { + "$oid": "66d3160dc947baaaa8849eaf" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Sachsen", + "locationStateShort": "SN", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 50.720333, + "longitude": 12.4305, + "atcCallsign": "CHX46", + "bosRadioArea": "Leitstelle Zwickau", + "bosUse": "primary", + "bosCallsign": "Christoph 46", + "bosCallsignShort": "CHX46", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31480c947baaaa884910f" + }, + "operator": "DRF", + "aircraft": "H135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Sachsen", + "locationStateShort": "SN", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 51.133056, + "longitude": 13.7735, + "atcCallsign": "CHX38", + "bosRadioArea": "Leitstelle Dresden", + "bosUse": "primary", + "bosCallsign": "Christoph 38", + "bosCallsignShort": "CHX38", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31a91c947baaaa884c57c" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": true, + "is24h": true, + "hasNvg": false, + "locationState": "Sachsen", + "locationStateShort": "SN", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 51.191389, + "longitude": 14.523278, + "atcCallsign": "CHX62", + "bosRadioArea": "Leitstelle Ostsachsen", + "bosUse": "dualUse", + "bosCallsign": "Christoph 62", + "bosCallsignShort": "CHX62", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d317efc947baaaa884aef6" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Sachsen-Anhalt", + "locationStateShort": "ST", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 51.351565064491, + "longitude": 12.1923488896279, + "atcCallsign": "CHX63", + "bosRadioArea": "Leitstelle Leipzig", + "bosUse": "primary", + "bosCallsign": "Christoph 63", + "bosCallsignShort": "CHX63", + "hideRangeRings": false, + "aircraftSpeed": 220, + "updatedAt": { + "$date": "2024-11-23T15:10:08.110Z" + } +}, +{ + "_id": { + "$oid": "66d313a6c947baaaa8848a24" + }, + "operator": "DRF", + "aircraft": "H135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Sachsen-Anhalt", + "locationStateShort": "ST", + "hasRope": false, + "fir": "EDWW", + "country": "DE", + "latitude": 52.158417, + "longitude": 11.58375, + "atcCallsign": "CHX36", + "bosRadioArea": "Leitstelle Magdeburg", + "bosUse": "primary", + "bosCallsign": "Christoph 36", + "bosCallsignShort": "CHX36", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31b44c947baaaa884cbc8" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Sachsen-Anhalt", + "locationStateShort": "ST", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 51.5513986854586, + "longitude": 12.0500179721376, + "atcCallsign": "CHX85", + "bosRadioArea": "Leitstelle Halle", + "bosUse": "dualUse", + "bosCallsign": "Christoph Halle", + "bosCallsignShort": "CHX HAL", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d317d5c947baaaa884adcf" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Sachsen-Anhalt", + "locationStateShort": "ST", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 51.3515710558627, + "longitude": 12.1926280224177, + "atcCallsign": "CHX61", + "bosRadioArea": "Leitstelle Leipzig", + "bosUse": "primary", + "bosCallsign": "Christoph 61", + "bosCallsignShort": "CHX61", + "hideRangeRings": false, + "aircraftSpeed": 220, + "updatedAt": { + "$date": "2024-11-23T15:10:10.794Z" + } +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1c8" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": true, + "hasNvg": false, + "locationState": "Sachsen-Anhalt", + "locationStateShort": "ST", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 51.5516613460171, + "longitude": 12.0501781975791, + "atcCallsign": "CHX84", + "bosRadioArea": "Leitstelle Halle", + "bosUse": "secondary", + "bosCallsign": "Christoph Sachsen-Anhalt", + "bosCallsignShort": "CHX SAC", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d3196bc947baaaa884bbc9" + }, + "operator": "ADAC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Thüringen", + "locationStateShort": "TH", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 50.915389, + "longitude": 11.718167, + "atcCallsign": "CHX70", + "bosRadioArea": "Leitstelle Jena", + "bosUse": "primary", + "bosCallsign": "Christoph 70", + "bosCallsignShort": "CHX70", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d3141ac947baaaa8848df0" + }, + "operator": "DRF", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Thüringen", + "locationStateShort": "TH", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 51.516861, + "longitude": 10.794278, + "atcCallsign": "CHX37", + "bosRadioArea": "Landkreis Nordhausen", + "bosUse": "primary", + "bosCallsign": "Christoph 37", + "bosCallsignShort": "CHX37", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d317bac947baaaa884acc0" + }, + "operator": "DRF", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Thüringen", + "locationStateShort": "TH", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 50.603278, + "longitude": 10.711028, + "atcCallsign": "CHX60", + "bosRadioArea": "Leitstelle Suhl", + "bosUse": "primary", + "bosCallsign": "Christoph 60", + "bosCallsignShort": "CHX60", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66d31f20c947baaaa884eb54" + }, + "operator": "DRF", + "aircraft": "H145", + "hasWinch": false, + "is24h": true, + "hasNvg": true, + "locationState": "Thüringen", + "locationStateShort": "TH", + "hasRope": false, + "fir": "EDMM", + "country": "DE", + "latitude": 50.889417, + "longitude": 11.264611, + "atcCallsign": "CHX81", + "bosRadioArea": "Leitstelle Weimarer Land", + "bosUse": "secondary", + "bosCallsign": "Christoph Thüringen", + "bosCallsignShort": "CHX THÜ", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66f57ac0308ae474eff09bf2" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Vorarlberg", + "locationStateShort": "V", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.20893, + "longitude": 9.659747, + "atcCallsign": "C08", + "bosRadioArea": "Leitstelle Feldkirch", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 8", + "bosCallsignShort": "C08", + "hideRangeRings": false, + "aircraftSpeed": 220, + "updatedAt": { + "$date": "2024-10-31T18:35:34.787Z" + } +}, +{ + "_id": { + "$oid": "66fa5168a566cf0482734bc5" + }, + "operator": "Schenk Air", + "aircraft": "A109", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Vorarlberg", + "locationStateShort": "V", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.073761, + "longitude": 9.913194, + "atcCallsign": "ROBIN1", + "bosRadioArea": "Leitstelle Vorarlberg", + "bosUse": "primary", + "bosCallsign": "Robin 1", + "bosCallsignShort": "ROBIN1", + "hideRangeRings": false, + "aircraftSpeed": 280 +}, +{ + "_id": { + "$oid": "66fa5085a566cf048272e068" + }, + "operator": "Wucher", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Vorarlberg", + "locationStateShort": "V", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.184421, + "longitude": 10.157347, + "atcCallsign": "GALLUS1", + "bosRadioArea": "Leitstelle Vorarlberg", + "bosUse": "dualUse", + "bosCallsign": "Gallus 1", + "bosCallsignShort": "GALLUS1", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66fa50b6a566cf048272f4bc" + }, + "operator": "Wucher", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.119362, + "longitude": 10.240234, + "atcCallsign": "GALLUS3", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "dualUse", + "bosCallsign": "Gallus 3", + "bosCallsignShort": "GALLUS3", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66fa5182a566cf04827356ae" + }, + "operator": "Schenk Air", + "aircraft": "A109", + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": false, + "fir": "LOVV", + "country": "AT", + "latitude": 46.980457, + "longitude": 10.315909, + "atcCallsign": "ROBIN3", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "primary", + "bosCallsign": "Robin 3", + "bosCallsignShort": "ROBIN3", + "hideRangeRings": false, + "aircraftSpeed": 280 +}, +{ + "_id": { + "$oid": "66f57a6f308ae474eff098aa" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.17654, + "longitude": 10.612498, + "atcCallsign": "C05", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 5", + "bosCallsignShort": "C05", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f59c97308ae474ef041c41" + }, + "operator": "Heli Austria", + "aircraft": "MD900", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.219028, + "longitude": 10.769203, + "atcCallsign": "M2", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "primary", + "bosCallsign": "Martin 2", + "bosCallsignShort": "M2", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1c9" + }, + "operator": "ARA", + "aircraft": "H145", + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": false, + "fir": "LOVV", + "country": "AT", + "latitude": 47.473, + "longitude": 10.711, + "atcCallsign": "RK2", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "primary", + "bosCallsign": "RK-2", + "bosCallsignShort": "RK2", + "hideRangeRings": false, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2025-01-06T19:11:56.714Z" + } +}, +{ + "_id": { + "$oid": "66f5798a308ae474efeff0c1" + }, + "operator": "ÖAMTC", + "aircraft": "H135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.260219, + "longitude": 11.343964, + "atcCallsign": "C01", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 1", + "bosCallsignShort": "C01", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66fa511aa566cf0482732100" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": false, + "fir": "LOVV", + "country": "AT", + "latitude": 46.946562, + "longitude": 11.018512, + "atcCallsign": "ALPIN2", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "primary", + "bosCallsign": "Alpin 2", + "bosCallsignShort": "ALPIN2", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f59d9f308ae474ef04d8c4" + }, + "operator": "Heli Austria", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 46.91119, + "longitude": 11.053609, + "atcCallsign": "M8", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "primary", + "bosCallsign": "Martin 8", + "bosCallsignShort": "M8", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66fa512ba566cf0482733068" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": false, + "fir": "LOVV", + "country": "AT", + "latitude": 47.13382, + "longitude": 11.703737, + "atcCallsign": "ALPIN5", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "primary", + "bosCallsign": "Alpin 5", + "bosCallsignShort": "ALPIN5", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f59d92308ae474ef04cc51" + }, + "operator": "Heli Austria", + "aircraft": "MD900", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.177643, + "longitude": 11.866868, + "atcCallsign": "M7", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "primary", + "bosCallsign": "Martin 7", + "bosCallsignShort": "M7", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66fa5219a566cf048273d166" + }, + "operator": "SHS", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.284805, + "longitude": 11.879514, + "atcCallsign": "SHS4", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "primary", + "bosCallsign": "Heli 4", + "bosCallsignShort": "SHS4", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66fa51fda566cf048273b75f" + }, + "operator": "SHS", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.565556, + "longitude": 12.1275, + "atcCallsign": "SHS3", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "primary", + "bosCallsign": "Heli 3", + "bosCallsignShort": "SHS3", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f57a52308ae474eff0968c" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.4758, + "longitude": 12.344, + "atcCallsign": "C04", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 4", + "bosCallsignShort": "C04", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f59d83308ae474ef04c336" + }, + "operator": "Heli Austria", + "aircraft": "MD900", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Salzburg", + "locationStateShort": "S", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.366415, + "longitude": 12.59672, + "atcCallsign": "M6", + "bosRadioArea": "Leitstelle Salzburg", + "bosUse": "primary", + "bosCallsign": "Martin 6", + "bosCallsignShort": "M6", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1ca" + }, + "operator": "ÖAMTC", + "aircraft": "H135", + "hasWinch": false, + "is24h": false, + "hasNvg": true, + "locationState": "Salzburg", + "locationStateShort": "S", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.292231, + "longitude": 12.787692, + "atcCallsign": "ALPIN6", + "bosRadioArea": "Leitstelle Salzburg", + "bosUse": "primary", + "bosCallsign": "Alpin-Heli 6", + "bosCallsignShort": "ALPIN6", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66fa51e8a566cf048273a356" + }, + "operator": "SHS", + "aircraft": "B429", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.584954, + "longitude": 12.592367, + "atcCallsign": "SHS1", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "primary", + "bosCallsign": "Heli 1", + "bosCallsignShort": "SHS1", + "hideRangeRings": false, + "aircraftSpeed": 270 +}, +{ + "_id": { + "$oid": "66f57ec6308ae474eff16e24" + }, + "operator": "Heli Austria", + "aircraft": "MD900", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Salzburg", + "locationStateShort": "S", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.394037, + "longitude": 13.221654, + "atcCallsign": "M1", + "bosRadioArea": "Leitstelle Salzburg", + "bosUse": "primary", + "bosCallsign": "Martin 1", + "bosCallsignShort": "M1", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66f59dad308ae474ef04e174" + }, + "operator": "Heli Austria", + "aircraft": "MD900", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Salzburg", + "locationStateShort": "S", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.3939295047916, + "longitude": 13.2217566532544, + "atcCallsign": "M10", + "bosRadioArea": "Leitstelle Salzburg", + "bosUse": "primary", + "bosCallsign": "Martin 10", + "bosCallsignShort": "M10", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66f57a8f308ae474eff099d8" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Salzburg", + "locationStateShort": "S", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.793333, + "longitude": 13.004444, + "atcCallsign": "C06", + "bosRadioArea": "Leitstelle Salzburg", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 6", + "bosCallsignShort": "C06", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f57bbd308ae474eff0ad24" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Niederösterreich", + "locationStateShort": "NÖ", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.969134, + "longitude": 14.939454, + "atcCallsign": "C15", + "bosRadioArea": "Leitstelle Niederösterreich", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 15", + "bosCallsignShort": "C15", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f57b1a308ae474eff09fc6" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Oberösterreich", + "locationStateShort": "OÖ", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 48.233219, + "longitude": 14.187511, + "atcCallsign": "C10", + "bosRadioArea": "Leitstelle Linz", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 10", + "bosCallsignShort": "C10", + "hideRangeRings": false, + "aircraftSpeed": 220, + "updatedAt": { + "$date": "2024-12-01T20:28:57.749Z" + } +}, +{ + "_id": { + "$oid": "66f57b77308ae474eff0a563" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": true, + "hasNvg": false, + "locationState": "Steiermark", + "locationStateShort": "ST", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.4797816144557, + "longitude": 14.0097092302453, + "atcCallsign": "C14", + "bosRadioArea": "Leitstelle Liezen", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 14", + "bosCallsignShort": "C14", + "hideRangeRings": false, + "aircraftSpeed": 220, + "updatedAt": { + "$date": "2024-10-31T18:32:58.225Z" + } +}, +{ + "_id": { + "$oid": "66fa5026a566cf048272bb62" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Steiermark", + "locationStateShort": "ST", + "hasRope": false, + "fir": "LOVV", + "country": "AT", + "latitude": 47.4797940517119, + "longitude": 14.009965604636, + "atcCallsign": "C99", + "bosRadioArea": "Leitstelle Steiermark", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 99", + "bosCallsignShort": "C99", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f59d44308ae474ef049447" + }, + "operator": "Heli Austria", + "aircraft": "MD900", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Oberösterreich", + "locationStateShort": "OÖ", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.898611, + "longitude": 13.939444, + "atcCallsign": "M3", + "bosRadioArea": "Leitstelle Oberösterreich", + "bosUse": "primary", + "bosCallsign": "Martin 3", + "bosCallsignShort": "M3", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66f579c5308ae474eff02fba" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": true, + "hasNvg": false, + "locationState": "Niederösterreich", + "locationStateShort": "NÖ", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 48.44666, + "longitude": 15.63472, + "atcCallsign": "C02", + "bosRadioArea": "Leitstelle Niederösterreich", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 2", + "bosCallsignShort": "C02", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f57adf308ae474eff09e29" + }, + "operator": "ÖAMTC", + "aircraft": "H135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Niederösterreich", + "locationStateShort": "NÖ", + "hasRope": false, + "fir": "LOVV", + "country": "AT", + "latitude": 48.1895359, + "longitude": 16.412621917, + "atcCallsign": "C09", + "bosRadioArea": "Leitstelle Wien", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 9", + "bosCallsignShort": "C09", + "hideRangeRings": false, + "aircraftSpeed": 220, + "updatedAt": { + "$date": "2024-10-31T18:34:56.507Z" + } +}, +{ + "_id": { + "$oid": "66f579e5308ae474eff04d8a" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Niederösterreich", + "locationStateShort": "NÖ", + "hasRope": false, + "fir": "LOVV", + "country": "AT", + "latitude": 47.8453750305468, + "longitude": 16.2514252205656, + "atcCallsign": "C03", + "bosRadioArea": "Leitstelle Niederösterreich", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 3", + "bosCallsignShort": "C03", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f57bf9308ae474eff0af31" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Niederösterreich", + "locationStateShort": "NÖ", + "hasRope": false, + "fir": "LOVV", + "country": "AT", + "latitude": 47.8572324, + "longitude": 16.9383541, + "atcCallsign": "C18", + "bosRadioArea": "Leitstelle Niederösterreich", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 18", + "bosCallsignShort": "C18", + "hideRangeRings": false, + "aircraftSpeed": 220, + "updatedAt": { + "$date": "2025-01-12T15:35:33.073Z" + } +}, +{ + "_id": { + "$oid": "66f57cec308ae474eff0caab" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": true, + "hasNvg": false, + "locationState": "Niederösterreich", + "locationStateShort": "NÖ", + "hasRope": false, + "fir": "LOVV", + "country": "AT", + "latitude": 47.8453390079364, + "longitude": 16.2521022086806, + "atcCallsign": "C33", + "bosRadioArea": "Leitstelle Niederösterreich", + "bosUse": "secondary", + "bosCallsign": "Christophorus ITH", + "bosCallsignShort": "C ITH", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f57bce308ae474eff0ad9e" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Burgenland", + "locationStateShort": "B", + "hasRope": false, + "fir": "LOVV", + "country": "AT", + "latitude": 47.3052778, + "longitude": 16.183611, + "atcCallsign": "C16", + "bosRadioArea": "Leitstelle Burgenland", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 16", + "bosCallsignShort": "C16", + "hideRangeRings": false, + "aircraftSpeed": 220, + "updatedAt": { + "$date": "2024-10-31T18:29:44.707Z" + } +}, +{ + "_id": { + "$oid": "66f57b53308ae474eff0a3ac" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Steiermark", + "locationStateShort": "ST", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 46.991067, + "longitude": 15.439628, + "atcCallsign": "C12", + "bosRadioArea": "Leitstelle Steiermark", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 12", + "bosCallsignShort": "C12", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f57be4308ae474eff0aea9" + }, + "operator": "ÖAMTC", + "aircraft": "H135", + "hasWinch": false, + "is24h": true, + "hasNvg": false, + "locationState": "Steiermark", + "locationStateShort": "ST", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.33627, + "longitude": 15.00223, + "atcCallsign": "C17", + "bosRadioArea": "Leitstelle Steiermark", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 17", + "bosCallsignShort": "C17", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f57b2e308ae474eff0a0ca" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Kärnten", + "locationStateShort": "K", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 46.642514, + "longitude": 14.337739, + "atcCallsign": "C11", + "bosRadioArea": "Leitstelle Kärnten", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 11", + "bosCallsignShort": "C11", + "hideRangeRings": false, + "aircraftSpeed": 220, + "updatedAt": { + "$date": "2024-10-31T18:32:38.750Z" + } +}, +{ + "_id": { + "$oid": "66fa5103a566cf0482731654" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Kärnten", + "locationStateShort": "K", + "hasRope": false, + "fir": "LOVV", + "country": "AT", + "latitude": 46.818022, + "longitude": 13.858163, + "atcCallsign": "ALPIN1", + "bosRadioArea": "Leitstelle Kärnten", + "bosUse": "primary", + "bosCallsign": "Alpin 1", + "bosCallsignShort": "ALPIN1", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1cc" + }, + "operator": "ARA", + "aircraft": "H145", + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Kärnten", + "locationStateShort": "K", + "hasRope": false, + "fir": "LOVV", + "country": "AT", + "latitude": 46.741167, + "longitude": 13.664694, + "atcCallsign": "RK1", + "bosRadioArea": "Leitstelle Kärnten", + "bosUse": "primary", + "bosCallsign": "RK-1", + "bosCallsignShort": "RK1", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1cd" + }, + "operator": "ARA", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Kärnten", + "locationStateShort": "K", + "hasRope": false, + "fir": "LOVV", + "country": "AT", + "latitude": 0, + "longitude": 0, + "atcCallsign": "XXXX", + "bosRadioArea": "", + "bosUse": "primary", + "bosCallsign": "NICHT NUTZEN ARA 3", + "bosCallsignShort": "NICHT NUTZEN", + "hideRangeRings": true, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2025-01-12T18:28:12.642Z" + } +}, +{ + "_id": { + "$oid": "66f57aa9308ae474eff09b74" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 46.783583, + "longitude": 12.883389, + "atcCallsign": "C07", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "dualUse", + "bosCallsign": "Christophorus 7", + "bosCallsignShort": "C07", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f59d5b308ae474ef04a319" + }, + "operator": "Heli Austria", + "aircraft": "H135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 46.991825, + "longitude": 12.541708, + "atcCallsign": "M4", + "bosRadioArea": "Leitstelle Tirol", + "bosUse": "primary", + "bosCallsign": "Martin 4", + "bosCallsignShort": "M4", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f57d0d308ae474eff0cddf" + }, + "operator": "ÖAMTC", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Oberösterreich", + "locationStateShort": "OÖ", + "hasRope": false, + "fir": "LOVV", + "country": "AT", + "latitude": 48.4008170113344, + "longitude": 13.4498194196394, + "atcCallsign": "CE3", + "bosRadioArea": "Leitstelle Oberösterreich", + "bosUse": "dualUse", + "bosCallsign": "Christophorus Europa 3", + "bosCallsignShort": "CE3", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "6703fea463f5e883ce2f2256" + }, + "operator": "Rega", + "aircraft": "EC135", + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "Genf", + "locationStateShort": "GE", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.2336761, + "longitude": 6.0968714, + "atcCallsign": "RGA15", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Rega 15", + "bosCallsignShort": "RGA15", + "hideRangeRings": true, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66eff19f4533559bf33a9155" + }, + "operator": "Rega", + "aircraft": "H145", + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "Waadt", + "locationStateShort": "VD", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.5471874, + "longitude": 6.6182038, + "atcCallsign": "RGA4", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Rega 4", + "bosCallsignShort": "RGA4", + "hideRangeRings": true, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66f714d8e1dd41187bf2155d" + }, + "operator": "Rega", + "aircraft": "H145", + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "Bern", + "locationStateShort": "BE", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.9096502, + "longitude": 7.5045581, + "atcCallsign": "RGA3", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Rega 3", + "bosCallsignShort": "RGA3", + "hideRangeRings": true, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "6703fd2963f5e883ce2ce280" + }, + "operator": "Rega", + "aircraft": "A109", + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "Tessin", + "locationStateShort": "TI", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.1631088, + "longitude": 8.8815036, + "atcCallsign": "RGA6", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Rega 6", + "bosCallsignShort": "RGA6", + "hideRangeRings": true, + "aircraftSpeed": 280 +}, +{ + "_id": { + "$oid": "6703fd7e63f5e883ce2d80c3" + }, + "operator": "Rega", + "aircraft": "A109", + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "Uri", + "locationStateShort": "UR", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.8342387, + "longitude": 8.6385766, + "atcCallsign": "RGA8", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Rega 8", + "bosCallsignShort": "RGA8", + "hideRangeRings": true, + "aircraftSpeed": 280 +}, +{ + "_id": { + "$oid": "6703fe2663f5e883ce2e7b8f" + }, + "operator": "Rega", + "aircraft": "A109", + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "Glarus", + "locationStateShort": "GL", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 47.0781239, + "longitude": 9.0666478, + "atcCallsign": "RGA12", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Rega 12", + "bosCallsignShort": "RGA12", + "hideRangeRings": true, + "aircraftSpeed": 280 +}, +{ + "_id": { + "$oid": "6703fdf563f5e883ce2e3524" + }, + "operator": "Rega", + "aircraft": "A109", + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "Bern", + "locationStateShort": "BE", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.6680317, + "longitude": 7.8754557, + "atcCallsign": "RGA10", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Rega 10", + "bosCallsignShort": "RGA10", + "hideRangeRings": true, + "aircraftSpeed": 280 +}, +{ + "_id": { + "$oid": "6701427963f5e883ce6c3e9b" + }, + "operator": "Rega", + "aircraft": "A109", + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "Bern", + "locationStateShort": "BE", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.5550178, + "longitude": 7.3796245, + "atcCallsign": "RGA14", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Rega 14", + "bosCallsignShort": "RGA14", + "hideRangeRings": true, + "aircraftSpeed": 280 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1ce" + }, + "operator": "Air Glaciers", + "aircraft": "AS350", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Wallis", + "locationStateShort": "VS", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.2685175, + "longitude": 6.9592634, + "atcCallsign": "REGISTRATION", + "bosRadioArea": "Leitstelle", + "bosUse": "primary", + "bosCallsign": "Air Glaciers Collombey", + "bosCallsignShort": "ARG COL", + "hideRangeRings": true, + "aircraftSpeed": 240 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1cf" + }, + "operator": "Air Glaciers", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Waadt", + "locationStateShort": "VD", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.341424, + "longitude": 7.0242095, + "atcCallsign": "REGISTRATION", + "bosRadioArea": "Leitstelle", + "bosUse": "primary", + "bosCallsign": "Air Glaciers Leysin", + "bosCallsignShort": "ARG LEY", + "hideRangeRings": true, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1d0" + }, + "operator": "Air Glaciers", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Bern", + "locationStateShort": "BE", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.4871546, + "longitude": 7.2458198, + "atcCallsign": "REGISTRATION", + "bosRadioArea": "Leitstelle", + "bosUse": "primary", + "bosCallsign": "Air Glaciers Saanen", + "bosCallsignShort": "ARG SAA", + "hideRangeRings": true, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1d1" + }, + "operator": "Air Glaciers", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Waadt", + "locationStateShort": "VD", + "hasRope": true, + "fir": "LSAS", + "country": "CH", + "latitude": 46.2217041, + "longitude": 7.3468822, + "atcCallsign": "REGISTRATION", + "bosRadioArea": "Leitstelle", + "bosUse": "primary", + "bosCallsign": "Air Glaciers Sion", + "bosCallsignShort": "ARG SIO", + "hideRangeRings": true, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "6703ff0763f5e883ce2fa742" + }, + "operator": "Rega", + "aircraft": "H145", + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "Wallis", + "locationStateShort": "VS", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.2214096, + "longitude": 7.3454475, + "atcCallsign": "RGA18", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Rega 18", + "bosCallsignShort": "RGA18", + "hideRangeRings": true, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1d2" + }, + "operator": "Air Zermatt", + "aircraft": "B429", + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Wallis", + "locationStateShort": "VS", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.0292477, + "longitude": 7.753178, + "atcCallsign": "REGISTRATION", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Air Zermatt", + "bosCallsignShort": "ARG ZER", + "hideRangeRings": true, + "aircraftSpeed": 270 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1d3" + }, + "operator": "Air Zermatt", + "aircraft": "B429", + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Wallis", + "locationStateShort": "VS", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.3100588, + "longitude": 7.7247769, + "atcCallsign": "REGISTRATION", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Lima Gampel", + "bosCallsignShort": "LIMA GAM", + "hideRangeRings": true, + "aircraftSpeed": 270 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1d4" + }, + "operator": "Air Glaciers", + "aircraft": "AS350", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Wallis", + "locationStateShort": "VS", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.3134505, + "longitude": 7.7277072, + "atcCallsign": "REGISTRATION", + "bosRadioArea": "Leitstelle", + "bosUse": "primary", + "bosCallsign": "Air Glaciers Gampel", + "bosCallsignShort": "ARG GAM", + "hideRangeRings": true, + "aircraftSpeed": 240 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1d5" + }, + "operator": "Air Glaciers", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Bern", + "locationStateShort": "BE", + "hasRope": true, + "fir": "LSAS", + "country": "CH", + "latitude": 46.5855297, + "longitude": 7.91317, + "atcCallsign": "REGISTRATION", + "bosRadioArea": "Leitstelle", + "bosUse": "primary", + "bosCallsign": "Air Glaciers Lauterbrunnen", + "bosCallsignShort": "ARG LAU", + "hideRangeRings": true, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66eff12c4533559bf33a8eba" + }, + "operator": "Rega", + "aircraft": "H145", + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "Basel-Stadt", + "locationStateShort": "BS", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 47.6058918, + "longitude": 7.5230326, + "atcCallsign": "RGA2", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Rega 2", + "bosCallsignShort": "RGA2", + "hideRangeRings": true, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "6704d8a763f5e883ce484afe" + }, + "operator": "AAA", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Aargau", + "locationStateShort": "AG", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 47.44431, + "longitude": 8.23364, + "atcCallsign": "LAS1", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Lions 1", + "bosCallsignShort": "LAS1", + "hideRangeRings": true, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66eff1514533559bf33a8f7e" + }, + "operator": "Rega", + "aircraft": "H145", + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "Zürich", + "locationStateShort": "ZH", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 47.3961174, + "longitude": 8.6376288, + "atcCallsign": "RGA01", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Rega 1", + "bosCallsignShort": "RGA01", + "hideRangeRings": true, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66e8870e19e4c6c174a855d7" + }, + "operator": "Rega", + "aircraft": "H145", + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "St. Gallen", + "locationStateShort": "SG", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 47.4055267, + "longitude": 9.2904057, + "atcCallsign": "RGA7", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Rega 7", + "bosCallsignShort": "RGA7", + "hideRangeRings": true, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "6703fc8f63f5e883ce2c107f" + }, + "operator": "Rega", + "aircraft": "A109", + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "Graubünden", + "locationStateShort": "GR", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.9127325, + "longitude": 9.5510388, + "atcCallsign": "RGA5", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Rega 5", + "bosCallsignShort": "RGA5", + "hideRangeRings": true, + "aircraftSpeed": 280 +}, +{ + "_id": { + "$oid": "6703fdaf63f5e883ce2dc89b" + }, + "operator": "Rega", + "aircraft": "A109", + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "Graubünden", + "locationStateShort": "GR", + "hasRope": false, + "fir": "LSAS", + "country": "CH", + "latitude": 46.5304482, + "longitude": 9.8782306, + "atcCallsign": "RGA10", + "bosRadioArea": "Leitstelle", + "bosUse": "dualUse", + "bosCallsign": "Rega 9", + "bosCallsignShort": "RGA9", + "hideRangeRings": true, + "aircraftSpeed": 280, + "updatedAt": { + "$date": "2025-01-07T22:14:19.182Z" + } +}, +{ + "_id": { + "$oid": "66fa50a2a566cf048272ed28" + }, + "operator": "Wucher", + "aircraft": "EC135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Vorarlberg", + "locationStateShort": "V", + "hasRope": true, + "fir": "LOVV", + "country": "AT", + "latitude": 47.2003277134269, + "longitude": 9.78020746371216, + "atcCallsign": "GALLUS2", + "bosRadioArea": "Leitstelle Vorarlberg", + "bosUse": "dualUse", + "bosCallsign": "Gallus 2", + "bosCallsignShort": "GALLUS2", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f0505b8ee4c364209b1be8" + }, + "operator": "ANWB", + "aircraft": "H135", + "hasWinch": false, + "is24h": true, + "hasNvg": true, + "locationState": "Nord-Holland", + "locationStateShort": "NH", + "hasRope": false, + "fir": "EHAA", + "country": "NL", + "latitude": 52.4147895419047, + "longitude": 4.80442055071676, + "atcCallsign": "LIFELN1", + "bosRadioArea": "Meldkamer Amsterdam", + "bosUse": "primary", + "bosCallsign": "Lifeliner 1", + "bosCallsignShort": "LIFELN1", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f0514d8ee4c364209bdf26" + }, + "operator": "ANWB", + "aircraft": "H135", + "hasWinch": false, + "is24h": true, + "hasNvg": true, + "locationState": "Südholland", + "locationStateShort": "SH", + "hasRope": false, + "fir": "EHAA", + "country": "NL", + "latitude": 51.9511565304994, + "longitude": 4.44187432554013, + "atcCallsign": "LIFELN2", + "bosRadioArea": "Meldkamer Rotterdam", + "bosUse": "primary", + "bosCallsign": "Lifeliner 2", + "bosCallsignShort": "LIFELN2", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66f0522f8ee4c364209caaa7" + }, + "operator": "ANWB", + "aircraft": "H135", + "hasWinch": false, + "is24h": true, + "hasNvg": true, + "locationState": "Nordbrabant", + "locationStateShort": "NB", + "hasRope": false, + "fir": "EHAA", + "country": "NL", + "latitude": 51.6536616228138, + "longitude": 5.69257216166507, + "atcCallsign": "LIFELN3", + "bosRadioArea": "Meldkamer Oost-Nederland", + "bosUse": "primary", + "bosCallsign": "Lifeliner 3", + "bosCallsignShort": "LIFELN3", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1d6" + }, + "operator": "ANWB", + "aircraft": "H135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Groningen", + "locationStateShort": "GR", + "hasRope": false, + "fir": "EHAA", + "country": "NL", + "latitude": 53.1278345598779, + "longitude": 6.58966442791941, + "atcCallsign": "LIFELN4", + "bosRadioArea": "Meldkamer Noord-Nederland", + "bosUse": "primary", + "bosCallsign": "Lifeliner 4", + "bosCallsignShort": "LIFELN4", + "hideRangeRings": false, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "66faeef9a566cf04820f6339" + }, + "operator": "ANWB", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Friesland", + "locationStateShort": "FL", + "hasRope": false, + "fir": "EHAA", + "country": "NL", + "latitude": 53.2285212679522, + "longitude": 5.76046978819444, + "atcCallsign": "MED01", + "bosRadioArea": "Meldkammer Noord-Nederland", + "bosUse": "dualUse", + "bosCallsign": "Medic 01", + "bosCallsignShort": "MED01", + "hideRangeRings": false, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "6704d91663f5e883ce485050" + }, + "operator": "AAA", + "aircraft": "EC135", + "hasWinch": true, + "is24h": true, + "hasNvg": false, + "locationState": "Liechtenstein", + "locationStateShort": "LI", + "hasRope": false, + "fir": "LOVV", + "country": "LI", + "latitude": 47.0679664260504, + "longitude": 9.48081543252783, + "atcCallsign": "LAS7", + "bosRadioArea": "Einsatzzentrale Liechtenstein", + "bosUse": "dualUse", + "bosCallsign": "Christoph Liechtenstein", + "bosCallsignShort": "LAS7", + "hideRangeRings": true, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "6704457363f5e883ce13d050" + }, + "operator": "LAR", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Luxemburg", + "locationStateShort": "LU", + "hasRope": false, + "fir": "EBBU", + "country": "LU", + "latitude": 49.6253991498926, + "longitude": 6.20047796932935, + "atcCallsign": "LAR1", + "bosRadioArea": "Rettungsleitstelle Luxemburg", + "bosUse": "dualUse", + "bosCallsign": "Air Rescue 1", + "bosCallsignShort": "LAR1", + "hideRangeRings": false, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2024-10-31T18:39:57.703Z" + } +}, +{ + "_id": { + "$oid": "6704459e63f5e883ce144abf" + }, + "operator": "LAR", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Luxemburg", + "locationStateShort": "LU", + "hasRope": false, + "fir": "EBBU", + "country": "LU", + "latitude": 49.8543433855753, + "longitude": 6.09447159964734, + "atcCallsign": "LAR2", + "bosRadioArea": "Rettungsleitstelle Luxemburg", + "bosUse": "dualUse", + "bosCallsign": "Air Rescue 2", + "bosCallsignShort": "LAR2", + "hideRangeRings": true, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1d7" + }, + "operator": "INAER", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Südtirol", + "locationStateShort": "ST", + "hasRope": false, + "fir": "LIMM", + "country": "IT", + "latitude": 46.7251044932964, + "longitude": 11.6482901183107, + "atcCallsign": "PEL2", + "bosRadioArea": "Leitstelle Bozen", + "bosUse": "dualUse", + "bosCallsign": "Pelikan 2", + "bosCallsignShort": "PEL2", + "hideRangeRings": true, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d3209dc947baaaa884f7fd" + }, + "operator": "AAD", + "aircraft": "H135", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Südtirol", + "locationStateShort": "ST", + "hasRope": false, + "fir": "LIMM", + "country": "IT", + "latitude": 46.5870201102826, + "longitude": 11.6302603578647, + "atcCallsign": "AIUT", + "bosRadioArea": "Leitstelle Bozen", + "bosUse": "primary", + "bosCallsign": "Aiut Alpin", + "bosCallsignShort": "AIUT", + "hideRangeRings": true, + "aircraftSpeed": 220 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1d8" + }, + "operator": "INAER", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Südtirol", + "locationStateShort": "ST", + "hasRope": false, + "fir": "LIMM", + "country": "IT", + "latitude": 46.4977436929668, + "longitude": 11.3052086889816, + "atcCallsign": "PEL1", + "bosRadioArea": "Leitstelle Bozen", + "bosUse": "dualUse", + "bosCallsign": "Pelikan 1", + "bosCallsignShort": "PEL1", + "hideRangeRings": true, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "6723c526d5c5a9eb7585e1d9" + }, + "operator": "INAER", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Südtirol", + "locationStateShort": "ST", + "hasRope": false, + "fir": "LIMM", + "country": "IT", + "latitude": 46.6197329673412, + "longitude": 10.6856714391942, + "atcCallsign": "PEL3", + "bosRadioArea": "Leitstelle Bozen", + "bosUse": "dualUse", + "bosCallsign": "Pelikan 3", + "bosCallsignShort": "PEL3", + "hideRangeRings": true, + "aircraftSpeed": 250 +}, +{ + "_id": { + "$oid": "66d1d88a98452605fa6ddf50" + }, + "operator": "TEST", + "aircraft": "H145", + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "TEST", + "locationStateShort": "TX", + "hasRope": false, + "fir": "TEST", + "country": "DE", + "latitude": 0, + "longitude": 0, + "atcCallsign": "CHX TST", + "bosRadioArea": "Leitstelle VAR", + "bosUse": "primary", + "bosCallsign": "Christoph Test", + "bosCallsignShort": "CHX TST", + "hideRangeRings": false, + "aircraftSpeed": 250, + "updatedAt": { + "$date": "2024-11-13T18:48:51.000Z" + } +}, +{ + "_id": { + "$oid": "6723cefe31fa145e4d2e57b5" + }, + "bosUse": "dualUse", + "bosCallsign": "Air Rescue 3", + "bosCallsignShort": "LAR3", + "bosRadioArea": "Rettungsleitstelle Luxemburg", + "country": "LU", + "operator": "LAR", + "aircraft": "H145", + "aircraftSpeed": 240, + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Luzern", + "locationStateShort": "LU", + "hasRope": false, + "fir": "EBBU", + "latitude": 49.62473, + "longitude": 6.19831, + "atcCallsign": "LAR3", + "hideRangeRings": false, + "createdAt": { + "$date": "2024-10-31T18:39:58.639Z" + }, + "updatedAt": { + "$date": "2025-05-22T17:22:48.005Z" + }, + "__v": 0 +}, +{ + "_id": { + "$oid": "67765311e791884b42f30965" + }, + "bosUse": "primary", + "bosCallsign": "SAR 21", + "bosCallsignShort": "SAR21", + "bosRadioArea": "RCC Glücksburg", + "country": "DE", + "operator": "BUND", + "aircraft": "NH90", + "aircraftSpeed": 270, + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "Niedersachsen", + "locationStateShort": "NI", + "hasRope": false, + "fir": "EDWW", + "latitude": 53.76164, + "longitude": 8.64628, + "atcCallsign": "RESQ21", + "hideRangeRings": false, + "createdAt": { + "$date": "2025-01-02T08:49:21.294Z" + }, + "updatedAt": { + "$date": "2025-01-06T19:15:12.007Z" + }, + "__v": 0 +}, +{ + "_id": { + "$oid": "6776549be791884b42f31499" + }, + "bosUse": "primary", + "bosCallsign": "TEMPiS", + "bosCallsignShort": "TEMPiS", + "bosRadioArea": "Leitstelle München", + "country": "DE", + "operator": "HTM", + "aircraft": "EC135", + "aircraftSpeed": 220, + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Bayern", + "locationStateShort": "BY", + "hasRope": false, + "fir": "EDMM", + "latitude": 48.048131, + "longitude": 11.653681, + "atcCallsign": "REGISTRATION", + "hideRangeRings": false, + "createdAt": { + "$date": "2025-01-02T08:55:55.672Z" + }, + "updatedAt": { + "$date": "2025-01-02T09:02:40.671Z" + }, + "__v": 0 +}, +{ + "_id": { + "$oid": "678409259bea3d44b9b06746" + }, + "bosUse": "primary", + "bosCallsign": "ARA-3", + "bosCallsignShort": "ARA3", + "bosRadioArea": "Leitstelle Kärnten", + "country": "AT", + "operator": "ARA", + "aircraft": "H145", + "aircraftSpeed": 130, + "hasWinch": true, + "is24h": false, + "hasNvg": false, + "locationState": "Kärnten", + "locationStateShort": "K", + "hasRope": false, + "fir": "LOVV", + "latitude": 46.569055, + "longitude": 13.274001, + "atcCallsign": "ARA3", + "hideRangeRings": false, + "createdAt": { + "$date": "2025-01-12T18:25:41.629Z" + }, + "updatedAt": { + "$date": "2025-01-12T18:28:22.920Z" + }, + "__v": 0 +}, +{ + "_id": { + "$oid": "678d4afa6e63107be4325cc4" + }, + "bosUse": "dualUse", + "bosCallsign": "Ambulanz Hallingdal", + "bosCallsignShort": "AHS HAD", + "bosRadioArea": "Norsk Central", + "country": "DE", + "operator": "Norsk Luftambulanse", + "aircraft": "EC135", + "aircraftSpeed": 220, + "hasWinch": false, + "is24h": false, + "hasNvg": true, + "locationState": "", + "locationStateShort": "", + "hasRope": true, + "fir": "", + "latitude": 60.63049, + "longitude": 8.56612, + "atcCallsign": "DOC", + "hideRangeRings": false, + "createdAt": { + "$date": "2025-01-19T18:56:58.918Z" + }, + "updatedAt": { + "$date": "2025-01-19T18:56:58.918Z" + }, + "__v": 0 +}, +{ + "_id": { + "$oid": "679fc5efae81c1de5cb37db2" + }, + "bosUse": "secondary", + "bosCallsign": "Kitz Ambulance 1", + "bosCallsignShort": "KITZ1", + "bosRadioArea": "Leitstelle Tirol", + "country": "AT", + "operator": "KITZ", + "aircraft": "H145", + "aircraftSpeed": 240, + "hasWinch": true, + "is24h": true, + "hasNvg": true, + "locationState": "Tirol", + "locationStateShort": "T", + "hasRope": true, + "fir": "LOVV", + "latitude": 47.3431, + "longitude": 12.2822, + "atcCallsign": "REGISTRATION", + "hideRangeRings": false, + "createdAt": { + "$date": "2025-02-02T19:22:23.560Z" + }, + "updatedAt": { + "$date": "2025-02-02T19:22:23.560Z" + }, + "__v": 0 +}, +{ + "_id": { + "$oid": "683f139700293b05863d8c7a" + }, + "bosUse": "primary", + "bosCallsign": "Christoph Test 2", + "bosCallsignShort": "CHX T2", + "bosRadioArea": "Leitstelle VAR", + "country": "DE", + "operator": "VAR", + "aircraft": "H145", + "aircraftSpeed": 240, + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Berlin", + "locationStateShort": "BE", + "hasRope": false, + "fir": "EDWW", + "latitude": 0, + "longitude": 0, + "atcCallsign": "CHXT2", + "hideRangeRings": true, + "createdAt": { + "$date": "2025-06-03T15:24:07.374Z" + }, + "updatedAt": { + "$date": "2025-06-03T15:24:07.374Z" + }, + "__v": 0 +}, +{ + "_id": { + "$oid": "68446b10521656922abcb479" + }, + "bosUse": "primary", + "bosCallsign": "SAR 71 (a.D.)", + "bosCallsignShort": "SAR 71", + "bosRadioArea": "Florian Hamburg", + "country": "DE", + "operator": "BMI", + "aircraft": "EC135", + "aircraftSpeed": 220, + "hasWinch": false, + "is24h": false, + "hasNvg": false, + "locationState": "Hamburg", + "locationStateShort": "HH", + "hasRope": false, + "fir": "EDWW", + "latitude": 53.596417, + "longitude": 10.078167, + "atcCallsign": "SAR71", + "hideRangeRings": false, + "createdAt": { + "$date": "2025-06-07T16:38:40.859Z" + }, + "updatedAt": { + "$date": "2025-06-07T16:38:40.859Z" + }, + "__v": 0 +}] \ No newline at end of file diff --git a/apps/hub/app/(app)/admin/keyword/page.tsx b/apps/hub/app/(app)/admin/keyword/page.tsx index 5a2cbbc3..4560d293 100644 --- a/apps/hub/app/(app)/admin/keyword/page.tsx +++ b/apps/hub/app/(app)/admin/keyword/page.tsx @@ -1,28 +1,33 @@ import { DatabaseBackupIcon } from "lucide-react"; import { PaginatedTable } from "../../../_components/PaginatedTable"; import Link from "next/link"; +import { ColumnDef } from "@tanstack/react-table"; +import { Keyword } from "@repo/db"; export default () => { return ( <> [] + } leftOfSearch={ Stichwörter @@ -31,9 +36,7 @@ export default () => { rightOfSearch={

- +

} diff --git a/apps/hub/app/(app)/admin/station/_components/Form.tsx b/apps/hub/app/(app)/admin/station/_components/Form.tsx index 558ece07..fa6ab423 100644 --- a/apps/hub/app/(app)/admin/station/_components/Form.tsx +++ b/apps/hub/app/(app)/admin/station/_components/Form.tsx @@ -23,7 +23,7 @@ export const StationForm = ({ station }: { station?: Station }) => {
{ setLoading(true); - const createdStation = await upsertStation(values, station?.id); + await upsertStation(values, station?.id); setLoading(false); if (!station) redirect(`/admin/station`); })} diff --git a/packages/database/prisma/schema/station.prisma b/packages/database/prisma/schema/station.prisma index 20016f4a..13f818e6 100644 --- a/packages/database/prisma/schema/station.prisma +++ b/packages/database/prisma/schema/station.prisma @@ -8,6 +8,9 @@ enum Country { DE AT CH + NL + LU + LI } model Station {