This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch 590-flatgeobuf
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
omit f67c4059 Fix issue in tests
omit 9fdee1bb Fix task name
omit 045c48f3 Improve naming
omit b8d50269 Improve naming and documentation
omit 7ead5ad4 Replace feature by dataframe
omit ac7bbbfd Add support for FlatGeoBuf
add 19baee6e First release of Apache Baremaps (#535)
add d6c37f8e Improve label ordering in basemap (#589)
add 9afdd4c8 Add support for FlatGeoBuf
add ef1c7f10 Replace feature by dataframe
add 03a0613a Improve naming and documentation
add a43d5215 Improve naming
add fb88a50c Fix task name
add eb82b836 Fix issue in tests
add eaa0e95a Escape table and column names
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 (f67c4059)
\
N -- N -- N refs/heads/590-flatgeobuf (eaa0e95a)
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/release.yml | 128 ++++++++++-----------
.mvn/jvm.config | 2 +-
.mvn/wrapper/maven-wrapper.jar | Bin 58727 -> 59925 bytes
.mvn/wrapper/maven-wrapper.properties | 10 +-
DISCLAIMER-WIP | 19 +++
LICENSE | 14 +++
NOTICE | 39 +++++++
README | 17 +++
baremaps-benchmark/pom.xml | 11 ++
baremaps-cli/pom.xml | 33 +++++-
baremaps-cli/src/assembly/assembly.xml | 44 -------
baremaps-cli/src/assembly/bin.xml | 68 +++++++++++
baremaps-cli/src/assembly/src.xml | 36 ++++++
baremaps-cli/src/bin/baremaps | 11 ++
baremaps-cli/src/bin/baremaps.bat | 10 ++
baremaps-cli/src/main/resources/log4j2.xml | 11 ++
baremaps-core/pom.xml | 16 +++
.../storage/postgres/PostgresDatabase.java | 23 ++--
baremaps-ogcapi/pom.xml | 11 ++
baremaps-ogcapi/src/main/resources/log4j2.xml | 11 ++
baremaps-server/pom.xml | 11 ++
basemap/layers/point/label.js | 21 +++-
basemap/utils/utils.js | 20 +++-
codestyle.xml | 11 ++
examples/simplification/workflow.json | 1 +
mvnw | 91 +++++----------
mvnw.cmd | 13 +--
pom.xml | 29 ++++-
28 files changed, 505 insertions(+), 206 deletions(-)
create mode 100644 DISCLAIMER-WIP
create mode 100644 NOTICE
create mode 100644 README
delete mode 100644 baremaps-cli/src/assembly/assembly.xml
create mode 100644 baremaps-cli/src/assembly/bin.xml
create mode 100644 baremaps-cli/src/assembly/src.xml