Ticket #3900 (closed enhancement: fixed)

Opened 12 months ago

Last modified 4 months ago

Union layer new processing options

Reported by: tamas Owned by: tamas
Priority: normal Milestone: 6.2 release
Component: MapServer C Library Version: svn-trunk (development)
Severity: normal Keywords:
Cc:

Description

We'll require to add 3 new processing options for the union layer.

UNION_STATUS_CHECK (TRUE or FALSE): Controls whether the status of the source layes should be checked and the invisible layers (STATUS=OFF) should be skipped. Default value is FALSE;

UNION_SCALE_CHECK (TRUE or FALSE): Controls whether the scale range of the source layes should be checked and the invisible layers (falling outside of the scale range and zoom range) should be skipped. Default value is TRUE;

UNION_SRCLAYER_CLOSE_CONNECTION: Override the connection pool setting of the source layers. By introducing this setting we alter the current behaviour which is equivalent to:

UNION_SRCLAYER_CLOSE_CONNECTION=ALWAYS

Change History

Changed 12 months ago by tamas

Changes applied in trunk (r11774)

Changed 7 months ago by tamas

Documentation added in r12689

Changed 4 months ago by tamas

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.