Opened 15 years ago
Closed 15 years ago
#317 closed defect (fixed)
Map doesn't display as the selected base layers after selecting Map widget.
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: | 1273019 | Operating System: | All |
state: | New |
Description
Report from Autodesk QA
Steps:
- Open one flexible web layout with commercial layers.
- Click Map Widget and select the default map.
- Switch the commercial layers by external provider.
Results: Nothing changed.
Expected results: The base layer should be consistent with the one selected.
Attachments (1)
Change History (5)
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 15 years ago
Cc: | added; removed |
---|
comment:3 by , 15 years ago
by , 15 years ago
Attachment: | Ticket #317.patch added |
---|
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
After user clicked the map in MapMenu widget, the mapGroup which user selected will be loaded. Even if user selected the MapGroup which is displaying in map widget, the map group will be re-loaded.
After commercial layers loaded, the mapTag.layerOptions.type will be updated to the commercial layer type. For example, if the commercial layer is Road of Bing map, it will changed from "Aerial" to "a".
if user re-loaded the commercial layer by click MapMenu, there will be no proper match string for "a"(mapTag.layerOptions.type), then the mapTag.layerOptions.type will be set to the default one(Road) which caused this defect.