summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-02-25 17:15:06 +0100
committerJochen Topf <jochen@topf.org>2012-02-25 17:15:06 +0100
commit559487172d584d04b8175a3cdb97361582291fe9 (patch)
treeabda5f77d3628c18235ffebaad73c4e057e318c7 /taginfo-config-example.json
parent5a690eb7de355d0d92a2a91b5c18af2d75497bc6 (diff)
downloadtaginfo-559487172d584d04b8175a3cdb97361582291fe9.tar
taginfo-559487172d584d04b8175a3cdb97361582291fe9.tar.gz
make xapi/josm max_results configurable
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json2
1 files changed, 2 insertions, 0 deletions
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/"