From 441dce41853082a062afdfac805421f204b64f34 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 27 Feb 2015 09:42:47 +0100 Subject: Make display of new 'similar' tab configurable. There is a setting now in the configuration file. Display is off by default until people have a chance to upgrade their taginfo version, so that the data needed for displaying this is actually available. --- taginfo-config-example.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'taginfo-config-example.json') diff --git a/taginfo-config-example.json b/taginfo-config-example.json index 8727d9c..544144f 100644 --- a/taginfo-config-example.json +++ b/taginfo-config-example.json @@ -106,6 +106,12 @@ "tokenizer": "simple" } }, + // Settings for the web user interface + "user_interface": { + "key_page": { + "show_tab_similar": false + } + }, "logging": { // directory for log files "directory": "/osm/taginfo/var/log", -- cgit v1.2.3