Opened 13 years ago

Closed 12 years ago

#3929 closed defect (fixed)

SLD with spatial filter intersect and bbox

Reported by: assefa Owned by: assefa
Priority: normal Milestone: 6.2 release
Component: WMS Server Version: svn-trunk (development)
Severity: normal Keywords:
Cc:

Description

Bug to trac correction on sld using intersects and bbox filter:

  • use "intersects" operator instead of "not disjoint" that does not seem to work for bbox filters
  • correct intersects syntax

Change History (4)

comment:1 by assefa, 13 years ago

committed in r11845

comment:2 by aboudreault, 12 years ago

This changeset breaks the FILTER optimization with a database source. Only the first the first filter rule is used to generate the filter. I see that a part of the code has been commented.... is this intended?

comment:3 by assefa, 12 years ago

Status: newassigned

Alan,

committed change in 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.

comment:4 by aboudreault, 12 years ago

Resolution: fixed
Status: assignedclosed

Yep, that fixed the issue I've experienced. thanks a lot Assefa!

Note: See TracTickets for help on using tickets.