We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the Kibana 4.1.0 doesn't support the aggregation of the geo_shape fields on a tile map. This Kibana feature is almost ready elastic/kibana#2576 elastic/elasticsearch#7574
The statistics component stores the SpatialFilter#geometry object's coordinates only if the SRID is 4326.
The SpatialFilterEsModel responsible for the transformation. On the SOS side currently no changes needed if the Kibana feature is implemented.
The text was updated successfully, but these errors were encountered:
Which class of the statistics component does the transformation of the spatial filter to a geo_shape?
Sorry, something went wrong.
SpatialFilterEsModel
No branches or pull requests
Currently the Kibana 4.1.0 doesn't support the aggregation of the geo_shape fields on a tile map.
This Kibana feature is almost ready elastic/kibana#2576 elastic/elasticsearch#7574
The statistics component stores the SpatialFilter#geometry object's coordinates only if the SRID is 4326.
The SpatialFilterEsModel responsible for the transformation.
On the SOS side currently no changes needed if the Kibana feature is implemented.
The text was updated successfully, but these errors were encountered: