fleetmap-reports 2.0.146 → 2.0.147
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 -0
package/package.json
CHANGED
package/src/speeding-report.js
CHANGED
|
@@ -310,6 +310,7 @@ async function getCustomSpeedLimitEvents (devices, routes, customSpeed) {
|
|
|
310
310
|
async function getRoadSpeedLimits (devices, routes, threshold, minimumMinutes = 0) {
|
|
311
311
|
const position = routes.find(p => getCountry(p))
|
|
312
312
|
const country = position && getCountry(position)
|
|
313
|
+
console.log('getRoadSpeedLimits', position.address, country)
|
|
313
314
|
const config = {
|
|
314
315
|
Chile: getOSMSpeedingEvents,
|
|
315
316
|
Morocco: getOSMSpeedingEvents,
|