summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-05-13 15:47:36 +0200
committerJochen Topf <jochen@topf.org>2014-05-13 15:47:36 +0200
commit421e6cdb19833e9d335ee48c8067b9a8bb4b1aec (patch)
tree5da28a522e3cb4e320c87cef299fd6981ac57b16 /taginfo-config-example.json
parent5167802ba9e30f17ea71e0783c475764fdb8ec64 (diff)
downloadtaginfo-421e6cdb19833e9d335ee48c8067b9a8bb4b1aec.tar
taginfo-421e6cdb19833e9d335ee48c8067b9a8bb4b1aec.tar.gz
The tagstats binary is no longer available in the repository.
You have to compile it yourself.
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/taginfo-config-example.json b/taginfo-config-example.json
index ebb9b4b..20ccfae 100644
--- a/taginfo-config-example.json
+++ b/taginfo-config-example.json
@@ -55,7 +55,7 @@
"create": "db",
"db": {
// Path to the 'tagstats' program (absolute path or relative to sources/db directory).
- "tagstats": "./tagstats",
+ "tagstats": "../../tagstats/tagstats",
// The OSM planet file or extract where we read the OSM data from.
"planetfile": "/osm/planet/var/current-planet.osm.pbf"
},