question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bundle osrm-components with node-osrm

See original GitHub issue

The 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?

cc @geohacker @srividyacb @oini

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
danpatcommented, Jan 12, 2017

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.

0reactions
daniel-j-hcommented, Jan 20, 2017

https://github.com/Project-OSRM/osrm-backend/pull/3570 just landed upstream unblocking us from bundling osrm-components with node-osrm in the 5.6 release. Let’s ship this!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found