Route explorer + live turn-by-turn for the daily ride between Whispering Palms, Gorai and Synergy Court, Malad West.
Live: https://eeman1113.github.io/ghar/
- Plots 4 real routes between the two coords using OpenStreetMap data (via the OSRM public API):
- SV Road via MG Road — main arterial, wider road
- Charkop inner lanes — quieter residential path
- Inner Malad (Fr. Justin D'Souza) — narrow lanes
- Pure Link Road — shortest but heaviest traffic
- Solid = forward (Gorai → Malad W), dashed = return.
- Dark greyscale basemap (CartoDB Dark Matter).
- Live guidance: uses the browser's Geolocation API to track your position, project it onto the selected route, and show the next maneuver + distance to it. Works on mobile — auto-picks forward vs return depending on where you are.
Just open index.html in a browser. All data is inline; no build step. Geolocation requires HTTPS (which GitHub Pages provides).
- Leaflet 1.9
- CartoDB Dark Matter tiles
- OSRM public routing API (queried once, snapshotted into the page)