Per Liedman
Per Liedman
Haven't seen this before, but you might want to check what `os.tmpdir()` returns on your system Which OS and node version are you using?
Yeah, leaving this open, that error message is hardly helpful in this case!
That's a neat feature. However, I think it's sort of a special use case, and my guess is that it wouldn't work very well for large road networks (at least...
You could perhaps get some inspiration from the bike planner project I made with LRM as base: https://trafiken.nu/goteborg/cykelreseplanerare/. When you place a waypoint in the central parts of the city,...
@mapninja for the actual path finding without backend, you might want to look at [GeoJSON Path Finder](https://github.com/perliedman/geojson-path-finder). As for snapping, I haven't done anything with it, although I suspect it...
Sorry, I do not know of a public, open data source that delivers data through web sockets, and also the web socket logic itself is a bit outside the scope...
Closing this for now. Adding `MultiLineString` support is probably not too hard, but not something a lot of people seem to ask for. If anyone is interested in adding this,...
Hi again, I have added a test case for a similar problem (that was indeed fixed by #70). I'm going to close this now, feel free to open a new...
Thanks for this info, guys, and sorry I did not get to this sooner. As part of the 2.0 update, I added a test for the test case provided above...
Version 2.0.0 uses ESM in the source and should hopefully be possible to use directly from the client side.