-
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
Tilemap bounding box filter should modify the existing filter #3731
Comments
This depends on #2716 Started looking at this, but without persistent state for visualizations there's really no way to accomplish it. We'd end up with all maps trying to modify the same filter. Once we can store state on the vis instance we can pull this off by giving the filter a name and associating the name with the current vis state. |
👍 |
We are working on a new implementation of map visualizations and are not planning to add any new features to the existing implementation. We will take this suggestion under consideration for the new app. |
This visualization is slated to be removed #81703, closing. |
Currently, when drawing a bounding box on the tilemap it creates a new filter in the filterbar each time. It should be able to modify the existing filter instead.
Changed to a link so I don't have to watch the animated gif:
2015-05-01 12_02_53
The text was updated successfully, but these errors were encountered: