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