Opened 14 years ago

Closed 14 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:

  1. Open one flexible web layout with Polygon layer by IE(one SDF file polygon).
  1. 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)

Range.patch (647 bytes ) - added by christinebao 14 years ago.

Download all attachments as: .zip

Change History (3)

by christinebao, 14 years ago

Attachment: Range.patch added

comment:1 by christinebao, 14 years ago

Cc: arthur.liu@… added

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.

comment:2 by liuar, 14 years ago

Resolution: fixed
Status: newclosed

Reviewed. Please submit it. Thanks.

Note: See TracTickets for help on using tickets.