Hi,
I am currently trying to use MapQuest route api to get pedestrian routes in the old city center of Strasbourg France. But the result seems to be the route if you're driving acar, therefore I can't use it...
To try it out and see what I'm talking about, go to https://developer.mapquest.com/documentation/samples/directions/v2/route/ and try these values in the form :
* from : 48.582980,7.747671
* to : 48.58013,7.747239
* route type : pedestrian
You will see that the routing completely ignores small routes, and won't even use one direction lanes in their opposite direction, it results in a long detour completely senseless if you're walking (ans I'm from Strasbourg, so I know exactly what I'm talking about in this case).
Is there something I'm missing ?
Best regards,
Vinny
I am not using a request, but directly the test page which I linked in my previous message.
I fill the form like this :
And here is the route I get as a result :
Apparently image insertions are notworking ??
The form image url : https://tof.cx/images/2018/05/11/fda26e04ccdeb0a92833a6aa6889c483.png
The resulting route image url : https://tof.cx/images/2018/05/11/cf6d485cb1c534a365b629f7787852a2.jpg
Ow... OK so this was just me being silly :(
I checked what you're saying and it works indeed fine as the JSON data is what I needed in the first place...
Thanks a lot mate !