I encountered this problem with moving markers (gps tracked). I wish to display some details of certain markers such as their coordinates and other information pushed from the server. The information is bound to the marker model. So, the problem occurs when the marker is out of view. Even the server still push the new data and the javascript attempts to update the model but its not updated.
I understand that leaflet did this for performance but I need to selectively choose to see live updates of certain markers even though it is out of view. Is there a way to conditionally override the default behavior under these circumstances?
I encountered this problem with moving markers (gps tracked). I wish to display some details of certain markers such as their coordinates and other information pushed from the server. The information is bound to the marker model. So, the problem occurs when the marker is out of view. Even the server still push the new data and the javascript attempts to update the model but its not updated.
I understand that leaflet did this for performance but I need to selectively choose to see live updates of certain markers even though it is out of view. Is there a way to conditionally override the default behavior under these circumstances?