projecthorus / sondehub-tracker

🎈 Frontend for SondeHub Radiosonde Tracking
https://v2.sondehub.org
MIT License
59 stars 25 forks source link

SkewT plot hanging in some cases #272

Open darksidelemm opened 1 year ago

darksidelemm commented 1 year ago

Test case: http://tracker.sondehub.org/?sondehub=1#!mt=Mapnik&mz=11&qm=3h&f=U3014499&q=U3014499 Let this sonde path load, then try and plot a skewT. It will just spin indefinitely, and the page will lock up.

If i put a console.log in before this line https://github.com/projecthorus/sondehub-tracker/blob/master/js/tracker.js#L1925 and here: https://github.com/projecthorus/sondehub-tracker/blob/master/js/skewt.js#L1290 I only get the first log entry (before the call to skewt.plot). Unsure what is going on here :/