From ad4eb5ab030c87cfcfc7d0d128c3f9082920d1a4 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 14 Sep 2012 22:47:28 +0200 Subject: correct comment in example config file --- taginfo-config-example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taginfo-config-example.json') diff --git a/taginfo-config-example.json b/taginfo-config-example.json index bd8e978..04758e5 100644 --- a/taginfo-config-example.json +++ b/taginfo-config-example.json @@ -62,7 +62,7 @@ // 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". + // this should be "MmapAnon", otherwise "SparseTable". "geodistribution": "SparseTable" } } -- cgit v1.2.3