sdl60660 / river-runner

Uses USGS/MERIT Basin data to visualize the path of a rain droplet to its endpoint.
https://river-runner-global.samlearner.com/
GNU General Public License v3.0
383 stars 26 forks source link

"Mono Lake, CA" causes an error during the initial calculations. Probably has to do with starting right on a stopping feature. Needs to either resolve or tell the user there's been an error and reset. #1

Closed sdl60660 closed 3 years ago

sdl60660 commented 3 years ago

Getting the same issue with "Vermilion, Ohio" in search bar. Console error at same point.

sdl60660 commented 3 years ago

Was undersampling coordinates for very short paths and ending up with invalid paths. Fixed the issue and now even ridiculously short paths should render correctly and not error out.