Re: [OSRM-talk] Upgrade OSRM from v4.8.1

2016-08-12 Thread sergi_jini
lling code. See https://github.com/Project-OSRM/osrm-backend/ > blob/master/docs/http.md. > > > On Thu, Aug 11, 2016 at 1:03 AM, sergi_jini <s.jishkari...@gmail.com> > wrote: > >> Hi, >> >> I am going to upgrade OSRM back-end. Could you advise which is the

[OSRM-talk] Upgrade OSRM from v4.8.1

2016-08-11 Thread sergi_jini
Hi, I am going to upgrade OSRM back-end. Could you advise which is the preferred and most latest stable version? Many thanks, Sergi ___ OSRM-talk mailing list OSRM-talk@openstreetmap.org https://lists.openstreetmap.org/listinfo/osrm-talk

Re: [OSRM-talk] OSRM map update

2016-06-14 Thread sergi_jini
; 2) Get a new OSM file > 3) Process it > 4) Update your client code to use the new OSRM HTTP API > > daniel > > On Jun 13, 2016, at 11:09 AM, sergi_jini <s.jishkari...@gmail.com> wrote: > > Thanks for the hints Daniel, > > Map update is clear. > A

Re: [OSRM-talk] OSRM map update

2016-06-13 Thread sergi_jini
//github.com/Project-OSRM/osrm-backend/wiki/Running-OSRM > > Your release is a couple of years old (!), please upgrade to 5.1.0 or try > a 5.2.0 RC: > https://github.com/Project-OSRM/osrm-backend/releases > > Cheers, > Daniel > > On Mon, Jun 13, 2016 at 11:30 AM, sergi

[OSRM-talk] OSRM map update

2016-06-13 Thread sergi_jini
Hi, I have OSRM backend-0.3.7 running on Centos. Can someone advise how I can update the map for it? My assumption, I should run osrm-prepare and extract on new [some_map].pbf file? Are there any particular steps I should consider? Many thanks in advance. Sergi

Re: [OSRM-talk] OSRM - cannot read JSON responce

2015-12-28 Thread sergi_jini
it by adding the > following to the relevant apache .conf file: > > Header set Access-Control-Allow-Origin "*" > > See for example http://enable-cors.org/server_apache.html > > Hope that helps, > Julien > > Le 28/12/2015 08:16, sergi_jini a écrit : > >>

[OSRM-talk] OSRM - cannot read JSON responce

2015-12-27 Thread sergi_jini
Dears, Firstly, thanks to all contributors of OSM! I have setup OSRM engine on CentOS VM ( https://github.com/Project-OSRM/osrm-backend/wiki) and if I query it via browser directly it is working fine, returning route.json file. My problem is that I can't get it working via Javascript. Getting