1.4.3 • Published 2 years ago

mapbox-upload-limits v1.4.3

Weekly downloads
270
License
ISC
Repository
github
Last release
2 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

2 years ago

1.4.3-dev0

2 years ago

1.4.2

4 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago