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

Map information popup is only showing once #378

Closed smalers closed 3 years ago

smalers commented 3 years ago

For the Poudre Basin Information website trying to click on the info button for a map works the first time but trying to display again seems to not work. I have tried various combinations of different maps and info buttons with similar behavior. Maybe the window manager is not working properly since moved to the library?

A new use case is that I have added a way to link to other maps from the info page, which should close the info dialog and display the map. Both of these occur, but I wonder if closing the dialog is not as clean as if the dialog close button is pressed.

My temporary work-around is to refresh the page and reload the application, but this is clearly not a final solution.

smalers commented 3 years ago

It seems that this is only an issue when an info dialog is shown and I click on an application link in the dialog, Since only the hash URL is requested such as #map/entities-basins, hopefully the browser is not reloading the entire application. Page/map switching seems fast. Even if the application is reloading, the window manager should reset and work again. However, something is going on that causes the map information dialogs to not display again.

smalers commented 3 years ago

This is fixed. I'm closing the issue.