leaflet-timeline-slider
leaflet-timeline-slider copied to clipboard
Plugin for leaflet that creates a customizable timeline slider
Hi! First of all, amazing plugin! :) Is it possible to add an option to initialize the value? For example, I have 3 timelineItems ("Yesterday", "Today", "Tomorrow") and I want...
Hello, there is a line in the java script: that = this When I run the code, the line causes an error stating: that is undefined. I can't figure out...
Hi, I'm using the plugin with dynamic data fetched from the database. However, if there are too many of them, the slider would not fit them. Is there any possibility...
How can I implement this plugin with support to a wms service with the parameter time? The structure of the time parameter is like this example 2005-01-01
I want to use different `timelineItems` in different positions, I tried to use the following code: ```js var timelineSlider = L.control.timelineSlider({ timelineItems: ["Day 1", "The Next Day", "Amazing Event", "1776",...
Hello, Is there any quick fix to change the direction of timeline? I would love to have far right point as a start and float items to tle left. It...
Hello, im actually working on a school project using Leaflet. I've just came across the leaflet-timeline-slider and i want to assign different layers to each value of the timeline so...