[fusion-trac] #401: The meaning of null CS for a MapGuide map is
not compatible with that of null CS of Map Widget
Fusion
trac_fusion at osgeo.org
Thu Jul 29 05:08:07 EDT 2010
#401: The meaning of null CS for a MapGuide map is not compatible with that of
null CS of Map Widget
------------------------+---------------------------------------------------
Reporter: sparkliu | Owner: madair
Type: defect | Status: new
Priority: P3 | Milestone: Future
Component: MapGuide | Version: SVN
Severity: Major | Keywords: Null CS
External_id: | State: New
Browser: All | Os: All
------------------------+---------------------------------------------------
In MapGuide, the null CS (Coordinate System) means the CS is XY-M (with
X-axis, Y-axis, the unit is meter).
However in Fusion code, the null CS (Coordinate System) means the CS is
"EPSG:4326" (the unit is degree).
So if there is only a null CS MapGuide layer in the map, you'll find the
projection for the layer is "EPSG:4326", not the correct "XY-M".
So we need to change the WKT for null CS to be
LOCAL_CS["Non-Earth (Meter)",LOCAL_DATUM["Local Datum",0],UNIT["Meter",
1],AXIS["X",EAST],AXIS["Y",NORTH]]"
to make it "XY-M"
--
Ticket URL: <http://trac.osgeo.org/fusion/ticket/401>
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