Changes between Initial Version and Version 1 of Ticket #1172
- Timestamp:
- 12/03/09 14:40:56 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1172
- Property Status new → assigned
-
Ticket #1172 – Description
initial v1 1 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.1 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. 2 2 3 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.3 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.