diff --git a/src/js/sources/pgrSource.js b/src/js/sources/pgrSource.js index 23502fbc..00f02e4e 100644 --- a/src/js/sources/pgrSource.js +++ b/src/js/sources/pgrSource.js @@ -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); } } }