Author Topic: Anomaly (possible bug?) in SPINE 5.6 re display of non-circular MATZ boundaries.  (Read 1333 times)

JoTra

  • Registered User
  • *
  • Posts: 4
    • View Profile
    • Email
OK, this might be me, or my PC, but...

If I have on display a non-circular MATZ region where two or more MATZs overlap, for example  Boscombe Down/Middle Wallop, or Dishforth/Topcliffe/Leeming, then slowly move the display centre away from the MATZ until the centre of the combined MATZ boundary is just off screen, the boundary vanishes.
MATZ stubs still on screen remain.
It does not matter which screen edge the MATZ is moved off, it happens on all four.

This problem does not happen on circular objects such as the Benson or Odiham MATZs, and I have not observed it with objects other than MATZs.

Could I have discovered a bug on the very first day I try using this application ?
John T.

jeff

  • Administrator
  • Registered User
  • *****
  • Posts: 174
    • View Profile
    • Jeff Goodenough's Pages
Yes, it appears that where two MATZ circles overlap, the "is visible" algorithm breaks down, so the boundaries are not displayed near the edge, even though they are partially still on the screen.

You may also notice that the information popups do not occur in these areas, or else they display the info for another underlying area.

I'll take a look into this - thanks for pointing it out.

JoTra

  • Registered User
  • *
  • Posts: 4
    • View Profile
    • Email
Curiously, the information popups are sometimes displayed within overlapping MATZs, but only If you remove CTA/CTR from display and position the crosshair precisely on the dot at the airfield centre.
Take Dishforth/Topcliffe/Leeming for example. Spot on EGXZ you get the popup. Elsewhere within the combined boundary you don't, not even on the other airfield centres.
Similar for Cranwell/Barkston heath, you get the popup at EGYE, but nowhere else in the MATZ.
However, I cannot find any point within any other overlapping MATZ (I have not tried all of them!) where you display the popup.
If you enable CTA/CTR you only get that info, not the MATZ.
John T.

JoTra

  • Registered User
  • *
  • Posts: 4
    • View Profile
    • Email
While you are looking at the popup code, there is something else I have just noticed.
If I am looking at a point outside of any NOTAM coverage, and hover over a CTA I get the CTA displayed in a popup. Within NOTAM cover I only get the NOTAM.
If I uncheck 'View NOTAM' I get the popup for CTAs inside the notam coverage.
It looks like there is a hierarchy of over-rides in what gets displayed in popups. NOTAMS splat everything else, Danger areas override CTAs, glider areas, etc.
Maybe this is how it should be, but I would have expected lower level popup info to be displayed as well, perhaps as an extra box after all of the higher priority data.
John T.

jeff

  • Administrator
  • Registered User
  • *****
  • Posts: 174
    • View Profile
    • Jeff Goodenough's Pages
It looks like there is a hierarchy of over-rides in what gets displayed in popups. NOTAMS splat everything else, Danger areas override CTAs, glider areas, etc.
The way it currently works is NOTAMs first, then Airspace. If several NOTAMs are superimposed they are ordered smallest to largest. If no NOTAMs, then Airspace is displayed. Airspace is prioritised in order of importance. I agree that the popup logic could be improved.