MoffKalast / Sailwind-Map

Rehost of Sycosys' web map for further development
https://moffkalast.github.io/Sailwind-Map/
MIT License
4 stars 4 forks source link

added saving improvements #12

Closed owencompher closed 10 months ago

owencompher commented 10 months ago

10

loading the map object into local storage on every change might cause performance issues if there are many drawings, but I doubt it would very be noticeable unless there was an unreasonable amount of them

MoffKalast commented 10 months ago

Overall I really like the approach, it gives us the full functionality of having multiple maps, but outsources it to the local file system and file manager via exporting which was needed anyway. 👍