summaryrefslogtreecommitdiff
path: root/tagstats/test_tagstats.sh
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2011-10-15 23:20:45 +0200
committerJochen Topf <jochen@topf.org>2011-10-15 23:20:45 +0200
commitd9e4bdff695eedf95696c3892a83e66328f5c4cf (patch)
tree5ade7ec21c1b8b7bd2fb5cb69fbd4b28c0aeb4f8 /tagstats/test_tagstats.sh
parentc9b9a1b03efa73e28fb8929272d464c1684e9d8f (diff)
downloadtaginfo-d9e4bdff695eedf95696c3892a83e66328f5c4cf.tar
taginfo-d9e4bdff695eedf95696c3892a83e66328f5c4cf.tar.gz
Integrate statistics handler, only us one db
Better integrate the statistics handler. It now uses the same database as the tagstats handler (typically taginfo-db.db). The database is now given on the command line. This simplifies the scripts calling tagstats.
Diffstat (limited to 'tagstats/test_tagstats.sh')
-rwxr-xr-xtagstats/test_tagstats.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tagstats/test_tagstats.sh b/tagstats/test_tagstats.sh
index 0146754..da05e97 100755
--- a/tagstats/test_tagstats.sh
+++ b/tagstats/test_tagstats.sh
@@ -20,6 +20,6 @@ sqlite3 $DATABASE <../sources/db/pre.sql
ulimit -c 1000000000
rm -f core
-#./tagstats --left=5.5 --bottom=47 --right=15 --top=55 --width=200 --height=320 $OSMFILE
-./tagstats $OSMFILE
+#./tagstats --left=5.5 --bottom=47 --right=15 --top=55 --width=200 --height=320 $OSMFILE $DATABASE
+./tagstats $OSMFILE $DATABASE