From 1421956f528c8c1053e1593c633fc20f3407737e Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Wed, 25 Jan 2012 16:56:14 +0100 Subject: Add configuration options that help when compiling tagstats --- taginfo-config-example.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'taginfo-config-example.json') 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" } } -- cgit v1.2.3