summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-05-27 15:27:26 +0200
committerJochen Topf <jochen@topf.org>2013-05-27 15:27:26 +0200
commit68d4a9caf4c9267976452ad098d29f6522482cc6 (patch)
tree9b01d59a0e12e2edca1cbc1e01008f9b9cb22d2f /taginfo-config-example.json
parentc456c0df0fefd5b8585fce4c12baecbe66b50b34 (diff)
downloadtaginfo-68d4a9caf4c9267976452ad098d29f6522482cc6.tar
taginfo-68d4a9caf4c9267976452ad098d29f6522482cc6.tar.gz
Make minimum number of tags/relations of some type needed for some statistics configurable.
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json10
1 files changed, 10 insertions, 0 deletions
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": {