[Chameleon-dev] [Bug 1081] New: XMLThemeLegend does not leave STATUS DEFAULT layers alone

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Tue Jun 7 04:09:34 EDT 2005


http://bugzilla.maptools.org/show_bug.cgi?id=1081

           Summary: XMLThemeLegend does not leave STATUS DEFAULT layers
                    alone
           Product: Chameleon
           Version: 2.2
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Widget
        AssignedTo: chameleon-dev at lists.maptools.org
        ReportedBy: bartvde at xs4all.nl


This bug is similar to 1067.

The fix is similar in XMLThemeLegend.widget.php

                    else
                    {
                        if (!($oLayer->status == MS_DEFAULT))
                        {
                          $oLayer->set("status", MS_OFF);
                        }
                        //$oLayer->set("status", MS_OFF);
                    }

I'll do this one tonight.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list