[fusion-trac] #373: Overview-Wrong Coord Sys
Fusion
trac_fusion at osgeo.org
Thu Mar 18 12:32:50 EDT 2010
#373: Overview-Wrong Coord Sys
-------------------------------+--------------------------------------------
Reporter: markpendergraft | Owner: madair
Type: defect | Status: new
Priority: P2 | Milestone: 2.0
Component: Widgets | Version: SVN
Severity: Minor | Keywords: overview,projection
External_id: | State: New
Browser: All | Os: All
-------------------------------+--------------------------------------------
When a map's projection is defined using ProjectionDef and ProjectionCode
in the ApplicationDefiniition, the Overview Map does not display/work
properly. The overview retains the default projection of LL84 and does
not use the maps defined projection.
The current workaround involves editing the loadOverview() function in the
Overview.js widget to include the following lines:
this.mapObject.projection = this.getMap().oMapOL.getProjection();
this.mapObject.oLayerOL.projection = this.getMap().oMapOL.getProjection();
--
Ticket URL: <http://trac.osgeo.org/fusion/ticket/373>
Fusion <http://trac.osgeo.org/fusion>
Fusion is a web-mapping application development framework for MapServer and MapGuide OS.
More information about the fusion-trac
mailing list