Remove/Hide - Show Legend or Show Layerlist
Hi,
I want to remove/hide the "Show Legend" or "Show Layerlist" button completely from the HTML5 Viewer.
Could you please let me know how can I do it?
Or
If I want to write the css file, could you please let me know which class should I refer to?
Thanks
Srikanth
-
Thanks Alejandro.
-Srikanth
0 -
This works with HTLM5 viewer 2.3, since the SimpleLayerList module has been replaced with the LayerList module, but it does not work with HTML5 viewer 2.2. Is there a class to hide this button for the SimpleLayerList module in HTML5 viewer 2.2? Neither .layer-list-footer nor .simple-layer-list-footer seem to work.
0 -
This worked with HTML5 2.2:
.layerlist-footer {
display: none;
}.layerlist {
bottom: 0px;
}0 -
It worked for me by placing the below code at Viewer/Resouces/Styles/Custom/Desktop.css. Add same to Handheld.css& Tablet.css if you are using tablets and moblies also.
.layerlist-footer {
display: none;
}.layerlist {
bottom: 0px;
}0 -
Set "visible": false on "id": "LayerDataContainerView" under "shells" module on your viewer conifguration. 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
5 Kommentare