[openstreetmap/openstreetmap-website] Add demo links for routing engine directions Fixes #6387 (PR #6693)
Areeb Siddiqui
notifications at github.com
Mon Jan 12 16:35:31 UTC 2026
@SykoDaedalus commented on this pull request.
> @@ -80,11 +80,20 @@
}
})
});
+ const demoQuery = new URLSearchParams({ profile: DEMO_PARAMS[modeId] });
I tried by using both modeId and costing. It was not working for all engines. Like if modeID worked for valhalla (car), it did not worked in osrm because it required 0,1,2 as vehicle id. If costing worked in osrm then it was causing issue in valhalla. auto in url params was not working.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6693#discussion_r2683037598
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6693/review/3651681125 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260112/ced872b9/attachment-0001.htm>
More information about the rails-dev
mailing list