[mapnik-vector-tile] 02/15: Merge tag 'upstream/1.3.0+dfsg'

Bas Couwenberg sebastic at debian.org
Tue Aug 29 11:46:05 UTC 2017


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

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

commit b7f51fbf5e07aca9ffc1cfc4b9f2987f44f95424
Merge: 836b9d6 71787d8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jun 3 11:08:30 2017 +0200

    Merge tag 'upstream/1.3.0+dfsg'
    
    Upstream version 1.3.0+dfsg

 .gitignore                                     |   2 +-
 .npmignore                                     |   3 +-
 .travis.yml                                    |  16 +-
 CHANGELOG.md                                   |   9 +-
 Makefile                                       |  18 +-
 bench/run-bench.sh                             |  14 +-
 bench/vtile-transform.cpp                      |  22 +-
 bin/vtile-fuzz.cpp                             |  18 +-
 bootstrap.sh                                   |  68 ----
 gyp/build.gyp                                  |  47 +--
 install_mason.sh                               |  45 +++
 package.json                                   |   2 +-
 proto/vector_tile.proto                        |   2 +
 scripts/coverage.sh                            |   4 +-
 src/boost_geometry_adapters.hpp                | 263 ++++++++++++++
 src/convert_geometry_types.hpp                 |  94 +++++
 src/vector_tile_composite.hpp                  |   5 +-
 src/vector_tile_compression.hpp                |   5 +-
 src/vector_tile_config.hpp                     |   5 +-
 src/vector_tile_datasource_pbf.hpp             |  17 +-
 src/vector_tile_datasource_pbf.ipp             |   7 +-
 src/vector_tile_douglas_peucker.hpp            |  12 +-
 src/vector_tile_featureset_pbf.hpp             |   5 +-
 src/vector_tile_geometry_clipper.hpp           | 473 ++++++++++---------------
 src/vector_tile_geometry_decoder.hpp           |   5 +-
 src/vector_tile_geometry_encoder_pbf.hpp       |  18 +-
 src/vector_tile_geometry_encoder_pbf.ipp       |  49 +--
 src/vector_tile_geometry_feature.hpp           |  13 +-
 src/vector_tile_geometry_simplifier.hpp        |  67 ++--
 src/vector_tile_layer.hpp                      |   4 +-
 src/vector_tile_merc_tile.hpp                  |  24 +-
 src/vector_tile_processor.ipp                  |   6 +
 src/vector_tile_projection.hpp                 |  11 +-
 src/vector_tile_projection.ipp                 |  11 +-
 src/vector_tile_strategy.hpp                   |  72 ++--
 test/clipper_test.cpp                          | 274 --------------
 test/data/0.0.0.vector-b.mvt                   | Bin 2824 -> 2949 bytes
 test/data/simplified_geometry.geojson          |   2 +-
 test/data/simplified_geometry_pbf.geojson      |   2 +-
 test/fixtures/expected-2.jpeg                  | Bin 45660 -> 42943 bytes
 test/fixtures/expected-2.png                   | Bin 423130 -> 419393 bytes
 test/geometry_visual_test.cpp                  |   6 +
 test/raster_tile.cpp                           |   2 +-
 test/system/encode_and_datasource_decode.cpp   |  27 +-
 test/system/encode_and_decode.cpp              |  48 +--
 test/system/remove_repeated_point.cpp          |   5 +
 test/system/round_trip.cpp                     |  13 +-
 test/system/round_trip_fill_type.cpp           |   9 +-
 test/system/round_trip_simplification.cpp      |   9 +-
 test/test_utils.cpp                            |   5 +
 test/unit/encoding/geometry_to_feature_pbf.cpp |  12 +-
 test/unit/encoding/linestring_pbf.cpp          | 162 ++++-----
 test/unit/encoding/point_pbf.cpp               |  40 +--
 test/unit/encoding/polygon_pbf.cpp             | 256 +++++++------
 test/utils/encoding_util.cpp                   |   2 +-
 test/utils/encoding_util.hpp                   |   6 +-
 test/vector_tile.cpp                           |  11 +-
 test/vector_tile_pbf.cpp                       |  38 +-
 test/vector_tile_rasterize.cpp                 |   8 +-
 59 files changed, 1190 insertions(+), 1183 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