-
-
Notifications
You must be signed in to change notification settings - Fork 490
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WFS Feature / Zoom to filtered results. (#3701)
* WFS Feature / Zoom to filtered results. When indexing features, add 4 fields to store the coordinate of the bounding box of each features. On client side use min/max aggregations to retrieve the bounding box of all features matching filter. When ES support for geo_bounds aggregation will be implemented for geo_shape type See elastic/elasticsearch#7574 The following would be better probably: ``` "viewport" : { "geo_bounds" : { "field" : "location", "wrap_longitude" : true } } ``` * WFS Feature / Zoom to filtered results / Zoom when applying filters too. * WFS Feature / Clean up sort issue. Do not zoom to on empty aggs. * WFS / Only use regex filter on string type. * WFS / Only use regex filter on string type. * WFS / Zoom to point with a buffer. * WFS / Fix heatmap index requests
- Loading branch information
1 parent
603781d
commit 24ee908
Showing
6 changed files
with
185 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters