DigitalCommons / land-explorer-front-end

React app for the Land Explorer front end
http://landexplorer.cc
GNU Affero General Public License v3.0
1 stars 0 forks source link

316 - SFG reload map on refresh #319

Closed ms0ur1s closed 2 months ago

ms0ur1s commented 2 months ago

What? Why?

Closes #316

If a browser refresh is performed when a map is open, LX is reloaded with the default untitled map.

As suggested by @rogup, on opening a map the mapId is added to the browser's sessionStorage, and when browser tab is reloaded a check is run and if a mapId is present the requisite map is reloaded.

What should we test?

ms0ur1s commented 2 months ago

@rogup, thanks the refactoring advice, all changes made.

rogup commented 2 months ago

@ms0ur1s cool, looks good to merge :)

ms0ur1s commented 2 months ago

@ms0ur1s cool, looks good to merge :)

Nice one, thanks man.