Opened 15 years ago
Closed 15 years ago
#342 closed defect (fixed)
Refresh caused one error on the map with consumer layers
Reported by: | jennyhe | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | 1.1.1 |
Severity: | Major | Keywords: | |
Cc: | arthur.liu@… | Browser: | All |
External ID: | 1283335 | Operating System: | All |
state: | Committed |
Description
Report from Autodesk QA
Steps:
- Open one flexible web layout with commercial layers by IE.
- Click Refresh widget.
Results: One error message displayed.
Expected results: No error message after Refresh.
Attachments (1)
Change History (3)
comment:1 by , 15 years ago
by , 15 years ago
Attachment: | Patch342.patch added |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
state: | New → Committed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The error is an exception thrown at this.aMaps[i].oLayerOL.params in map.js, and it's because commercial layers don't have params. So before setting values to params we need to check if the layer support params or not.