Map was created using screenshot map by u/magicofgames from reddit: https://www.reddit.com/r/saltandsanctuary/comments/f0t1sa/ultimate_map_still_wip_well_no_but_actually_yes/
Currently, all the info about markers is read from markers.js. If you would like to add some new marker:
- Download repo.
- Uncomment Save and Add new marker buttons and set markers draggable to true in index.html. (Optionally change to read markers from localStorage instead of file)
- Now you can edit markers. All changes are save in localStorage.
- Acces localStorage with F12, copy AllMarkers value, replace '\' with '\\' if necessary, and copy/paste new markers to the string in markers.js
- Storing markers info in database
- Login, Registration
- Mark as completed implementation, requires 1
Since it's my first page in html/js ever, so I don't have skills\plans to do above.