summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
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"
}
}