Zum Hauptinhalt gehen

Layout feature details

Kommentare

7 Kommentare

  • Don Neumann
    Hi Ronnie, I would also like a way to do this for all features details in my entire map.

     

    That said are you familliar with the description and long description functionality which lets you customize layers one by one like this?
    0
  • Permanently deleted user
    You can hide/show certain fields in geocortex manager

     

    you can also use the feature long description/description/label to customize what is viewable in the map - but this has to be done per feature.

     

     
    0
  • Permanently deleted user
    Thank you for the answers. But it is not exactly what I? looking for. I have 100+ layers and to define all the layers one by one with the long description would be a lot of work and is difficult to maintain in case of changes in de list of attributes.

     

    I know I can hide fields, but the problem is that every field I show takes now three lines instead of one like in the previous version of Geocortex.

     

     
    0
  • Permanently deleted user
    I'va found a way of doing this with the css,

     

    add

     

    .attribute-label {

     

        width: 30%

     

    }

     

    .attribute-label, .attribute-details {

     

        display: inline-block;

     

    }

     

    li.attribute-item {

     

        margin-top: 5px !important;

     

    }

     

    div.multi-column-container {

     

        padding-top: 0px !important;

     

        padding-bottom: 0px !important;

     

    }

     

    to desktop.css in yout sites folder and the detail attributes are shown as a list

     

     
    0
  • Don Neumann
    Glad you found a solution, I think i will implement that as well!
    0
  • Permanently deleted user
    To make it look even more like the old version

     

    div.attrib  .attribute-label {

     

        width: 30%;

     

    }

     

    div.attrib  .attribute-details,.attribute-label{

     

        display: inline-block;

     

        font-size: 12px !important;

     

    }

     

    div.attrib  li.attribute-item {

     

        padding-top: 2px !important;

     

        padding-bottom: 2px !important;

     

        margin-top: 0px !important;

     

        border-bottom: 1px solid #EEEEEE;

     

    }

     

    div.attrib li.attribute-item:hover {

     

        background-color: rgb(222,242,255);

     

    }

     

    div.attrib > div.multi-column-container {

     

        margin-top: 0px !important;

     

        margin-bottom: 0px !important;

     

        padding-top: 0px !important;

     

        padding-bottom: 0px !important;

     

    }
    0
  • Don Neumann
    Great I will give that a shot thanks for posting
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.