From 7cc9439c8801147fee0dd554efb0d32403a7d4bc Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Mon, 23 Jan 2012 10:11:14 +0100 Subject: Path to tagstats program now in main config --- taginfo-config-example.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'taginfo-config-example.json') diff --git a/taginfo-config-example.json b/taginfo-config-example.json index 4c4a275..7ab4fc6 100644 --- a/taginfo-config-example.json +++ b/taginfo-config-example.json @@ -48,6 +48,9 @@ // These sources will be created from the actual sources. "create": "db", "db": { + // Path to the 'tagstats' program (absolute path or relative to sources/db directory). + "tagstats": "./tagstats", + // The OSM planet file or extract where we read the OSM data from. "planetfile": "/osm/planet/var/current-planet.osm.pbf" } } -- cgit v1.2.3