Opened 12 years ago
Closed 12 years ago
#2074 closed defect (fixed)
mg-desktop: Aggregates not supported on extended feature classes.
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Desktop API | Version: | |
Severity: | critical | Keywords: | |
Cc: | External ID: |
Description
It turns out mg-desktop is out-of-sync with MapGuide in terms of aggregate support on extended feature classes.
Aggregates in mg-desktop are straight pass-throughs to FDO, whereas in MapGuide, they are properly checked if they're being done against extended feature classes and the appropriate code paths executed.
This makes regular things such as obtaining extents on extended feature classes impossible.
Note:
See TracTickets
for help on using tickets.
Fixed r6904