Question about combining Timelines and TagFilterButtons #2222
nicolasrhughes
started this conversation in
General
Replies: 1 comment
-
|
That would be useful! I do not know if this is possible. The TagFilterButton is just a thin wrapper around the Leaflet.TagFilterButton plugin. You may have better luck asking this upstream, with the developers of the Leaflet plugin. https://github.com/maydemirx/leaflet-tag-filter-button/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I love, love folium and have been using it for a while. I am building an application to display location data from multiple data streams, including Google locations .json records and call detail records from cell phone carriers.
All of the data contains time series information. The data streams are noisy (particularly when stacked) and often have to be filtered to be useful. I have figure out how to perform rudimentary filtering (by source, by day, and by hour) using TagFilterButton. I have also figured out how to load my data into a TimelineSlider and into a TimestampedGeoJson.
What I really would like is to be able to use both tools - the TimelineSlider allows me to track the movement of each data stream, and the TagFilterButton allows me to filter the data sources I don't want to see, particularly when I want to isolate the movement of a single data stream.
I've added a "tags" property to my features data, loaded it into a Timeline, and have tried to add a TagFilterButton, but only the TimelineSlider functions as expected. Am I missing something or is it currently not possible to use both plugins? I've looked for hours, and haven't been able to find any examples of a project combining a TimelineSlider and a TagFilterButton.
Thanks for any help you can send my way!
Beta Was this translation helpful? Give feedback.
All reactions