Hi list
I must mapserver v 4.8.3 and one bases postgres v 8 with postgis 1.0.6 on Centos 4.3
mapfile of connection is:
MAP
IMAGETYPE PNG
SIZE 400 300
IMAGECOLOR 255 255 255
LAYER
NAME Peru_dep
CONNECTIONTYPE postgis
CONNECTION "user=postgres dbname=sighco host=localhost password=123456 port=5432"
DATA "the_geom from departamentos_tp_perud2002"
STATUS ON
TYPE POLYGON
END
#CLASS
NAME "Departamentos del Perú"
#STYLE
# COLOR 232 232 232
#OUTLINECOLOR 32 32 32
END
END
END
END
in order to invoke it:
http://10.1.6.46/cgi-bin/mapserv?map=/home/earevalo/mapserver-4.8.3/tests/conect.map&layer=Peru_dep&mode=map
the errors are:
msDrawMap(): Image handling error. Unable to initialize image.
msCalculateScale(): General error message. Invalid image extent,
minx=-1.000000, miny=-1.000000, maxx=-1.000000, maxy=-1.000000.
msCalculateScale(): General error message. Invalid image extent,
minx=-1.000000, miny=-1.000000, maxx=-1.000000, maxy=-1.000000.
mapserv(): Web application error. No way to generate map extent.
aid please
- [UMN_MAPSERVER-USERS] mapfile of connection to postgis ..... Eduardo Arévalo
- Re: [UMN_MAPSERVER-USERS] mapfile of connection to p... Dirk Jesko
- Re: [UMN_MAPSERVER-USERS] mapfile of connection ... Eduardo Arévalo