Opened 11 years ago

Closed 10 years ago

#2356 closed defect (fixed)

Zoom Selection doesn't work in flexible web layout

Reported by: zhanga Owned by: Andy Zhang
Priority: low Milestone: 2.6
Component: Rendering Service Version: 2.5.0
Severity: trivial Keywords: zoom selection
Cc: External ID:

Description

In flexible web layout, Zoom Selection doesn't work for layer which has composite style. It works fine for layer which has not composite style.

Attachments (1)

ticket 2356.patch (3.8 KB ) - added by zhanga 11 years ago.

Download all attachments as: .zip

Change History (3)

by zhanga, 11 years ago

Attachment: ticket 2356.patch added

comment:1 by zhanga, 11 years ago

The Zoom Selection doesn't work because the feature bounds of selected features are empty. If a layer has composite style, the callback function to process geometries is ProcessPoint, ProcessLine and ProcessArea.
We should add the methods to class FeaturePropRenderer. The implementation of each method is same as the existing methods e.g. ProcessMarker.

comment:2 by jng, 10 years ago

Resolution: fixed
Status: newclosed

Fixed r7841

Note: See TracTickets for help on using tickets.