Remove left-over summary code

This commit is contained in:
Patrick Niklaus
2016-04-05 15:02:29 +02:00
parent 95787255a1
commit 278ec04f5e
2 changed files with 3 additions and 14 deletions
-8
View File
@@ -59,14 +59,6 @@ module.exports = function () {
got['#'] = row['#'];
}
if (headers.has('start')) {
got.start = instructions ? json.route_summary.start_point : null;
}
if (headers.has('end')) {
got.end = instructions ? json.route_summary.end_point : null;
}
if (headers.has('geometry')) {
got.geometry = json.routes[0].geometry;
}