Opened 15 years ago
Closed 15 years ago
#321 closed defect (fixed)
Theme: The object with biggest value doesn't display correctly with Equal Distribution
Reported by: | jennyhe | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | 1.1.1 |
Severity: | Major | Keywords: | |
Cc: | christine.bao@…, arthur.liu@… | Browser: | All |
External ID: | 1276823 | Operating System: | All |
state: | New |
Description
Report from Autodesk QA
Steps:
- Open one flexible web layout with Polygon layer by IE(one SDF file polygon).
- Theme-> Select FeatID, and Equal as Distribution rule -> Apply.
Results: The object, which FeatId is the biggest, doesn't display as Theme rule.
Expected results: Each object should display as rule.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | Range.patch added |
---|
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Reviewed. Please submit it. Thanks.
Note:
See TracTickets
for help on using tickets.
Tech diagnosis:
The index of last element is not correct. Because the while loop is from 0 to < count($values)-1, the last one should be $count($values)-2. Fix it by patch http://trac.osgeo.org/fusion/attachment/ticket/321/Range.patch.
Please review. Thank you.