fleetmap-reports 1.0.545 → 1.0.546

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": "1.0.545",
3
+ "version": "1.0.546",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -12,7 +12,7 @@ const booleanPointInPolygon = require('@turf/boolean-point-in-polygon')
12
12
  const distance = require('@turf/distance')
13
13
  const axios = require('axios')
14
14
  const { processServerSide } = require('./util')
15
- const sliceSize = 400
15
+ const sliceSize = 500
16
16
  const fileName = 'ZoneReport'
17
17
 
18
18
  async function createZoneReport (from, to, userData, traccar) {
package/one DELETED
File without changes