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. |
||
---|---|---|
.. | ||
licenses | ||
src | ||
build.gradle |