Skip to content

Commit

Permalink
fix #335
Browse files Browse the repository at this point in the history
  • Loading branch information
marq24 committed Jun 15, 2020
1 parent e902508 commit 2df3796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/infrastructure/ors-importexport-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ angular
let payload = orsUtilsService.routingPayload(settings, userOptions);
payload.geometry_format = "gpx";
if (!options.instructions) payload.instructions = false;
const request = orsRouteService.fetchRoute(payload);
const request = orsUtilsService.createRequest("directions", payload);
orsRouteService.routingRequests.requests.push(request);
request.promise.then(
function(response) {
Expand Down

0 comments on commit 2df3796

Please sign in to comment.