From: osm@osm.rrze Date: Tue, 4 Dec 2012 09:15:46 +0000 (+0100) Subject: use flatnodes-mode of osm2pgsql X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?p=osmrrze.git;a=commitdiff_plain;h=1e28d5c92809cb71e2d1f044d5e58cee4897d731 use flatnodes-mode of osm2pgsql --- diff --git a/scripts/doosmupdate.sh b/scripts/doosmupdate.sh index e15f856..9491349 100755 --- a/scripts/doosmupdate.sh +++ b/scripts/doosmupdate.sh @@ -10,6 +10,7 @@ WEBSTATEFILE=/var/www/lastdbupdate.txt # anyways due to the metatile-layout! UPDATECMD="/usr/bin/osm2pgsql --slim --cache=8000 --append --database=osm \ --style=/home.local/osm/dbstyle/osm2pgsql-new.style \ + --flat-nodes=/mnt/database/flatnodes/flatnodes.db \ --hstore --expire-tiles=17-17 \ --expire-output=$EXPIRYFILE $CHANGESFILE"