summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-10-05 17:09:41 +0200
committerJochen Topf <jochen@topf.org>2013-10-05 17:09:41 +0200
commit8c4abe5c452b55a5768938e7f766a023d4448022 (patch)
tree2e19be43eec635b7314c2da375a201ae7e9dc6c6 /taginfo-config-example.json
parent5d9e5fbcb30f4ef5a2370d6cc887bdd2186fe07c (diff)
downloadtaginfo-8c4abe5c452b55a5768938e7f766a023d4448022.tar
taginfo-8c4abe5c452b55a5768938e7f766a023d4448022.tar.gz
Make geodistribution int type configurable
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/taginfo-config-example.json b/taginfo-config-example.json
index 9795904..cea3424 100644
--- a/taginfo-config-example.json
+++ b/taginfo-config-example.json
@@ -80,6 +80,8 @@
"cxxflags": "-I../../../osmium/osmium/include",
// Node location store. For really large OSM files (whole planet or large continent)
// this should be "MmapAnon", otherwise "SparseTable".
- "geodistribution": "SparseTable"
+ "geodistribution": "SparseTable",
+ // C++ type used for geodistribution
+ "geodistribution_int": "uint16_t"
}
}