Output attributes from shape-file in WFS/GML response
    Hugo Wetterberg 
    hugo.wetterberg at GMAIL.COM
       
    Fri Oct  7 06:37:31 PDT 2005
    
    
  
How do I output the attributes from my shape-file in the WFS/GML
response? As it is now I just get the geometry:
    <gml:featureMember>
      <myns:paths>
        ...
        <myns:msGeometry>
          <gml:LineString srsName="EPSG:42304">
            <gml:posList srsDimension="2">0.227246 0.349123 0.225847
0.488217 </gml:posList>
          </gml:LineString>
        </myns:msGeometry>
      </myns:paths>
    </gml:featureMember>
/Hugo Wetterberg
    
    
More information about the MapServer-users
mailing list