Vehicle Tracking applied to Waste Collection vehicles web application Built using Angular in the frontend and Node/Express in the back
/!\ Set up backend before ng-map !
/backend/ => server side responsible for updating positions
/ng-map/ => client side map to visualize positions, visualize data
- VehicleId/Name search => show all info
-
Hover => vehicle info(click) - Saving database
- Use polylines to trace vehicle routes
- Simulate fixed posts (breakdown etc ...)
- Informations to show : Id, Driver Name, Position, Velocity, Longitude, Latitude, breakdown, fuel
- Closest Vehicles (proximity)
- History search (for vehicle X show history between Ti and Tf)
- Analytics for a period (graphs)
- test cases (openMaps)