Thanks for that... Hmmm... ALL the records are shown using ogrinfo. I used
the "ogrinfo buildings.shp buildings" command along with grep and was able
to find all the records I could not find using the queryByAttributes method.
What next then? :-(
Any other suggestions on why queryByAttributes could be not returning
partial results for such a simple layer?




Jeff McKenna-3 wrote:
> 
> I would also try ogrinfo to see how GDAL reads your shapefile:
> 
> ogrinfo buildings.shp buildings -summary
> 
>       - use that to see if the feature count is correct
> 
> ogrinfo buildings.shp buildings
> 
>       - use that to see the individual records
> 
> ---
> 

-- 
View this message in context: 
http://www.nabble.com/Mapserver-does-partial-search-of-dbf-file-tp18077780p18079939.html
Sent from the Mapserver - User mailing list archive at Nabble.com.

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

Reply via email to