[mapguide-trac] #1743: Filter Feature Info Widget to Show only Visible and Selectable Layers

MapGuide Open Source trac_mapguide at osgeo.org
Thu Jul 7 11:11:53 EDT 2011


#1743: Filter Feature Info Widget to Show only Visible and Selectable Layers
---------------------------+------------------------------------------------
   Reporter:  gluckett     |       Owner:                     
       Type:  enhancement  |      Status:  new                
   Priority:  low          |   Milestone:                     
  Component:  General      |     Version:  2.2.0              
   Severity:  minor        |    Keywords:  Feature Info Widget
External_id:               |  
---------------------------+------------------------------------------------
 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

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1743>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list