I'm trying to edit the motorway speed to the user's preferences and return a route as a result of this change. I would have an input field labeled 'motorway' on the webpage's form and when submitting, this value would change the speed of all the motorways.
I have see the answer here: Does GraphHopper support dynamic edge weights? , however I would like to know how to edit all edges and through which java file.
The plan is to have user preferences for road speeds (for busy times), regularity of turnings and traffic lights. Any point in the right direction would be appreciated