summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeorouteparserosrmv5.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Increase lat/lon precision in OSRMv5::requestUrlPaolo Angelelli2018-01-091-1/+1
| | | | | Change-Id: I1ca0565640c639419796cf32d8cefea99bd21a88 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* OsrmV5: Point translators to github project with translationsFriedemann Kleint2017-02-151-0/+1
| | | | | | | Add a Linguist comment containing the URL. Change-Id: Ied8e23b0fd7e645d4c6b1a1fa2f0d0d7de4530f8 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* QGeoRouteParserOsrmV5: Split messagesFriedemann Kleint2017-02-131-5/+3
| | | | | | | | | Split message into distinct messages depending on argument as adding up the message may not grammatically work in all languages. Change-Id: I0c173461968834e5a42714838294596988965dc1 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
* Fix stringsJarek Kobus2017-01-091-4/+4
| | | | | | Change-Id: I3148a5379561eb9d741fadfc6e6f6976a117d1c5 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Add OSRMv5 support in osm pluginPaolo Angelelli2016-10-061-0/+979
This patch adds support for the OSRMv5 protocol (the only one currently available on the OSRM demo server router.project.osrm.org). Support for the old v4 protocol is retained, in case of users who supply their own osm.routing.host parameter pointing at a self hosted OSRMv4 server. The support for OSRMv4 and v5 has been moved away from the osm plugin and into the location module because this should be used in the mapbox plugin in a subsequent patch (the routing support in the mapbox plugin currently uses the text direction coming from the server, which does not support i18n) Task-number: QTBUG-56119 Change-Id: Id30fd536c7fd434011795f643221f55becfc9e18 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>