From 073282abce49e8406c04057098f0f66a997d3bc6 Mon Sep 17 00:00:00 2001 From: Nikolaus Krismer <nikolaus.krismer@uibk.ac.at> Date: Thu, 8 Sep 2016 16:19:36 +0200 Subject: [PATCH] deactivating data update on every provision --- CHANGELOG.md | 1 + bootstrap/config.sh | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c23f538..ae22600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ Upcoming version: ----------------- + - deactivating data update on every provision (Nikolaus Krismer) - added lock/done files. removing deprecated geoserver part (only leaving functionality that is used by isochrone-web project) (Nikolaus Krismer) - changing SRID to 4326 (tests showed that especially for MineR(X) this is much faster) (Nikolaus Krismer) - renaming node type property (Nikolaus Krismer) diff --git a/bootstrap/config.sh b/bootstrap/config.sh index df92eca..e4969b5 100755 --- a/bootstrap/config.sh +++ b/bootstrap/config.sh @@ -16,9 +16,9 @@ IMPORT_DATA_SPATIALITE=true # Comma separated list of srids for which datasets will be generated # This is useful when creating multiple datasets (when creating/updating data from scratch) # Note that only the last SRID in the list will be kept in the database, all the others will be overwritten -TARGET_SRID="3857,4326" -#TARGET_SRID="4326" -UPDATE_DATA=true +#TARGET_SRID="3857,4326" +TARGET_SRID="4326" +UPDATE_DATA=false CACHE_DIR_LOCAL="/tmp/vagrant-cache" CACHE_DIR_REMOTE="https://dbis-owncloud.uibk.ac.at/index.php/s/kgjm3CItQJ6P374/download?path=%2F2016&files=" -- GitLab