Opened 11 years ago
Closed 11 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)
Change History (3)
by , 11 years ago
Attachment: | ticket 2356.patch added |
---|
comment:1 by , 11 years ago
Note:
See TracTickets
for help on using tickets.
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.