Leaflet.TimeDimension
Leaflet.TimeDimension copied to clipboard
several source data on the same timedimension
Hi I have different source with following format json Lat,Long,Value I need to have them on the same map layers and using one control to see time laps
is it possible with this plugin (BTW it is great)
thanks
Hi @gesaleh, how is your data organised? Do you have several json files, each of them with the data on a certain time? If this is the case, you could create a new class by extension of TimeDimension.Layer in order to manage your data. You can follow the instructions on issue #19 or check example 12.
yes both data are coming through Ajax as 2 different jsons with different times I'll check example 12 in fact my goal is to show for example temp and humidity at the same timedimension map , but also with the possibility to check one or other or both
Thanks
@gesaleh Hi, gesaleh Did you solved your problem? I am facing same issue...could you share some experience ?
Thanks