Skip to main content

Remove/Hide - Show Legend or Show Layerlist

Comments

5 comments

  • Srikanth Pilli

    Thanks Alejandro.

     

    -Srikanth

    0
  • Permanently deleted user

    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
  • Permanently deleted user

    This worked with HTML5 2.2:

    .layerlist-footer {

     

         display: none;

     

     }

    .layerlist {

     

         bottom: 0px;

     

     }
    0
  • Permanently deleted user

    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
  • Permanently deleted user
    Set "visible":  false on "id": "LayerDataContainerView" under "shells" module on your viewer conifguration.

     

     
    0

Please sign in to leave a comment.