[mapserver-users] Re: Rendering Problem

Jeff McKenna jmckenna at gatewaygeomatics.com
Tue May 25 08:37:19 EDT 2010


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/






More information about the mapserver-users mailing list