This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch remove-test-data
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
discard ea918299 Rearange the LICENSE and README files
discard 297614ae Remove JMH benchmark (GPL License)
discard cbef77a2 Update the NOTICE and LICENSE file
discard cca95376 Clean test files
discard be490290 Clean test files
omit 905a05aa Remove unused files
omit e67478c1 Remove sample vector tile derived from osm data
omit e066ca35 Remove excerpts of naturalearth and geonames
omit 15df312e Remove datasets with incompatible license
omit f5566cdf Replace osm dataset by sample dataset
omit b6b9beab Add a new sample dataset
add bde4e819 Remove the dependency to proj4j-epsg (#840)
add 00234532 Add missing license headers (#839)
add c2b85703 Add a new sample dataset
add 6f5e3980 Replace osm dataset by sample dataset
add fe92a25c Remove datasets with incompatible license
add d507b2e9 Remove excerpts of naturalearth and geonames
add 782871d2 Remove sample vector tile derived from osm data
add d7f07cbd Remove unused files
add 00383820 Clean test files
add 181a3be3 Clean test files
add 9a92eb7e Update the NOTICE and LICENSE file
add 9238809d Remove JMH benchmark (GPL License)
add 55fb1cb6 Rearange the LICENSE and README files
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 (ea918299)
\
N -- N -- N refs/heads/remove-test-data (55fb1cb6)
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:
DISCLAIMER-WIP | 1 -
NOTICE | 2 -
baremaps-cli/src/license/override.properties | 16 ++++-
baremaps-cli/src/main/resources/logging.properties | 15 ++++
baremaps-core/pom.xml | 5 --
.../java/org/apache/baremaps/utils/CRSUtils.java | 79 ++++++++++++++++++++++
.../org/apache/baremaps/utils/GeometryUtils.java | 6 +-
.../baremaps/utils/ProjectionTransformer.java | 3 +-
.../EntityDataTypeGeometryBuilderTest.java | 3 +-
.../src/test/resources/queries/hello-world.sql | 15 ++++
basemap/queries/osm_drop_indexes.sql | 15 ++++
basemap/theme.js | 16 +++++
basemap/themes/achromatomaly.js | 17 +++++
basemap/themes/achromatopsia.js | 17 +++++
basemap/themes/contrast.js | 17 +++++
basemap/themes/dark.js | 17 +++++
basemap/themes/default.js | 17 +++++
basemap/themes/deuteranomaly.js | 17 +++++
basemap/themes/deuteranopia.js | 17 +++++
basemap/themes/grayscale.js | 17 +++++
basemap/themes/light.js | 17 +++++
basemap/themes/protanomaly.js | 17 +++++
basemap/themes/protanopia.js | 17 +++++
basemap/themes/transportation.js | 17 +++++
basemap/themes/tritanomaly.js | 17 +++++
basemap/themes/tritanopia.js | 17 +++++
examples/postgresql-join/init.sql | 15 ++++
pom.xml | 5 --
.../baremaps => scripts/check-license-headers.sh | 5 +-
29 files changed, 416 insertions(+), 23 deletions(-)
create mode 100644
baremaps-core/src/main/java/org/apache/baremaps/utils/CRSUtils.java
copy baremaps-cli/src/bin/baremaps => scripts/check-license-headers.sh (88%)