diff options
author | Jochen Topf <jochen@topf.org> | 2013-01-15 00:29:46 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2013-01-15 00:29:46 +0100 |
commit | 664b20244e12d17672f93960597b6395a09dd153 (patch) | |
tree | 9194b77d29fe5d43e28ebe5db337627b19aa3c5f /sources/db | |
parent | 1f26d901924b3081d3084addc707f0182021c93b (diff) | |
download | taginfo-664b20244e12d17672f93960597b6395a09dd153.tar taginfo-664b20244e12d17672f93960597b6395a09dd153.tar.gz |
db update with interesting relation types
Diffstat (limited to 'sources/db')
-rwxr-xr-x | sources/db/tagstats | bin | 305517 -> 444582 bytes | |||
-rwxr-xr-x | sources/db/update.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sources/db/tagstats b/sources/db/tagstats Binary files differindex 1da53fc..24e695d 100755 --- a/sources/db/tagstats +++ b/sources/db/tagstats diff --git a/sources/db/update.sh b/sources/db/update.sh index 9831ff9..f293503 100755 --- a/sources/db/update.sh +++ b/sources/db/update.sh @@ -50,7 +50,7 @@ if [ "x" = "x$TAGSTATS" ]; then fi #TAGSTATS="valgrind --leak-check=full --show-reachable=yes $TAGSTATS" -$TAGSTATS -T $DIR/interesting_tags.lst --left=$left --bottom=$bottom --top=$top --right=$right --width=$width --height=$height $PLANETFILE $DATABASE +$TAGSTATS --tags $DIR/interesting_tags.lst --relation-types $DIR/interesting_relation_types.lst --left=$left --bottom=$bottom --top=$top --right=$right --width=$width --height=$height $PLANETFILE $DATABASE echo "`$DATECMD` Running update_characters... " ./update_characters.pl $DIR |