From 22bd62899f41777c8f6c13db0c60697cabcf81bc Mon Sep 17 00:00:00 2001
From: datendelphin <code@datendelphin.net>
Date: Wed, 4 Mar 2020 18:26:12 +0100
Subject: [PATCH] Switch to routing.openstreetmap.de as backend

---
 src/leaflet_options.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/leaflet_options.js b/src/leaflet_options.js
index 4885c9d5..d9eeecfe 100644
--- a/src/leaflet_options.js
+++ b/src/leaflet_options.js
@@ -30,7 +30,7 @@ module.exports = {
   },
   services: [{
     label: 'Car (fastest)',
-    path: 'https://router.project-osrm.org/route/v1'
+    path: 'https://routing.openstreetmap.de/routed-car/route/v1'
   }],
   layer: [{
     'Mapbox Streets': streets,