Good catch, that mode not going away. I'd file a ticket and assign to Thomas (I 
think), there are more than just that particular query mode missing (ITEMQUERY, 
ITEMNQUERY, etc...).

Steve

-----Original Message-----
From: mapserver-users-boun...@lists.osgeo.org 
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Jeff McKenna
Sent: Friday, January 27, 2012 7:05 AM
To: mapserver-users@lists.osgeo.org
Subject: [mapserver-users] Re: mode=nquery no longer supported?


Richard Greenwood wrote
> 
> Using Jeff's MS4W 3.0.4 beta I get the following error when using
> mode=nquery
> 
> msDispatchRequest: Web application error. Bug: unsupported mode
> 
> Is nquery really unsupported?
> 

The good news is that the mode=nquery code seems to still exist in trunk
(http://trac.osgeo.org/mapserver/browser/trunk/mapserver/mapservutil.c#L1256)

However it seems that function is never called for the mode=nquery case
(http://trac.osgeo.org/mapserver/browser/trunk/mapserver/mapservutil.c#L1644)

That file (mapservutil.c) didn't exist in version 6.0.1, so it seems a lot
of work has happened in terms of CGI mode, but I can't find the ticket. 
Hopefully the devs can comment on this.

Me personally: I think all that is missing is the following:

{{{
       case NQUERY:
          return msCGIDispatchQueryRequest(mapserv);
}}}

Thanks for finding this Rich.

-jeff


--
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com





--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/mode-nquery-no-longer-supported-tp4342018p4342946.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to