@autofleet/node-common 1.2.6 → 1.2.8
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/router/index.js +1 -1
- package/settings/map.js +7 -0
package/package.json
CHANGED
package/router/index.js
CHANGED
package/settings/map.js
CHANGED
|
@@ -395,4 +395,11 @@ module.exports = {
|
|
|
395
395
|
defaultValue: 'GBP',
|
|
396
396
|
context: 'ride',
|
|
397
397
|
},
|
|
398
|
+
BUFFER: {
|
|
399
|
+
name: 'Buffer around a polygon of a route',
|
|
400
|
+
description: 'The buffer around a polygon of a route to calculate tiled from',
|
|
401
|
+
type: 'number',
|
|
402
|
+
defaultValue: 1,
|
|
403
|
+
context: 'matching',
|
|
404
|
+
},
|
|
398
405
|
};
|