Ibrahim Saricicek wrote:
- using ogrinfo to return the features through the commandline, does
GDAL/OGR return the same problem for that label layer?

don't know how to test


See ogrinfo examples in: http://www.mapserver.org/input/vector/postgis.html

For example, you might try something like the following, which will return all of your features:

ogrinfo PG:"host=127.0.0.1 user=postgres password=postgres dbname=mine port=5432" layername

or also:

ogrinfo PG:"host=127.0.0.1 user=postgres password=postgres dbname=mine port=5432" layername |more


-jeff


--
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com/




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

Reply via email to