Martin

Results 41 comments of Martin

See above - either "nvm use 8.0" or "nvm use 10.0" in those examples. I'm not sure off-hand what I was using in the first example.

Just to confirm that things work fine on my set up if I downgrade to OSRM 5.17.2 (under Node 8) and use the Galton 5.17.2 release. I'll have another go...

On an Ubuntu 20.04 LTS install, the only combination I can get this to install remains the following, not as root: ``` # Install nvm curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash...

Can anyone suggest a workaround for this?

We can reproduce the above reports by @tomhughes and @zakjan in our own integrations.

Yes, I agree that a general-purpose 'mechanics' package like `osmextract` is probably best not concerned with domain-specific functionality, which is best in a separate package, since that is a higher-level...

Well, that is one view, yes.

To answer my own question 3, the code has: `serviceUrl: leafletOptions.services[0].path` which seems to show that only the first is ever used, if there is more than one.

@TheMarex, @morganherlocker @daniel-j-h Is there any chance that this and the other pull requests might be reviewed, so that those of us trying to get this working would be able...

I run into a `Fingerprint mismatch ` error too - sounds like the same problem. I'm running OSRM v5.4.0 as a separate instance, and specifying `network` to point to my...