This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch update-basemap
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
from 6aa24c63 Add refresh statements for the materialized views
add c665e9a8 Add a workflow that refresh the materialized views
No new revisions were added by this update.
Summary of changes:
.../function/ChangeEntitiesHandler.java | 2 +-
.../baremaps/workflow/tasks/UpdateOsmDatabase.java | 5 +-
basemap/import.js | 52 ++++----
basemap/queries/initialize.sql | 1 +
basemap/queries/ne_index.sql | 1 +
basemap/queries/osm_relations.sql | 1 +
basemap/queries/osm_ways.sql | 1 +
basemap/queries/statistics.sql | 1 +
basemap/refresh.js | 143 +++++++++++++++++++++
basemap/update.js | 33 +++++
10 files changed, 211 insertions(+), 29 deletions(-)
create mode 100644 basemap/refresh.js