[mapnik-vector-tile] branch upstream updated (e95c4a5 -> cf735ae)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Oct 31 09:50:12 UTC 2015
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 e95c4a5 Imported Upstream version 0.13.0+dfsg
new 598ff11 Imported Upstream version 0.14.0+dfsg
new cf735ae Imported Upstream version 0.14.1+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:
.gitmodules | 3 +
CHANGELOG.md | 11 ++
Makefile | 5 +-
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 +++++++++++++++++
17 files changed, 956 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