- Now vt.composite
buffer-sizedefaults to1instead of256andtolerancedefaults to8instead of1. - Improvements to internals of mapnik.blend
- Fixed rare error when reading image data with the async
mapnik.Image.fromBytes - Binaries updated to use Mapnik v3.x (master branch) at 1faaf595 and mapnik-packaging@5a436d45e3513
Notable changes in the Mapnik SDK include:
- New and experimental
dotsymbolizer. - GeoJSON/TopoJSON plugin now returns correct ids even if rendered twice.
font-feature-settingsis now respected per text item.- image_data internals were refactored.
- Ignore overviews with 0 scale in pgraster (@rafatower)
- Fixed support for handling all SQLite columns (@StevenLooman)
- Upgrade libpng 1.6.14->1.6.15
- Upgrade freetype 2.5.3->2.5.4
- Upgrade sqlite 3080701->3080704
- Upgrade postgres 9.3.4->9.4.0
- Upgrade openssl 1.0.1i->1.0.1j
- Upgrade harfbuzz 0.9.35->0.9.37/7d5e7613ced3dd39d05df83ca7e8952cbecd68f6
- Now providing 32 bit windows binaries in addition to 64 bit
- Added
Map.registerFonts() - Upgraded to node-pre-gyp@0.6.1
- Aliased
mapnik.register_fonts()->mapnik.registerFonts(),mapnik.register_datasources()->mapnik.registerDatasources(). - Binaries updated to use Mapnik v3.x (master branch) at 2577a6c and mapnik-packaging@759c4a32ba
- Added
mapnik.Logger - Added
Map.loadFonts,Map.fonts(),Map.fontFiles(),Map.fontDirectory(), andMap.memoryFonts() - Added
Feature.fromJSONandFeature.geometry - Added
Geometry.toJSON - Removed:
Feature.numGeometries,Feature.addAttributes, andFeature.addGeometry - BREAKING:
VectorTile.toGeoJSONnow returns a string VectorTile.toGeoJSONnow supports multigeometries and is async if callback is passed- Dropped build dependency on pkg-config (protobuf headers and libs are assumed to be installed at paths reported by mapnik-config)
- Upgraded Nan to v1.4.0
- Upgraded to mapnik-vector-tile@v0.6.1
- Binaries updated to use Mapnik v3.x (master branch) at bff4465 and mapnik-packaging@fdc5b659d4
Notable changes in binaries:
- Restored support for OS X 10.8
Notable changes in the Mapnik SDK include:
- GDAL updated to 0334c2bed93f2
- ICU 53.1 -> 54.1
- xml2 2.9.1 -> 2.9.2
- webp 0.4.0 -> 0.4.2
- libpng 1.6.13 -> 1.6.14
- sqlite 3.8.6 -> 3.8.7.1
- boost 1.56 -> 1.57
- protobuf 2.5.0 -> 2.6.1
- Binaries updated to use Mapnik v3.x (master branch) at b90763469a and mapnik-packaging@f9e1c81b39
- shapeindex and nik2img are now bundled
- Binaries updated to use Mapnik v3.x (master branch) at 6b1c4d00e5 and mapnik-packaging@f9ec0f8d95
- Fixed incorrect bundled deps
- Upgraded Nan to v1.3.0
- Binaries updated to use Mapnik v3.x (master branch) at 7bc956e and mapnik-packaging@9c7c9de
- Binaries updated to use Mapnik v3.x (master branch) at 5a1126b
- New 3.x series targeting Mapnik 3.x / C++11
- Binaries for OS X require >= 10.9
- Binaries for Linux require >= Ubuntu 14.04
- First release providing binaries for Windows x64
Notable changes in binaries:
- Built with
-std=c++11and-fvisibility=hiddenon OS X and Linux - Built with
-fltoon OS X (link time optimization) and target >= OS X 10.9 - Built with Visual Studio 2014 CTP 3 on Windows (runtimes can be installed from https://mapnik.s3.amazonaws.com/dist/dev/VS-2014-runtime/vcredist_x64.exe and https://mapnik.s3.amazonaws.com/dist/dev/VS-2014-runtime/vcredist_x86.exe)
- Binaries updated to use Mapnik v3.x (master branch) at f81fc53cbc and mapnik-packaging@6b7345248e
Notable changes in the Mapnik SDK include:
- GDAL updated to 3fdc6e72b6e5cba
- Libtiff updated to 14bca0edd83
- Upgraded libpng from 1.6.12 -> 1.6.13
- Upgraded to mapnik-vector-tile@0.5.5 for faster raster rendering
- IMPORTANT: changes to shield placement (see Mapnik SDK notes below)
- Added
mapnik.VectorTile.empty()to check if a vector tile has any features (reports true if tile contains layers without features) - Avoid startup error if $HOME environment is not known
- Fixed all tests on windows
- Experimental:
mapnik.VectorTilenow acceptsvariablesobject in render options. - Experimental: Added
mapnik.Map.clonemethod to create a shallow copy of a map object (datasources are still shared)
Notable changes in binaries:
- Binaries updated to use Mapnik v2.3.x at 5ae55a07e and mapnik-packaging@b923eda6a
- Enabled
-DSVG_RENDERER, libtiff, and webp support for windows binaries
Notable changes in the Mapnik SDK include:
- Fixed support for unicode paths names to XML files on Windows
- Fixed
avoid-edges:truesupport for shields (fixing frequently clipped shields) (mapnik/mapnik#983) - Fixed shield bbox calculation when when
scale_factor> 1 is used (also a cause of clipped shields) (mapnik/mapnik#2381) - Upgraded boost from 1.55 -> 1.56
- Upgraded sqlite from 3.8.5->3.8.6
- Added
mapnik.Map.aspect_fix_mode(#177)
Notable changes in binaries:
- Binaries updated to use Mapnik v2.3.x at d62365c and mapnik-packaging@f012b82e6a
Notable changes in the Mapnik SDK include:
- OGR Plugin no longer throws if layer is empty
- Added new
aspect_fix_modecalledRESPECTthat is a no-op - Upgraded harfbuzz from 0.9.32 -> 0.9.35
- Fixed broken
postgis.inputplugin in binary package (#286) - New
mapnik.VectorTile.queryManymethod (@rsudekum) - Fixed mismatched new/delete in UTF8 grid encoding code (#278)
- Updated to compile against latest Mapnik 3.x development version
- Tweaked internal tracker of map concurrent usage to release before callback (should prevent spurious warnings like at mapbox/tilelive-mapnik#83)
- Added missing
invert-rgbcompositing option (@mojodna)
Notable changes in binaries:
- Now built with
-DSVG_RENDERERenabled - Now compiled and linked with
clang++-3.4on linux instead ofg++ - Now using a versioned binary module directory within
lib/binding/. - Binaries updated to use Mapnik v2.3.x at a616e9d and mapnik-packaging@a5dbe90c61
Notable changes in the Mapnik SDK include:
- Faster font i/o
- Fixed support for multi-face font collections (.ttc files)
- Fixed
comp-op:colorcompositing to preserve luma (@mojodna) - Made
pngformat string mean full color png (again) rather than paletted png8 - OGR Plugin now accepts optional
extentparameter (@kernelsanders) - New, experimental
pgrasterplugin (@strk) - Upgraded postgres from 9.3.3 -> 9.3.4
- Upgraded harfbuzz from 0.9.29 -> 0.9.32
- Upgraded png from 1.6.10 -> 1.6.12
- Upgraded pixman from 0.32.4->0.32.6
- Removed dependence on fontconfig
- Never happened (npm shasum for published package was busted)
- Fixed version of bundled node-pre-gyp
- New mapnik.blend function that implements the node-blend API (https://github.com/mapbox/node-blend#usage)
- Now supporting node v0.11.x via Nan@1.2.0
- Binaries updated to use Mapnik v2.3.x at 7c7da1a2f and mapnik-packaging@1bbd8d560e9
Notable changes in the Mapnik SDK include:
- Now building GDAL master (2.x) at https://github.com/OSGeo/gdal/commit/1106e43682056645c8c5e0dbf6ebcb69f8bf23cc
- Mapnik image-filters now support correct alpha blending.
- Mapnik PNG miniz encoding fixed.
- Mapnik can now register fonts from directories containing non-ascii characters on windows.
- Never happened (npm shasum for published package was busted)
- Added
mapnik.Image.comparefunction to compare the pixels of two images. - Fixed build issue leading to broken
ogr.inputMapnik plugin - Auto-registers fonts found in paths via the
MAPNIK_FONT_PATHenvironment variable
- vtile.parse no longer throws if
vtilewas previously composited but no new data resulted. - Fixed compile problem on some linux/bsd systems
- Binaries updated to use Mapnik v2.3.x at g7960be5 and mapnik-packaging@f007d6f1a6
Notable changes in the Mapnik SDK include:
- GDAL now built
--with-threads=yes - GDAL dependency now included as a shared library
- Now building GDAL master (2.x) at https://github.com/OSGeo/gdal/commit/c0410a07c8b23e65071789a484fca0f3391fe0ff
- Updated to use Mapnik 2.3.x SDK with rapidxml parsing fix: mapnik/mapnik#2253
- Updated to mapnik-vector-tile@0.5.0
- Subtle VectorTile.composite bugs fixed to handle both tiles created from
setDataand those just rendered to. VectorTile.fromGeoJSONmethod changed toVectorTile.addGeoJSON- Removed initializing and cleaning up global libxml2 structures because XML2 is no longer the default in node-mapnik binaries (#239)
- Added support for pre-pending PATH when set in
mapnik_settings.js(#258) - Binaries updated to use Mapnik v2.3.x at ed3afe5 and mapnik-packaging@5f9f0e0375
Notable changes in the Mapnik SDK include:
- GDAL now built
--with-threads=noand with a much more minimal set of drivers (https://github.com/mapnik/mapnik-packaging/commit/c572d73818ee4c9836171ae9fd49e950c6710d58) - Mapnik now build with rapidxml/ptree xml parser rather than libxml2 (meaning no xincludes or entities are supported)
- VectorTile constructor now accepts optional 4th arg of options which respects
widthorheight VectorTile.querynow returnsFeatureobjects withlayeranddistanceproperties- New
VectorTile.fromGeoJSONfunction to turn GeoJSON into a tile layer - New appveyor file for continuous builds on windows
- Binaries updated to use Mapnik v2.3.x at 94e78f2ae4 and mapnik-packaging@45536bd3c9
Notable changes in the Mapnik SDK include:
- Libtiff upgraded to CVS head at https://github.com/vadz/libtiff/commit/f696451cb05a8f33ec477eadcadd10fae9f58c39
- Libfiff now built with
--enable-chunky-strip-read - Harfbuzz updated to v0.9.28
- Sqlite upgraded to 3.8.4.3/3080403
- Now initializing and cleaning up global libxml2 structures to ensure safe async map loading (#239)
- Fix publishing of mapnik package to npm to include bundled node-pre-gyp.
- Binaries updated to use Mapnik v2.3.x at ce1ff99 and mapnik-packaging@49d8c3b.
Notable changes in Mapnik 2.3.x include:
- mapnik line joins are now faster by discarding more nearly coincident points
- postgis.input now links to fewer authentication libraries by only linking to libararies libpq was built against
Notable changes in the Mapnik SDK include:
- ICU upgraded to 53.1 from 52.1
- jpeg-turbo 1.3.1 is now used in place of libjpeg 8d (better performance likely)
- sqlite3 upgraded to 3080401 from 3080200
- webp upgraded to 0.4.0 from 0.3.1 (better performance likely)
- postgres upgraded to 9.3.3 from 9.3.1
- fontconfig upgraded to 2.11.0 from 2.10.0
- libpng upgraded to 1.6.10 from 1.6.8
- gdal upgraded to git master @ 0c10ddaa71
- Binaries updated to use Mapnik v.2.3.x at 818e87d.
- Improved build support for OS X Mavericks by autodetecting if linking against libc++ should be preferred.
mapnik.register_system_fonts()now registers opentype fonts as well as truetype fonts on linux (#231)
Notable changes in Mapnik 2.3.x include:
- a potential double free was fixed in mapnik::projection
- postgis plugin error reporting was fixed
- postgis plugin !bbox! token replacement was fixed to use max instead of max
- First series to default to providing binaries with
npm install(bundling Mapnik v2.3.x at f202197)
- Made vt.composite reentrant
- Updated to mapnik-vector-tile@0.4.2
- Pinned mapnik-vector-tile dependency to v0.4.1
- Support for Mapnik 3.x
- Updated to mapnik-vector-tile@0.4.0 with more encoding fixes and triggers VT layers without features to no longer be encoded
- Every layer in a vector tile that matches a layer in the mapnik.Map is now rendered and not just the first (#213)
- Added VectorTile.composite API
- Fixed exception handling for
VectorTile.isSolid - Datasource plugins must now be explicitly registered with
mapnik.register_default_input_plugins,mapnik.register_datasource, orregister_datasourcesas all default plugins are no longer automatically registered at startup. - Disabled
mapnik.Expressionobject since this is not used by any known applications - Added
mapnik.register_datasourceto register a single datasource plugin.
- Upgraded to mapnik-vector-tile@0.3.4 with multipart geometry fixes
- Added toWKT/toWKB on mapnik.Feature
- Added getPixel/setPixel on mapnik.Image
- Added mapnik.VectorTile.query ability - accepts lon/lat in wgs84 and tolerances (in meters) returns array of features
- Improvements to node-gyp path resolution in auxiliary Makefile and configure wrapper
- Added
mapnik-config --ldflagsto build by default (not just when static linking)
- Fixed windows build against Mapnik 2.3.0
- Fixed mapnik.Image.open call - which was string data in invalid way
- Upgraded to mapnik-vector-tile@0.3.3
- Fixed build on OS X against node v0.6.x (tested v0.6.22)
- Deprecated the
Datasource.features()call #180
- Added more details to
mapnik.supportsAPI includinggrid,proj4,webp,jpeg,png,svg,cairo_pdf,cairo_svg, andthreadsafe - Added more constants for available
comp-opvalues
- Map.render (when rendering to a VectorTile) and VectorTile.render now expect
buffer_sizeoption to be passed and ignores map.BufferSize (#175) - Removed
devDependenciesso thatmochaandsphericalmecatorneed to be manually installed to run tests - Tweaked gyp
Releaseconfiguration to ensure binaries are stripped and built with highest level of optimization - Added support for detecting
--runtime_link=staticflag to npm install that can trigger linking against all Mapnik dependencies (not just libmapnik) - Added travis.ci support
- Gyp binding cleanups
- Removed direct icu::UnicodString usage to ensure robust compiles against icu build with
-DUSING_ICU_NAMESPACE=0 - Fixed variable shadowing issue in vtile -> geojson code
- Disabled default debug symbol generation to speed up builds
- Upgraded to mapnik-vector-tile 3.0.x API
- Fixed extent of vector::tile_datasource to be sensitive to map buffer (TODO - long term plan is to make extent optional instead of adding support for layer specific buffered extent) - this is needed for avoiding too restrictive filtering of features at render time.
- Fixed exception handling when creating geojson from vector tile
- Build fixes to support python 3.x
- Now accepting
scale_denominator,scale, andformatin options passed tomap.RenderSync
- Added support for node v0.11.x
- Added async versions of Image methods:
fromBytes,open,premultiply,demultiply - Added experimental support for rendering vector tiles to SVG.
rendereroption (eithercairoorsvg) controls whethercairoor native svg renderer is used - Exposed
map.bufferedExtentproperty to access the buffered extent - Changed Image.composite function to accept offsets (
dxanddy),comp_op,image_filters, andopacityin options. - Fixed missing exception translation for MemoryDatasource and Image constructors
- Fixed invalid default for
scaleinmap.render - Implemented mapnik.Image.fromBytes (#147)
- Dropped support for Mapnik versions older than v2.2.0
- Moved build system to node-gyp - now supports node v0.10.x
- Fonts are not longer auto-registered. Call
mapnik.register_default_fonts()to register "DejaVu" set that is often bundled by Mapnik and callmapnik.register_system_fonts()to register fonts are various known system paths. - New mapnik.VectorTile API
- Fixed tests after removal of example code (tests depended on it)
- Added node v0.10.x support by moving build system from waf to node-gyp
- All changes are in build system with only very minor changes to code
- Moved example code to https://github.com/mapnik/node-mapnik-sample-code
- Header include refactoring to ensure clean compiles again Mapnik 2.0.x, 2.1.x, and 2.2.x
- Fix compile with latest Mapnik 2.2-pre ( header)
- Exposed Map.scale() (stefanklug)
- More fixes for 64 bit integer support
- Fix compile with Mapnik 2.1 (stefanklug)
- Support 64 bit integers in grid types in anticipation of mapnik/mapnik#1662
- Adapts to mapnik master's move to supporting 64 bit integers using
mapnik::value_integer
- Report null values in mapnik features as javascript null rather than undefined
- Added sync/async
clear()method to enable re-use of mapnik.Image and mapnik.Grid objects from a cache - Made ImageView and GridView
isSolid()methods async if a callback is passed - Made async
isSolid()return pixel value as second arg - Fixed code examples to work with generic-pool 2.x
- Improved error reporting when an invalid image format is requested
- Fixed possible edge-case memory corruption when encoding grids whose width != height
- Fixed handling of datasource exception when calculating extent
2012-10-09
- Minor compiler warning fixes
2012-09-16
- Keep chasing Mapnik 2.2.0-pre API changes in symbolizers
2012-09-13
- Fixed compile with <= Mapnik 2.1.0
2012-09-7
- Keep chasing Mapnik 2.2.0-pre API changes in singletons
2012-09-5
- Fixed compile with Mapnik 2.2.0-pre
2012-08-17
- Makefile wrapper around node-waf now allows NPROCS option to be set.
- Allow configure to work against Mapnik 2.2.0-pre without warning.
2012-08-1
- Fixed broken usage of V8::AdjustAmountOfExternalAllocatedMemory which could trigger unneeded garbage collection pauses. (@strk)
2012-07-18
- Fixed compile against Mapnik 2.0.x
2012-07-13
- remove debug output when locally customized environment settings are pushed into process.env
2012-07-13
- Further optimize grid encoding
- Allow passing scale_factor to render to file functions (#109)
- Reference count Image and Grid objects in use by View objects to avoid possible scope issues resulting in segfaults when v8 garbage collects (#89, #110)
2012-07-12
- Speed up grid encoding when featuresets are large: 12s -> 4s for processed_p at full zoom
- Throw upon errors in grid rendering test
- Fix mapnik version check in grid_view pixel value test
- Amend expected test failures per version to account for platform differences in whether hidden fonts are around
2012-07-04
2012-06-29
2012-06-27
2012-04-27
2012-04-16
2012-03-09
2012-03-01
2012-01-23
2012-01-10
2012-01-10
2011-12-21
2011-12-21
2011-12-16
2011-12-16
2011-12-06
2011-12-06
2011-12-06
2011-11-30
2011-11-30
2011-11-19
2011-11-18
2011-10-19
2011-10-18
2011-10-03
2011-11-30
2011-08-23
2011-08-04
2011-08-04
2011-08-04
2011-08-03
2011-07-29
2011-06-27
2011-05-04
2011-04-29
2011-03-12
2011-03-03
2011-03-01
2011-02-28
2011-02-24
2011-02-11
2011-02-08
2011-02-08
2011-02-08
2011-01-27
2011-01-27
2011-01-27
2011-01-27