[fix] Fix map disappearance after SaveMap call
-
Issue: Points could be added to the map with a default time value (-1). When ClearOldPoints function is called, those points are removed.
-
Fix: Add a condition to check each point's timestamp validity. If -1, the point is kept.
Edited by Julia Sanchez