osrm-backend icon indicating copy to clipboard operation
osrm-backend copied to clipboard

Incorrect Routing to Address – 4308 Eld Ln NW, Olympia, WA 98502

Open prizonmike444 opened this issue 5 months ago • 4 comments

Hello OSRM team,

I’ve identified a routing issue when navigating to my home address using OSRM.

Issue: When routing to 4308 Eld Ln NW, Olympia, WA 98502, OSRM currently sends users down Sunrise Beach Rd NW, which is not connected to Eld Ln NW. This results in incorrect and misleading navigation.

Correct Route Should Be:

Steamboat Island Rd NW
→ Gravelly Beach Loop NW
→ Keating Rd NW
→ Eld Ln NW
→ Follow Eld Ln NW to the end (destination)

What I’ve Checked:

All roads are properly mapped in OpenStreetMap.

The driveway and address nodes are tagged correctly (highway=service, service=driveway, entrance=main, etc.)

Routing on GraphHopper and OpenRouteService follows the correct path.

Example of incorrect OSRM route: http://map.project-osrm.org/?z=15&center=47.1221,-123.0713&loc=47.1254,-123.0542&loc=47.1182,-123.0849&hl=en&alt=0

Expected behavior: OSRM should avoid routing through Sunrise Beach Rd NW since it does not connect to the destination and instead use the valid entry via Keating Rd NW and Eld Ln NW.

Thank you for your attention to this!

prizonmike444 avatar May 06 '25 00:05 prizonmike444