You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by ad...@apache.org on 2023/01/04 16:03:57 UTC

[incubator-baremaps] branch 568-experiment-with-3d-tiles updated (4a9ac0b5 -> df42382b)

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

adrabble pushed a change to branch 568-experiment-with-3d-tiles
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


    from 4a9ac0b5 Make a first experiment with 3d tiles
     add df42382b Apply spotless

No new revisions were added by this update.

Summary of changes:
 .../org/apache/baremaps/cli/tdtiles/Serve.java     |   8 +-
 .../baremaps/database/tile/PostgresTileStore.java  |   2 +-
 .../org/apache/baremaps/tdtiles/GltfBuilder.java   | 569 +++++++++++----------
 .../org/apache/baremaps/tdtiles/TdTilesStore.java  |  26 +-
 .../baremaps/tdtiles/subtree/Availability.java     |  12 +
 .../apache/baremaps/tdtiles/subtree/Subtree.java   |  12 +
 .../apache/baremaps/server/TdTilesResources.java   |  37 +-
 examples/openstreetmap/indexes.sql                 | 425 ++++++++++++++-
 8 files changed, 782 insertions(+), 309 deletions(-)