v3.0.0-beta.4
Pre-release
Pre-release
This 3.0.0 beta release adds initial support for Overviewer maps, bringing the number of supported map types to 4.
Feedback on this release is appreciated.
Added
- Overviewer support
- Most standard features should be fully supported, including: Overlay tilesets, markers, spawn markers, etc
- Overviewer format URLs are partially supported. Everything except the zoom level will be handled correctly.
- Due to overviewer config files being JS files, if you have a Content Security Policy you will need to allow
unsafe-eval
andunsafe-inline
for scripts if you have any configured overviewer maps. - Modifications to overviewer are unlikely to be supported if they require any frontend changes
- But additional injected marker scripts are supported if they add markers to the global
markersDB
ormarkers
objects like the default scripts do - The URL location marker is not currently implemented. If this is later implemented it would likely be a toggleable feature for all map types
Fixed
- Fixed marker set list not showing marker counts after switching between maps