-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Maps] [Meta] Add .mvt vector tile support #58519
Comments
Pinging @elastic/kibana-gis (Team:Geo) |
Closing as the core refactors and additions have been made. Outstanding enhancements are tracked separately. |
Hi again, @thomasneirynck ! As a bit of context, for my web app, on the Angular frontend, on top of Google Maps APIs, i'm using Uber's deck.gl library for better rendering geo-spatial data (GeoJson layers and MVT layers). Now, I migrated away from PostGIS and I'm storing the geo-spatial data (collection of shapes and points) in ElasticSearch for faster indexing and querying. I was wondering if with this initiative or in the near future, am I able to use ElasticSearch or Kibana as a Vector tile server in order to get geo-spatial data (normal for shapes and clustered for points) only for the current map viewport (based on zoom and pan / drag on the map) and in the Mapbox .mvt / pbf formats? I saw you guys did a wonderful job of implementing something similar into Kibana Maps (serving as Vector Tiles geo-spatial data from ElasticSearch: normal shapes and clustered points). I'm looking forward to your response! |
Hi @florinvirdol. It sounds like getting vector tiles directly from Elasticsearch is the best option for you. Would you mind expressing your need in this issue? I think that would help the Elasticsearch team understand and prioritize this effort. |
Introducing vector tiles in Maps (experimental feature).
(unrelated to EMS base-layer support. This is for custom sources, ultimately backed by Kibana index patterns).
An initial POC here: #57248
Version label is subject to change.
2 Support generic vector tile source with XYZ pattern. While we're unsure yet if Maps should support this, it will help condense the final PR, allowing us to split up PRs for the browser-code from the PRs for the server-side tile-generation code.
The text was updated successfully, but these errors were encountered: