MapGuide Open Source:  Home |  Download |  Internals

Ticket #284 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Add support for FDO computed fields

Reported by: tomfukushima Assigned to:
Priority: medium Milestone: 2.0
Component: General Version:
Severity: major Keywords:
Cc: External ID:

Description

This submission from Romy adds support for FDO computed fields.

Change History

10/13/07 21:34:22 changed by tomfukushima

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

The server has a support for calculated properties, but there are a few changes which must be done to enable calculated properties.

  • Fixed the reader MgServerSelectFeatures?? to support calculated properties.
  • Fixed Describe schema to include the calculated properties from the extension.
  • Fixed a defect on FeatureSource??-1.0.0.xsd to support calculated properties without having joins.