[openstreetmap-website] OSRM routing mode broken (#1129)

Martin Raifer notifications at github.com
Sun Jan 10 09:57:01 UTC 2016


OSRM routing mode currently doesn't produce routes for me.

The following request is sent, but produces a strage result:
 
````
$ curl "http://router.project-osrm.org/viaroute?z=14&output=json&instructions=true&loc=46.493665357623804%2C11.326904296875&loc=47.00086080525212%2C11.502685546875" --verbose
* Hostname was NOT found in DNS cache
*   Trying 141.3.85.1...
* Connected to router.project-osrm.org (141.3.85.1) port 80 (#0)
> GET /viaroute?z=14&output=json&instructions=true&loc=46.493665357623804%2C11.326904296875&loc=47.00086080525212%2C11.502685546875 HTTP/1.1
> User-Agent: curl/7.35.0
> Host: router.project-osrm.org
> Accept: */*
> 
	< HTTP/1.1 302 Found
* Server nginx/1.1.19 is not blacklisted
< Server: nginx/1.1.19
< Date: Sun, 10 Jan 2016 09:40:14 GMT
< Content-Type: text/html; charset=UTF-8
< Content-Length: 0
< Connection: keep-alive
< Location: http://magento-experimental.test.signifyd.com:80/
< 
* Connection #0 to host router.project-osrm.org left intact
````

The interface at [osrm.at](http://osrm.at) requests routes from `http://api-osrm-routed-production.tilestream.net/` instead of `http://router.project-osrm.org/`. Maybe the URL has to be updated on osm.org as well? On the other hand, the [documentation](https://github.com/Project-OSRM/osrm-backend/wiki/Api-usage-policy#server-name) on github still lists the now broken endpoint…

//cc @TheMarex

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/1129
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20160110/2712a826/attachment.html>


More information about the rails-dev mailing list