-
Notifications
You must be signed in to change notification settings - Fork 15
Example fails with error #53
Comments
I also have this error |
@joshjconlin I ended up running route-annotator in docker. See my commits 2625763 and 94bf391 and adjust for your osm file name. |
@grischard thanks for the response. I tried your dockerfile but I still have the same issue. Dockerfile
|
Can you get the example server to work, then call that with your coordinates over http? |
I have the same issue. Built from the git clone with npm install --unsafe-perm as in that docker file, don't observe any errors during the build, all tests pass, but when calling the example server with a set of coordinates, I get
|
You have to pass const taglookup = new (require('@mapbox/route-annotator')).Annotator({ coordinates: true }); I also had to |
Ok, that gets me one error further:
|
Had the same problem and opened a new issue: #62 |
That's right, finally got it working now. Thanks! |
On a Debian 9 VM, using https://github.com/mapbox/route-annotator/archive/0.2.4.tar.gz and geofabrik's ‘monaco-latest.osm.pbf’, running
curl "http://localhost:5000/coordlist/7.422155,43.7368838;7.4230139,43.7369751"
prints "Bad Request". An error is produced on the server side.The text was updated successfully, but these errors were encountered: