diff options
author | Jochen Topf <jochen@topf.org> | 2011-12-11 20:37:10 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2011-12-11 20:37:10 +0100 |
commit | f3789beb8ceac12f013ab90f15cd5004a7d57bc9 (patch) | |
tree | f987970302945ed113d30ee5a4eb1745aafe5c63 /sources/db | |
parent | 359ea6d495a4439d8fd6fe5dd0ce0619a0a37445 (diff) | |
download | taginfo-f3789beb8ceac12f013ab90f15cd5004a7d57bc9.tar taginfo-f3789beb8ceac12f013ab90f15cd5004a7d57bc9.tar.gz |
Create and read interesting_tags.lst
Diffstat (limited to 'sources/db')
-rwxr-xr-x | sources/db/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/db/update.sh b/sources/db/update.sh index 20f13be..5c9a0c6 100755 --- a/sources/db/update.sh +++ b/sources/db/update.sh @@ -46,7 +46,7 @@ width=`../../bin/taginfo-config.rb geodistribution.width` height=`../../bin/taginfo-config.rb geodistribution.height` #valgrind --leak-check=full --show-reachable=yes ./tagstats $PLANETFILE $DATABASE >valgrind.log 2>&1 -./tagstats --left=$left --bottom=$bottom --top=$top --right=$right --width=$width --height=$height $PLANETFILE $DATABASE +./tagstats -T $DIR/interesting_tags.lst --left=$left --bottom=$bottom --top=$top --right=$right --width=$width --height=$height $PLANETFILE $DATABASE echo "`$DATECMD` Running update_characters... " ./update_characters.pl $DIR |