Ticket #1359 (new enhancement)

Opened 3 years ago

Last modified 3 years ago

WFS output does not leverage JOIN objects

Reported by: sdlime Assigned to: mapserverbugs
Priority: high Milestone: FUTURE
Component: WFS Server Version: 4.6
Severity: minor Keywords:
Cc:

Description

Posted originally to mapserver-users by Tom. Problem is that WFS query output
does not leverage the JOIN objects for a layer. 

Outputting them is relatively simple. The bigger problem is that anything you
output needs to be queryable via a GetFeature request. At present there is
nothing in the MapServer query code to leverage joined attributed. Handling
one-to-many joins is even more problematic. Not impossible, but not trivial
either... 

I really wish there was some notion of "read-only" attributes- that is
attributes you can get at but not query upon. That would allow us to use GML
templates as well. *sigh*

Steve

Change History

05/23/05 10:40:22 changed by sdlime

  • milestone set to FUTURE.