WFS-G
Kralidis,Tom [Burlington]
Tom.Kralidis at EC.GC.CA
Mon Jun 4 11:32:11 PDT 2007
> I would like to know if it's possible to have a WFS-G or
> another WFS-XX with a xml schema different than default GML model.
With out-of-the-box MapServer, basically your underlying data structure
is displayed as a pre-defined XML content model.
One option you can checkout is using mapscript as a wrapper for WxS
services (see http://mapserver.gis.umn.edu/docs/howto/wxs_mapscript),
where you can put logic in between the request and reponse model of OGC
services in MapServer.
In this case, you could do an XSLT transformation on the generic-ish
MapServer WFS response to make it look like WFS-G, then sending back to
the client.
Hope this helps
..Tom
More information about the MapServer-users
mailing list