I am trying to query a WFS layer by mapscript (5.0.2, both Mapserver
and client side).
The layer draws fine, also labels correctly, even the querymap
highligts the selected records...

The following snippet:
$resultlayer = $map -> getLayerByName ('xxxx');
$theresult = $resultlayer ->getResult(0)->{shapeindex};
$number = $resultlayer -> getNumResults();
echo ("$theresult    $number");

echoes correctly the number of selected features.

Yet, I am unable to get grip of the fid and/or any other attributes
available in the gml.

Any help (piece of code )would be much appreciated...

BR

frequens
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to