-
Notifications
You must be signed in to change notification settings - Fork 28
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
Multi point elevation request #19
Comments
Hi, our demo server is pretty over-run these days. If you want to test it, I would recommend to set up an instance on your own. See instructions here: https://github.com/racemap/elevation-service#usage-with-s3-hosted-data |
Thanks for a quick answer, I tried to run docker on rpi but it gives "standard_init_linux.go:211: exec user process caused "exec format error"" |
The problem is that the rpi has an ARM processor and we only provide Docker images for Intel cpus. You can build the image for yourself on the rpi: |
Ok, I made it work locally, thanks! |
Hi,
Does the multi point endpoint work? I tried and I get 502 bad gateway all the time.
The text was updated successfully, but these errors were encountered: