Opened 15 years ago
Closed 15 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 )
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 , 15 years ago
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed. Submitted to trunk r4390
Note:
See TracTickets
for help on using tickets.
Fixed. Submitted to sandbox/adsk/2.1 r4370