Re: [MapServer-users] Mapserver 8 rc1

2022-08-26 Thread Jeff McKenna
Hi Scott, Can you open a ticket for this at https://github.com/MapServer/MapServer/issues ? Thanks, -jeff -- Jeff McKenna GatewayGeo: Developers of MS4W, MapServer Consulting and Training co-founder of FOSS4G http://gatewaygeo.com/ On 2022-08-25 11:19 p.m., Scott wrote: ms_error log is

Re: [MapServer-users] Mapserver 8 rc1

2022-08-25 Thread Scott
Thank you for the quick response and all that you folks do! On 8/25/22 14:54, Steve Lime wrote: Thanks for checking! Looks like there might be an issue with the msPostGISReplaceBoxToken() rewrite in C++ in mappostgis.cpp. On Thu, Aug 25, 2022 at 4:20 PM Scott >

Re: [MapServer-users] Mapserver 8 rc1

2022-08-25 Thread Steve Lime
Thanks for checking! Looks like there might be an issue with the msPostGISReplaceBoxToken() rewrite in C++ in mappostgis.cpp. On Thu, Aug 25, 2022 at 4:20 PM Scott wrote: > ms_error log is telling me it's unable to build the SQL query. There are > no errors in the postgresql log. > > Even if I

Re: [MapServer-users] Mapserver 8 rc1

2022-08-25 Thread Scott
ms_error log is telling me it's unable to build the SQL query. There are no errors in the postgresql log. Even if I comment the line out I get an error, such as: --where st_intersects(geom, !BOX!) or: /* !BOX! */ If it exists any where in the DATA block, it fails. Here's the ms error log:

Re: [MapServer-users] Mapserver 8 rc1

2022-08-25 Thread Steve Lime
Hmmm... Wasn't an intentional omission. If you have logging turned on and can see the resulting SQL, does the !BOX! get replaced but just incorrectly or is the !BOX! still in the SQL. On Wed, Aug 24, 2022 at 5:16 PM Scott wrote: > I've installed 8rc1 and I've run into an issue. I didn't see

[MapServer-users] Mapserver 8 rc1

2022-08-24 Thread Scott
I've installed 8rc1 and I've run into an issue. I didn't see anything in the change log, so I'll put it here. The !BOX! variable that has been historically available doesn't seem to be supported with CONNECTIONTYPE POSTGIS any longer. For instance: DATA "geom from ( select