mikegough / 3D-Landscape-Simulator

A web based ST-Sim application with 3D visualization.
0 stars 1 forks source link

Leaflet map breaks #11

Open TaylorMutch opened 8 years ago

TaylorMutch commented 8 years ago

I haven't been able to track the issue down yet, but I know there is a bug that causes the Leaflet map to break to the point where the user cannot select a new area.

TaylorMutch commented 8 years ago

Looks like this has to do with the window being resized while the map is not being shown. Resizing the page fixes the bug, so perhaps redrawing the Leaflet map when we switch back to showing the map will fix the problem.