JLyne / LiveAtlas

A Dynmap, Squaremap, Pl3xmap and Overviewer frontend for the modern web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"disableMarkerUI: true" issue with sidebaropened set on pinned

Rysanlos opened this issue · comments

Hello.

When we disable the markers button and list with disableMarkerUI: true
It's disabled, but with sidebaropened: pinned in the Dynmap configuration.txt
it's showing like this:
image
The markers list should not be showing. (and we can't even dismiss it).
image

Also,
image
this should be disabled if disableMarkerUI: true, or add a new option to disable it.

Thank you

I fixed the first issue by deleting markers json files in web/tiles/_markers_
image

Yeah that first part is a bug for sure, will work on that.

Also,
image
this should be disabled if disableMarkerUI: true, or add a new option to disable it.

You can set showlayercontrol: false in dynmap's configuration.txt to hide the layers button

After a server restart, the markers are back, so yes it is still an issue.

You can set showlayercontrol: false in dynmap's configuration.txt to hide the layers button

Thank you, this is what I was looking for