Opened 13 years ago

Closed 12 years ago

#3900 closed enhancement (fixed)

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 (3)

comment:1 by tamas, 13 years ago

Changes applied in trunk (r11774)

comment:2 by tamas, 12 years ago

Documentation added in r12689

comment:3 by tamas, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.