[mapnik-vector-tile] branch master updated (5ca09f8 -> be1c92d)

Bas Couwenberg sebastic at debian.org
Thu Feb 8 15:52:20 UTC 2018


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository mapnik-vector-tile.

      from  5ca09f8   Set distribution to unstable.
       new  6730b43   New upstream version 1.6.0+dfsg
       new  4d5aa63   Merge tag 'upstream/1.6.0+dfsg'
       new  1ae3b4d   New upstream release.
       new  ea803c5   Refresh patches.
       new  0d77c09   Check DEB_BUILD_PROFILES to nocheck in dh_auto_test override.
       new  be1c92d   Set distribution to unstable.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                |   9 +
 CHANGELOG.md                               |   6 +
 Makefile                                   |   4 +-
 README.md                                  |   6 +
 bench/vtile-encode.cpp                     |   2 +-
 bench/vtile-transform.cpp                  |   5 +-
 debian/changelog                           |   9 +
 debian/patches/no-mason.patch              |   2 +-
 debian/patches/use-protozero-package.patch |  10 +-
 debian/rules                               |   2 +
 gyp/build.gyp                              |  43 ++++-
 install_mason.sh                           |  12 +-
 package.json                               |   2 +-
 src/vector_tile_composite.hpp              |   2 +-
 src/vector_tile_datasource_pbf.ipp         |   5 +-
 src/vector_tile_douglas_peucker.hpp        | 280 +++++++++++++++++++++--------
 src/vector_tile_geometry_decoder.ipp       |  37 +++-
 src/vector_tile_geometry_simplifier.hpp    |   8 +-
 src/vector_tile_layer.hpp                  |   4 +-
 src/vector_tile_load_tile.hpp              |   8 +-
 src/vector_tile_merc_tile.hpp              |   8 +-
 src/vector_tile_projection.cpp             |   2 -
 src/vector_tile_projection.hpp             |  38 ++--
 src/vector_tile_projection.ipp             |  62 -------
 test/raster_tile.cpp                       |   6 +-
 test/unit/decoding/linestring.cpp          |  28 +++
 test/unit/decoding/point.cpp               |  23 +++
 test/unit/decoding/polygon.cpp             |  40 +++++
 test/vector_tile_pbf.cpp                   |   5 +-
 test/vector_tile_projection.cpp            |  15 +-
 30 files changed, 458 insertions(+), 225 deletions(-)
 delete mode 100644 src/vector_tile_projection.cpp
 delete mode 100644 src/vector_tile_projection.ipp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik-vector-tile.git



More information about the Pkg-grass-devel mailing list