Opened 16 years ago

Closed 16 years ago

#76 closed defect (fixed)

Checking layers in the legend not working correctly

Reported by: schneiderei Owned by: madair
Priority: P2 Milestone: 1.1
Component: MapServer Version: 1.0.6
Severity: Critical Keywords: MapServer, Legend
Cc: Browser: All
External ID: Operating System: All
state: New

Description

After starting a Fusion map application, the visibility of the map layers and the status in the legend are in synch, that is, all map layers that are checked in the legend and only these are visible in the map. However, after unchecking a map layer, it remains visible in the map, if checked it again, it's gone from the map only to reappear when unchecking it.

I am using MapServer 5.something (sorry, can't tell which version exactly).

It may be in the functions show() and hide() of Fusion.Maps.MapServer.Layer and Fusion.Maps.MapServer.Group. In the four functions, redrawing of the map is triggered through showLayer(..), hideLayer(..) and showGroup(..), hideGroup(..), respectively. Then, statements that change the value of the visibility flag follow. I suspect that the latter statement should occur before (!) the calls showLayer(..), etc. I tested it, and it fixed the problem.

Change History (2)

comment:1 by pagameba, 16 years ago

can you attach a patch so we can easily test your changes and incorporate them?

comment:2 by pagameba, 16 years ago

Resolution: fixed
Status: newclosed

I just tried this with the trunk version and it is working now, something must have been fixed along the way. It is also working in 1.1

Note: See TracTickets for help on using tickets.