[mapnik-vector-tile] branch master updated (a06f6e0 -> 574ec00)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Oct 31 09:50:08 UTC 2015


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  a06f6e0   Set distribution to unstable.
       new  598ff11   Imported Upstream version 0.14.0+dfsg
       new  cf735ae   Imported Upstream version 0.14.1+dfsg
       new  55b0381   Merge tag 'upstream/0.14.1+dfsg'
       new  82217f8   New upstream release.
       new  574ec00   Set distribution to unstable.

The 5 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:
 .gitmodules                                   |   3 +
 CHANGELOG.md                                  |  11 ++
 Makefile                                      |   5 +-
 debian/changelog                              |   7 +
 package.json                                  |   2 +-
 src/vector_tile_geometry_decoder.hpp          |  10 +-
 src/vector_tile_processor.hpp                 |  23 +++
 src/vector_tile_processor.ipp                 | 247 ++++++++++++++++++------
 test/data/0.0.0.vector-b.pbf                  | Bin 0 -> 2774 bytes
 test/data/0.0.0.vector.pbf                    | Bin 0 -> 3812 bytes
 test/{encoding_util.hpp => encoding_util.cpp} |   0
 test/encoding_util.hpp                        | 118 +-----------
 test/fixtures/rasterize-expected-1.png        | Bin 0 -> 12645 bytes
 test/geometry_visual_test.cpp                 | 267 ++++++++++++++++++++++++++
 test/test_main.cpp                            |   2 +-
 test/vector_tile.cpp                          | 176 ++++++++++++++---
 test/vector_tile_projection.cpp               | 117 +++++++++++
 test/vector_tile_rasterize.cpp                | 179 +++++++++++++++++
 18 files changed, 963 insertions(+), 204 deletions(-)
 create mode 100644 .gitmodules
 create mode 100644 test/data/0.0.0.vector-b.pbf
 create mode 100644 test/data/0.0.0.vector.pbf
 copy test/{encoding_util.hpp => encoding_util.cpp} (100%)
 create mode 100644 test/fixtures/rasterize-expected-1.png
 create mode 100644 test/geometry_visual_test.cpp
 create mode 100644 test/vector_tile_projection.cpp
 create mode 100644 test/vector_tile_rasterize.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