Open Issues Need Help
View All on GitHubAI Summary: Modify the distance calculation feature of a web mapping application to allow only one active point (either A or B) at a time. Setting a new point should automatically clear the previously selected point. This improves user experience by preventing conflicting distance calculations.
This is a professional web-based mapping application that allows users to visualize locations, find their current position, search for places, and calculate distances between points. The application provides both straight-line distance calculations and actual road distance routing with estimated travel times.
AI Summary: Debug and fix a bug in a web mapping application where clicking on the map to set Point A for navigation does not register. The issue is within the application's map interaction and point selection functionality for the navigation feature. The solution will likely involve inspecting the JavaScript code handling map clicks and point assignment, potentially addressing event listeners, coordinate handling, or marker placement.
This is a professional web-based mapping application that allows users to visualize locations, find their current position, search for places, and calculate distances between points. The application provides both straight-line distance calculations and actual road distance routing with estimated travel times.