Skip to content
Snippets Groups Projects
Commit d30279b6 authored by User expired's avatar User expired
Browse files

changed location of datasets on dbis-informatik (srid used as suffix now)

parent 60eb6af8
No related branches found
No related tags found
No related merge requests found
Upcoming version: 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) - 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) - always installing phpliteadmin when using spatialite now (Nikolaus Krismer)
- fixed problems with filenames in config (Nikolaus Krismer) - fixed problems with filenames in config (Nikolaus Krismer)
......
...@@ -68,7 +68,7 @@ function fn_import_dataset() { ...@@ -68,7 +68,7 @@ function fn_import_dataset() {
local OSM_FILE="$2" local OSM_FILE="$2"
local OSM_FILE_FILTERED="$3" local OSM_FILE_FILTERED="$3"
local BOUNDING="$4" 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 data for region of $NAME"
echo " - importing into postgis" echo " - importing into postgis"
......
...@@ -113,8 +113,9 @@ max_connections = 100 # (change requires restart) ...@@ -113,8 +113,9 @@ max_connections = 100 # (change requires restart)
# - Memory - # - Memory -
#shared_buffers = 128kB # deactivates postgreSql caching
shared_buffers = 128MB # min 128kB shared_buffers = 128MB # min 128kB
# (change requires restart) # (change requires restart)
#temp_buffers = 8MB # min 800kB #temp_buffers = 8MB # min 800kB
#max_prepared_transactions = 0 # zero disables the feature #max_prepared_transactions = 0 # zero disables the feature
# (change requires restart) # (change requires restart)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment