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

Add query option for the map tile {zoom}/{x}/{y} format #11313

Open
jairveder opened this issue Nov 23, 2023 · 0 comments
Open

Add query option for the map tile {zoom}/{x}/{y} format #11313

jairveder opened this issue Nov 23, 2023 · 0 comments
Labels
enhancement Enhancement or improvement to existing feature or request Search:Aggregations

Comments

@jairveder
Copy link

Is your feature request related to a problem? Please describe.
I like using the Geotile grid aggregations, but unfortunately I need to add quite a bit of logic for converting the {zoom}/{x}/{y} format to a boundingbox when fetching documents for a specific geotile.

Describe the solution you'd like
I would like to have an additional type of query: GeoTileQuery which accepts zoom, x, and y or the {zoom}/{x}/{y} format.

Describe alternatives you've considered
Currently I am working around this by converting the zoom/x/y to a boundingbox.

@jairveder jairveder added enhancement Enhancement or improvement to existing feature or request untriaged labels Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Search:Aggregations
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants