Ticket #119 (closed defect: wontfix)

Opened 6 years ago

Last modified 2 months ago

Can't sequence the rendering of layers

Reported by: lyndon.zimmermann@adelaide.edu.au Assigned to: sdlime
Priority: normal Milestone:
Component: MapServer CGI Version: 3.5
Severity: normal Keywords:
Cc:

Description (Last modified by sdlime)

An enhancement rather than a bug.  The sequence of layers presented is defined 
by the map file. But the user may wish to change this "I want layer B befroe 
layer A". PHP mapscript can alter this, but this can't be done in the cgi-app.

Change History

09/21/05 02:59:27 changed by b.veldkamp@zonnet.nl

Yeah, I'd like this too. A new parameter would probable be required to not break
existing applications, i.e. "order=true" meaning "use the layer order given in
the layers= parameter". 
And layers with "type annotation" would be drawn on top, no matter what.

Berend

09/21/05 08:37:40 changed by sdlime

Let me do some research but I believe this can be done using the CGI parameter 
map_order or something like that. That's why this bug has sat here so long. 
Repurposing the LAYERS parameter is a bad idea. At worst the processing for 
map_order would have to be updated to respect names. I'll post more soon.

Steve

05/07/08 19:46:12 changed by pramsey

  • status changed from new to closed.
  • resolution set to wontfix.

This capability is available via the WMS interface if so desired.

05/08/08 10:23:09 changed by sdlime

  • description changed.

And you can use map.order from the CGI if necessary I believe.

Steve