-
Notifications
You must be signed in to change notification settings - Fork 145
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
OSRM 4.x API is deprecated and will stop working soon #830
Comments
Thank you for noting this. I already received similar feedback from a user of my system. Looks like I will have to support both versions of the API because I already have some installations with previous versions, which don't have restrictions on 100 points per request. BTW, is this restriction still exists for the new version of the API? |
@vitalidze Yes, there is still a default limit, but it can be changed when you launch your own server. Our demo server at |
I see, this limit is understandable. From my previous look the only way to change it was to update some constant inside source code and then rebuild whole project. Is something changed since then? Thank you very much for spending time answering me and posting information. It's really appreciated. |
Yes, it's a runtime configuration option for
Set any of those |
Thank you. That's great. Hope I will find some time to implement your new API. |
…d new setting - 'MatchServiceType'
@danpat I have started implementing new version of the API. I have couple of questions:
|
…ervices, added implementation fo OSRMv4
…ction to the URL length (~50 positions)
…ction to the URL length (~50 positions)
hello Is there a working URL for OSRM now to put into traccar web ui ? the dault one : says
|
@jolypas You can set up your own instance of project-osrm server with API version 4. |
Great news!
Thanks a lot for all efforts and the quality of the job
Le 17 déc. 2016 12:15, à 12:15, Vitaly Litvak <[email protected]> a écrit:
…Implemented support for v5 API, written
[news](http://traccar.litvak.su/2016/12/17/Bugfix-Release.html),
updated [latest](http://traccar.litvak.su/installation.html) and
[demo](http://traccar.litvak.su/demo.html) versions.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#830 (comment)
|
It looks like your code is referring to the OSRM demo server:
traccar-web/src/main/java/org/traccar/web/shared/model/ApplicationSettings.java
Line 16 in 2b7ffd8
Please note that this API endpoint will disappear in the near future (within weeks or sooner). This deprecation was announced on the OSRM mailing list more than 6 months ago.
Please see the API documentation at https://github.com/Project-OSRM/osrm-backend/blob/master/docs/http.md#service-match for details on how to use the OSRM 5.x API instead.
The text was updated successfully, but these errors were encountered: