arkorobotics / azgen-web

AZGen Website Front End
2 stars 0 forks source link

Sota Activation Zone Estimate LA/HM-132 ISSUE #12

Open esplien opened 2 years ago

esplien commented 2 years ago

GEOMETRYCOLLECTION(GEOMETRYCOLLECTION EMPTY,POINT(NaN NaN)) ? bilde What can cause this problem?

73 de Espen LA1RQ

eheinrich commented 2 years ago

Thanks for the report!

I was able to recreate this issue. Steps that I took to reproduce:

So I would say that the POINT(NaN NaN) that you're seeing is a UI bug - we probably shouldn't be adding NaN points onto the collection. Note that you'll see this behavior any time the result is GEOMETRYCOLLECTION EMPTY.

As for getting the result of GEOMETRYCOLLECTION EMPTY in the first place for the "LA/HM-132" input, that result came from the azgen API. Not sure about the details of the computation that happens there and why we were unable to compute this specific summit. I'll let @arkorobotics comment on that.