Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-50240

OSM routing broken

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.6.0 RC
    • 5.5.0
    • Location
    • None

    Description

      project-osrm changed successful status code from 0 to 200, which broke OSM routing feature

      solution:
      change line 350 in qgeoroutereplyosm.cpp
      from
      if (0 != status) {
      to
      if (0 != status && 200 != status) {

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ablasche Alex Blasche
            vladest Vlad Stelmahovsky
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes