summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-01-25 16:56:14 +0100
committerJochen Topf <jochen@topf.org>2012-01-25 16:56:14 +0100
commit1421956f528c8c1053e1593c633fc20f3407737e (patch)
treead230b609a465cb7d3674bea6d66b8aa05402a79 /taginfo-config-example.json
parent37a2f73246cc7210fa9bab86204a9d29704396bc (diff)
downloadtaginfo-1421956f528c8c1053e1593c633fc20f3407737e.tar
taginfo-1421956f528c8c1053e1593c633fc20f3407737e.tar.gz
Add configuration options that help when compiling tagstats
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/taginfo-config-example.json b/taginfo-config-example.json
index 7ab4fc6..98d0ec2 100644
--- a/taginfo-config-example.json
+++ b/taginfo-config-example.json
@@ -53,5 +53,13 @@
// The OSM planet file or extract where we read the OSM data from.
"planetfile": "/osm/planet/var/current-planet.osm.pbf"
}
+ },
+ // For compiling tagstats.
+ "tagstats": {
+ // Extra compilerflags, for instance to find Osmium.
+ "cxxflags": "-I../../../osmium/osmium/include",
+ // Node location store. For really large OSM files (whole planet or large continent)
+ // this should be "Mmap", otherwise "SparseTable".
+ "geodistribution": "SparseTable"
}
}