<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Hey,<br>I have a problem with filtering elements of multiple layers.<br>My mapserver (version 5.2.1) is configured with two layers - layer1 and layer2. For better understanding see attachment: layer1 has black crosses and layer2 has red points. Now I try to get features by id - but I don't know the corresponding layer. Therefore I send the following request:<br><br><span><a target="_blank"
 href="http://my-server/fcgi-bin/mapserv?map=mymap.map&service=WFS&version=1.1.0&request=GetFeature&typename=layer1,layer2&filter">http://my-server/fcgi-bin/mapserv?map=mymap.map&service=WFS&version=1.1.0&request=GetFeature&typename=layer1,layer2&filter</a>=</span><br><Filter><OR><br><PropertyIsEqualTo><PropertyName>ID</PropertyName><Literal>idAofLayer1</Literal></PropertyIsEqualTo><br><PropertyIsEqualTo><PropertyName>ID</PropertyName><Literal>idBofLayer1</Literal></PropertyIsEqualTo><br><PropertyIsEqualTo><PropertyName>ID</PropertyName><Literal>idCofLayer2</Literal></PropertyIsEqualTo><br></OR></Filter><br><br>In the response are some features missing but they exist in the shapefile. I found out following rules: <br>1. All features of layer2 (red points in attachment) are returned
 correctly.<br>2. Features of layer1 (black crosses) which are inside the blue frame are also returned correctly.<br>3. Features of layer1 which are outside the blue frame (bounds of layer2) are missing - if I filter the missing elements only on layer1 I get the features.<br><br>Is this a bug or where is my mistake?<br><br>Regards,<br>Cathleen<br><br><span>By the way: Is there a date of mapserver 6 release? <a target="_blank" href="http://trac.osgeo.org/mapserver/wiki/60ReleasePlan">http://trac.osgeo.org/mapserver/wiki/60ReleasePlan</a> doesn't seem to be up to date.</span><br></div>
</div><br></body></html>