-
[osrm-backend](https://github.com/Project-OSRM/osrm-backend), which uses [vtzero](https://github.com/mapbox/vtzero), serves Mapbox Vector tiles.
> - Tile - Generates Mapbox Vector Tiles with intern…
-
Two problems with the OSRM routing script:
1. We always request z=14. The heavily generalised polyline looks bad at higher zoom levels. We should either request the current zoom level, or choose a hig…
-
I now have a collection of vehicle routing problem tools built on top of [`pyvrp`](https://github.com/PyVRP/PyVRP) that might be useful for `spopt`.
The tooling mainly involves data ingestion and …
-
@winsento can you fix it to be compatible w/ last OSRM?
-
### Problem
Directions tracks are great,
> https://www.openstreetmap.org/directions?engine=fossgis_osrm_car&route=24.18978%2C120.86377%3B24.18252%2C120.86482
But the website needs to provide a …
-
Routing from `40.462485,-3.572532` to `40.463127,-3.571081` in Madrid-Barajas Airport, Organic Maps goes crazy and takes you all the way inside the internal roads of the airport instead of stopping at…
-
Seems like last time it was updated is May 7 2019, was quite some time ago, took me a while to figure out why `OSRM_DEFAULT_LAYER` env var wasn't having an effect on anything :)
-
Hello, I have a case where the instructions to "take the on ramp" to and "merge onto Saw Mill River Parkway" seem to be totally missing, even though the geometry shows us taking the ramp and travellin…
-
In this case OM cycling routing is too inefficient (1.1km vs 500m) in comparison to other routing engines (Valhalla, OSRM)
![imagen](https://github.com/organicmaps/organicmaps/assets/23003127/60833d8…
-
Hello, I have a set of gps coordinates from a phone and i want to match them to a road network.
The points are collected at around 10seconds
I'm hitting the /trace_route endpoint with the follow…