[Mapserver-users] Error 414 (Request-URI Too Long) on IIS
Hisaji Ono
hi_ono2001 at ybb.ne.jp
Wed Apr 9 07:50:31 PDT 2003
Hello.
I've tried to draw all GTOPO30 maps "as it is" by MapServer 3.6.2 on XP
Pro's IIS 5.1 using following map file created by MapLab.
LAYER
NAME "GTOPO30 "
GROUP "DEM"
STATUS ON
DATA "gtopo30/E020N90.DEM"
TYPE RASTER
CLASSITEM "[pixel]"
CLASS
NAME "no data"
EXPRESSION "-9999"
COLOR 255 111 48
END
CLASS
NAME "0-100 meter"
EXPRESSION ([pixel] >0 AND [pixel] <= 100)
COLOR 0 160 0
END
--- omit --------------
END
However once displayed, I tried to zoom. I've got following errors from
IIS.
Error 414 (Request-URI Too Long) on IIS
I know this was caused by over limited characters in URI.
Could anyone give me any idea to avoid this error?
Regards.
More information about the MapServer-users
mailing list