Skip to content

Fix #2452 with WFSGeoCoder#2462

Merged
offtherailz merged 5 commits intogeosolutions-it:masterfrom
offtherailz:fix_issues_wfsGeocoder
Dec 7, 2017
Merged

Fix #2452 with WFSGeoCoder#2462
offtherailz merged 5 commits intogeosolutions-it:masterfrom
offtherailz:fix_issues_wfsGeocoder

Conversation

@offtherailz
Copy link
Copy Markdown
Member

Description

This enhances the wfsGeoCoder in querypanel's spatial field to use cross layer filtering.
If this option is configured, the querybuilder will show the geometry as usual, but the effective filter will be generated using "cross layer filtering" instead of the geometry.
This improve both performances and reduces the size of the filter, that can be used also as cql_filter in URL without exceeding max URL length.

Issues

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix

What is the current behavior? (You can also link to an open issue here)
Sync map do not work if the geometry is too complex

What is the new behavior?
When properly configured, the sync map works also with complex geometries.

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:
A limitation of this solution is that this improvement can not be applied you're working with different servers.

@ghost ghost assigned offtherailz Dec 7, 2017
@ghost ghost added In Test labels Dec 7, 2017
@offtherailz offtherailz requested a review from mbarto December 7, 2017 10:48
@geosolutions-it geosolutions-it deleted a comment Dec 7, 2017
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.009%) to 81.074% when pulling 9fdf4f7 on offtherailz:fix_issues_wfsGeocoder into 18e36c9 on geosolutions-it:master.

@offtherailz offtherailz merged commit 12829a3 into geosolutions-it:master Dec 7, 2017
@ghost ghost added the Accepted label Dec 7, 2017
@offtherailz offtherailz deleted the fix_issues_wfsGeocoder branch February 18, 2020 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sync Map does not work if the geometry is too complex

3 participants