Skip to content
New issue

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

Remove vector tile feature flag #76068

Merged
merged 3 commits into from
Aug 5, 2021
Merged

Conversation

iverase
Copy link
Contributor

@iverase iverase commented Aug 4, 2021

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 so it can be easily render by any map supporting this format.

@iverase iverase added >feature release highlight :Analytics/Geo Indexing, search aggregations of geo points and shapes v8.0.0 v7.15.0 labels Aug 4, 2021
@elasticmachine elasticmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Aug 4, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo (Team:Analytics)

Copy link
Contributor

@imotov imotov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also remove it from

if (BuildParams.isSnapshotBuild() == false) {
systemProperty 'es.vector_tile_feature_flag_registered', 'true'
}
}
tasks.named("test").configure {
if (BuildParams.isSnapshotBuild() == false) {
systemProperty 'es.vector_tile_feature_flag_registered', 'true'
}
}
?

@iverase
Copy link
Contributor Author

iverase commented Aug 5, 2021

ouch, I missed that. I removed it.

Copy link
Contributor

@imotov imotov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@imotov imotov merged commit ce46fbf into elastic:master Aug 5, 2021
imotov pushed a commit to imotov/elasticsearch that referenced this pull request Aug 5, 2021
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.
imotov added a commit that referenced this pull request Aug 5, 2021
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.

Co-authored-by: Ignacio Vera <iverase@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Geo Indexing, search aggregations of geo points and shapes >feature release highlight Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v7.15.0 v8.0.0-alpha2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants