Class: FeaturesTable

FeaturesTable~FeaturesTable()

new FeaturesTable()

Allows to display a compact list of vector layer features labels

Source:
Fires:
Example

Example of use

<lizmap-features-table draggable="yes" sortingOrder="asc" sortingField="libsquart"
                       withGeometry="1" expressionFilter="quartmno = 'HO'"
                       uniqueField="id" layerId="subdistrict_24ceec66_e7fe_46a2_b57a_af5c50389649"
                       layerTitle="child sub-districts"
                       (optional) data-show-highlighted-feature-geometry="true"
                       (optional) data-center-to-highlighted-feature-geometry="true"
                       (optional) data-max-features="100"
                       (optional) data-active-item-feature-id="5"
                       >
     <lizmap-field data-alias="District's name" data-description="Label of district's name">
        "libsquart"
     </lizmap-field>
</lizmap-features-table>

Extends

  • HTMLElement

FeaturesTable~FeaturesTable()