@furkot/directions
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -208,2 +208,5 @@ // https://openrouteservice.org/dev/#/api-docs/directions | ||
}; | ||
if (query.mode === travelMode.rv) { | ||
req.options.vehicle_type = 'hgv'; | ||
} | ||
} | ||
@@ -210,0 +213,0 @@ const param = { query, req }; |
{ | ||
"name": "@furkot/directions", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Directions service for Furkot", | ||
@@ -5,0 +5,0 @@ "author": { |
48585
1665