I currently use an URL like this to send users to the map with the start / end point set already ( Openrouteservice Maps ).
This is not possible anymore with the latest version, correct? If it is possible, is there any documentation somewhere how to make it work.
Hey @Tijmens
Yes, it is possible in the new client. You just have to go to https://maps.openrouteservice.org/#/settings then in advanced
and then uncheck Compress URL segment after /data/
and save. Then you will be able to see the URL pattern. Hint: the maps app is able to use/load an uncompressed URL even if this is not defined in settings. The option just controls the display of the parameters in the URL for users’ inspection.
I see, that solved it. Thanks