r-tmap / tmap

R package for thematic maps
https://r-tmap.github.io/tmap
GNU General Public License v3.0
856 stars 119 forks source link

time slider support #195

Closed ffinger closed 2 years ago

ffinger commented 6 years ago

It would be great if tmap could support time sliders in the "view" mode, to be able to plot spatio-temporal data. This could be achieved via this leaflet plugin: https://github.com/socib/Leaflet.TimeDimension.

mtennekes commented 6 years ago

Would be awesome! Did you already found an R wrapper around this plugin?

The straightforward way to implement this in tmap, is by using facets, and let these facets be shown as frames. This would take some effort, so it will probably not be included in the next update.

ffinger commented 6 years ago

No, I haven't found any R wrapper, haven't searched neither.

On May 18, 2018 4:50:14 PM GMT+01:00, mtennekes notifications@github.com wrote:

Would be awesome! Did you already found an R wrapper around this plugin?

The straightforward way to implement this in tmap, is by using facets, and let these facets be shown as frames. This would take some effort, so it will probably not be included in the next update.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/mtennekes/tmap/issues/195#issuecomment-390250346

-- Sent from my Fairphone. Please excuse my brevity.

jebyrnes commented 4 years ago

@mtennekes do you have a reprex of that - it's still the missing feature, IMHO....

mtennekes commented 2 years ago

Cleaning up all issues that are not relevant for the first release of tmap v4.