1.4.3 • Published 3 years ago

mapbox-upload-limits v1.4.3

Weekly downloads
270
License
ISC
Repository
github
Last release
3 years ago

mapbox-upload-limits

build status

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:

{
    "mbtiles": {
        "max_filesize": 10
    }
}

We can use the LIMITS_<type>_<key> template to update this value:

export LIMITS_MBTILES_MAX_FILESIZE='100'

install

$ npm install --save mapbox-upload-limits
1.4.3

3 years ago

1.4.3-dev0

3 years ago

1.4.2

5 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago