Open Source Routing Machine (OSRM) VS openstreetmap-tile-server

Compare Open Source Routing Machine (OSRM) vs openstreetmap-tile-server and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Open Source Routing Machine (OSRM) openstreetmap-tile-server
19 11
6,074 1,139
1.6% -
7.0 1.0
23 days ago 9 days ago
C++ Shell
BSD 2-clause "Simplified" License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Open Source Routing Machine (OSRM)

Posts with mentions or reviews of Open Source Routing Machine (OSRM). We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-14.
  • Easiest way to calculate distances between multiple locations?
    1 project | /r/excel | 15 May 2023
    then called the Open Streetmap api described here using Power query: https://github.com/Project-OSRM/osrm-backend/blob/master/docs/http.md
  • Can someone fix this tricky ferry route?
    1 project | /r/openstreetmap | 1 Jan 2023
  • Using R to Cluster Points by Road Networks
    4 projects | /r/Rlanguage | 14 Dec 2022
    OSRM: A super fast and easy to use routing engine that runs on OSM data. You only need to run 5 lines of code to (1) download a .pbf from Geofabrik, (2-5) download the OSRM docker image and pre-process the OSM data. There are also 3 profiles predefined that you can use: car, bike, foot (e.g. foot.lua). It basically hosts a local server. I find the easiest way is to combine it with the osrm R package. I have seen you also need to adjust for the elevation. I think I have seen some custom LUA profiles that also account for DTM derived elevation changes as an additional weight.
  • OpenStreepMap 2012 vs. 2022
    10 projects | news.ycombinator.com | 30 Sep 2022
  • Troubleshooting OSRM
    1 project | /r/docker | 27 Aug 2022
    I am trying (and failing) to setup an OSRM instance with docker compose. The issue I've encountered is with setting up osrm-backend. According to the Github and Docker Hub pages, the process is as follows:
  • What's everyone working on this week (29/2022)?
    12 projects | /r/rust | 18 Jul 2022
    I am creating Rust bindings to https://github.com/Project-OSRM/osrm-backend using autocxx. This allows for fast routing on openstreetmap data. They have a nodejs server, but I'm going to write a Rust one with these new bindings. I am finding that many of the config classes in C++ are't Plain-Old-Data structures, so are opaque structs, so I have to write getters and setters in C++.
  • Show HN: Self-Hosted Maps Stack
    11 projects | news.ycombinator.com | 27 May 2022
    > As a cyclist I’m almost always disappointed by google, apple, and Valhalla

    Have you tried the OSRM bike config? (The one you find in https://github.com/Project-OSRM/osrm-backend/blob/master/pro...)

  • loosing my mind
    1 project | /r/openstreetmap | 17 May 2022
    This is a 30 second exercise on OSRM, or any other service that provides directions.
  • There should be a “safe mode” on google maps.
    1 project | /r/TwoXChromosomes | 9 May 2022
    As for the rules for routing algorithms, OSMR's foot profile looks like good place to start. You could copy the file into something like for_women.lua and extend it with rules for e.g. street lighting and any other features of interest. Of course, it would be best to reach out to the other devs first.
  • Walking distance and triangle inequality
    1 project | /r/gis | 29 Apr 2022
    I'm trying to calculate walking distances using OSM and OSRM but this results in distance matrices that violate triangle inequality. This is a pretty bad issue for the spatial models I'm building. I was wondering whether there are alternatives to OSRM that guarantee that triangle inequality is respected. Mostly, I really don't care about the routing algorithm looking at red lights, whether streets are one or two way streets, private roads, etc. I just need the distance along pathways between points.

openstreetmap-tile-server

Posts with mentions or reviews of openstreetmap-tile-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-22.
  • Converting PNG tiles to .pbf for self hosting
    1 project | /r/gis | 11 Jun 2023
    Hi fellow redditors! I have a custom tilemap that I wanted to self host and I conveniently found a good premade Docker solution (https://github.com/Overv/openstreetmap-tile-server) that would allow me to achieve the task quite easily if not for a minor inconvenience: i need to provide the map as .osm.pbf rather than as an ZXY folder tree.
  • Self Hosting a Google Maps Alternative with OpenStreetMap
    17 projects | news.ycombinator.com | 22 Nov 2022
    Author here: the docker project for the tile server allows setting up automatic syncing fairly easily:

    https://github.com/Overv/openstreetmap-tile-server#enabling-...

    I'm not sure about Nominatim or Valhalla's ability to auto-sync the latest changes, at least with the dockerized version, but it may be possible.

  • Maps.earth – free and open-source web maps
    16 projects | news.ycombinator.com | 22 Aug 2022
    We're in the same boat using Mapbox, we've been debating leaving for the OpenStreetMaps container since we only use them for static images and map display. https://github.com/Overv/openstreetmap-tile-server

    Our bill last year was $80k and honestly its right on the cusp of being worth the effort to switch.

  • Is there any way to view the map as it was a year ago?
    1 project | /r/openstreetmap | 11 Jul 2022
    It's kinda difficult but I have had success running https://github.com/Overv/openstreetmap-tile-server and postgresql in docker to generate standard-style tiles from a planet (.pbf) file that you can download from geofabrik.
  • Show HN: Self-Hosted Maps Stack
    11 projects | news.ycombinator.com | 27 May 2022
    My friend Alexander created an easy docker file[1] for an OSM tile server. I use it for nearly two years without problems.

    [1] https://github.com/Overv/openstreetmap-tile-server

  • Applying styles on tail server
    2 projects | /r/openstreetmap | 24 May 2022
    I found this project on Github https://github.com/Overv/openstreetmap-tile-server .
  • Setting up OpenStreetMap tiler server
    1 project | /r/openstreetmap | 21 May 2022
  • Offline Map Tiles
    3 projects | /r/selfhosted | 3 Jul 2021
    Finally: https://github.com/Overv/openstreetmap-tile-server I haven't tried this one before, but it seems kind of cool, and seems to be what you're looking for?
  • [OC] Interactive Heatmap of Traffic Accidents Reported by the Missouri State Highway Patrol
    3 projects | /r/dataisbeautiful | 24 Jun 2021
    I don't need to serve the whole country, but it's nice to have a little more than just Missouri, so I was pleased to find Protomaps. There are several other extract repositories, but this was the only one I found that let me define and export a custom region. For the actual generation and rendering of the tiles, it seemed easiest to use this existing docker project.
  • [JOB] Help with custom styling of tile server (CartoCSS)
    1 project | /r/openstreetmap | 6 Mar 2021
    Hi, I'm struggling to use OSM self-hosted tile server for my project with custom style. I started to use Overv/openstreetmap-tile-server as a starting point to customize and create my own Dockerfile but I cannot set it up Positron (or something different dark/grayish as a starting point) as a renderer style. There are many styling standards, different file types, and no visual editor that can export the required file for CartoCSS, and to add them to Dockerfile.

What are some alternatives?

When comparing Open Source Routing Machine (OSRM) and openstreetmap-tile-server you can also consider the following projects:

openrouteservice - 🌍 The open source route planner api with plenty of features.

osm-bright-gl-style - OSM Bright GL Style using OpenMapTiles

valhalla - Open Source Routing Engine for OpenStreetMap

TileServer GL - Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.

OpenTripPlanner - An open source multi-modal trip planner

osmscout-server - Maps server providing tiles, geocoder, and router

Nominatim - Open Source search based on OpenStreetMap data

headway - Self-hostable maps stack, powered by OpenStreetMap.

vtm - OpenGL vector map library - running on Android, iOS, Desktop and browser.

OsmAnd - OsmAnd

Openstreetmap - The Rails application that powers OpenStreetMap