Opened 14 years ago

Closed 14 years ago

#401 closed defect (fixed)

The meaning of null CS for a MapGuide map is not compatible with that of null CS of Map Widget

Reported by: sparkliu Owned by: madair
Priority: P3 Milestone: Future
Component: MapGuide Version: SVN
Severity: Major Keywords: Null CS
Cc: Browser: All
External ID: 1334487 Operating System: All
state: Committed

Description

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"

Attachments (1)

Ticket 401 fix.patch (1.5 KB ) - added by sparkliu 14 years ago.
Fix code within

Download all attachments as: .zip

Change History (2)

by sparkliu, 14 years ago

Attachment: Ticket 401 fix.patch added

Fix code within

comment:1 by liuar, 14 years ago

External ID: 1334487
Resolution: fixed
state: NewCommitted
Status: newclosed

Submitted in Changeset [2195]

Note: See TracTickets for help on using tickets.