Opened 16 years ago
Closed 16 years ago
#158 closed defect (fixed)
MG Map Background Color Ignored
Reported by: | chrisclaydon | Owned by: | pagameba |
---|---|---|---|
Priority: | P2 | Milestone: | 2.0 |
Component: | Widgets | Version: | SVN |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | 1154050 | Operating System: | All |
state: | Committed |
Description
1) Create a Fusion layout based on the Sheboygan sample data
2) Preview the layout
Result: The map background color does not show up.
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Owner: | changed from | to
---|---|
state: | Analysis Requested → Analysing |
Status: | new → assigned |
comment:3 by , 16 years ago
(In [1646]) Re #158. Parse the BackgroundColor of the MapDefinition and return it to the client side so that the background color of the map can be updated accordingly. Requires updated templates too.
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
state: | Analysing → Committed |
Status: | assigned → closed |
fixed but requires updated templates (committed to the mapguide vault separately).
Note:
See TracTickets
for help on using tickets.
Is this because Fusion is now using overlay images instead of map images?
In the case of only a single map, I wonder if you could extract the map background colour from the map definition, and set the colour of the map div based on that.
When you get into supporting multiple maps, then some kind of logic will be required to determine which background colour to use.