Opened 14 years ago

Closed 14 years ago

#1172 closed defect (fixed)

Improve legend performance by using GetResourceContents() API

Reported by: brucedechant Owned by: brucedechant
Priority: low Milestone: 2.2
Component: Viewer API Version: 2.1.0
Severity: minor Keywords:
Cc: External ID:

Description (last modified by brucedechant)

The viewers generate the legend by executing a series of GetResourceContent() API requests - one for each layer of the map. This can impact performance significantly if the map contains lots of layers.

By using the NEW GetResourceContents() API we can reduce the number of requests to generate the legend from the number of layers in the map to just 1.

Change History (3)

comment:1 by brucedechant, 14 years ago

Description: modified (diff)
Status: newassigned

comment:2 by brucedechant, 14 years ago

Fixed. Submitted to sandbox/adsk/2.1 r4370

comment:3 by brucedechant, 14 years ago

Resolution: fixed
Status: assignedclosed

Fixed. Submitted to trunk r4390

Note: See TracTickets for help on using tickets.