furkot-directions
Advanced tools
Comparing version 1.0.4 to 1.0.5
1.0.5 / 2018-07-28 | ||
================== | ||
* make max point for Valhalla configurable and default to 2 | ||
1.0.4 / 2018-07-25 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -24,3 +24,4 @@ // https://github.com/valhalla/valhalla-docs | ||
lon: p[0], | ||
lat: p[1] | ||
lat: p[1], | ||
type: 'break' | ||
}; | ||
@@ -145,3 +146,4 @@ } | ||
interval: 560, | ||
maxPoints: 20, // max 20 points for automobile and 50 for bicycle and pedestrian | ||
// max 20 points for automobile and 50 for bicycle and pedestrian | ||
maxPoints: options.valhalla_max_points || 2, | ||
url: options.valhalla_url, | ||
@@ -148,0 +150,0 @@ body: true, |
{ | ||
"name": "furkot-directions", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Directions service for Furkot", | ||
@@ -5,0 +5,0 @@ "author": { |
96788
1670