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.

bootstrap5 leafletjs
2 Open Issues Need Help Last updated: Jul 13, 2025

Open Issues Need Help

View All on GitHub
Mapping and Navigation Location Visualization and Routing

AI 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.

Complexity: 2/5
enhancement good first issue

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.

JavaScript
#bootstrap5#leafletjs
Mapping and Navigation Location Visualization and Routing

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.

Complexity: 4/5
bug enhancement good first issue

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.

JavaScript
#bootstrap5#leafletjs