Open lestarcdog opened 9 years ago
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 https://github.com/elastic/kibana/issues/2576 https://github.com/elastic/elasticsearch/issues/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.
Which class of the statistics component does the transformation of the spatial filter to a geo_shape?
SpatialFilterEsModel
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 https://github.com/elastic/kibana/issues/2576 https://github.com/elastic/elasticsearch/issues/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.