[mapnik-vector-tile] 11/15: Merge tag 'upstream/0.10.0+dfsg'
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Sep 12 11:06:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository mapnik-vector-tile.
commit 299a046ef63347bd71a00e63bbe79a7005d55133
Merge: c9c018d ec8da71
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Sep 11 22:56:35 2015 +0200
Merge tag 'upstream/0.10.0+dfsg'
Upstream version 0.10.0+dfsg
.gitignore | 2 +
.npmignore | 13 +-
.travis.yml | 4 +
CHANGELOG.md | 56 ++
CONTRIBUTING.md | 15 +
Makefile | 20 +-
README.md | 2 +-
bench/enf.t5yd5cdi_14_13089_8506.vector.pbf | Bin 0 -> 1353537 bytes
bench/multi_line_13_1310_3166.vector.pbf | Bin 0 -> 265593 bytes
bench/notes.md | 58 +++
bench/vtile-decode.cpp | 127 +++++
bench/vtile-transform.cpp | 101 ++++
bootstrap.sh | 2 +-
examples/c++/tileinfo.cpp | 45 +-
gyp/build.gyp | 78 ++-
package.json | 2 +-
scripts/build.sh | 2 +
scripts/coverage.sh | 4 +-
src/vector_tile_backend_pbf.hpp | 17 +-
src/vector_tile_backend_pbf.ipp | 7 +-
src/vector_tile_compression.hpp | 15 +-
src/vector_tile_compression.ipp | 32 +-
src/vector_tile_datasource.ipp | 15 +-
src/vector_tile_datasource_pbf.cpp | 2 +
src/vector_tile_datasource_pbf.hpp | 59 +++
src/vector_tile_datasource_pbf.ipp | 420 +++++++++++++++
src/vector_tile_geometry_decoder.hpp | 552 ++++++++++++++------
src/vector_tile_geometry_encoder.hpp | 134 +++--
src/vector_tile_processor.hpp | 15 +-
src/vector_tile_processor.ipp | 379 +++++++-------
src/vector_tile_strategy.hpp | 288 +++++++++++
src/vector_tile_util.hpp | 1 +
src/vector_tile_util.ipp | 104 ++++
test/clipper_test.cpp | 191 +++++++
test/data/NZ_Coastline_NZMG.dbf | Bin 0 -> 143 bytes
test/data/NZ_Coastline_NZMG.prj | 1 +
test/data/NZ_Coastline_NZMG.qpj | 1 +
test/data/NZ_Coastline_NZMG.shp | Bin 0 -> 1268 bytes
test/data/NZ_Coastline_NZMG.shx | Bin 0 -> 116 bytes
test/data/invalid-interior-ring.json | 95 ++++
test/data/linestrings_and_point.geojson | 56 ++
test/data/natural_earth.tif | Bin 3299605 -> 0 bytes
test/data/poly-lat-invalid-4269.dbf | Bin 0 -> 77 bytes
test/data/poly-lat-invalid-4269.prj | 1 +
test/data/poly-lat-invalid-4269.shp | Bin 0 -> 316 bytes
test/data/poly-lat-invalid-4269.shx | Bin 0 -> 108 bytes
test/data/polygon-style.xml | 7 +
test/data/tile_with_extra_feature_field.pbf | 2 +
test/data/tile_with_extra_field.pbf | 2 +
test/data/tile_with_extra_layer_fields.pbf | 2 +
test/data/tile_with_invalid_layer_value_type.pbf | 2 +
test/data/tile_with_unexpected_geomtype.pbf | 3 +
test/encoding_util.hpp | 102 ++--
test/fixtures/transform-expected-1.png | Bin 0 -> 2374 bytes
test/geometry_encoding.cpp | 176 +++----
test/raster_tile.cpp | 2 -
test/test_main.cpp | 11 +-
test/test_utils.cpp | 52 +-
test/test_utils.hpp | 2 +
test/vector_tile.cpp | 317 ++++++++++--
test/vector_tile_pbf.cpp | 624 +++++++++++++++++++++++
61 files changed, 3551 insertions(+), 669 deletions(-)
--
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