limits for the mapbox data upload api
npm install mapbox-upload-limits
Constant values of the limits of Mapbox upload services. This module
is a JSON file: read limits.json for the limits.
JSON values can be overridden with environment variables, for example:
``json`
{
"mbtiles": {
"max_filesize": 10
}
}LIMITS_
We can use the template to update this value:`sh`
export LIMITS_MBTILES_MAX_FILESIZE='100'
`sh``
$ npm install --save mapbox-upload-limits