Tracking Layer
The Tracking Layer is used to monitor moving objects (e.g., vehicles) on the map and visualize their movement history as a path.
Features
- Live Tracking
 - Display the current position of tracked entities in real-time.
 - Path History
 - Show the historical route each entity has followed based on timestamped coordinates.
 
How to Use
- Load tracking data into your layout.
 -  Your dataset should contain at least:
- Latitude and Longitude for position
 - A timestamp field to order the path
 - A vehicle or device ID to distinguish different tracked items
 
 - The Tracking Layer Settings will appear in the Settings tab.
 - Configure how paths and markers appear (custom settings may include line color, line width, marker icon, etc.).
 
Use Case Examples
- Fleet vehicle tracking
 - Delivery route visualization
 - Mobile asset movement history