#238 closed defect (fixed)
error in initial map view
Reported by: | madair | Owned by: | madair |
---|---|---|---|
Priority: | P1 | Milestone: | Future |
Component: | Widgets | Version: | SVN |
Severity: | Blocker | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
with the updated OpenLayers library, the standard templates initial map view is coming up as fully zoomed out until the map is panned and then the correct map extent is shown. Happens with both MapServer and MapGuide. If the map.resize() call is commented out of fusion.initialized callback, the problem doesn't happen. And it doesn't happen with the Autodesk templates. Not sure yet if this is an OL or Fusion problem, but it does have to do with the map.updateSize() method.
Note:
See TracTickets
for help on using tickets.
(In [1825]) closes #238: error was due to OL regression in the Bounds.intersects() method that didn't pick up the overlapped but not contained case. OL at rev 9176