Opened 15 years ago
Closed 15 years ago
#379 closed defect (fixed)
Normal layer with consume maps failed to display in Overview map wdiget
Reported by: | jennyhe | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | 2.0 |
Component: | Widgets | Version: | SVN |
Severity: | Critical | Keywords: | |
Cc: | madair@… | Browser: | All |
External ID: | 1313287 | Operating System: | All |
state: | New |
Description ¶
Steps:
- Open one flexible web layout with consume maps by IE.
Results: Overview map is blank.
Expected results: The normal layer should be displayed in that widget.
Change History (6)
comment:1 by , 15 years ago
Cc: | added; removed |
---|---|
Severity: | Major → Critical |
comment:2 by , 15 years ago
Milestone: | Future → 2.0 |
---|---|
Status: | new → assigned |
Version: | 1.1.1 → SVN |
Arthur,
I think you have the incorrect changeset number there, but in any case I would like to have the OverviewMap projection issue resolved in the 2.0 release. There has been some discussion on the list about this which I will try and see if it fixes the issue
by , 15 years ago
Attachment: | OverviewMapFix.patch added |
---|
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The patch was reviewed by Mike Adair, and submitted with the following revision:
http://trac.osgeo.org/fusion/changeset/2139
The changes are actually pretty minor - I've moved the code that creates the Fusion layer object from the initializeWidget method into the mapWidgetLoaded method. This preserves the intent of changeset 2068, which seeks to re-initialize the overview when the main map is reloaded, but enforces that the underlying map definition has loaded before attempting to create an OpenLayers layer that corresponds to it.
Hi Mike,
I think this defect is result from http://trac.osgeo.org/fusion/changeset/2068.[[BR]] In this submission, current map's baselayer will be used as the overview map. If user chooses google map as baselayer, then the google layer will not displayed at all.
I remember that OpenLayers' overviewMap control has some problems in displaying consume maps. At least we cannot display combined Google layer and MapGuide layer in the overview map at the same time. Am I right? at
If it won't break current overview map behavior, I would suggest to rollback this submission. What's your opinion?
Regards,
Arthur