This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch basemaps-schema
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
discard c290c7666 Fix the scripts
discard ce64358d7 activate refresh steps
discard 7b49d95db Improve the readme and fix minor style issues
discard 4eaa52828 Add leisure track lines
discard 998bd9381 Enable additional zoom levels due to loss of precision and
display parking spaces
discard 887461a2c Use singular form for all osm table names
discard e701d0d9f Improve the railway layer
discard e30280d6b Improve the route layer
discard 58b198830 Use views for linestrings and polygons
discard 1d639c66a Simplify the waterway layer
discard b253f8dbf Simplify the railway layer
discard 001eb72eb Improve the route layer
discard c4cb75ac1 Restore all the tags in views
discard 4dd5ef404 Remove refresh scripts and fix tests
discard b3ab2ddd0 Add cache directory to ignored files
discard 7e89e797d Add missing license headers
discard 07cbbe6a6 Format the sql code
discard 5d12846e2 Configure the spotless dbeaver sql formatter
discard d16ac23eb Improve the aeroway layer
discard f5b29ff97 Display turntable
discard 603072337 Filter the tags in the views
discard ef2bf7c04 Improve the amenity layer
discard dd30468bb Improve the highway layer
discard 61ba616c4 Improve the leisure layer
discard 9037768da Improve the highway layer
discard 4fa64e108 Improve the natural layer
discard 03ba1ea2f Improve the landuse layer
discard 6099fb82c Improve the highway layer
discard a573d2847 Improve the coherence of the tileset
discard 3a49c5a2d Improve the refresh scripts
discard b1c289ede Improve the refresh scripts
discard db68a84c1 Improve the queries in the create scripts - Add refresh
scripts - Remove unused files - Improve formatting
discard 8232be48c Improve the queries in the create scripts - Add missing
license headers - Merge intermediary steps
discard 553e15e28 Improve the queries in the create scripts - Add license
headers - Make everything more consistent
discard e66b0adf3 Improve the queries in the create scripts - Use CREATE OR
REPLACE for views - USE IF NOT EXISTS for materialized views
discard fef713579 Improve osm naming convention in basemap - prefix with osm_
- use singular names
discard a56340605 Add create sql script
discard d217b4fdf Add the option to truncate the existing osm tables
add e6a24651a Release Baremaps 0.8.1
add 63d057473 Prepare for next development iteration
add 767b079bc Add a github workflow for pre-releases
add 51b638aa8 Fix performance issue on PG Tile Store (#909, #912)
add 34b2f4cdc Add the option to truncate the existing osm tables
add ae336111c Add create sql script
add d4e538869 Improve osm naming convention in basemap - prefix with osm_
- use singular names
add 9c1fbfa2e Improve the queries in the create scripts - Use CREATE OR
REPLACE for views - USE IF NOT EXISTS for materialized views
add f85d2a532 Improve the queries in the create scripts - Add license
headers - Make everything more consistent
add d2d6db75d Improve the queries in the create scripts - Add missing
license headers - Merge intermediary steps
add dc90211e3 Improve the queries in the create scripts - Add refresh
scripts - Remove unused files - Improve formatting
add 71f45dfde Improve the refresh scripts
add bccc06c17 Improve the refresh scripts
add 4c7715572 Improve the coherence of the tileset
add eb759ca5e Improve the highway layer
add b8a63739f Improve the landuse layer
add 0339712de Improve the natural layer
add 4b66d1975 Improve the highway layer
add d85a3aab6 Improve the leisure layer
add 5586150db Improve the highway layer
add df7369884 Improve the amenity layer
add 310684d6c Filter the tags in the views
add 8f4e5093a Display turntable
add 9bb33b987 Improve the aeroway layer
add f230bc90b Configure the spotless dbeaver sql formatter
add 8f45f3ebe Format the sql code
add e410c2836 Add missing license headers
add f65c24c1e Add cache directory to ignored files
add 7c8eca85d Remove refresh scripts and fix tests
add dba2f8920 Restore all the tags in views
add 022bf73c3 Improve the route layer
add 1e1e68b63 Simplify the railway layer
add d6f9000b7 Simplify the waterway layer
add f28b5ee4a Use views for linestrings and polygons
add b88028ce4 Improve the route layer
add 45f5bdad6 Improve the railway layer
add 1a777da62 Use singular form for all osm table names
add b2fad9242 Enable additional zoom levels due to loss of precision and
display parking spaces
add 74c371552 Add leisure track lines
add 00d9af93c Improve the readme and fix minor style issues
add 4ce770457 activate refresh steps
add d4f3f9397 Fix the scripts
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c290c7666)
\
N -- N -- N refs/heads/basemaps-schema (d4f3f9397)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/analyze.yml | 19 +-
.github/workflows/{release.yml => pre-release.yml} | 22 +-
.github/workflows/release.yml | 5 +-
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 +-
.../tilestore/postgres/PostgresTileStore.java | 28 +-
.../tilestore/postgres/PostgresTileStoreTest.java | 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 +
103 files changed, 5152 insertions(+), 793 deletions(-)
copy .github/workflows/{release.yml => pre-release.yml} (81%)
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