Opened 15 years ago

Last modified 15 years ago

#1172 closed defect

Improve legend performance by using GetResourceContents() API — at Initial Version

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

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 (0)

Note: See TracTickets for help on using tickets.