You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by bc...@apache.org on 2023/03/30 22:14:44 UTC

[incubator-baremaps] branch 616-vectortile updated (1865c30d -> b85903f8)

This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a change to branch 616-vectortile
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


    from 1865c30d Transforms a geometry into a vector tile geometry.
     add b85903f8 Fix issues and add viewer

No new revisions were added by this update.

Summary of changes:
 .../baremaps/vectortile/VectorTileDecoder.java     |   4 +
 .../baremaps/vectortile/VectorTileEncoder.java     |   7 +-
 .../apache/baremaps/vectortile/VectorTileTest.java |   6 +-
 .../baremaps/vectortile/VectorTileUtilsTest.java   |   3 +
 .../baremaps/vectortile/VectorTileViewer.java      | 137 +++++++++++++++++++++
 5 files changed, 152 insertions(+), 5 deletions(-)
 create mode 100644 baremaps-core/src/test/java/org/apache/baremaps/vectortile/VectorTileViewer.java