[mapnik-vector-tile] branch upstream updated (fd9578d -> bc27443)

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


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

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

      from  fd9578d   Imported Upstream version 1.2.2+dfsg
       new  71787d8   Imported Upstream version 1.3.0+dfsg
       new  bc27443   Imported Upstream version 1.4.0+dfsg

The 2 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:
 .gitignore                                     |   2 +-
 .npmignore                                     |   3 +-
 .travis.yml                                    |  15 +-
 CHANGELOG.md                                   |  17 +-
 Makefile                                       |  18 +-
 README.md                                      |   5 +-
 bench/run-bench.sh                             |  14 +-
 bench/vtile-transform.cpp                      |  22 +-
 bin/vtile-fuzz.cpp                             | 113 ------
 bootstrap.sh                                   |  68 ----
 codecov.yml                                    |   5 +
 gyp/build.gyp                                  |  62 +---
 install_mason.sh                               |  45 +++
 package.json                                   |   2 +-
 proto/vector_tile.proto                        |   2 +
 scripts/coverage.sh                            |  29 +-
 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_featureset_pbf.ipp             |  34 +-
 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                      |  16 +-
 src/vector_tile_merc_tile.hpp                  |  24 +-
 src/vector_tile_processor.ipp                  |  63 +---
 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/layer_scale_denom_style.xml          |  21 ++
 test/data/simplified_geometry.geojson          |   2 +-
 test/data/simplified_geometry_pbf.geojson      |   2 +-
 test/fixtures/expected-2.jpeg                  | Bin 45660 -> 45612 bytes
 test/fixtures/expected-2.png                   | Bin 423130 -> 423118 bytes
 test/geometry_visual_test.cpp                  |   6 +
 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/unit/processor/scale_denom_filter.cpp     |  42 +++
 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 +-
 63 files changed, 1308 insertions(+), 1381 deletions(-)
 delete mode 100644 bin/vtile-fuzz.cpp
 create mode 100644 codecov.yml
 create mode 100755 install_mason.sh
 create mode 100644 src/boost_geometry_adapters.hpp
 create mode 100644 src/convert_geometry_types.hpp
 delete mode 100644 test/clipper_test.cpp
 create mode 100644 test/data/layer_scale_denom_style.xml
 create mode 100644 test/unit/processor/scale_denom_filter.cpp

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