-
-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SLD with spatial filter intersect and bbox #3929
Comments
|
Author: assefa |
|
Author: aboudreault |
|
Author: assefa committed change in 355f0a9 (r13021). Let me know. For db layers, this would only work for filters that do not contain spatial filters. For that, we need at one point to support spatial filter expressions natively for each driver. |
|
Author: aboudreault |
|
I believe this has lead to a regression in the SLD code, that I discovered when debugging #4412. Basically, in mapogcsld.c around line 835, there's a call to msStringEscape(pszExpression); which transforms to and then gets sent to to postgis as might also be related to #3983 |
|
cc @aboudreault |
|
@aboudreault let's continue in this thread rather than in #4412. For the record, a failing autotest is available in To make the test pass, in mapogcsld.c (https://github.com/mapserver/mapserver/blob/rel-6-2-0-beta2/mapogcsld.c#L840), replace by The change to use an escaped string instead of the original one was requested indirectly by you in this ticket and was committed in 355f0a9 . |
|
@tbonfort just tried the test case you pointed me and it seems to work fine with beta2 and master also. I got the same image (wms_nosld_get_map_line_sld.png from wxs). What did I miss? |
|
wms_get_map_line_filter_islike.png is the one that is failing (among others) On Tue, Aug 21, 2012 at 3:04 PM, Alan Boudreault
|
|
@aboudreault , please only push to the 6.2 branch |
Reporter: assefa
Date: 2011/06/22 - 05:16
Trac URL: http://trac.osgeo.org/mapserver/ticket/3929
Bug to trac correction on sld using intersects and bbox filter:
The text was updated successfully, but these errors were encountered: