-
Notifications
You must be signed in to change notification settings - Fork 59
Add filtering in layers #92
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really neat! Thanks
} | ||
|
||
const json = await response.json(); | ||
tileUrl = json.tiles[0]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep that for later us and open an issue for this, but there may be cases when there are multiple tiles urls, and we'll probably need to handle that case here.
Another thing for a subsequent PR, we should expose filters to the Python API as well |
That's probably because https://github.com/QuantStack/jupytergis/blob/83544ca3254f43eec777c9f3d9863b465a8a66cd/packages/base/src/mainview/mainview.tsx#L193 is using the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 🚀
Adds filtering to Vector Tile and GeoJSON layers.