Until last friday I use to get json files with this line:
http://router.project-osrm.org/viaroute? points &jsonp=?
And it worked fine but from that day, it doesn't work. My webpage doesn't give any error or fault but nothing is done.
If I use my own OSRM server it still works fine with that line (changing http://router.project-osrm.org by my server), so I wonder if anything changed or something like that.
I would want to have both possibilities to make my route (my server and osrm webpage). Do I need to write other sentence to get route from osrm server? I didn't find anything new on api.
Until last friday I use to get json files with this line:
http://router.project-osrm.org/viaroute? points &jsonp=?
And it worked fine but from that day, it doesn't work. My webpage doesn't give any error or fault but nothing is done.
If I use my own OSRM server it still works fine with that line (changing http://router.project-osrm.org by my server), so I wonder if anything changed or something like that.
I would want to have both possibilities to make my route (my server and osrm webpage). Do I need to write other sentence to get route from osrm server? I didn't find anything new on api.