[mapnik-vector-tile] branch master updated (3c287bc -> b269f58)
Jérémy Lal
kapouer at moszumanska.debian.org
Wed Aug 20 21:26:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
kapouer pushed a change to branch master
in repository mapnik-vector-tile.
from 3c287bc Update changelog
new 128363d Update watch
new 07a4e69 Use Files-Excluded, exclude natural_earth.tif
new 4be6e24 Update changelog
new 16e0df8 Imported Upstream version 0.5.1+dfsg
new c031110 Merge tag 'upstream/0.5.1+dfsg'
new 50cdc41 Remove get-orig-source, now replaced by uscan
new 482d8f7 Place test/catch.hpp required by make test and clean it
new 21437ae Create blank tif for raster_tile test
new 6926b7c Add patch to adapt to changed raster test
new 55a44ed Apply patch for the raster_tile test
new 13719b5 Fix watch file mistake
new 98bb3c1 Clean some built files
new affd75a Update copyright
new b269f58 Release
The 14 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 | 5 +-
.travis.yml | 16 +-
CHANGELOG.md | 43 ++++
Makefile | 34 ++-
README.md | 46 +---
debian/changelog | 13 ++
debian/clean | 3 +
debian/control | 4 +-
debian/copyright | 6 +-
debian/create-raster.py | 26 +++
debian/patches/series | 1 +
debian/patches/test_using_created_tif.patch | 29 +++
debian/rules | 26 +--
debian/watch | 7 +-
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 ++++++++++++++++++---
33 files changed, 1636 insertions(+), 361 deletions(-)
create mode 100644 debian/clean
create mode 100644 debian/create-raster.py
create mode 100644 debian/patches/series
create mode 100644 debian/patches/test_using_created_tif.patch
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