This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch 632-ogc-api-feature
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
from 18637284 Upgrade OGC API
add 09b3b2b2 ogcapi, maintenance dependencies (#631)
add 72130184 Add raster split view for dev (#636)
add 41f57fc1 Improve raster split view for dev (#637)
add 2a4d6b83 Fix invalid query execution (#627)
add 419f3c7b Catch null pointer exception server resources (#638)
add 1fe14f6f Merge branch 'main' into 632-ogc-api-feature
No new revisions were added by this update.
Summary of changes:
.../baremaps/database/tile/PostgresTileStore.java | 19 ++---
.../apache/baremaps/database/tile/TileCache.java | 7 +-
.../baremaps/vectortile/VectorTileUtils.java | 1 +
baremaps-ogcapi/pom.xml | 4 +
.../org/apache/baremaps/server/DevResources.java | 2 +-
.../apache/baremaps/server/GeocoderResources.java | 2 +-
.../org/apache/baremaps/server/IplocResources.java | 2 +-
.../apache/baremaps/server/ServerResources.java | 6 +-
.../resources/assets/maplibre-custom-controls.css | 6 ++
.../resources/assets/maplibre-custom-controls.js | 71 ++++++++++++++++++
.../src/main/resources/assets/server.html | 8 +-
.../src/main/resources/assets/viewer.html | 87 ++++++++++++++++++++--
pom.xml | 17 +----
13 files changed, 192 insertions(+), 40 deletions(-)
create mode 100644
baremaps-server/src/main/resources/assets/maplibre-custom-controls.css
create mode 100644
baremaps-server/src/main/resources/assets/maplibre-custom-controls.js