socib / Leaflet.TimeDimension

Add time dimension capabilities on a Leaflet map.
MIT License
435 stars 139 forks source link

Hide prior points in geojson layer #141

Closed Eng3l closed 6 years ago

Eng3l commented 6 years ago

Greetings, I'm using a set of different points in distinct timestamps and I need to hide prior points and show only actual points. I can't find any options that allow to hide all points/geometries except those that match with the time that is been displayed. It would be nice to have it.

Eng3l commented 6 years ago

I figure it out, I did create a new kind of Layer that extends from GeoJSON and shows only the feature that exactly match with the current Time.