CGI Variable String Length Limit
Aubrey Jackson
ajackson at REALTORS.ORG
Wed Jul 27 13:44:16 PDT 2005
I need to send a fairly long string variable to the MapServer CGI to
render features on a map. The varible activates a layer which displays the
features I desire. Im sending the expression in a POST method due to the
limitations on length in GET.
My problem is that I cant get the layer to display. I dont get any error
message that indicates a problem; I just dont get a map. My call to the
MapServer CGI is of the following form:
/cgi-bin/mapserv?map=/var/www/html/maps/bridge.map&mapExt=-129.101818
22.000000 -63.898182 50.000000&mode=map&BOARDEXP ='[NRDS_ID]' eq '2415'
or '[NRDS_ID]' eq '3505' or '[NRDS_ID]' eq '8600' or '[NRDS_ID]' eq '2960'
, where the BOARDEXP variable can be extremely long.
I have searched the archives to see if I could find any information
concerning a limit, to no avail.
Does anyone know if there is a limit?
Thanks,
Aubrey
More information about the MapServer-users
mailing list