Skip to:
Using DWITHIN in cql for filtering (for example with WMS getMap or WFS getFeature) is not delegating operation to underlying mongoDB, but executes it in memory. It should delegate this operation onto mongo’s $near.
Main PR:
Using DWITHIN in cql for filtering (for example with WMS getMap or WFS getFeature) is not delegating operation to underlying mongoDB, but executes it in memory. It should delegate this operation onto mongo’s $near.