- Fix
engines
section in package.json
- Supports Node.js 12 LTS
- Drop support for Node.js 10 LTS
- Normalize
renderer.getTile()
, now returns an object with buffer property, it renamestile
bybuffer
- Add
renderer.getStats()
to get information about the renderer's performance - Add new metric: remaining renderers to be acquired by the internal pool
- Bumps
acorn
from6.2.0
to6.4.1
- Preview: add option
concurrency
to avoid map-pool exhaustion in renderer
- Upgrade @carto/mapnik to version 3.6.2-carto.16
- Implements
preview
method to to create static maps from tiles based on center (lng, lat) coordinates or bounding box area - Calculate zoom based on bounding box parameter as default value
- Now bouding box is an object ({ west, south, east, north })
- Now center uses a lng, lat nomeclature
- Upgrade @carto/mapnik to version 3.6.2-carto.15
- Upgrade @carto/mapnik to version 3.6.2-carto.13
- First public release
- Publish module under @carto scope
- Stop using babel, use Node.js modules
- Implement metatiling
- Do not support path as argument
- Fix bad condition
- Accept 'png' encoding
- Hello world!