Leave end point open in the url params so that the user fills this himself on the openroute website?

If I use the following parameters in the the url, then it works fine, both start and end point will be set.

{“coordinates”:“4.4631786,51.9228934;4.47757,51.910674”,“options”:{“profile”:“foot-walking”,“preference”:“recommended”,“zoom”:18}}

But in some cases I only want to preset the start point, and the user has to fill in the end point himself on https://maps.openrouteservice.org/, but no matter what I try I can’t get it to work. I tried leaving the second set of coordinates empty, or just fill it with a space.

I suspect this is not possible, right? If it is, how would I make it work?

Hi @Tijmens,

currently you can only use the place mode of the new client like so:

The user can then either press the directions button in the sidebar (fills place as destination) or rightclick the map and use the place as destination or starting point.

If you want to see this as a feature, please open an issue in the repo

best regards