summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-09-14 22:47:28 +0200
committerJochen Topf <jochen@topf.org>2012-09-14 22:47:28 +0200
commitad4eb5ab030c87cfcfc7d0d128c3f9082920d1a4 (patch)
tree9611bb56b654349d2224463f67659cc15ed1ef4c /taginfo-config-example.json
parentd8b9465385c0d398b208692fbc49db3d946a4916 (diff)
downloadtaginfo-ad4eb5ab030c87cfcfc7d0d128c3f9082920d1a4.tar
taginfo-ad4eb5ab030c87cfcfc7d0d128c3f9082920d1a4.tar.gz
correct comment in example config file
Diffstat (limited to 'taginfo-config-example.json')
-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"
}
}