[mapserver-users] mapcache_seed ogr

scott159 at free.fr scott159 at free.fr
Thu Aug 9 12:52:44 PDT 2012


Hi,

I would like to use mapcache_seed to generate tiles with ogr datasource. Mapcache is installed on linux and database is installed on windows. I modify pg_hba.conf to allow connection between mapcache and database with line :

host    all             all             170.56.4.100/32            md5

I try this command line but it's doesn't work :
./util/mapcache_seed -c mapcache.xml -t test -g WGS84 -z 0,1 -d PG:"dbname='170.56.4.100' port='5432' user='user' password='password'" -s "select * from test"

Mapcache_seed seems try to connect to database server but it's doesn't work. I don't know if problem come from command line or pg_hba.conf ? Can I insert a filter with -l "id = 234" ?

Thanks


More information about the mapserver-users mailing list