fleetmap-reports 1.0.888 → 1.0.889
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/speeding-report.js +1 -1
package/package.json
CHANGED
package/src/speeding-report.js
CHANGED
|
@@ -654,7 +654,7 @@ function exportSpeedingReportToExcel (userData, reportData) {
|
|
|
654
654
|
: userData.useVehicleSpeedLimit
|
|
655
655
|
? Math.round(a.attributes.speedLimit * 1.85200)
|
|
656
656
|
: userData.customSpeed,
|
|
657
|
-
...(userData.roadSpeedLimits ? { info: `https://openstreetmap.org/way/${a.
|
|
657
|
+
...(userData.roadSpeedLimits ? { info: `https://openstreetmap.org/way/${a.way_id}` } : {})
|
|
658
658
|
}
|
|
659
659
|
}))
|
|
660
660
|
})
|