osrm-backend
                                
                                 osrm-backend copied to clipboard
                                
                                    osrm-backend copied to clipboard
                            
                            
                            
                        Use OSRM with dynamic input data taken from overpassAPI
Hi there, I'll start by saying that I am a complete newbie when it comes to Docker, etc. I'm trying to use an OSRM Docker container to calculate the cost matrix that I need to use Vroom. I managed to do it by downloading the data that I need from Geofabrik, using a small geographic area because of my limited hardware resources.
My question is: Is there a way to load the data in real-time without restarting the Docker container? In my use case, I'd like to ask the user for coordinates and download the OSM data around that point.
P.S. It's my first time using GitHub issues to ask a question, feel free to remove my question if it's not related or off-topic. Sorry for my broken English, and many thanks.