Add overlay to Map.js
- 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.jsfor proper visualization on the map. Theheatmap.svgfile must be located within theMap.jsfile directory, as the file path is not aligned with the final solution.