From d30279b6f213156cd1e4d0e16e4d23052921f5dd Mon Sep 17 00:00:00 2001 From: Nikolaus Krismer <nikolaus.krismer@uibk.ac.at> Date: Wed, 11 Nov 2015 15:14:43 +0100 Subject: [PATCH] changed location of datasets on dbis-informatik (srid used as suffix now) --- CHANGELOG.md | 1 + bootstrap/importData.sh | 2 +- conf/postgresql.conf | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c8bc3..61eb93b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ Upcoming version: ----------------- + - changed location of datasets on dbis-informatik (srid used as suffix now) (Nikolaus Krismer) - added support for chaging srid and fixed problem with exported datasets (did not contain density) (Nikolaus Krismer) - always installing phpliteadmin when using spatialite now (Nikolaus Krismer) - fixed problems with filenames in config (Nikolaus Krismer) diff --git a/bootstrap/importData.sh b/bootstrap/importData.sh index 430988e..eb9fdef 100755 --- a/bootstrap/importData.sh +++ b/bootstrap/importData.sh @@ -68,7 +68,7 @@ function fn_import_dataset() { local OSM_FILE="$2" local OSM_FILE_FILTERED="$3" local BOUNDING="$4" - local SQL_EXPORT_FILE="${NAME,,}_export.sql.gz" + local SQL_EXPORT_FILE="${NAME,,}_export_${TARGET_SRID}.sql.gz" echo "Importing data for region of $NAME" echo " - importing into postgis" diff --git a/conf/postgresql.conf b/conf/postgresql.conf index 69b5e31..3befd63 100644 --- a/conf/postgresql.conf +++ b/conf/postgresql.conf @@ -113,8 +113,9 @@ max_connections = 100 # (change requires restart) # - Memory - +#shared_buffers = 128kB # deactivates postgreSql caching shared_buffers = 128MB # min 128kB - # (change requires restart) + # (change requires restart) #temp_buffers = 8MB # min 800kB #max_prepared_transactions = 0 # zero disables the feature # (change requires restart) -- GitLab