This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
from 8c6efc4d4 Add test data to the src distribution
add e6a24651a Release Baremaps 0.8.1
No new revisions were added by this update.
Summary of changes:
.github/workflows/analyze.yml | 19 +-
DISCLAIMER | 6 +
LICENSE | 22 +-
NOTICE | 67 --
baremaps-benchmarking/pom.xml | 18 +-
baremaps-cli/pom.xml | 2 +-
baremaps-cli/src/assembly/bin.xml | 6 +-
baremaps-cli/src/assembly/src.xml | 5 +
baremaps-cli/src/license/override.properties | 70 +-
baremaps-cli/src/main/resources/log4j.properties | 15 +
baremaps-core/pom.xml | 2 +-
baremaps-csv/pom.xml | 20 +-
baremaps-data/pom.xml | 18 +-
.../data/collection/MemoryAlignedDataMap.java | 11 +-
.../baremaps/data/collection/MonotonicDataMap.java | 11 +-
.../data/collection/MonotonicFixedSizeDataMap.java | 11 +-
.../data/collection/MonotonicPairedDataMap.java | 6 +
baremaps-dem/pom.xml | 18 +-
.../org/apache/baremaps/dem/ContourRenderer.java | 8 +-
.../org/apache/baremaps/dem/ContourTracerTest.java | 23 +-
.../org/apache/baremaps/dem/HillShadeRenderer.java | 6 +-
.../java/org/apache/baremaps/dem/MartiniTest.java | 9 +-
baremaps-dem/src/test/resources/fuji.png | Bin 578765 -> 0 bytes
baremaps-flatgeobuf/pom.xml | 18 +-
baremaps-geopackage/pom.xml | 21 +-
baremaps-geoparquet/pom.xml | 18 +-
baremaps-maplibre/pom.xml | 18 +-
baremaps-openstreetmap/pom.xml | 18 +-
.../openstreetmap/stream/BufferedSpliterator.java | 13 +-
baremaps-pmtiles/pom.xml | 18 +-
baremaps-postgres/pom.xml | 18 +-
.../apache/baremaps/postgres/copy/CopyWriter.java | 52 +-
baremaps-rpsl/pom.xml | 18 +-
baremaps-server/pom.xml | 2 +-
baremaps-server/src/main/resources/dem/favicon.ico | Bin 15086 -> 0 bytes
baremaps-server/src/main/resources/dem/index.html | 16 +
.../src/main/resources/geocoder/favicon.ico | Bin 15086 -> 0 bytes
.../src/main/resources/iploc/favicon.ico | Bin 15086 -> 0 bytes
baremaps-shapefile/pom.xml | 20 +-
baremaps-store/pom.xml | 21 +-
baremaps-testing/pom.xml | 18 +-
LICENSE => licenses-binary/armeria | 27 +-
LICENSE => licenses-binary/awaitility | 25 +-
LICENSE => licenses-binary/awssdk | 23 +-
LICENSE => licenses-binary/brotli4j | 22 +-
LICENSE => licenses-binary/caffeine | 23 +-
LICENSE => licenses-binary/calcite | 63 +-
LICENSE => licenses-binary/commons-compress | 22 +-
LICENSE => licenses-binary/fastutil | 23 +-
.../empty.pmtiles => licenses-binary/findbug | 0
licenses-binary/geopackage | 21 +
licenses-binary/graalvm | 426 +++++++++++
LICENSE => licenses-binary/guava | 23 +-
licenses-binary/hadoop | 540 ++++++++++++++
licenses-binary/hikaricp | 191 +++++
licenses-binary/ipresource | 27 +
LICENSE => licenses-binary/jackson-annotations | 23 +-
LICENSE => licenses-binary/jackson-core | 23 +-
LICENSE => licenses-binary/jackson-databind | 23 +-
.../jackson-dataformats-text | 23 +-
licenses-binary/jts | 277 +++++++
LICENSE => licenses-binary/log4j | 25 +-
licenses-binary/lucene | 506 +++++++++++++
LICENSE => licenses-binary/parquet | 23 +-
licenses-binary/pgbulkinsert | 21 +
LICENSE => licenses-binary/picocli | 26 +-
licenses-binary/postgresql | 23 +
licenses-binary/proj4j | 45 ++
licenses-binary/protobuf | 32 +
LICENSE => licenses-binary/roaringbitmap | 25 +-
LICENSE => licenses-binary/sis | 23 +-
licenses-binary/slf4j | 21 +
LICENSE => licenses-binary/sqlite-jdbc | 23 +-
licenses/flatgeobuf | 9 +
licenses/geopackage-java | 19 +
licenses/osm-binary | 7 +
licenses/osm-testdata | 208 ++++++
LICENSE => licenses/palantir-streams | 26 +-
licenses/pgbulkinsert | 21 +
LICENSE => licenses/planetiler | 22 +-
licenses/pmtiles | 11 +
licenses/pyosmium | 23 +
.../vector_tile.proto => licenses/vector-tile-spec | 85 +--
notices-binary/armeria | 394 ++++++++++
notices-binary/awssdk | 25 +
notices-binary/brotli4j | 36 +
notices-binary/calcite | 10 +
notices-binary/commons-compress | 5 +
notices-binary/hadoop | 827 +++++++++++++++++++++
notices-binary/log4j | 20 +
notices-binary/lucene | 197 +++++
notices-binary/parquet | 6 +
notices-binary/picocli | 351 +++++++++
notices-binary/proj4j | 108 +++
notices-binary/sis | 54 ++
notices-binary/sqlite-jdbc | 4 +
notices/planetiler | 70 ++
pom.xml | 55 +-
scripts/generate-flatgeobuf.sh | 15 +
99 files changed, 5119 insertions(+), 769 deletions(-)
create mode 100644 DISCLAIMER
delete mode 100644 baremaps-dem/src/test/resources/fuji.png
delete mode 100644 baremaps-server/src/main/resources/dem/favicon.ico
delete mode 100644 baremaps-server/src/main/resources/geocoder/favicon.ico
delete mode 100644 baremaps-server/src/main/resources/iploc/favicon.ico
copy LICENSE => licenses-binary/armeria (93%)
copy LICENSE => licenses-binary/awaitility (93%)
copy LICENSE => licenses-binary/awssdk (94%)
copy LICENSE => licenses-binary/brotli4j (94%)
copy LICENSE => licenses-binary/caffeine (94%)
copy LICENSE => licenses-binary/calcite (84%)
copy LICENSE => licenses-binary/commons-compress (94%)
copy LICENSE => licenses-binary/fastutil (94%)
copy baremaps-testing/data/pmtiles/empty.pmtiles => licenses-binary/findbug
(100%)
create mode 100644 licenses-binary/geopackage
create mode 100644 licenses-binary/graalvm
copy LICENSE => licenses-binary/guava (94%)
create mode 100644 licenses-binary/hadoop
create mode 100644 licenses-binary/hikaricp
create mode 100644 licenses-binary/ipresource
copy LICENSE => licenses-binary/jackson-annotations (94%)
copy LICENSE => licenses-binary/jackson-core (94%)
copy LICENSE => licenses-binary/jackson-databind (94%)
copy LICENSE => licenses-binary/jackson-dataformats-text (94%)
create mode 100644 licenses-binary/jts
copy LICENSE => licenses-binary/log4j (93%)
create mode 100644 licenses-binary/lucene
copy LICENSE => licenses-binary/parquet (94%)
create mode 100644 licenses-binary/pgbulkinsert
copy LICENSE => licenses-binary/picocli (93%)
create mode 100644 licenses-binary/postgresql
create mode 100644 licenses-binary/proj4j
create mode 100644 licenses-binary/protobuf
copy LICENSE => licenses-binary/roaringbitmap (93%)
copy LICENSE => licenses-binary/sis (94%)
create mode 100644 licenses-binary/slf4j
copy LICENSE => licenses-binary/sqlite-jdbc (94%)
create mode 100644 licenses/flatgeobuf
create mode 100644 licenses/geopackage-java
create mode 100644 licenses/osm-binary
create mode 100644 licenses/osm-testdata
copy LICENSE => licenses/palantir-streams (93%)
create mode 100644 licenses/pgbulkinsert
copy LICENSE => licenses/planetiler (94%)
create mode 100644 licenses/pmtiles
create mode 100644 licenses/pyosmium
copy baremaps-maplibre/src/main/proto/vector_tile.proto =>
licenses/vector-tile-spec (89%)
create mode 100644 notices-binary/armeria
create mode 100644 notices-binary/awssdk
create mode 100644 notices-binary/brotli4j
create mode 100644 notices-binary/calcite
create mode 100644 notices-binary/commons-compress
create mode 100644 notices-binary/hadoop
create mode 100644 notices-binary/log4j
create mode 100644 notices-binary/lucene
create mode 100644 notices-binary/parquet
create mode 100644 notices-binary/picocli
create mode 100644 notices-binary/proj4j
create mode 100644 notices-binary/sis
create mode 100644 notices-binary/sqlite-jdbc
create mode 100644 notices/planetiler