From 559487172d584d04b8175a3cdb97361582291fe9 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Sat, 25 Feb 2012 17:15:06 +0100 Subject: make xapi/josm max_results configurable --- taginfo-config-example.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'taginfo-config-example.json') diff --git a/taginfo-config-example.json b/taginfo-config-example.json index 98d0ec2..51e923e 100644 --- a/taginfo-config-example.json +++ b/taginfo-config-example.json @@ -28,6 +28,8 @@ "background_image": "/img/mapbg/world.png" }, "xapi": { + // XAPI/JOSM buttons are disabled if more than this many results are expected + "max_results": 1000, // URL prefix for the XAPI/JOSM links on the key and tag pages. // "url_prefix": "http://www.informationfreeway.org/api/0.6/" "url_prefix": "http://open.mapquestapi.com/xapi/api/0.6/" -- cgit v1.2.3