Skip to content

v3.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@JLyne JLyne released this 27 Feb 22:00
· 235 commits to master since this 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 and unsafe-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 or markers 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