From 7260aac36c8e50189dca7056b6469e1fbf879df1 Mon Sep 17 00:00:00 2001 From: Simon Poole Date: Thu, 4 Dec 2025 17:36:40 +0100 Subject: [PATCH] Change Valhalla credit link to working URL The current URL points to a non-existing site, at least as a temporary solution this should be better. --- app/assets/javascripts/index/directions/fossgis_valhalla.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/index/directions/fossgis_valhalla.js b/app/assets/javascripts/index/directions/fossgis_valhalla.js index b4ff02255..29f858146 100644 --- a/app/assets/javascripts/index/directions/fossgis_valhalla.js +++ b/app/assets/javascripts/index/directions/fossgis_valhalla.js @@ -58,7 +58,7 @@ distance: leg.summary.length * 1000, time: leg.summary.time, credit: "Valhalla (FOSSGIS)", - creditlink: "https://gis-ops.com/global-open-valhalla-server-online/" + creditlink: "https://valhalla.openstreetmap.de/" }; } -- 2.39.5