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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetmap-reports",
3
- "version": "2.0.146",
3
+ "version": "2.0.147",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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,