hallahan / LeafletPlayback

This is a Leaflet plug-in that plays back points that have a time stamp synchronized to a clock.
http://leafletplayback.theoutpost.io
Other
482 stars 165 forks source link

Multiple Icons #86

Open emma-robin20 opened 1 year ago

emma-robin20 commented 1 year ago

I am trying to use multiple Icons based on an "Icon" column in my data frame. The data frame is split by IDs (split(data, f = data$ID)) and I have tried making my own function and using the makeIcon function. I keep getting the error "UseMethod: no applicable method for 'metaData' applied to an object of class "NULL"". Do you know how I can fix this or use another solution?