[mapnik-vector-tile] branch upstream updated (f7af373 -> 16e0df8)

Jérémy Lal kapouer at moszumanska.debian.org
Wed Aug 20 21:26:30 UTC 2014


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

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

      from  f7af373   Imported Upstream version 0.3.4+dfsg
      adds  16e0df8   Imported Upstream version 0.5.1+dfsg

No new revisions were added by this update.

Summary of changes:
 .gitignore                           |   5 +-
 .travis.yml                          |  16 +-
 CHANGELOG.md                         |  43 +++++
 Makefile                             |  34 +++-
 README.md                            |  46 +----
 examples/c++/Makefile                |  11 +-
 examples/c++/README.md               |  28 +++
 examples/c++/tileinfo.cpp            | 100 ++++++++++-
 package.json                         |   5 +-
 proto/vector_tile.proto              |   3 +
 src/hash_variant.hpp                 |  36 ----
 src/mapnik3x_compatibility.hpp       |  34 ++++
 src/vector_tile_backend_pbf.hpp      | 100 +++--------
 src/vector_tile_datasource.hpp       | 205 ++++++++++++---------
 src/vector_tile_geometry_encoder.hpp | 191 ++++++++++++++++++++
 src/vector_tile_processor.hpp        | 153 +++++++++++++---
 src/vector_tile_util.hpp             |  29 ++-
 test/encoding_util.hpp               |  86 +++++++++
 test/geometry_encoding.cpp           | 338 +++++++++++++++++++++++++++++++++++
 test/raster_style.xml                |   7 +
 test/raster_tile.cpp                 | 125 +++++++++++++
 test/style.xml                       |   7 +
 test/test_utils.hpp                  |  23 ++-
 test/vector_tile.cpp                 | 257 ++++++++++++++++++++++----
 24 files changed, 1549 insertions(+), 333 deletions(-)
 create mode 100644 examples/c++/README.md
 delete mode 100644 src/hash_variant.hpp
 create mode 100644 src/mapnik3x_compatibility.hpp
 create mode 100644 src/vector_tile_geometry_encoder.hpp
 create mode 100644 test/encoding_util.hpp
 create mode 100644 test/geometry_encoding.cpp
 create mode 100644 test/raster_style.xml
 create mode 100644 test/raster_tile.cpp
 create mode 100644 test/style.xml

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