Opened 17 years ago

Closed 17 years ago

#59 closed defect (fixed)

Coordinate system overrides are not handled in server

Reported by: waltweltonlair Owned by: waltweltonlair
Priority: high Milestone: 1.2
Component: Server Version: 1.2.0
Severity: critical Keywords:
Cc: External ID: 927274

Description

The server is not handling coordinate system overrides correctly. When requesting the spatial contexts for a feature source (during stylization) it asks for the inactive ones, and therefore it doesn't get the overrides. It needs to request the active spatial contexts for the feature source. This defect warrants critical severity.

Also found two places where we have duplicated code. The same code in MgStylizationUtil::GetLayerToMapTransform is also in MgServerRenderingService::RenderForSelection and MgServerFeatureService::GetWfsFeature. We need to fix these two places to all call the same method.

Change History (3)

comment:1 by waltweltonlair, 17 years ago

Owner: set to waltweltonlair
Status: newassigned
Summary: Coordinate system overrides are not handled correctly in serverCoordinate system overrides are not handled in server

comment:2 by waltweltonlair, 17 years ago

External ID: 927274

comment:3 by waltweltonlair, 17 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.