Changes between Initial Version and Version 1 of Ticket #1172


Ignore:
Timestamp:
Dec 3, 2009, 2:40:56 PM (15 years ago)
Author:
brucedechant
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1172

    • Property Status newassigned
  • 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.
     1The 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.
    22
    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.
     3By 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.