From 68d4a9caf4c9267976452ad098d29f6522482cc6 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Mon, 27 May 2013 15:27:26 +0200 Subject: Make minimum number of tags/relations of some type needed for some statistics configurable. --- taginfo-config-example.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'taginfo-config-example.json') diff --git a/taginfo-config-example.json b/taginfo-config-example.json index fab2cb7..9795904 100644 --- a/taginfo-config-example.json +++ b/taginfo-config-example.json @@ -58,6 +58,16 @@ "tagstats": "./tagstats", // The OSM planet file or extract where we read the OSM data from. "planetfile": "/osm/planet/var/current-planet.osm.pbf" + }, + "master": { + // Minimum number of occurances of a tag to make it + // potentially "interesting", ie. create tag combination + // statistics for it. + "min_count_tags": 10000, + // Minimum number of relations per type to make this + // relation type "interesting", ie. to make it show + // up as a relation type. + "min_count_relations_per_type": 100 } }, "logging": { -- cgit v1.2.3