From 58a34edfa17e068bec3fc12d2648e2b1726c9953 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Mon, 28 Feb 2022 14:45:24 +0000 Subject: [PATCH] Updated Supported Maps and Features (markdown) --- Supported-Maps-and-Features.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Supported-Maps-and-Features.md b/Supported-Maps-and-Features.md index 5af1374..1f1c364 100644 --- a/Supported-Maps-and-Features.md +++ b/Supported-Maps-and-Features.md @@ -43,6 +43,8 @@ ## 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. + - 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 + - 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. + - Most overviewer modifications are not supported + - Any modification that requires changes to the frontend is not supported. Other modifications may be supported if they provide extra markers in the vanilla overviewer way of appending to the `markersDB` or `markers` global objects. \ No newline at end of file