Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo server seems to know only one point #3186

Closed
zavan opened this issue Oct 27, 2016 · 2 comments
Closed

Demo server seems to know only one point #3186

zavan opened this issue Oct 27, 2016 · 2 comments

Comments

@zavan
Copy link

zavan commented Oct 27, 2016

Not sure if this is the place to report this, or if you guys are already aware of this, but...
Request any route from the demo server and all you get is "-114.130633,34.278818" everywhere:

Request:
http://router.project-osrm.org/route/v1/driving/-0.063184,51.5588;-0.059996,51.558295;-0.05888,51.558443;-0.054706,51.555599;-0.054441,51.555294;-0.054133,51.554281;-0.053719,51.553915;-0.053132,51.552929?steps=true&alternatives=false&continue_straight=false

Response:

{
  "code":"Ok",
  "routes":[
    {
      "legs":[
        {
          "steps":[
            {
              "intersections":[
                {
                  "out":0,
                  "entry":[
                    true
                  ],
                  "bearings":[
                    0
                  ],
                  "location":[
                    -114.130633,
                    34.278818
                  ]
                }
              ],
              "geometry":"safpElcrwT??",
              "mode":"driving",
              "duration":0,
              "maneuver":{
                "bearing_after":0,
                "location":[
                  -114.130633,
                  34.278818
                ],
                "bearing_before":0,
                "type":"depart"
              },
              "ref":"AZ 95",
              "distance":0,
              "name":""
            },
            {
              "intersections":[
                {
                  "in":0,
                  "entry":[
                    true
                  ],
                  "bearings":[
                    180
                  ],
                  "location":[
                    -114.130633,
                    34.278818
                  ]
                }
              ],
              "geometry":"safpElcrwT",
              "mode":"driving",
              "duration":0,
              "maneuver":{
                "bearing_after":0,
                "location":[
                  -114.130633,
                  34.278818
                ],
                "bearing_before":0,
                "type":"arrive"
              },
              "ref":"AZ 95",
              "distance":0,
              "name":""
            }
          ],
          "summary":"AZ 95",
          "duration":0,
          "distance":0
        },
        {
          "steps":[
            {
              "intersections":[
                {
                  "out":0,
                  "entry":[
                    true
                  ],
                  "bearings":[
                    0
                  ],
                  "location":[
                    -114.130633,
                    34.278818
                  ]
                }
              ],
              "geometry":"safpElcrwT??",
              "mode":"driving",
              "duration":0,
              "maneuver":{
                "bearing_after":0,
                "location":[
                  -114.130633,
                  34.278818
                ],
                "bearing_before":0,
                "type":"depart"
              },
              "ref":"AZ 95",
              "distance":0,
              "name":""
            },
            {
              "intersections":[
                {
                  "in":0,
                  "entry":[
                    true
                  ],
                  "bearings":[
                    180
                  ],
                  "location":[
                    -114.130633,
                    34.278818
                  ]
                }
              ],
              "geometry":"safpElcrwT",
              "mode":"driving",
              "duration":0,
              "maneuver":{
                "bearing_after":0,
                "location":[
                  -114.130633,
                  34.278818
                ],
                "bearing_before":0,
                "type":"arrive"
              },
              "ref":"AZ 95",
              "distance":0,
              "name":""
            }
          ],
          "summary":"AZ 95",
          "duration":0,
          "distance":0
        },
        {
          "steps":[
            {
              "intersections":[
                {
                  "out":0,
                  "entry":[
                    true
                  ],
                  "bearings":[
                    0
                  ],
                  "location":[
                    -114.130633,
                    34.278818
                  ]
                }
              ],
              "geometry":"safpElcrwT??",
              "mode":"driving",
              "duration":0,
              "maneuver":{
                "bearing_after":0,
                "location":[
                  -114.130633,
                  34.278818
                ],
                "bearing_before":0,
                "type":"depart"
              },
              "ref":"AZ 95",
              "distance":0,
              "name":""
            },
            {
              "intersections":[
                {
                  "in":0,
                  "entry":[
                    true
                  ],
                  "bearings":[
                    180
                  ],
                  "location":[
                    -114.130633,
                    34.278818
                  ]
                }
              ],
              "geometry":"safpElcrwT",
              "mode":"driving",
              "duration":0,
              "maneuver":{
                "bearing_after":0,
                "location":[
                  -114.130633,
                  34.278818
                ],
                "bearing_before":0,
                "type":"arrive"
              },
              "ref":"AZ 95",
              "distance":0,
              "name":""
            }
          ],
          "summary":"AZ 95",
          "duration":0,
          "distance":0
        },
        {
          "steps":[
            {
              "intersections":[
                {
                  "out":0,
                  "entry":[
                    true
                  ],
                  "bearings":[
                    0
                  ],
                  "location":[
                    -114.130633,
                    34.278818
                  ]
                }
              ],
              "geometry":"safpElcrwT??",
              "mode":"driving",
              "duration":0,
              "maneuver":{
                "bearing_after":0,
                "location":[
                  -114.130633,
                  34.278818
                ],
                "bearing_before":0,
                "type":"depart"
              },
              "ref":"AZ 95",
              "distance":0,
              "name":""
            },
            {
              "intersections":[
                {
                  "in":0,
                  "entry":[
                    true
                  ],
                  "bearings":[
                    180
                  ],
                  "location":[
                    -114.130633,
                    34.278818
                  ]
                }
              ],
              "geometry":"safpElcrwT",
              "mode":"driving",
              "duration":0,
              "maneuver":{
                "bearing_after":0,
                "location":[
                  -114.130633,
                  34.278818
                ],
                "bearing_before":0,
                "type":"arrive"
              },
              "ref":"AZ 95",
              "distance":0,
              "name":""
            }
          ],
          "summary":"AZ 95",
          "duration":0,
          "distance":0
        },
        {
          "steps":[
            {
              "intersections":[
                {
                  "out":0,
                  "entry":[
                    true
                  ],
                  "bearings":[
                    0
                  ],
                  "location":[
                    -114.130633,
                    34.278818
                  ]
                }
              ],
              "geometry":"safpElcrwT??",
              "mode":"driving",
              "duration":0,
              "maneuver":{
                "bearing_after":0,
                "location":[
                  -114.130633,
                  34.278818
                ],
                "bearing_before":0,
                "type":"depart"
              },
              "ref":"AZ 95",
              "distance":0,
              "name":""
            },
            {
              "intersections":[
                {
                  "in":0,
                  "entry":[
                    true
                  ],
                  "bearings":[
                    180
                  ],
                  "location":[
                    -114.130633,
                    34.278818
                  ]
                }
              ],
              "geometry":"safpElcrwT",
              "mode":"driving",
              "duration":0,
              "maneuver":{
                "bearing_after":0,
                "location":[
                  -114.130633,
                  34.278818
                ],
                "bearing_before":0,
                "type":"arrive"
              },
              "ref":"AZ 95",
              "distance":0,
              "name":""
            }
          ],
          "summary":"AZ 95",
          "duration":0,
          "distance":0
        },
        {
          "steps":[
            {
              "intersections":[
                {
                  "out":0,
                  "entry":[
                    true
                  ],
                  "bearings":[
                    0
                  ],
                  "location":[
                    -114.130633,
                    34.278818
                  ]
                }
              ],
              "geometry":"safpElcrwT??",
              "mode":"driving",
              "duration":0,
              "maneuver":{
                "bearing_after":0,
                "location":[
                  -114.130633,
                  34.278818
                ],
                "bearing_before":0,
                "type":"depart"
              },
              "ref":"AZ 95",
              "distance":0,
              "name":""
            },
            {
              "intersections":[
                {
                  "in":0,
                  "entry":[
                    true
                  ],
                  "bearings":[
                    180
                  ],
                  "location":[
                    -114.130633,
                    34.278818
                  ]
                }
              ],
              "geometry":"safpElcrwT",
              "mode":"driving",
              "duration":0,
              "maneuver":{
                "bearing_after":0,
                "location":[
                  -114.130633,
                  34.278818
                ],
                "bearing_before":0,
                "type":"arrive"
              },
              "ref":"AZ 95",
              "distance":0,
              "name":""
            }
          ],
          "summary":"AZ 95",
          "duration":0,
          "distance":0
        },
        {
          "steps":[
            {
              "intersections":[
                {
                  "out":0,
                  "entry":[
                    true
                  ],
                  "bearings":[
                    0
                  ],
                  "location":[
                    -114.130633,
                    34.278818
                  ]
                }
              ],
              "geometry":"safpElcrwT??",
              "mode":"driving",
              "duration":0,
              "maneuver":{
                "bearing_after":0,
                "location":[
                  -114.130633,
                  34.278818
                ],
                "bearing_before":0,
                "type":"depart"
              },
              "ref":"AZ 95",
              "distance":0,
              "name":""
            },
            {
              "intersections":[
                {
                  "in":0,
                  "entry":[
                    true
                  ],
                  "bearings":[
                    180
                  ],
                  "location":[
                    -114.130633,
                    34.278818
                  ]
                }
              ],
              "geometry":"safpElcrwT",
              "mode":"driving",
              "duration":0,
              "maneuver":{
                "bearing_after":0,
                "location":[
                  -114.130633,
                  34.278818
                ],
                "bearing_before":0,
                "type":"arrive"
              },
              "ref":"AZ 95",
              "distance":0,
              "name":""
            }
          ],
          "summary":"AZ 95",
          "duration":0,
          "distance":0
        }
      ],
      "geometry":"safpElcrwT????????????",
      "duration":0,
      "distance":0
    }
  ],
  "waypoints":[
    {
      "hint":"qmQqgBBnKoC4cgwAAAAAACcAAAAbAAAAjgAAAO5SGADJHACAN4Ey-aINCwIwCf__kLkSAwEAAQHRpPV2",
      "name":"",
      "location":[
        -114.130633,
        34.278818
      ]
    },
    {
      "hint":"qmQqgBBnKoC4cgwAAAAAACcAAAAbAAAAjgAAAO5SGADJHACAN4Ey-aINCwKkFf__l7cSAwEAAQHRpPV2",
      "name":"",
      "location":[
        -114.130633,
        34.278818
      ]
    },
    {
      "hint":"qmQqgBBnKoC4cgwAAAAAACcAAAAbAAAAjgAAAO5SGADJHACAN4Ey-aINCwIAGv__K7gSAwEAAQHRpPV2",
      "name":"",
      "location":[
        -114.130633,
        34.278818
      ]
    },
    {
      "hint":"qmQqgBBnKoC4cgwAAAAAACcAAAAbAAAAjgAAAO5SGADJHACAN4Ey-aINCwJOKv__D60SAwEAAQHRpPV2",
      "name":"",
      "location":[
        -114.130633,
        34.278818
      ]
    },
    {
      "hint":"qmQqgBBnKoC4cgwAAAAAACcAAAAbAAAAjgAAAO5SGADJHACAN4Ey-aINCwJXK___3qsSAwEAAQHRpPV2",
      "name":"",
      "location":[
        -114.130633,
        34.278818
      ]
    },
    {
      "hint":"qmQqgBBnKoC4cgwAAAAAACcAAAAbAAAAjgAAAO5SGADJHACAN4Ey-aINCwKLLP__6acSAwEAAQHRpPV2",
      "name":"",
      "location":[
        -114.130633,
        34.278818
      ]
    },
    {
      "hint":"qmQqgBBnKoC4cgwAAAAAACcAAAAbAAAAjgAAAO5SGADJHACAN4Ey-aINCwIpLv__e6YSAwEAAQHRpPV2",
      "name":"",
      "location":[
        -114.130633,
        34.278818
      ]
    },
    {
      "hint":"qmQqgBBnKoC4cgwAAAAAACcAAAAbAAAAjgAAAO5SGADJHACAN4Ey-aINCwJ0MP__oaISAwEAAQHRpPV2",
      "name":"",
      "location":[
        -114.130633,
        34.278818
      ]
    }
  ]
}
@danpat
Copy link
Member

danpat commented Oct 27, 2016

The demo server is currently re-processing the planet file, and while we wait, it's serving up routing for California only. Route requests elsewhere will snap to the closest road on the California road network.

Apologies for the downtime, the demo server is always running the latest master code, and it often uncovers some weird scenarios once we throw the whole OSM planet at it that cause crashes.

@zavan
Copy link
Author

zavan commented Oct 27, 2016

@danpat Okay. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants