Ticket #3929 (closed defect: fixed)

Opened 11 months ago

Last modified 4 months ago

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

Changed 11 months ago by assefa

committed in r11845

Changed 4 months ago by aboudreault

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?

Changed 4 months ago by assefa

  • status changed from new to assigned

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.

Changed 4 months ago by aboudreault

  • status changed from assigned to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.