- Update to [email protected]
- Drops support for Windows
- Upgraded to [email protected]
- Upgraded to [email protected]
- Upgraded tests to latest [email protected]
- Support for [email protected]
- Support for Node v0.12.x
- Fixed handling of boolean options
- Support for Node v0.11.x
- Support for [email protected]
- Improved cache key generation
- Support for node-mapnik >= 1.4.12
- Started auto-registering fonts (now that node-mapnik does not) which can be disabled with
?autoLoadFonts=false
(@vsivsi) - Correct UTF grid content type (@mojodna)
- Add ?poolSize, falling back to UV_THREADPOOL_SIZE further falling back to the number of cores reported. (@mojodna)
- Report autoscale: true (@mojodna)
- node-eio dependency removed. If you are using node v0.8.x still and want to increase the threadpool size you'll need to do it yourself now.
- Accept [email protected]
- Repair support for [email protected] (broken in 0.6.6)
- Added support for [email protected]
- Avoid trying to resolve undefined
uri.pathname
@dshorthouse
- Allow users to configure strict mode via URI (#74) (@strk)
- Loosen mapnik requirement to bet between 0.7.25 and 1.2.x (@strk)
- key solidCache on image format (#51)
- Fix tests to work with Mapnik 2.3.x (mapnik/mapnik#2028)
- Ensure correct detection of mime type for new mapnik image formats that separate name from options using
:
.
- Fixed package.json
engines
declaration - Upgraded to node-mapnik 1.2.0
- Upgraded to node-mapnik-1.1.2 (#68)
- Moved cache of solid tiles to tilesource (rather than global) #64
- Ensured
scale
value passed to Mapnik is a number - Exposed mapnik binding as MapnikSource.mapnik
- Removed cached _xml property (#25)
- Fixes to behavior of source.close() and handling of draining map pool
- Improvements to setting of content-type for various output formats
- Changed to async isSolid interface in node-mapnik, which requires at least [email protected]
- Converted tests to use mocha, instead of expresso (#35)
- Added ability to disable internal cache of source objects by pass
uri.query.internal_cache
(#59) - Changed map loading to be synchronous to avoid possibility of race condition in Mapnik (#58)
- Fixed scoping typo in close()
- Fixed formatting error when reporting out of bounds Tile coords
- Properly drain pool by leveraging new
generic-pool
(#43) - Tests output image diff for any failing image comparisions
- Supports node v8
- Supports
scale-factor
for high-dpi displays
- Merges
parameter
branch - interactivity information is now managed inParameter
XML elements in Mapnik XML source