[mapnik-vector-tile] branch master updated (34641f6 -> 8971207)

Bas Couwenberg sebastic at debian.org
Fri Aug 5 20:57:47 UTC 2016


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  34641f6   Set distribution to unstable.
       new  38c1e0d   Enable verbose gyp output.
       new  899f67f   Imported Upstream version 1.2.0+dfsg
       new  665b996   Imported Upstream version 1.2.1+dfsg
       new  7e14407   Merge tag 'upstream/1.2.1+dfsg'
       new  3b77848   New upstream release.
       new  f1e2cbf   Bump minimum required Mapnik to 3.0.12.
       new  8971207   Update clipper to ac8d6bf2517f46c05647b5c19cac113fb180ffb4.

The 7 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                                  |  19 +-
 CHANGELOG.md                                 |  12 +
 Makefile                                     |   2 +-
 README.md                                    |   3 +-
 bin/vtile-fuzz.cpp                           | 126 ++++--
 bootstrap.sh                                 |  40 +-
 debian/changelog                             |  10 +
 debian/clipper.cpp                           |  93 +++-
 debian/control                               |   4 +-
 debian/rules                                 |   3 +
 package.json                                 |   2 +-
 src/vector_tile_datasource_pbf.ipp           |  20 +-
 src/vector_tile_featureset_pbf.ipp           |   8 +-
 src/vector_tile_geometry_decoder.cpp         |  20 +-
 src/vector_tile_geometry_decoder.hpp         |  43 +-
 src/vector_tile_geometry_decoder.ipp         | 648 ++++++++++++---------------
 test/data/0.0.0.vector-b.mvt                 | Bin 2840 -> 2824 bytes
 test/data/simplified_geometry.geojson        |   2 +-
 test/data/simplified_geometry_pbf.geojson    |   2 +-
 test/fixtures/rasterize-expected-1.png       | Bin 12645 -> 12577 bytes
 test/geometry_visual_test.cpp                |   6 +-
 test/system/encode_and_datasource_decode.cpp |   4 +-
 test/system/processor_and_datasource.cpp     |   4 +-
 test/unit/datasource-pbf/from_layer.cpp      |   4 +-
 test/unit/decoding/linestring.cpp            | 102 ++---
 test/unit/decoding/point.cpp                 |  72 +--
 test/unit/decoding/polygon.cpp               | 234 +++++-----
 test/unit/decoding/polygon_scaling.cpp       |  60 +--
 test/unit/tile_impl/tile.cpp                 | 145 +-----
 test/utils/decoding_util.cpp                 |   8 +-
 test/utils/decoding_util.hpp                 |   3 +-
 test/utils/encoding_util.cpp                 |   4 +-
 test/utils/round_trip.cpp                    |   4 +-
 test/vector_tile.cpp                         |   4 +-
 test/vector_tile_pbf.cpp                     |  26 +-
 test/vector_tile_rasterize.cpp               |  10 +-
 36 files changed, 833 insertions(+), 914 deletions(-)

-- 
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