From 6c6f81b415389bebcd4abda50641b7ac86be275b Mon Sep 17 00:00:00 2001 From: Christian Beiwinkel Date: Thu, 10 Oct 2024 15:10:42 +0200 Subject: [PATCH] fix --- src/utils/valhalla.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/valhalla.js b/src/utils/valhalla.js index f829496..fdbedac 100644 --- a/src/utils/valhalla.js +++ b/src/utils/valhalla.js @@ -88,7 +88,7 @@ export const buildIsochronesRequest = ({ show_locations: true, costing: valhalla_profile, costing_options: { - [valhalla_profile]: settings, + [valhalla_profile]: { ...settings.costing }, }, contours: makeContours({ maxRange, interval }), locations: makeLocations([center]),