MapGuide Open Source:  Home |  Download |  Internals

Ticket #98 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Cannot theme on joined secondary properties

Reported by: ronnielouie Assigned to: anonymous
Priority: medium Milestone: 1.2
Component: Feature Service Version: 1.2.0
Severity: major Keywords:
Cc: External ID: 928586, 838886, 793603

Description

When a feature class is created via a join, and that joined feature class is used in a layer definition, it is not possible to theme that layer based on the properties from the joined source. Select aggregate functions are used to enumerate the property values, and a Fdo class not found error will occur when trying to retrieve the values from the joined secondary data. Problem generally occurs when the secondary data is from an RDBMS.

Change History

05/04/07 16:28:37 changed by anonymous

  • status changed from new to assigned.
  • owner changed from ronnielouie to anonymous.

05/04/07 17:07:30 changed by anonymous

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

If a primary feature did not have any corresponding joined data, the server would attempt to set the secondary feature class name to empty, which resulted in 'Class not found' error. This submission corrects this behavior, which allows for select aggregates to succeed when defining themes.

05/04/07 17:27:28 changed by ronnielouie