Generates correct JSON files (algorithm.py) which are further processed along with the starting stop and travel times to other stops.
Modified the map generation to align with the JSON file and display the map in vector format (generate_heatmap.py).
Fixed the display of the first stop on the generated overlay.
Added a script (integration_algorithm.py) to automate the process by running both programs.
Added the generated overlay to Map.js for proper visualization on the map. The heatmap.svg file must be located within the Map.js file directory, as the file path is not aligned with the final solution.