summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taginfo-config-example.json2
1 files changed, 1 insertions, 1 deletions
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"
}
}