Skip to main content

Questions tagged [osrm]

Open Source Routing Machine is a high performance routing engine written in C++11 designed to run on OpenStreetMap data.

0 votes
0 answers
9 views

FInding a path based on more parameters than just time

I'm trying to create some google maps variant that would give you the least polluted path based on a database storing a bunch of lat-long positions which represent polluted spots, the goal being to ...
Yassir Laghmouchi's user avatar
0 votes
0 answers
14 views

show itinerary instructions (route) leaflet osmr

I'm using leaflet with osrm to create a map, at the begining it showed the instructions butand I removed it by adding .leaflet-routing-container {display: none;}, but now I got asked to show the ...
Encafeinado's user avatar
0 votes
0 answers
14 views

OSRM Route vs. Trip with fixed first & last

I noticed that OSRM allows users to define fixed first and last locations for the Trip service. I'm curious whether doing this is equivalent to simply using the Route service. If they're different, ...
Louie Lee's user avatar
  • 285
0 votes
0 answers
41 views

OSRM error in GC Run instance with osrm data mounted from GC Storage

I have a simple Cloud Run service based on the osrm-backend image: ghcr.io/project-osrm/osrm-backend:v5.27.1 running with the command osrm-routed --algorithm mld /path/to/map/data.osrm. In the same ...
Jonas Mærsk's user avatar
0 votes
0 answers
22 views

OSRMRoadManager causes crashes occasionally

In my application I use an osm map and I add a route to the map with the help of osmdroidbonus pack. I try this with the help of I use OSRMRoadManager to get route in the following function: In my ...
AL Z's user avatar
  • 11
0 votes
0 answers
17 views

confirm route button not working but cancel button is

I am struggling to solve, what might be a simple problem. Working in JS and using leaflet framework. In the routeConfirmationDialog box I have two buttons "Confirm route" and "cancel&...
Aaron Herholdt's user avatar
0 votes
0 answers
23 views

osrm's response order after consecutive requests in a short time

I'm using QT to make requests to OSRM (Match service) with a frequency of 16ms/request. I'm wondering how to know which response corresponds to which request. Does it return sequentially in FIFO order?...
KaiAkiho's user avatar
0 votes
0 answers
36 views

Specifying bearings doesn't provide the routes in the same direction

/route/v1/driving/-78.10131888342865,41.56893770131277%3B-78.511866,41.648554?alternatives=true&steps=true&overview=full&bearings=315,24;0,359 Above is the API call to OSRM with a specific ...
Kevvv's user avatar
  • 3,991
0 votes
0 answers
26 views

When to use the maneuver and the lane information from OSRM?

I'm creating an event-driven architecture where the elements within Step, such as Maneuver and Lane, could drive what gets displayed on a navigation app. I'm more referring to the visual display than ...
Kevvv's user avatar
  • 3,991
1 vote
1 answer
51 views

Running osrm-frontend docker failing due to syntax error in Micromatch

Firstly, I ran the osrm-backend docker successfully. I validated its result with a few queries. Then, I tried to run the osrm-frontend docker using the steps provided in its repo. However, it fails ...
AlirezaN's user avatar
0 votes
0 answers
85 views

How to Enforce a Specific Starting Point for a Vehicle in VROOM

I'm implementing a delivery routing system using VROOM and I need to control the starting point in which a driver picks up orders from different restaurants. The driver, referred to as Vehicle 1, is ...
moh96's user avatar
  • 113
0 votes
0 answers
40 views

Real time map matching

Есть мобильное приложение трекер(просто отправляет координаты местоположения на сервер). Есть сервер который сохраняет и отправляет по вебсокету на веб приложение(клиент) координаты. Ка��ие есть ...
ksqke's user avatar
  • 1
0 votes
0 answers
46 views

OSRM snap to road is not working in some cases

I have GPS coordinates captured real-time (listed below).I transformed them to the required format to call to ORSRM match algorithm This is my URL after transformation: http://192.168.13.88:5001/match/...
Musharaf Ali's user avatar
2 votes
0 answers
68 views

OSRM and car.lua change (problem to adapt)

We are using OSRM to calculate map matched itinerary of trucks, and until now it worked smothly. But the restrictions on some roads in OSM are starting to create problems for our solution : the ...
al130's user avatar
  • 21
0 votes
1 answer
33 views

Passing values from multiple lists through an API

I am trying to calculate the driving distance between a location and a train station. I have four lists of data containing the location latitude, the location longitude, the station latitude and ...
Alastairstirling's user avatar

15 30 50 per page
1
2 3 4 5
18