Opened 16 years ago
Closed 16 years ago
#104 closed defect (fixed)
buffer legend icon not updated
Reported by: | madair | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | 1.1 |
Component: | Widgets | Version: | 1.0.6 |
Severity: | Minor | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
if the buffer color changes, the legend icon is being cached and doesn't get updated. It needs to have an additinoal random param to prevent caching. Other layer legend icons can be cached for performance.
Note:
See TracTickets
for help on using tickets.
(In [1459]) closes #104: add a noCache flag to layers to prevent caching of legend icons; remove debugging output from Buffer.php