Skip to content

Commit

Permalink
Update pgrSource.js
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz authored May 7, 2024
1 parent e97f915 commit 2391652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/sources/pgrSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,7 @@ module.exports = class pgrSource extends Source {
currentPgrRouteStep.geometry.coordinates = turf.cleanCoords(currentPgrRouteStep.geometry).coordinates;
} catch(e) {
LOGGER.warn(e);
LOGGER.warn(currentPgrRouteStep);
}
}
}
Expand Down

0 comments on commit 2391652

Please sign in to comment.