leaflet-timeline-slider icon indicating copy to clipboard operation
leaflet-timeline-slider copied to clipboard

Suport for WMS with Time parameter

Open acperience123 opened this issue 3 years ago • 1 comments

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

acperience123 avatar May 21 '21 08:05 acperience123

I think that it should be straightforward. You can call the wms through your custom changeMap function and use the resulting data to attach to a leaflet object that can then be added to the map. In the demo, for example, this code would be in the getDataAddMarkers function.

svitkin avatar Jun 14 '21 19:06 svitkin