Opened 13 years ago

Last modified 13 years ago

#3873 new enhancement

Implement to get all shapes with the clustered layer

Reported by: tamas Owned by: sdlime
Priority: normal Milestone: 6.2 release
Component: MapServer C Library Version: unspecified
Severity: normal Keywords:
Cc: jmckenna

Description

Currently only one shape is returned from a single cluster either when drawing or querying. In some cases it is required to get a single shape from a cluster when drawing ang set all shapes when querying.

The most straightforward solution for this is to implement a processing option CLUSTER_GET_ALL_SHAPES, and use 2 layers one for the drawing and one for the querying. The query layer should be hidden by using the REQUIRES "0" setting.

Change History (3)

comment:1 by tamas, 13 years ago

Added in trunk (r11712)

comment:2 by jmckenna, 13 years ago

Cc: jmckenna added

comment:3 by tamas, 13 years ago

Documentation added for the CLUSTER_GET_ALL_SHAPES processing options: r12688

Note: See TracTickets for help on using tickets.