Re: [OSRM-talk] osrm-isochrone, how to install

2017-03-09 Thread KRZ
Thank you.
It works!

The osrm-backend now answers to isochrones-requests.

Maybe the html-header should be set to a better filename and filetype.
The results of route-requests to the backend I can see direct in the 
browser-window, but not iso-requests.

Frank


Von: Daniel Hofmann [mailto:hofm...@mapbox.com]
Gesendet: Donnerstag, 9. März 2017 10:49
An: Mailing list to discuss Project OSRM
Betreff: Re: [OSRM-talk] osrm-isochrone, how to install

git clone https://github.com/Project-OSRM/osrm-backend.git
cd osrm-backend
git checkout ch_isochrone_poc
mkdir build && cd build
cmake ..
cmake --build .

On Thu, Mar 9, 2017 at 10:41 AM, Jäger, Frank (KRZ) 
mailto:f.jae...@krz.de>> wrote:
Hallo,
that would be perfect, if the running routing-service could do this 
isochrones-job too.
But I have no experience with git-repos.
I get some conflicts when I try to merge the pull-request in the master-branch.
…
Please, can you give me the magic words to get an compilable code-version with 
isochrone-service.
Frank




smime.p7s
Description: S/MIME cryptographic signature
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


Re: [OSRM-talk] osrm-isochrone, how to install

2017-03-09 Thread Daniel Hofmann
git clone https://github.com/Project-OSRM/osrm-backend.git
cd osrm-backend
git checkout ch_isochrone_poc

mkdir build && cd build
cmake ..
cmake --build .

On Thu, Mar 9, 2017 at 10:41 AM, Jäger, Frank (KRZ)  wrote:

> Hallo,
>
> that would be perfect, if the running routing-service could do this
> isochrones-job too.
>
>
>
> But I have no experience with git-repos.
>
> I get some conflicts when I try to merge the pull-request in the
> master-branch.
>
>
>
>   git clone https://github.com/Project-OSRM/osrm-backend.git
>
>   git fetch origin pull/3652/head:ISOCHRONE
>
>   git merge FETCH_HEAD
>
>
>
> Please, can you give me the magic words to get an compilable code-version
> with isochrone-service.
>
>
>
>
>
> Frank
>
>
>
>
>
> *Von:* Daniel Hofmann [mailto:hofm...@mapbox.com]
> *Gesendet:* Mittwoch, 8. März 2017 17:18
> *An:* Mailing list to discuss Project OSRM
> *Betreff:* Re: [OSRM-talk] osrm-isochrone, how to install
>
>
>
> …
>
> There is also a experimental isochrone feature integrated into osrm, check
> this branch
> - https://github.com/Project-OSRM/osrm-backend/pull/3652
>
>
>
>
>
> ___
> OSRM-talk mailing list
> OSRM-talk@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/osrm-talk
>
>
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


Re: [OSRM-talk] osrm-isochrone, how to install

2017-03-09 Thread KRZ
Hallo,
that would be perfect, if the running routing-service could do this 
isochrones-job too.

But I have no experience with git-repos.
I get some conflicts when I try to merge the pull-request in the master-branch.

  git clone https://github.com/Project-OSRM/osrm-backend.git
  git fetch origin pull/3652/head:ISOCHRONE
  git merge FETCH_HEAD

Please, can you give me the magic words to get an compilable code-version with 
isochrone-service.


Frank


Von: Daniel Hofmann [mailto:hofm...@mapbox.com]
Gesendet: Mittwoch, 8. März 2017 17:18
An: Mailing list to discuss Project OSRM
Betreff: Re: [OSRM-talk] osrm-isochrone, how to install

…
There is also a experimental isochrone feature integrated into osrm, check this 
branch
- https://github.com/Project-OSRM/osrm-backend/pull/3652




smime.p7s
Description: S/MIME cryptographic signature
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


Re: [OSRM-talk] osrm-isochrone, how to install

2017-03-08 Thread Daniel Hofmann
There is no Project-OSRM/osrm-isochrone repo. - maybe you want
- https://www.npmjs.com/package/osrm-isochrone
- https://github.com/mapbox/osrm-isochrone

There is also a experimental isochrone feature integrated into osrm, check
this branch
- https://github.com/Project-OSRM/osrm-backend/pull/3652

On Wed, Mar 8, 2017 at 4:02 PM, Jäger, Frank (KRZ)  wrote:

> Hi,
> my third question for today is about "osrm-isochrone".
>
> Is this project still alive?
>
> $ npm install osrm-isochrone
> Gets an ERR: stack Error: 403 status code downloading tarball
>
> $ git clone https://github.com/Project-OSRM/osrm-isochrone.git
> Needs user an password.
>
>
> Frank
>
>
> ___
> OSRM-talk mailing list
> OSRM-talk@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/osrm-talk
>
>
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] osrm-isochrone, how to install

2017-03-08 Thread KRZ
Hi,
my third question for today is about "osrm-isochrone".

Is this project still alive?

$ npm install osrm-isochrone
Gets an ERR: stack Error: 403 status code downloading tarball

$ git clone https://github.com/Project-OSRM/osrm-isochrone.git
Needs user an password.


Frank



smime.p7s
Description: S/MIME cryptographic signature
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk