Ticket #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
Note: See
TracTickets for help on using
tickets.
