MapGuide Open Source:  Home |  Download |  Internals

Ticket #59 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Coordinate system overrides are not handled in server

Reported by: waltweltonlair Assigned to: 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

04/14/07 15:01:02 changed by waltweltonlair

  • status changed from new to assigned.
  • owner set to waltweltonlair.
  • summary changed from Coordinate system overrides are not handled correctly in server to Coordinate system overrides are not handled in server.

04/14/07 15:08:26 changed by waltweltonlair

  • external_id set to 927274.

04/14/07 17:24:16 changed by waltweltonlair

  • status changed from assigned to closed.
  • resolution set to fixed.