-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show also glider sectors on map #773
base: main
Are you sure you want to change the base?
Conversation
getAllRelevant: async () => { | ||
const result = await Airspace.findAll({ | ||
where: { | ||
class: { | ||
[Op.notIn]: ["W"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aber dann sehen wir doch den W Luftraum wenn man da drauf flicht und nicht den eigentlichen. Das hatte ja irgendwie schon nen Sinn, das wir das so gemacht haben damals. Der W liegt ja immer komplett innerhalb eines anderen LR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wäre es nur umständlich möglich die Daten des darunter liegenden Luftraums im selben Pop-Up anzuzeigen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wäre es nur umständlich möglich die Daten des darunter liegenden Luftraums im selben Pop-Up anzuzeigen.
Ne eigentlich nicht, man sieht ja den eigentlichen Airspace nicht und die meisten Leute raffen das mit den Segelflugsektoren ja offensichtlich eh nicht.
Ich würde die einfach garnicht anzeigen und ignorieren. Die liegen eh immer innerhalb eines LR auf den wir prüfen. Für den seltenen Fall, dass jemand einen Segelflugsektor nutzt wird er das plausibel erklären können. Alles andere verwirrt glaube ich nur oder verleitet zu dummen Aktionen wegen Halbwissen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ja könnte man machen, aber mit gelb signalisiert man irgendwie auch, dass es nicht so schlimm wäre da einzufliegen. Ich würde es tatsächlich lassen wie es ist. 99% der Piloten sollten und dürfen da eh nicht rein;)
Und hier ebenso, wo waren wir stehengeblieben |
No description provided.