Opened 14 years ago

Closed 14 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:

  1. Open one flexible web layout with commercial layers.
  2. Click Map Widget and select the default map.
  3. Switch the commercial layers by external provider.

Results: Nothing changed.

Expected results: The base layer should be consistent with the one selected.

Attachments (1)

Ticket #317.patch (2.4 KB ) - added by liuar 14 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by jennyhe, 14 years ago

Cc: arthur.liu@… added

comment:2 by jennyhe, 14 years ago

Cc: arthur.liu@… added; arthur.liu@… removed

comment:3 by liuar, 14 years ago

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.

by liuar, 14 years ago

Attachment: Ticket #317.patch added

comment:4 by liuar, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.