LeafletSlider icon indicating copy to clipboard operation
LeafletSlider copied to clipboard

Two timestamps in json (start-end time)

Open dior1 opened this issue 6 years ago • 0 comments

Is it possible to use json with a start and a end time, not only a Event on a specific date. So my json looks like: I like to use the "range: true"

{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "starttime": "2018-01-22 08:42:26", "endtime": "2018-01-24 12:40:01" }, "geometry": { "type": "Point", "coordinates": [ 13.582512743, 46.933292258, 1 ] } },

dior1 avatar Feb 21 '19 10:02 dior1