Elektrine lite

โ† Feed

Project OSRM

osrm@en.osm.town

<p>The worldโ€™s most-loved open-source routing engine. OSM-native since 2011. </p><p>Production-proven. <br />Incredibly fast.<br />Community-driven.</p>

Posts

  • Post #4183535

    Axios used OSRM to analyze how far millions of Americans would need to drive to register to vote under the proposed SAVE Act โ€” routing every 5-mile cell in the U.S. to its nearest elections office. Their finding: 5M+ voting-age Americans would face 1+ hour drives. The average: ~20 minutes. Open-source routing, real-world impact. ๐Ÿ—บ๏ธ ๐Ÿ”— https://axios.com/2026/03/29/save-act-voter-registration-distance-travel #OpenStreetMap #OSRM #routing

  • Post #4183534

    ๐Ÿ—บ๏ธ osrm-frontend v0.5.0 is out! Highlights from 2026: โ€ข ๐Ÿ”€ URL history navigation (back/forward support) โ€ข ๐Ÿ—ฃ๏ธ Browser language preference respected โ€ข ๐Ÿ” Persistent Nominatim geocoder cache โ€ข ๐Ÿ”— ?src/?dst params for address deep-linking โ€ข โšก Migrated build tooling to Vite โ€ข ๐Ÿšฒ Auto-toggle bike overlay on profile switch โ€ข ๐Ÿ—บ๏ธ Custom base layer via URL param โ€ข ๐Ÿ“ Customisable Nominatim endpoint โ€ข Various bug fixes &amp;amp; dependency updates https://github.com/Project-OSRM/osrm-frontend #OSRM #OpenStreet...

  • Post #4183533

    Experimental isochrone endpoint update: now with a time slider. Drag it, watch the reachable area update in real time. Still rough around the edges, but the direction is clear. ๐Ÿ—บ๏ธ #OpenStreetMap #routing #geospatial #OSRM

  • Post #4183532

    Sunday funday: does this location drive on the left? ๐Ÿ—บ๏ธ https://project-osrm.org/gauche-wasm-map.html Click anywhere on Earth. Blue = left. Orange = right. Runs right in your browser via WebAssembly. Tiny tool, real purpose. Getting left/right-hand traffic right is foundational for improving worldwide driving profiles. More coming. #OSRM #OpenStreetMap #Routing #WebAssembly #OpenSource

  • Post #4183531

    Blue is close. Dark red is the edge. The road network density just shows itself. OSRM&amp;#39;s experimental isochrone endpoint. More to come. Watch this space. ๐Ÿ—บ๏ธ https://project-osrm.org #OSRM #OpenStreetMap #Routing #Isochrone #OpenSource

  • Post #4183530

    OSRM&amp;#39;s trip plugin is getting a proper solver upgrade: PR in review now. For small trips (&amp;lt; 15 stops), we now run Held-Karp DP which is exact optimal. Larger trips get optimised. The old heuristic is gone for good. Also shipping a static trip.html demo alongside it. #OSRM #OpenStreetMap #routing #opensource

  • Post #4183529

    RE: https://en.osm.town/@thibaultmol/116673930036912295 Get your ticket now, folks. Meet Team OSRM there.

  • Post #4183528

    OSRM v26.6.1 is out ๐Ÿš€ Highlights: fixed OSM node ID truncation in route/match annotations, faster MLD path unpacking with a two-tier cache โšก, better access tag handling for car and bicycle profiles, corrected Earth radius constant ๐ŸŒ, and a trip service refactor: Try the new demo before it gets integrated into the official frontend at https://project-osrm.org/trip.html Packages and container images to appear in the nect hours in their usual places. #OSRM #OpenStreetMap #routing #opensource

  • Post #4183527

    ๐Ÿ”ง Build environment update: OSRM&amp;#39;s Linux baseline is now Debian 13 (Trixie) and Ubuntu 26.04 LTS. Minimum compiler support moves to Clang 18 and GCC 14. Windows builds are on Visual Studio 2025. Later this year we also plan to drop macOS Intel support. We continuously upgrade to modern environments, keeping the codebase clean and dependencies current. If you&amp;#39;re building from source, now&amp;#39;s a good time to check your toolchain. #OSRM #OpenStreetMap #Routing #OpenSource...

  • Post #4183526

    ๐Ÿš€ OSRM v26.7.0 โ€ข Fixed a routing correctness bug: self-loops (dead-ends/loop roads) weren&amp;#39;t always handled right, could affect route quality โ€ข More accurate location snapping: stale client hints no longer override fresh phantom node lookups โ€ข Trip demo: routes now shareable via link โ†’ https://project-osrm.org/trip.html Mostly maintenance otherwise: CI/build modernization, C++20 migration, dep updates. Changelog: https://github.com/Project-OSRM/osrm-backend/releases/tag/v26.7.0 #OSRM...

  • Post #4183525

    ๐ŸŽ‰ Big news: OSRM now has official Python bindings โ€” pip install osrm-bindings Native bindings to osrm-backend via nanobind, wired straight into our automatic release pipeline. Route, table, match, trip and nearest, all from Python, no server hop required. This one&amp;#39;s thanks to contributor Nils Nolde, who kept pushing this over the finish line through months of iteration. Proof that persistence pays off. ๐Ÿ™Œ https://pypi.org/project/osrm-bindings/ #OSRM #OpenStreetMap #Python #OpenSour...

  • Post #4183524

    RE: https://datasci.social/@EgorKotov/116902638811394344 The auto-testing of new releases is awesome. #osrm #opensource #OpenStreetMap

  • Post #4183523

    It looks like a nice list has been put together over at RERITE โ€” a working group dedicated to reproducible research in transportation engineering (rerite.org/about.html). Open datasets, benchmarks, and tools for transportation research have all been curated in one place. Oh, and OSRM happened to get a mention in there too. ๐Ÿ‘€ https://www.rerite.org/awesome-rerite.html #OpenScience #TransportationResearch #OpenStreetMap #Routing #OSRM

  • Post #2262438

    Contributing to OSRM just got easier. ๐Ÿ˜ŒโœŒ๐Ÿป๐Ÿฆพ Less manual overhead, more automation. For starters: Conventional Commits replace hand-maintained Changelogs. The number one source of merge conflicts for the past years automated away and gone for good. And vcpkg simplified the convoluted dependency management enabling static builds. More of these quality of life improvements coming. If youโ€™ve been on the fence, nowโ€™s a good time. ๐Ÿ‘‰ https://github.com/Project-OSRM/osrm-backend #OSRM #OpenStreetMap...

  • Post #1814696

    ๐Ÿ”ง We&amp;#39;ve simplified dependency management in OSRMโ€˜s backend. Moved to a single vcpkg-based workflow across Linux, macOS, Windows, and Docker. Result: faster CI, reproducible builds, fewer platform quirks, and much easier dependency updates. Vendored copies removed and build setup cleaned up. One path, less maintenance, more reliability. #OSRM #OpenStreetMap #opensource

  • Post #1503917

    Uber ran on OpenStreetMap data. Hollywood noticed. ๐ŸŽฌ #TBT to OSRMโ€™s cameo in Showtimeโ€™s โ€œSuper Pumpedโ€ โ€” Travis Kalanick pitching open-source routing at Google HQ. Based on a true story. ๐Ÿ—บ๏ธ #OpenStreetMap #OSRM

  • Post #688188

    โ€žIs that OSRM, or are you using our API?โ€œ

  • Post #688187

    OSRM v6.0-rc1 is here, packed with performance enhancements, improved algorithm efficiency, and a host of new features designed to take your navigation solutions to the next level. https://github.com/Project-OSRM/osrm-backend

  • Post #688185

    OSRM v6.0.0-rc2 is here, packed with performance enhancements, improved algorithm efficiency, and a host of new features designed to take your navigation solutions to the next level. https://github.com/Project-OSRM/osrm-backend/releases/tag/v6.0.0-rc.2

  • Post #688184

    ๐ŸŽ‰ Big news! OSRM v6.0.0 is live! ๐Ÿš€ This release boasts 100+ changes, contributions from 170+ developers, and welcomes dozens of first-time contributors! ๐ŸŒ Huge thanks to our amazing community! ๐Ÿ’ชโค๏ธ https://github.com/Project-OSRM/osrm-backend/releases/tag/V6.0.0 #OpenStreetMap #OSRM #RoutingEngine #OSM

  • Post #688183

    The largest road network TSP instance with 81,998 locations solved optimally was crafted using OSRM! A groundbreaking milestone in computational mathematics. Check out the details here: https://www.math.uwaterloo.ca/tsp/korea/index.html #TSP #Optimization #OSRM