projecthorus / sondehub-tracker

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

Sodankylä prediction delete leave allways one path #193

Closed oh3bsg closed 2 years ago

oh3bsg commented 2 years ago

When generate prediction from Sodankylä station (ID: 02836) and then delete those path using delete button, then allways one path will not deleted. This happens only sodankylä station.

LukePrior commented 2 years ago

That is strange, I can confirm I'm also experiencing the error and will investigate further.

LukePrior commented 2 years ago

The issue was that Everyday at 12:00 UTC & Wednesday at 12:00 UTC were both creating markers but only one was getting deleted. I've ensured that every prediction needs to have a unique value and this has solved the problem. The fix should be live on the site in a few minutes.

LukePrior commented 2 years ago

https://github.com/projecthorus/sondehub-tracker/pull/195