Add label features to vector tile search API response #86044
Labels
:Analytics/Geo
Indexing, search aggregations of geo points and shapes
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Description
There are 2 labeling issues in Kibana when using Vector tiles.
The recommended solution is to provide features for labels, where the feature geometry is the label location.
To resolve these issues, I propose adding a new parameter,
withLabels
, to_mvt
API that whentrue
would add label features to the response. Label features could be added in 2 waysKibana is creating these centroid features today for GeoJSON sources. Kibana includes label features in GeoJSON feature collection and uses filters to exclude features in style rules (option 2 above)
cc @jsanz @thomasneirynck
The text was updated successfully, but these errors were encountered: