elasticsearch/x-pack/plugin/vector-tile
Ignacio Vera ce46fbfba3
Remove vector tile feature flag (#76068)
Vector tile development is completed and this feature is ready to be released on 7.15. It is initially release as an experimental feature.

In particular this new feature introduces a new endpoint for generating vector tiles from geospatial data stored in Elasticsearch. This is a functionality that is interesting for any application that wants to render geospatial information stored in Elasticsearch on a map. The basic way to call this new end point looks like:

```
GET {index}/_mvt/{geo_field}/{z}/{x}/{y}
```

The return of this call is a vector tile as defined in the [MapBox vector tile specification](https://github.com/mapbox/vector-tile-spec/tree/master/2.1) so it can be easily render by any map supporting this format.
2021-08-05 08:08:31 -10:00
..
licenses vector tiles: Add runtime dependency on slf4j (#75869) 2021-08-02 07:19:18 +02:00
src Remove vector tile feature flag (#76068) 2021-08-05 08:08:31 -10:00
build.gradle Remove vector tile feature flag (#76068) 2021-08-05 08:08:31 -10:00