Skip to content

Commit

Permalink
update changelog for v1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Sep 3, 2014
1 parent d123283 commit 7389603
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,8 @@
# Changelog

## Future
## 1.4.14

- 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
Expand All @@ -10,8 +11,16 @@

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:true` support for shields (fixing frequently clipped shields) (https://github.com/mapnik/mapnik/issues/983)
- Fixed shield bbox calculation when when `scale_factor` > 1 is used (also a cause of clipped shields) (https://github.com/mapnik/mapnik/issues/2381)
- Upgraded boost from 1.55 -> 1.56
- Upgraded sqlite from 3.8.5->3.8.6

## 1.4.13

- Added `mapnik.Map.aspect_fix_mode` (#177)
Expand Down

0 comments on commit 7389603

Please sign in to comment.