furkot-directions
Advanced tools
Comparing version 1.0.2 to 1.0.3
1.0.3 / 2018-07-25 | ||
================== | ||
* use decode utility uniformly | ||
* @pirxpilot/google-polyline 2.0.3 -> 2.2.0 | ||
1.0.2 / 2018-07-07 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -1,2 +0,1 @@ | ||
var decode = require('@pirxpilot/google-polyline').decode; | ||
var pathType = require("../../model").pathType; | ||
@@ -23,3 +22,3 @@ var status = require('../status'); | ||
distance: step.distance, | ||
path: decode(step.geometry), | ||
path: util.decode(step.geometry), | ||
instructions: step.maneuver.type + ' ' + step.maneuver.modifier | ||
@@ -26,0 +25,0 @@ }; |
{ | ||
"name": "furkot-directions", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Directions service for Furkot", | ||
@@ -18,3 +18,3 @@ "author": { | ||
"dependencies": { | ||
"@pirxpilot/google-polyline": "^2.0.3", | ||
"@pirxpilot/google-polyline": "^2.2.0", | ||
"debug": "~2 || ~3", | ||
@@ -21,0 +21,0 @@ "eviltransform": "^0.2.2", |
Sorry, the diff of this file is not supported yet
96479
1667