[Mapserver-dev] FEATUREID implementation

Greg Cockroft greg at agog.com
Tue Jul 20 17:48:46 EDT 2004


I have been been make changes to the 4.2 code base for my own use.
Most of the changes I'm assuming others won't want but here is one change
that might be useful to others.

I have implemented a single WFS  &FEATUREID modification so I can get the
GML from a shapefile feature.

This works.

http://agog.com//places/gregtest/dstmaps/wfs?SERVICE=WFS&REQUEST=GetFeature&VERSION=1.0.0&FEATUREID=county24.10

  But a post with multiple items would not

<ogc:Filter>
<ogc:FeatureId fid="INWATERA_1M.1013"/>
<ogc:FeatureId fid="INWATERA_1M.1014"/>
<ogc:FeatureId fid="INWATERA_1M.1015"/>
</ogc:Filter>

Just a few changed lines to mapwfs.c and mapows.h if anyone is interested.



          -greg.






More information about the mapserver-dev mailing list