Updated Supported Maps and Features (markdown)

James Lyne 2022-02-28 14:45:24 +00:00
parent 0f3f723069
commit 58a34edfa1

@ -43,6 +43,8 @@
## Overviewer ## Overviewer
- The `showlocationmarker` setting is not respected - 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. - 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. - 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.