StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Follow on

© 2025 StackShare. All rights reserved.

Product

  • Stacks
  • Tools
  • Feed

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
OSRM
ByOSRMOSRM

OSRM

#132in API Tools
Discussions1
Followers85
OverviewDiscussions1AdoptionAlternativesIntegrations
Try It

What is OSRM?

It is a C++ implementation of a high-performance routing engine for shortest paths in road networks

OSRM is a tool in the API Tools category of a tech stack.

Key Features

Flexible import of OpenStreetMap dataHandles continental sized networks within millisecondsSupports car, bicycle, walk modeseasily customized through profiles

OSRM Pros & Cons

Pros of OSRM

No pros listed yet.

Cons of OSRM

No cons listed yet.

OSRM Alternatives & Comparisons

What are some alternatives to OSRM?

Google Maps

Google Maps

Create rich applications and stunning visualisations of your data, leveraging the comprehensiveness, accuracy, and usability of Google Maps and a modern web platform that scales as you grow.

Leaflet

Leaflet

Leaflet is an open source JavaScript library for mobile-friendly interactive maps. It is developed by Vladimir Agafonkin of MapBox with a team of dedicated contributors. Weighing just about 30 KB of gzipped JS code, it has all the features most developers ever need for online maps.

Mapbox

Mapbox

We make it possible to pin travel spots on Pinterest, find restaurants on Foursquare, and visualize data on GitHub.

OpenLayers

OpenLayers

An opensource javascript library to load, display and render maps from multiple sources on web pages.

Here Maps

Here Maps

The Open Location Platform company, enables people, businesses and cities to harness the power of location

OpenStreetMap

OpenStreetMap

OpenStreetMap is built by a community of mappers that contribute and maintain data about roads, trails, cafés, railway stations, and much more, all over the world.

Try It

Visit Website

Adoption

On StackShare

OSRM Discussions

Discover why developers choose OSRM. Read real-world technical decisions and stack choices from the StackShare community.

Stephen Gheysens
Stephen Gheysens

Lead Solutions Engineer

Oct 13, 2022

Needs adviceonArcGISArcGISMapboxMapboxNeo4jNeo4j

Google Maps lets "property owners and their authorized representatives" upload indoor maps, but this appears to lack navigation ("wayfinding").

MappedIn is a platform and has SDKs for building indoor mapping experiences (https://www.mappedin.com/) and ESRI ArcGIS also offers some indoor mapping tools (https://www.esri.com/en-us/arcgis/indoor-gis/overview). Finally, there used to be a company called LocusLabs that is now a part of Atrius and they were often integrated into airlines' apps to provide airport maps with wayfinding (https://atrius.com/solutions/personal-experiences/personal-wayfinder/).

I previously worked at Mapbox and while I believe that it's a great platform for building map-based experiences, they don't have any simple solutions for indoor wayfinding. If I were doing this for fun as a side-project and prioritized saving money over saving time, here is what I would do:

  • Create a graph-based dataset representing the walking paths around your university, where nodes/vertexes represent the intersections of paths, and edges represent paths (literally paths outside, hallways, short path segments that represent entering rooms). You could store this in a hosted graph-based database like Neo4j, Amazon Neptune , or Azure Cosmos DB (with its Gremlin API) and use built-in "shortest path" queries, or deploy a PostgreSQL service with pgRouting.

  • Add two properties to each edge: one property for the distance between its nodes (libraries like @turf/helpers will have a distance function if you have the latitude & longitude of each node), and another property estimating the walking time (based on the distance). Once you have these values saved in a graph-based format, you should be able to easily query and find the data representation of paths between two points.

  • At this point, you'd have the routing problem solved and it would come down to building a UI. Mapbox arguably leads the industry in developer tools for custom map experiences. You could convert your nodes/edges to GeoJSON, then either upload to Mapbox and create a Tileset to visualize the paths, or add the GeoJSON to the map on the fly.

*You might be able to use open source routing tools like OSRM (https://github.com/Project-OSRM/osrm-backend/issues/6257) or Graphhopper (instead of a custom graph database implementation), but it would likely be more involved to maintain these services.

0 views0
Comments

OSRM Integrations

C++, GitHub, JavaScript are some of the popular tools that integrate with OSRM. Here's a list of all 3 tools that integrate with OSRM.

C++
C++
GitHub
GitHub
JavaScript
JavaScript
Companies
2
PF
Developers
33
SCSSTC+27