#345 closed defect (fixed)
Theme: Theme doesn't consider the layer with filter condition
Reported by: | jennyhe | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | 1.1.1 |
Severity: | Major | Keywords: | |
Cc: | christine.bao@… | Browser: | All |
External ID: | 1285044 | Operating System: | All |
state: | New |
Description
Report from Autodesk QA
Steps:
- Connect to any sdf file.
- New layer and set a filter condition.
- New Map.
- New Web Layout.
- Theme.
Results: min/max value contains all data but not only ones with filter condition.
Expected results: It should take same strategy as Query. Please refer to DID:1277730.
Attachments (2)
Change History (7)
by , 15 years ago
Attachment: | ThemeRange.patch added |
---|
comment:1 by , 15 years ago
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
state: | New → Committed |
Status: | new → closed |
Thanks Arthur for reviewing. Commit the patch to fix this defect.
by , 15 years ago
Attachment: | FixThemeLegend.patch added |
---|
comment:4 by , 15 years ago
The legend of theme layers should also consider filter. Attach http://trac.osgeo.org/fusion/attachment/ticket/345/FixThemeLegend.patch to fix this.
Note:
See TracTickets
for help on using tickets.
When query max/min value, the filter should be considered.
Attach patch http://trac.osgeo.org/fusion/attachment/ticket/345/ThemeRange.patch for fixing this defect. Please review.