2019-04-15
- Update @carto/mapnik to
3.6.2-carto.13
.
2019-03-19
- Add header to know when a tile comes from cache (metatiling)
2019-03-19
- Upgrade generic-pool to version 3.6.1
- Removed:
.findID()
.toJSON()
.getInfo()
.list()
pathname
is no longer supported as input
- Huge refactor to have under control this module. Tons of work done, it keeps compatibility with the current tilelive interface and removes unnecessary complexity. A list of highlights:
- Split functionality in different modules to reflect the main pieces of this module.
- Follow Node.js rules and remove bad practices.
- Remove duplications, dead code and, redundant checks.
- Remove unused internals caches (solid and global).
- Handle parallel tasks with promises.
- Be able to load maps with custom pool size and max waiting clients
- Update
generic-pool
to3.5.0
.
- Make all modules to use strict mode semantics.
- Update @carto/mapnik to
3.6.2-carto.11
. - Dev: Set mocha dependency to
5.2.0
. - Update
generic-pool
to2.5.4
. - Remove
step
and calls tonextTick
. - Remove unused
sphericalmercator
. - Remove EventEmitter inheritance.
- Set @carto/mapnik to
3.6.2-carto.10
- Set @carto/mapnik to
3.6.2-carto.9
- Set @carto/mapnik to
3.6.2-carto.8
- Add support for render time variables
- Return Mapnik metrics with metatiles
- Set @carto/mapnik to
3.6.2-carto.7
- Set @carto/mapnik to
3.6.2-carto.6
- Set @carto/mapnik to
3.6.2-carto.4
, which includes improvements for the cache for raster symbols. See the changelog
- Revert module updates from 0.6.18-cdb6
- Set @carto/mapnik to
3.6.2-carto.2
- Remove unused module
sphericalmercator
- Point CI tags to our forks
- Update step to
1.0.0
- Update @carto/mapnik to
3.6.2-carto.3
- Update mime to
2.2.0
- Update generic-pool to
2.5.4
- Enable support to capture mapnik metrics (grid, image)
- Upgrade mapnik to @carto/mapnik ~3.6.2-carto.0
- Be able to configure tile timeout.
- Allow to configure buffer-size to 0
- Support zoom > 30
- Exposes LockingCache configuration to adjust ttl and expire policy