Skip to content

initial skeleton of vector tiles prototype implementation #69338

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

Merged
merged 27 commits into from
Mar 30, 2021

Conversation

iverase
Copy link
Contributor

@iverase iverase commented Feb 22, 2021

Initial commit of a new end point that generates vector tiles from geo spatial data stored in Elasticsearch. It adds three packages in the spatial module:

  • org.elasticsearch.xpack.spatial.vectortile: Contains the classes that introduces the new end point.
  • org.elasticsearch.xpack.spatial.vectortile.collector: contains different implementation of how to construct the vector tile.
    - org.elasticsearch.xpack.spatial.proto: Google protobuffer classes for generating vector tiles.

The new end-point can be used by calling:

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

@iverase iverase added the :Analytics/Geo Indexing, search aggregations of geo points and shapes label Feb 22, 2021
@iverase iverase requested a review from talevy February 22, 2021 12:41
@elasticmachine elasticmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Feb 22, 2021
@elasticmachine
Copy link
Collaborator

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

@iverase iverase marked this pull request as draft March 24, 2021 16:20
@iverase iverase changed the base branch from feature/vector-tiles to master March 24, 2021 16:20
@iverase iverase changed the base branch from master to feature/vector-tiles March 29, 2021 14:58
@iverase iverase marked this pull request as ready for review March 29, 2021 15:05
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.

Let's suppress the broken test and merge this into the feature branch. There are several things that we should fix, but it will be easier to work no it in the branch.

iverase and others added 3 commits March 30, 2021 11:32
@iverase
Copy link
Contributor Author

iverase commented Mar 30, 2021

@elasticmachine update branch

@iverase
Copy link
Contributor Author

iverase commented Mar 30, 2021

@elasticmachine update branch

@iverase iverase merged commit e0e8d6e into elastic:feature/vector-tiles Mar 30, 2021
@iverase iverase deleted the initial-vector-tiles branch March 30, 2021 17:09
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 >non-issue Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants