avestech / ggcmaps.github.io

Gwinnett Grizzlies Map
http://ggcmaps.com
GNU General Public License v3.0
2 stars 21 forks source link

Map Reload Fails #31

Closed Dave89rr closed 5 years ago

Dave89rr commented 6 years ago

Description

Switching the parking legend will make the map disappear.

Recreate:

Refreshing the page brings the map back, but when toggling once more the map fails to load again until the next refresh.

miked49er commented 6 years ago

Bug resolved. Parking legend toggle was incorrectly implemented. Previous implementation used the addMap function to add the campus map to the view. Now implemented with changeFloor function, ensuring that the campus map is loaded properly.