Opened 17 years ago
Closed 17 years ago
#431 closed defect (fixed)
Mapping Service GenerateMapUpdate should not create observation mesh for Arbitrary XY
Reported by: | chrisclaydon | Owned by: | chrisclaydon |
---|---|---|---|
Priority: | medium | Milestone: | 2.0 |
Component: | Mapping Service | Version: | 2.0.0 |
Severity: | major | Keywords: | |
Cc: | External ID: | 1042567 |
Description
If a map uses an arbitrary XY coordinate system, the code to generate an update to a DWF-based map should not create an observation mesh. Creation of such a mesh requires creating a transform from Arb XY to LL, which makes no sense and results in an exception being thrown.
Note:
See TracTickets
for help on using tickets.
Fixed by submissions:
http://trac.osgeo.org/mapguide/changeset/2850
http://trac.osgeo.org/mapguide/changeset/2851