Sequence filtering replaced by tiles?

Hello everyone!

So, I’ve just read the blog post from trekview.

I think I just understood the new way to do things. I just wanted to make sure that I’m getting this correct.

In order to get filtering based on properties, instead of querying through the graph api (/sequences endpoint) (like we would do in v3), we’re supposed to query a bounding box (of all images in that area) and filter out the response values according to what we want (in the frontend/or where ever you’re making the request for the tiles endpoints).

So the backend query/filtering is now delegated to the frontend.

Is this the right idea?