Opened 13 years ago
Closed 13 years ago
#1743 closed enhancement (duplicate)
Filter Feature Info Widget to Show only Visible and Selectable Layers
Reported by: | gluckett | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | General | Version: | 2.2.0 |
Severity: | minor | Keywords: | Feature Info Widget |
Cc: | External ID: |
Description
Modify the the featureinfo.php widget to only show layers that are both selectable and visible in the legend.
if(($layer->IsVisible()) && $layer->GetSelectable()) { $layerName[$layer->GetName()] = $layer->GetLegendLabel(); }
Around line 53 in /fusion/widgets/featureinfo/classes/featureinfo.php
Note:
See TracTickets
for help on using tickets.
Moved to Fusion ticket 528