Opened 13 years ago

Closed 12 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

Change History (1)

comment:1 by jng, 12 years ago

Resolution: duplicate
Status: newclosed

Moved to Fusion ticket 528

Note: See TracTickets for help on using tickets.