statsRequestConfig = (mode) => ({
statisticIds: [statistic.statistic_id],
statisticCollectionId: 79,
edgeWeight: "time",
travelType: mode,
maxEdgeWeight: 900,
sources: [{ id: "Marker1", y: 43.7023349, x: 7.2559326 }],
serviceUrl: "https://api.targomo.com/westcentraleurope",
serviceKey: targomoKey()
})