diff --git a/Supported-Maps-and-Features.md b/Supported-Maps-and-Features.md index d1a80b7..5af1374 100644 --- a/Supported-Maps-and-Features.md +++ b/Supported-Maps-and-Features.md @@ -10,6 +10,7 @@ | Marker popups | ✅ | ✅ | ✅ | ✅ | | Marker tooltips | - | ✅ | ✅ | - | | Tile updates | ✅ | ✅ | ✅ | - | +| Custom tile sizes | ✅ | - | - | ✅ | | Marker updates | ✅ | ❌ | ❌ | - | | Following players | ✅ | ✅ | ✅ | - | | Location display | ✅ | ✅ | ✅ | ✅ | @@ -27,9 +28,21 @@ # Notes ## Dynmap - - The `focuschatballoons` setting is not supported + - The `focuschatballoons` setting for the `chatballoons` component is not supported + - This feature was deemed to be undesirable as it interferes with map navigation + - The `sendbutton` setting for the `chatbox` component is not respected + - The LiveAtlas chatbox always has a send button for improved accessibility. + - The `sidebarmarkers` component is not respected + - As of 3.0.0-beta.1, LiveAtlas has its own marker list which is always enabled. It is comparable to `sidebarmarkers` but is grouped by marker set, displays all marker types, is searchable and displays marker labels in addition to icons. +## Squaremap/Pl3xmap +- The `nameplates.enabled`, `show_controls` and `z_index` settings in `player_tracker` are not supported + - These settings may be supported in a future version of LiveAtlas. +- The `marker_update_interval` setting is not supported + - Marker updates for Squaremap.Pl3xmap are not currently supported in LiveAtlas as both plugins lack a way of identifying specific markers or when they have changed. This means that marker update handling could only be implemented by removing all existing markers and recreating them with the newest marker response. Whilst possible this approach is wasteful and does not scale well, causing browser performance issues at higher marker counts. -## Squaremap - -## Overviewer \ No newline at end of file +## Overviewer + - The `showlocationmarker` setting is not respected + - A future version of LiveAtlas will support URL based markers for all map types, which would be configured separately. + - The zoom level in Overviewer URLs is currently ignored. All other URL components will be respected. + - Unlike other maps, Overviewer does not put absolute zoom levels in its URLs, instead using "min"/"max" or a negative value representing the distance from the map's max zoom level. Resolving this to an absolute zoom level requires knowing the min/max zoom levels for the target map, which is currently not possible at the point where LiveAtlas parses the URL. \ No newline at end of file