Bundle osrm-components with node-osrm
See original GitHub issueThe use case came up to quickly iterate on components and a modified profile making use of the shapefile generated by osrm-components
. At the moment we do not bundle osrm-components
mainly because it is an internal tool, we run it on the demo server anyway, and there is the debug map rendering components in real-time.
Can we bundle osrm-components
easily with this package for npm?
What I can see on the osrm side is components not being supported by the mason build? Is this because of libgdal? @springmeyer any insights here - what’s your take on this ticket?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
OSRM API Documentation
OSRM - this is the main Routing Machine type with functions such as Route and Table . You initialize it with a EngineConfig...
Read more >osrm/osrm-backend - Docker Image - Docker Hub
The Node.js bindings provide read-only access to the routing engine. We provide API documentation and examples here. You will need a modern libstdc++ ......
Read more >How OSRM is handling from (way) via (node ... - Stack Overflow
Can someone explain me, how OSRM handle from (way) via (node) to (way) ? I understand how edge expanded graph is build, and...
Read more >osrm (7) - high performance routing engine - Linux Man Pages
Setting up OSRM requires first preprocessing OpenStreetMap (OSM) data in to a format which can be used for routing. The speed profile (profile.lua)...
Read more >Open Source Routing Engines And Algorithms - An Overview
Infrastructure: There's a good collection of related open-source projects around OSRM: the frontend, its Node bindings and C++ library, and ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Another alternative:
http://shapelib.maptools.org/
I’ve used this, it works. The shapefile format is significantly smaller than a GeoJSON output would be. For our use case, we would only need a very simple wrapper.
https://github.com/Project-OSRM/osrm-backend/pull/3570 just landed upstream unblocking us from bundling
osrm-components
withnode-osrm
in the 5.6 release. Let’s ship this!