diff --git a/broker/testdata/ntgvision_response.json b/broker/testdata/ntgvision_response.json index 0422e0e..61d5d1b 100644 --- a/broker/testdata/ntgvision_response.json +++ b/broker/testdata/ntgvision_response.json @@ -1,21 +1,4 @@ [ - { - "id": 4650337, - "sDate": "01/12/22", - "sCity": "Advance", - "sState": "NC", - "sdh": null, - "cDate": "01/13/22", - "cCity": "Sacramento", - "cState": "CA", - "cdh": null, - "stopCnt": 2, - "miles": 578, - "weight": 5000, - "equip": "Str Truck W/ Lift Gate", - "temp": "", - "alertReasons": [] - }, { "id": 4650338, "sDate": "01/12/22", diff --git a/config.json b/config.json index 4ad884d..54f1807 100644 --- a/config.json +++ b/config.json @@ -34,7 +34,7 @@ "Pickup": false, "Dropoff": false, "Pathed": { - "Enabled": false, + "Enabled": true, "DirectionsURIFormat": "https://maps.googleapis.com/maps/api/directions/json?origin=%s\u0026destination=%s\u0026mode=driving\u0026key=AIzaSyBkACm-LQkoSfsTO5_XAzBVZE9-JQzcNkg", "PathedURIFormat": "https://maps.googleapis.com/maps/api/staticmap?size=250x250\u0026path=%s\u0026format=jpeg\u0026maptype=roadmap\u0026key=AIzaSyBkACm-LQkoSfsTO5_XAzBVZE9-JQzcNkg\u0026size=250x250\u0026markers=%s|%s", "Zoom": {