OpenWaterFoundation / owf-app-infomapper-ng

Open Water Foundation InfoMapper web application for menu-driven maps and visualizations, using Angular
GNU General Public License v3.0
1 stars 2 forks source link

Poudre Basin Information location of ts is broken #382

Closed smalers closed 3 years ago

smalers commented 3 years ago

The Poudre Basin Information graphs were broken. The graph is looking for time series under latest/assets/ts (latest is the installation folder). They should be under the ts folder associated with the map. The scoping of relative paths is not working somehow. I suspect that the plotting library code needs better information for where "home" is for relative data path expansion. Need to be careful not to have one global setting.

I worked around by copying data to the necessary folder in S3 but this needs to be fixed.

We also need a way to run automated tests on production systems to make sure things are working OK. Now that libraries are being used, some things seem fragile and are discovered at the worst times (like an hour before a presentation).

Nightsphere commented 3 years ago

The commit has been merged, and the new path resolver should take care of all paths being passed from the app to the common library, absolute or relative. I'll wait a bit to close the issue.

Nightsphere commented 3 years ago

This has been working for a while now. Closing the issue.