From 8c4abe5c452b55a5768938e7f766a023d4448022 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Sat, 5 Oct 2013 17:09:41 +0200 Subject: Make geodistribution int type configurable --- taginfo-config-example.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'taginfo-config-example.json') 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" } } -- cgit v1.2.3